3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1] 2

Author Topic: A advanc rac game ???  (Read 1289 times)

« on: July 08, 2012, 06:30:15 AM »
Hello to all
I created a racing game with the help of 3d rad and their forum.
But now I would like to improve it.
it is possible to create a system whereby you can see the positions of the players?
Pr example: if I win with the first, second or third possisione it is a text (You won) and if I win with the fourth or fifth possisione it appears another text (You faild).
is this possible? ???
Thanks in advance. ;D
« Reply #1 on: July 08, 2012, 12:29:44 PM »
Use the racetracker object ans something like: if (Lap > Something) {if (Position == 1) Print("You won"); if (Position > 1) Print("You Lost");}
Rocket Rumble, a 3D Rad puzzle game:
http://www.3drad.com/forum/index.php?topic=9896.0
« Reply #2 on: July 09, 2012, 08:34:39 AM »
Hello,

I must use a script for give this command to racetracker?
I am non good in C++.
Can u please write me th script please?
Thanks in advance :)
« Reply #3 on: July 09, 2012, 02:35:26 PM »
I am non good in C++.

Good thing its AngelScript!  ;D
« Reply #4 on: July 11, 2012, 10:54:48 AM »
Sorry, but i hanv't understand ???
« Reply #5 on: July 12, 2012, 08:51:24 AM »
To do that you don't need script i use event on values
« Reply #6 on: July 13, 2012, 11:17:57 AM »
New 3DFoundry:3DFoundry.tk
« Reply #7 on: July 16, 2012, 04:32:02 AM »
Hi PlayDasher
I have download your game but when i open project file it is empty.
Can you make a example of rac track and event in 3drad please?
Thanks
« Reply #8 on: July 17, 2012, 11:45:40 AM »
Hi Aracer
the game was the full(BETA) game compiled, so it is for playing purposes only.
i was only wanting to know if what you wanted was what i have included in my game. if you're asking for an example project, i'll see if i can do anything about that.

BTW - what did you think of my game? ;)
New 3DFoundry:3DFoundry.tk
« Reply #9 on: July 20, 2012, 07:42:15 AM »
I have played your game and it is amassing ;D.
Yes i want a example project and i thank you very much for making this example project for me.
 :)
My email is: [email protected]
« Reply #10 on: July 21, 2012, 12:42:25 AM »
Ok i've done a very basic example(can be done easier but a basic example to get you started). But... it only works for the one lap demo. To use it in a more than one lap game you'll have to read the instructions in the example hope it helps. if you need further help please post back here.
New 3DFoundry:3DFoundry.tk
« Reply #11 on: July 21, 2012, 12:51:47 AM »
hold on forgot to put the instructions in. ;D
New 3DFoundry:3DFoundry.tk
« Reply #12 on: July 21, 2012, 12:52:43 AM »
Here is the new one with instructions.
New 3DFoundry:3DFoundry.tk
« Reply #13 on: July 21, 2012, 07:39:07 AM »
Hello PlayDasher,
thanks for your project.
I have opened but they close in 44%processing :-[
What can i do?
« Reply #14 on: July 21, 2012, 10:16:30 AM »
ok i'll reupload.
New 3DFoundry:3DFoundry.tk
Pages: [1] 2