Debug tools for creating Command: Modern Operations scenarios. Adds a number of Special Actions to speed up repetitive/tedious tasks, such as:
- Finding/labeling coordinates by latitude/longitude
- Copy RPs from one side to another
- Setting heading & speed for groups of units
- Setting fuel quantity for groups of units
- Disabling AI on large sets of facilities
- and more...
Assuming you've installed the WSL and Ubuntu, run the following commands from the shell:
sudo apt-get install npm
sudo npm install -g luamin
./build.sh
The compiled, minified Lua code will be placed in release/debug_min.lua. This is suitable for adding to your scenario by pasting it into the Lua Code Editor and clicking RUN as the final step in the scenario creation process.
./build.sh debug
This will produce compiled but unminified Lua code in debug/debug_debug.lua. This is mostly useful to observe how the final released Lua is composed from the source files.