Game Development Community

Car boost

by Amarnauth Sukhu · in General Discussion · 12/12/2006 (8:56 pm) · 4 replies

Hello,

Does anyone know how to apply the -speed booster- (jetting trigger) to a vehicle?

I believe that it is built in the TGE, but i cant get it to work for my car.

#1
12/12/2006 (9:18 pm)
Did you define a jetForce in your vehicles dataBlock? If so did you make sure that the jetting flag was set to True. I would post a code example but I do not think it is allowed in this forum.
#2
12/12/2006 (9:22 pm)
You can post code in this forum, i think the ccommand to do so is:
... torquescript ......
which is [code] ... then when you are done the code then close it by using the command: [code] with the back slash infront of the 'c'
#3
12/13/2006 (8:32 am)
There are two places inside of the wheeledVehicle code that explain how the jetting works. It looks like the code for jetting is already placed into the car. So the main thing to check for is:

Did you define a jetForce in your vehicles dataBlock?
Did you make sure that the jetting flag was set to True?

If you do those two things I see no reason why the car would not be jetting.
#4
12/13/2006 (8:45 am)
Ok. Thanks. I'll implement this right now.