> ## 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.

# MH-60L Blackhawk

> 8-seat medium transport with Cabin Mode and independently toggleable sliding cockpit windows.

The MH-60L Blackhawk is a capable 8-seat medium transport helicopter. Along with the UH-1H, it is one of two aircraft with Cabin Mode. It also features independently toggleable sliding cockpit windows for both pilot and co-pilot, synced across the network.

## Specifications

| Property                  | Value                                                              |
| ------------------------- | ------------------------------------------------------------------ |
| **Total Seats**           | 8                                                                  |
| **Cockpit**               | 2 (pilot + co-pilot)                                               |
| **Cabin**                 | 6                                                                  |
| **Cabin Mode**            | ✓ Yes                                                              |
| **Free Walk / Seat Exit** | ✓ Walk-on · Seat Exit                                              |
| **Startup Time**          | \~20 seconds                                                       |
| **Mass**                  | 6,000 kg                                                           |
| **Max Airspeed**          | 236 km/h                                                           |
| **Service Ceiling**       | 5,800 m                                                            |
| **Config Files**          | `MH60LBlackhawk_config.json` · `MH60LBlackhawk_Desert_config.json` |

## Variants

| Classname                  | Livery                |
| -------------------------- | --------------------- |
| `CZ_MH60LBlackhawk`        | Standard olive drab   |
| `CZ_MH60LBlackhawk_Desert` | Desert tan camouflage |

## Cabin Mode

The Blackhawk supports the same Cabin Mode system as the UH-1H:

1. While seated as **pilot or co-pilot**, look back to find the **"Move to Cabin"** action
2. Activate it — your character leaves their cockpit seat and walks freely inside the cabin, moving with the helicopter during flight
3. Full WASD movement, weapon use, and ADS inside the cabin
4. At any time, use **"Return to Cockpit"** to return to your seat (original seat if free, otherwise alternate)

<Warning>
  **Cabin Mode is still being reworked and is OFF by default as of v0.2.4.** `features.cabinModeEnabled` now defaults to `0`; when off, the **Move to Cabin** action does not appear at all. In-flight Move to Cabin does not yet hold the pilot/co-pilot inside the cabin correctly — **please keep it disabled until a future hotfix** completes the rework. It can be re-enabled server-wide by setting `features.cabinModeEnabled = 1` in `mod_config.json`.
</Warning>

See [Cabin Mode](/features/cabin-mode) for full details.

## Sliding Windows

The Blackhawk has independently toggleable sliding windows on each cockpit door:

* **Pilot** and **co-pilot** each control their own window independently
* Look at the **cockpit side glass** to get the toggle action — it is an **instant action** (no hold required)
* Window state is **synced across the network** — all players see the correct open/closed state in real time
* Can be opened or closed at any time — in flight, on the ground, engine on or off
* Window open/close events are recorded in the activity log when `logging.CZAutoz_logActivity = 1`

## Landing Gear

The Blackhawk has a fixed wheeled undercarriage — the landing gear **does not retract or extend**. It remains in the deployed position at all times.

## Wheel / Skid Classnames

| Item Classname                        | Position                                         |
| ------------------------------------- | ------------------------------------------------ |
| `CZ_MH60LBlackhawk_FrontWheel`        | Front wheels (×2 — fills both front wheel slots) |
| `CZ_MH60LBlackhawk_RearWheel`         | Rear wheel (×1 — single rear wheel slot)         |
| `CZ_MH60LBlackhawk_FrontWheel_Desert` | Front wheels — desert variant (×2)               |
| `CZ_MH60LBlackhawk_RearWheel_Desert`  | Rear wheel — desert variant (×1)                 |

## Default Flight Tuning

| Parameter                        | Default     |
| -------------------------------- | ----------- |
| `flight.liftMultiplier`          | 4.30        |
| `flight.maxAirspeed`             | 159 kn      |
| `flight.dragForward`             | 0.26        |
| `flight.rotorSpoolRate`          | 0.05        |
| `control.pitchStrength`          | 0.95        |
| `control.bankStrength`           | 1.00        |
| `control.yawStrength`            | 0.90        |
| `control.weathervaneStrength`    | 0.50        |
| `control.b2tStrength`            | 0.65        |
| `control.b2tRampRate`            | 4.0         |
| `control.response.rollAccelTau`  | 0.14        |
| `control.response.rollDecayTau`  | 0.18        |
| `control.response.pitchAccelTau` | 0.12        |
| `control.response.pitchDecayTau` | 0.18        |
| `control.response.yawAccelTau`   | 0.10        |
| `control.response.yawDecayTau`   | 0.15        |
| `autorotation.gravityFactor`     | 0.60        |
| `autorotation.flareStrength`     | 6.0         |
| `autorotation.descentCap`        | 20 kts      |
| `autorotation.coastMinutes`      | 4.0         |
| `tailRotorFailure.spinRate`      | 120.0 deg/s |
| `tailRotorFailure.descentRate`   | 2.5 m/s²    |
| `altitude.liftStart`             | 16000 ft    |
| `altitude.ceiling`               | 19000 ft    |
| `camera.distance`                | 18 m        |
| `fuel.maxCapacity`               | 1,360 L     |
| `fuel.burnLPH`                   | 1100 L/hr   |

<Note>
  These are indicative dev-tuned defaults and can change between builds — the in-game **Admin Panel** always shows the live per-helicopter values.
</Note>

See [Per-Helicopter Settings](/server-config/per-helicopter-settings) for a full description of every parameter.
