> ## 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 Configure Map Rotation and Vote Lists in MORDHAU

> Create a balanced map rotation and define vote options between matches on your MORDHAU server for diverse Frontline, Invasion, and Deathmatch gameplay.

## Designing the Battlefield

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

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

***

> Mordhau allows for a highly customized map rotation where you can mix and match different gamemodes (Frontline, Invasion, FFA, Skirmish) into a single cycle. Defining a varied rotation prevents player burnout and keeps your server populated across different times of the day.

| Reading Time | Difficulty | Last Updated |
| :----------: | :--------: | :----------: |
|   6 minutes  |  Beginner  | January 2026 |

***

## 1. The Map Rotation List

1. Open `Game.ini` via the File Manager.
2. Locate the `[/Script/Mordhau.MordhauGameMode]` section.
3. Add your maps using the `MapRotation` variable:

```ini theme={null}
[/Script/Mordhau.MordhauGameMode]
MapRotation=FFA_ThePit
MapRotation=INV_Camp_0
MapRotation=FL_MountainPeak
MapRotation=SKM_Contraband
```

***

## 2. Gamemode Prefixes

Each map must start with the correct prefix for the gamemode you wish to play:

* **INV\_:** Invasion (Objective based)
* **FL\_:** Frontline (Capture points)
* **FFA\_:** Deathmatch (Every man for himself)
* **SKM\_:** Skirmish (Last team standing)

***

<Important>
  ### The "Vote" Rule

  By default, Mordhau will display a voting screen at the end of every match. The maps appearing in the vote screen are pulled directly from your `MapRotation` list. To force a linear rotation without voting, set `bDisableMapVote=True` in your `Game.ini`.
</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 established.
</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>
