Page 1 of 1

changing the accurary of weapon (not serverside)

Posted: Mon Dec 27, 2010 8:06 pm
by elvan1111
Hey all,

I want to change the accurary of M249.
This is a part of the deviation from M249

Code: Select all

ObjectTemplate.setFireDev 2 0.35 0.05
ObjectTemplate.setDevMod 1.25 0.85 0.5
ObjectTemplate.setTurnDev 2 0.1 0.2 0.1
ObjectTemplate.setSpeedDev 3 0.2 0.2 0.1
ObjectTemplate.setMiscDev 2 2.5 0.1
ObjectTemplate.setMinDev 0.55

What are these codes exactly staying for?

I tried some numbers but i couldnt find out how to make the crosshair closed when you are lying.
The only thing i learned now is when you set setMinDev to 0 you have a closed crosshair in a while. But i just want to have it closed when you lie.


Thanks for any help!

Re: changing the accurary of weapon (not serverside)

Posted: Tue Dec 28, 2010 1:30 pm
by dudejo

Re: changing the accurary of weapon (not serverside)

Posted: Tue Dec 28, 2010 11:15 pm
by elvan1111
thx for the info!