Game Development Community

Plz tell me

by Scott · in ThinkTanks · 01/19/2004 (3:17 pm) · 1 replies

How do u make it seem like u r flying on a mod plz tell me

About the author


#1
01/20/2004 (8:41 pm)
Flying? Here are some codes you use to go real fast:

For acceleration:
Lighttank.accelRate = 50;
(just edit the number to tell it how fast u want it to start)

For Deceleration:
Lighttank.deccelRate = 80;
(how strong u want their breaks)

For Speed:
LightTank.maxSpeed = 60;
(How fast u want the top speed)

and for no Slip: (I think it's this)
LightTank.antiSlideRate = 70;
(For no slip, set it to 0)
You must specify what Tank : Heavy, Light, Medium you just add them to your .mis file, after the "object begin write" or before the "object end write".