moose_parse_mission
Parses .miz mission files to reveal actual group names, unit types, countries, waypoints, and triggers. Avoids FindByName misses by reading mission data as text instead of executing it.
Instructions
Pillar 3 (Mission Truth). Parses a .miz mission file to expose real group names, unit types, countries, waypoints and trigger names. Copy-on-read: the .miz is copied to a temp dir and the mission Lua table is read as text, never executed. Kills FindByName misses with the actual entity names. Degrades gracefully if the file is locked by DCS or the ME.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .miz mission file. |