Hi there
I'd like to experiment with detection distances in the detection.lua file.
How do I interpret this correctly?
["Ground vehicles"] = {2000.0, 5500.0}, --for ground and airborne detectors
["Infantry"] = {250.0, 800.0}, --for ground and airborne detectors
Are these minimum and maximum detection distances? What happens if I increase these?
What I'm after is forcing the AI not to detect his next target from too close, so that it takes enough distance first before attacking the next target.