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.
Join the CZ Autoz Discord
All purchasing and whitelisting is handled through the CZ Autoz Discord server. You must be a member before you can proceed.
Join the CZ Autoz Discord
Click to join the CZ Autoz Discord server
Purchase CZ Autoz Helicopter Core System
Once you’re in the Discord, head to the purchase channel and follow the bot’s instructions to purchase the CZ Autoz Helicopter Core System.
Purchase Channel
Open the purchase channel in Discord
Whitelist Your Server IP
After purchasing, navigate to the IP whitelisting channel and use the CZ Autoz Bot to register your server’s public IP address. The mod will not function on non-whitelisted servers.
IP Whitelisting Channel
Open the IP whitelisting channel in Discord
Make sure you submit your server’s public IP address, not your home/local IP. If your server IP ever changes (e.g. you switch hosts), return here and re-whitelist the new IP.
Download the PBOs
Navigate to the mod download channel in the CZ Autoz Discord and download the two PBO files.You will receive 2 PBO files:
Mod Download Channel
Open the mod download channel in Discord
CZAutozHelicopter_Scripts.pbo— client and server scriptsCZAutozHelicopters.pbo— helicopter assets (models, configs, textures)
Add the PBOs to Your Server Mod Pack
Copy both PBO files into your server’s mod pack. A server mod pack is a folder containing a collection of PBO files that gets loaded by your server — it typically already exists if you run other mods.Place the PBOs inside the
Addons\ folder of your mod pack:Sign the PBOs with DS Utils
DayZ servers require all PBOs to be signed with a private key before they are accepted. Use DS Utils to sign both PBO files with your server’s private key.Without the
- Open DS Utils
- Load your
.biprivatekeyfile - Sign both PBO files — this generates a
.bisignsignature file alongside each PBO
.bikey (public key) into the Keys\ folder in the root of your server:.bikey in the Keys\ folder the server will reject the PBOs and the mod will not load.Publish Your Mod Pack to Steam Workshop
Update or publish your mod pack to the Steam Workshop using the Publisher tool inside DayZ Tools:Once published and the Publisher ID is confirmed, ensure the mod pack is loaded on both client and server side. How you load it depends on your setup — if you manage your server manually, add it to your
- Open DayZ Tools → Publisher
- Select your mod pack folder (
@YourModPack) - Upload or update the Workshop item
If this is a brand new Workshop upload: after the initial publish, you must run a second update immediately — select the same
@ModFolder again in Publisher and push the update. This second upload generates the Workshop Publisher ID, which is required for the mod to function correctly across clients and servers. Without it, the mod may not be publicly downloadable, may fail to load on clients, or may not be recognised by the server correctly.-mod= startup parameter; if you use a server management panel (e.g. Nitrado, GTXGaming, PteroPanel, or Architect Manager by CF Tools), it will have its own mod management section where you can enable Workshop mods directly.If you are updating an existing Workshop mod pack, players will automatically receive the updated PBOs the next time they launch the game with your server selected.
Start the Server
Start your server. On the first boot the mod automatically generates all configuration files at:This includes one JSON config per helicopter type and
mod_config.json for global settings.Add Items to Your Loot Economy
Add the two required item classnames to your server’s
See Required Items for ready-to-use
types.xml so they can spawn in the world.| Classname | Purpose |
|---|---|
CZ_HelicopterBattery | Required to start the engine |
CZ_HelicopterRepairKit | Required to repair damage zones |
types.xml entries.Persistence — No Setup Required
As of v0.2.1 the helicopters inherit DayZ’s CarScript base class, so they are covered by DayZ’s native vehicle Central Economy root automatically — no manual persistence setup is needed. Helicopters persist across server restarts out of the box.
Upgrading from v0.2? v0.2 was built on the Transport base class and required a manual
<rootclass name="CZAutoz_Helicopter_Script" act="car" reportMemoryLOD="no" /> entry inside the <classes> block of your mission’s cfgeconomycore.xml. As of v0.2.1 that entry is no longer required — you can safely remove it. You should also wipe existing helicopter persistence once when updating, as the save format changed with the base-class migration.Add Helicopters to Your Server
Add helicopter classnames to your server’s events, trader, or loot config. All 19 spawnable classnames are listed on the Helicopter Overview page.For ready-to-use
types.xml and events.xml entries covering every variant, door item, and wheel, see types.xml & events.xml.Example classnames:Configure & Tune (Optional)
Edit the JSON files in
$profile:\CZAutoz_Heli\ to tune flight physics, damage zones, fuel, and more to suit your server. In v0.2 the config keys are grouped into nested CZAutoz_ sections — mod_config.json is split into logging, features, gameplay, repair, refuel, extraModules and admin, and each per-helicopter file into flight, altitude, aerodynamics, control, autorotation, tailRotorFailure, damage, fuel, battery, audio and camera.See Quick Start for a full walkthrough of the configuration system.Already Purchased?
If you have already purchased and just need to whitelist a new or changed server IP, skip straight to step 3:IP Whitelisting Channel
Whitelist your server IP via the CZ Autoz Bot
After Installation
- Updating the mod to a new version regenerates all configs from defaults — both
mod_config.jsonand every per-helicopter file. Your previous configs are backed up automatically first to$profile:\CZAutoz_Heli\Backups\v<oldversion>_<date>\, so re-apply your settings after updating (onlyclient_prefs.jsoncarries over) - All config changes require a server restart to take effect
- If anything isn’t working, see the Common Issues page