A small script and windows .exe that makes setting custom command line presets easier by utilizing the Arma 3 Launcher's mod preset HTMLs. The idea was to make it easy to generate server presets for various modlists.
Download the distribution for Windows and extract the compressed files. Run preset_processor.exe
in the extracted folder.
...or clone the repository and run pip install -r requirements.txt
and python preset_processor.py
to start the script with your Python 3 installation.
- Using the Arma 3 Launcher export and save a mod preset to a file.
- Double-click on
process_preset.exe
. - Enter your server's information in the fields.
- Click "Process" and your command line arguments will be written to a text file.
- You now have a command line string for startup use on an Arma 3 game server that will load your mod preset.