IF there’s a template or resource for these, I’d be glad to take a look at 'em
.1 How do you make laps?
.2 How do I have a timer, and at the end a overlay when your 5 best times?
.3 AI car system?
Thanks!
IF there’s a template or resource for these, I’d be glad to take a look at 'em
.1 How do you make laps?
.2 How do I have a timer, and at the end a overlay when your 5 best times?
.3 AI car system?
Thanks!
I did laps by using a basic node set up. It was basically setup so that the car had to go through a certain amount of nodes before he could finish his lap. It isn’t the most sophisticated system, but it is quite good.
For track:
http://www.tutorialsforblender3d.com/Game_Engine/RaceTrack/TrackOval_2.html
http://www.tutorialsforblender3d.com/Game_Engine/RaceTrack/TrackPointToPoint_2.html
For the AI:
Learn Python. Start small, work up.
-Sunjay03