Where Are the Config Files?
All config files are automatically generated on the first server start at:$profile: refers to your DayZ server profile directory — the folder that contains your BattlEye, mpmissions, and .RPT log files.File List
Each helicopter variant gets its own JSON config file. With 19 spawnable variants across 6 helicopters, you will see 19 individual config files plusmod_config.json for global settings.
MD500 Civilian
MH-6 Little Bird
SA342M Gazelle
UH-1H Iroquois
MH-60L Blackhawk
AW101 Merlin
Global
How to Edit
- Navigate to
$profile:\CZAutoz_Heli\ - Open the JSON file for the helicopter you want to adjust in any text editor
- Change the values
- Restart the server — direct edits to the JSON files are read on startup, so they only take effect on the next start
How to Reset to Defaults
Delete the helicopter’s JSON file and restart. It will be regenerated with all default values.Config Migration on Version Update
Since v0.2.3, a mod update migrates your configs in place — bothmod_config.json and all per-helicopter files. New keys are added, removed keys cleaned up, and all your custom values are kept. This keeps your configs in sync with new and changed keys without losing your tuning.
- Your originals are backed up first to
$profile:\CZAutoz_Heli\Backups\v<oldversion>_<date>\before any migration touches a file - Custom values are carried over — only the schema (which keys exist) is updated, not your settings
- Only when first moving from v0.2.2-or-earlier onto a v0.2.3+ build might a one-time re-apply be needed
Configuration Reference
The full configuration reference lives on this documentation site — see Global Settings formod_config.json and Per-Helicopter Settings for the per-variant files.
The old in-game
$profile:\CZAutoz_Heli\Guide\ reference folder is no longer generated as of v0.2 — all configuration documentation now lives here on the docs site.