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]

Author Topic: Multi Race Timer  (Read 2106 times)

« on: April 20, 2009, 10:07:15 AM »
Hi again. I'm making a multiplayer game(split screen), each for one car, position, lap, time and score and I would like to ask you something:
1.how can I make the time to be different to the both split screens( example, when I finish the race with the blue car the time needs to stop for the blue car, but not to the red one and the same for the red car).I've tried with lots of different combinations,but it didn't work
2.how can I make when I finish the race a table needs to appear with the name of the players, their time, points etc?
And Fernando if it's possible can you make it as a project in the next update? Any help is welcomed. Thanks, Philip. :)


« Last Edit: January 21, 2010, 03:23:17 PM by Philip »
« Reply #1 on: April 21, 2009, 11:23:51 AM »
Thanx for posting Filip Macedonia !

1. you need to use two different scripts ( assuming you are using scripts to manage timer). If the roblem is instead displaying game stats on each of the two 'screens' independently, what you have to do is making sure the ValuePrint (or TextPrint) objects are linked to their specific camera. You can find the details in the help file for the TextPrint/ValuePrint objects.

2. This requires a script which maintains a database (eg one or more arrays) of players and their stats. You can then use TextPrint and the iObjectTextSet() to display the proper information on screen when the game is over or paused etc. I don't have a demo of this unfortunately but I have added it to the list (average priority).
« Reply #2 on: December 18, 2009, 07:06:17 AM »
Hi! I would like to ask has anyone managed to make this? Score board with the name of players, points, best time...  Anyone has idea? Fernando do you happen to know?
-Philip
« Last Edit: January 21, 2010, 03:32:54 PM by Philip »
Pages: [1]