PDA

View Full Version : missile config data



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

RKSL-Rock
Jul 24 2009, 12:18
What do the above setting does? could anyone explain the detail please. thank you

http://community.bistudio.com/wiki/CfgAmmo_Config_Reference
Its not got descriptions of everything but it should help.