Friday Night Fight Arma 3 Launcher presets
- changes tracked via VCS
- based on standard Arma 3 Launcher preset files
- downloads generated on the fly with selected optional mods
The servers-and-mods folder is considered the single source of truth.
The currently used presets are defined in the presets.json file.
All preset information (name, included DLCs, required and optional mods) are parsed from the preset files.
Fetch API requires the content to be served via http(s).
Eg.:
- nodejs:
npx serve .
- php:
php -S 0.0.0.0:3000
- python:
python -m http.server 3000