Hi
Amechwarrior! It's a great mod, thank you.
I have some questions:
- Is it possible to use any of your AI values changes in my mod compilation for
nexusmods.com ?
- My mod (it is still in development) changes visual and sensor ranges.
Code:
"BaseSpotterDistance": 330.0,
"BaseSensorDistance": 570.0,
(570 instead of 430 - because Locust now has 1.25 bonus for SpotterDistance (and some new equipment). As I know, AI can't return fire if there is no sensor contact with this buffed Locust... So 570.)
But in this case, AI units (especially snipers With AC/2 or PPC) trying to stay at BaseSensorDistance distance using sensor lock. With BaseSensorDistance=570 it leads to very rare shots from them (nearly 1 time out of 3 turns).
Is it possible to make snipers "preferred" distance smaller? Maybe lower value for "Float_PreferNoCloserThanMinDistToHostileFactorWeight" ??? I can't find proper value in JSON and need your advice.
And by the way: how new AI will work with bigger spot/sensor distance in general? Maybe some other values need to be adjusted as well?