VBCI 1 Posted January 21, 2012 Hello, I would like to reduce the speed of air to air missiles 9K32 Strela / stingers how can I do? Thank you for your help. Share this post Link to post Share on other sites
Pulverizer 1 Posted January 22, 2012 bin/config.cpp { cfgAmmo { class AA { thrustTime=3.0; thrust=1000; Make thrust lower and maybe increase thrustTime. Strela ammo inherits all values from Stinger ammo so you don't have to change that. Share this post Link to post Share on other sites
nikiller 18 Posted January 22, 2012 hi, Hello,I would like to reduce the speed of air to air missiles 9K32 Strela / stingers how can I do? Thank you for your help. Here's a script to increase or decrease projectile speed. LINK cya. Nikiller. Share this post Link to post Share on other sites
Pulverizer 1 Posted January 22, 2012 Keep in mind that if you only reduce the speed with a script, without increasing thrustTime, you are also reducing the effective range of AA missiles in the same proportion. Share this post Link to post Share on other sites
VBCI 1 Posted January 22, 2012 Great ! thanks for your tips. Share this post Link to post Share on other sites