Downloads¶
Main Script¶
aegis-iads-v0.8.0.lua¶
The AEGIS IADS script. This is the only file you need for a working IADS. Load it as the first DO SCRIPT FILE trigger in your mission, then load your setup script after it.
- Version: 0.8.0
- Size: ~3400 lines
- Dependencies: None (no MOOSE, no MIST, no desanitization)
- Compatibility: DCS World (any version with scripting engine)
Trigger 1: ONCE -- TIME MORE (1) -- DO SCRIPT FILE -> aegis-iads-v0.8.0.lua
Trigger 2: ONCE -- TIME MORE (2) -- DO SCRIPT FILE -> your-setup.lua
Setup Example¶
setup-example.lua¶
A complete example setup script showing every configuration parameter with defaults and comments. Use this as a starting point for your mission -- copy it, rename it, and adjust values to taste.
Includes commented-out examples for API overrides:
SetEngagementZone()-- override a specific SAM's WEZ/NEZAssignToSector()-- manually assign a SAM to a different sectorAddPointDefense()-- manually parent a PD to a specific SAM