Skip to main content

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:\CZAutoz_Heli\
$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
FileVariant
MD500_Civilian_config.jsonMD500 Civilian White
MD500_Civilian_ClassicRedSilver_config.jsonMD500 Classic Red/Silver
MD500_Civilian_BlueCharter_config.jsonMD500 Blue Charter
MD500_Civilian_GreenTour_config.jsonMD500 Green Tour
MH-6 Little Bird
FileVariant
MH6_config.jsonMH-6 Military Olive
MH6_SWAT_config.jsonMH-6 SWAT
SA342M Gazelle
FileVariant
SA342M_config.jsonSA342M Standard Olive
SA342M_GreenBrownBlackWoodland_config.jsonSA342M Woodland Camo
SA342M_TigerMeet_config.jsonSA342M Tiger Meet
UH-1H Iroquois
FileVariant
UH1H_Nasa_config.jsonUH-1H NASA White
UH1H_MilitaryPolice_config.jsonUH-1H Military Police
UH1H_StealthBlack_config.jsonUH-1H Stealth Black
UH1H_White_config.jsonUH-1H Plain White
MH-60L Blackhawk
FileVariant
MH60LBlackhawk_config.jsonMH-60L Blackhawk Olive Drab
MH60LBlackhawk_Desert_config.jsonMH-60L Blackhawk Desert
AW101 Merlin
FileVariant
AW101Merlin_RoyalAirForce_config.jsonAW101 Merlin Royal Air Force
AW101Merlin_RoyalNavy_config.jsonAW101 Merlin Royal Navy
AW101Merlin_CanadaRescue_config.jsonAW101 Merlin Canada Rescue
AW101Merlin_PortugueseAirForce_config.jsonAW101 Merlin Portuguese Air Force
Global
FileControls
mod_config.jsonGlobal settings for all helicopters

How to Edit

  1. Navigate to $profile:\CZAutoz_Heli\
  2. Open the JSON file for the helicopter you want to adjust in any text editor
  3. Change the values
  4. 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.