WWIII
Jul 24 2009, 12:00
hit = 1200;
indirectHit = 40;
indirectHitRange = 5;
cost = 10000;
maxSpeed = 313; // max speed on level road, km/h
irLock = true;
airLock = false;
laserLock = true;
maxControlRange = 27000; // max range for manual control, 0 = no control (passive weapon)
initTime = 1;
thrustTime = 10;
thrust = 500;
trackOversteer = 1;
trackLead = 1;
maneuvrability = 20;
canLock = LockNo;
What do the above setting does? could anyone explain each function in detail please. I am new to scripting this game, thank you
indirectHit = 40;
indirectHitRange = 5;
cost = 10000;
maxSpeed = 313; // max speed on level road, km/h
irLock = true;
airLock = false;
laserLock = true;
maxControlRange = 27000; // max range for manual control, 0 = no control (passive weapon)
initTime = 1;
thrustTime = 10;
thrust = 500;
trackOversteer = 1;
trackLead = 1;
maneuvrability = 20;
canLock = LockNo;
What do the above setting does? could anyone explain each function in detail please. I am new to scripting this game, thank you