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".
Loaded
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".