Documentation Index
Fetch the complete documentation index at: https://docs.czautoz.co.uk/llms.txt
Use this file to discover all available pages before exploring further.
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 plus mod_config.json for global settings.
MD500 Civilian
| File | Variant |
|---|
MD500_Civilian_config.json | MD500 Civilian White |
MD500_Civilian_ClassicRedSilver_config.json | MD500 Classic Red/Silver |
MD500_Civilian_BlueCharter_config.json | MD500 Blue Charter |
MD500_Civilian_GreenTour_config.json | MD500 Green Tour |
MH-6 Little Bird
| File | Variant |
|---|
MH6_config.json | MH-6 Military Olive |
MH6_SWAT_config.json | MH-6 SWAT |
SA342M Gazelle
| File | Variant |
|---|
SA342M_config.json | SA342M Standard Olive |
SA342M_GreenBrownBlackWoodland_config.json | SA342M Woodland Camo |
SA342M_TigerMeet_config.json | SA342M Tiger Meet |
UH-1H Iroquois
| File | Variant |
|---|
UH1H_Nasa_config.json | UH-1H NASA White |
UH1H_MilitaryPolice_config.json | UH-1H Military Police |
UH1H_StealthBlack_config.json | UH-1H Stealth Black |
UH1H_White_config.json | UH-1H Plain White |
MH-60L Blackhawk
| File | Variant |
|---|
MH60LBlackhawk_config.json | MH-60L Blackhawk Olive Drab |
MH60LBlackhawk_Desert_config.json | MH-60L Blackhawk Desert |
AW101 Merlin
| File | Variant |
|---|
AW101Merlin_RoyalAirForce_config.json | AW101 Merlin Royal Air Force |
AW101Merlin_RoyalNavy_config.json | AW101 Merlin Royal Navy |
AW101Merlin_CanadaRescue_config.json | AW101 Merlin Canada Rescue |
AW101Merlin_PortugueseAirForce_config.json | AW101 Merlin Portuguese Air Force |
Global
| File | Controls |
|---|
mod_config.json | Global settings for all helicopters |
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 — changes only take effect on next start
Per-helicopter flight values (flight.liftMultiplier, control.pitchStrength, control.bankStrength, etc.) are pre-tuned by the development team and are not recommended to change. Modifying them can result in helicopters that are difficult or impossible to fly. Adjust at your own risk.
The global settings in mod_config.json (cargo modules, repair, toggles, logging) are completely safe to adjust — they don’t affect flight behaviour.
How to Reset to Defaults
Delete the helicopter’s JSON file and restart. It will be regenerated with all default values.
Config Reset on Version Update
When the mod updates to a new version, every config is regenerated from defaults — both mod_config.json and all per-helicopter files. This keeps your configs in sync with new and changed keys.
- All existing configs are backed up automatically first to
$profile:\CZAutoz_Heli\Backups\v<oldversion>_<date>\
- Configs are then regenerated from defaults — your custom values are not carried over (only
client_prefs.json is preserved)
- Re-apply your settings and per-helicopter tuning after updating — copy them back from the backup folder
The reset is triggered by the version field stored in mod_config.json. Do not manually edit it — changing it forces a full config reset (your current configs are backed up first, but everything reverts to defaults).
Configuration Reference
The full configuration reference lives on this documentation site — see Global Settings for mod_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.