Lookiss Posted May 21, 2017 Posted May 21, 2017 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.
al531246 Posted May 22, 2017 Posted May 22, 2017 I don't know exactly what they represent but if I was to hazard a guess it would be; ["Unit class"] = {x distance from unit, y distance from unit} x being ground distance y being height But again this is just a guess. I don't know for certain. P.S. You might have more luck if this was posted in the modding section of the forums? Intel i5-8600k | EVGA RTX 3070 | Windows 10 | 32GB RAM @3600 MHz | 500 GB Samsung 850 SSD
VampireNZ Posted May 22, 2017 Posted May 22, 2017 https://forums.eagle.ru/showthread.php?t=124211 Vampire
Recommended Posts