Skip to main content
Every helicopter has built-in base cargo storage. Server owners can add up to 10 extra cargo modules per helicopter, each providing 1,000 additional inventory slots.

Extra Cargo Modules

Extra modules are configured in mod_config.json. Set the number of extra modules (0–10) for each helicopter type.
SettingHelicopterMax total slots
CZH_extra_modules_md500MD500 Civilian10,250
CZH_extra_modules_mh6MH-6 Little Bird10,250
CZH_extra_modules_sa342mSA342M Gazelle10,250
CZH_extra_modules_uh1hUH-1H Iroquois10,500
CZH_extra_modules_blackhawkMH-60L Blackhawk10,500
CZH_extra_modules_merlinAW101 Merlin11,000
Each extra module adds 1,000 slots. Maximum is 10 modules per helicopter.

Example

To give the Blackhawk 3 extra cargo modules (3,000 additional slots), in mod_config.json:
"CZH_extra_modules_blackhawk": 3

Seated Cargo Access

SettingWhat it doesDefault
CZH_seatedCargoAccess1 = crew can access extra cargo while seated. 0 = extra cargo locked while anyone is seated.1
Setting CZH_seatedCargoAccess = 0 prevents crew from accessing extra cargo modules while the helicopter has occupants — useful for servers that want to restrict in-flight looting.