> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Master Map Rotations and Gamemodes in MORDHAU

> Mix MORDHAU game modes like Invasion, Frontline, Horde, and Deathmatch into a single rotation to keep your server fresh and player interest high.

## Advanced Conflict Orchestration

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

> Mordhau's flexibility allows you to host a server that switches between high-intensity **Invasion** matches and relaxing **Horde** defense rounds automatically. Because the configuration is sensitive to formatting, this guide outlines the exact syntax required to ensure your rotation never skips a beat.

| Reading Time |  Difficulty  | Last Updated |
| :----------: | :----------: | :----------: |
|   8 minutes  | Intermediate | January 2026 |

***

## 1. Syntax and Prefixes

Map strings in `Game.ini` must be prefixed with their respective gamemode. Using an incorrect prefix (e.g., using `FL_` on a map that only supports `FFA`) will cause the match to fail to load.

| Prefix    | Gamemode   | Map Example      |
| :-------- | :--------- | :--------------- |
| **FL\_**  | Frontline  | `FL_Camp`        |
| **INV\_** | Invasion   | `INV_Grad_0`     |
| **SKM\_** | Skirmish   | `SKM_Contraband` |
| **HRD\_** | Horde      | `HRD_Castello`   |
| **FFA\_** | Deathmatch | `FFA_ThePit`     |

***

## 2. Configuring Game.ini

1. Navigate to: `/Mordhau/Saved/Config/LinuxServer/Game.ini`
2. Add the rotation block under the `[/Script/Mordhau.MordhauGameMode]` section:

```ini theme={null}
[/Script/Mordhau.MordhauGameMode]
MapRotation=FL_MountainPeak
MapRotation=INV_Grad_0
MapRotation=SKM_ThePit
MapRotation=HRD_Camp
```

***

<Important>
  ### Case Sensitivity

  Ensure your map names match the official internal strings (e.g., `MountainPeak` instead of `mountain_peak`). If specified incorrectly, the server will default to **The Pit** in FFA mode as a failsafe, which usually indicates a syntax error in your config.
</Important>

<Note>
  ### Support Channels

  If you need assistance or have any questions, please contact our support team:

  * **Live Chat:** Available on our website
  * **Website Ticket:** [Submit a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### First Month Discount

  Use code **KB20** at checkout to get **20% off** your first month of hosting!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Mordhau:** Rotation logic mastered.
</div>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>
