What Can Be Lifted
Any vehicle — anything built on DayZ’sCarScript base, which covers vanilla cars and trucks as well as most modded vehicles — can be slung, provided:
- it is sitting directly under the helicopter’s hook, and
- its mass is within that airframe’s lift class
features.slingRespectLocks = 0.
Lift Classes
The Chinook is the fleet’s heavy lifter and the only airframe that can move the heaviest vehicle classes.
Hooking a Load
From the cockpit
- Bring the helicopter to a hover directly over the vehicle — the load has to be under the hook, and the aircraft essentially stationary
- Keep the rotor at 90% or above — this is a running-rotor operation, not something you do at idle
- Scroll the mouse wheel until the side hint row shows Attach Sling Load
- Press
F
From the ground
Walk up to the vehicle with a helicopter hovering over it, look at the vehicle, and take the Attach Sling Load action. This is the easiest way to rig a load with a second player flying — the pilot holds the hover, the ground crew hooks it.Releasing a Load
- From the seat — select the sling row with the mouse wheel and press
F. The row reads Release Sling Load while something is on the hook - From the ground — look at the slung vehicle and take the Unhook Sling Load action. The load has to be near the ground and not moving
The Winch
While a load is hooked, two more hint rows appear: Winch Load Up and Winch Load Down. Each press moves the rope 2 metres, between a minimum of 4 m and a maximum of 22 m. The live rope length is shown in metres on the sling hint row, so you always know how much line is out — useful for threading a load between trees, or for shortening up before a fast transit.Automatic Release
The load is dropped automatically, without any input, when:- the carrier is powered down, destroyed, or deleted
- the load entity is lost
- the load strikes the ground
- the load strikes an obstacle
- the load snags on something
Flying With a Load
A slung load is felt in the flight model for as long as it is on the hook, scaled by how heavy it is relative to the aircraft:
Simple mode carries most of the load’s weight for you. Advanced mode deliberately does not — you feel the mass hanging under the aircraft and have to fly around it, which is the point.
See Flight Model for how these stack with the rest of the envelope.
Airframe Hardware
Two things differ between airframes beyond the lift class: Modelled winch gear — the UH-1H, MH-60L Blackhawk and MH-47G Chinook carry their winch hardware on the model itself, which reveals when a load is hooked. The other airframes get a generic winch unit spawned in its place. Dual hooks — the AW101 Merlin and MH-47G Chinook have two hooks, fore and aft, with a bridle running to the front and rear of the load. Long vehicles ride level under those two airframes instead of hanging nose-down from a single point.Server Configuration
A
sling.maxKg of 0 means unset, not “cannot lift”. On load, an unset value is replaced with that airframe’s preset default and the substitution is printed to the server log. To genuinely disable sling loading, use features.slingloadEnabled = 0 rather than zeroing the lift classes.sling.maxKg appears as Sling Max Load (kg).