firewill0 / FIR_AWS_SystemDevelopment

FIR_AWS Development
5 stars 0 forks source link

Possible Incorrect "missileLockMaxSpeed" #34

Closed beno83au closed 3 years ago

beno83au commented 3 years ago

Describe the bug Under configfile >> "CfgAmmo" ammunition classes appear to have the incorrect value for "missileLockMaxSpeed". They look to be defined as km/h, when the config value is measured in m/s: [https://community.bistudio.com/wiki/Arma_3:_Targeting_config_reference#missileLockMaxSpeed]

To Reproduce Check any FIR ammo configs for "missileLockMaxSpeed".

Expected behavior That values be defined as described in the config reference.

Desktop (please complete the following information):

Additional context Just happened to notice it when preparing to write a script to grab ammo config values on the fly. I learnt that vanilla Arma 3 values for "missileLockMaxSpeed" were defined in m/s, and when grabbing the values from FIR weapons they returned much larger results than expected.

firewill0 commented 3 years ago

thanks for the heads up, will be adjusted in next update.