Mordhau Server Configuration - Basic

Mordhau Game Server Configuration Guide

Welcome to our comprehensive guide on configuring your Mordhau game server. This guide will walk you through key steps to customize your server, including mod integration, map rotation, and optimizing server performance. Before making any changes, always ensure your server is stopped to prevent data loss or corruption.

Stopping Your Server

Before editing any configuration files, it is crucial to stop your server. This prevents conflicts and data corruption.

Accessing and Editing Configuration Files

Ensure you have access to your server's Game.ini and Engine.ini files, found in the server's configuration directory.

Adding Mods (Game.ini)

Enhance your gaming experience by integrating mods:

  1. Open Game.ini.

  2. In the [/Script/Mordhau.MordhauGameSession] section, list each Mod ID on a new line. Mod IDs can be found on each mod's page at Mordhau's Mod.io.

    Example:

    [/Script/Mordhau.MordhauGameSession] MaxSlots=48 ServerName=yourservername AdminPassword=yourpassword Mods=71385 Mods=71020 Mods=126237 Mods=131150 Mods=132309 BannedPlayers=() MutedPlayers=()

Setting Map Rotation (Game.ini)

Customize the map rotation for voting:

  1. Open Game.ini.

  2. Edit the MapRotation= lines to add or remove maps from the vote screen.

    Example:

    MapRotation=Camp MapRotation=Grad MapRotation=MountainPeak

Setting Tick Rate (Engine.ini)

Improve server responsiveness:

  1. Open Engine.ini at Mordhau/Saved/Config/WindowsServer/Engine.ini.

  2. Configure the settings as follows to set a 120 Tickrate.

    [/Script/OnlineSubsystemUtils.IpNetDriver] NetServerMaxTickRate=120 LanServerMaxTickRate=60 [IpDrv.TcpNetDriver] NetServerMaxTickRate=120 LanServerMaxTickRate=60

Saving and Applying Changes

After making changes, save the files. Start your server to apply the new configurations. (If you added Mods give it a few minutes to download)

Conclusion

By following these steps, you can effectively manage mods, customize map rotations, and optimize your Mordhau server's performance. For additional information and support contact our support team for personalized assistance.

 
  • Mordhau Server Setup, Game Server Configuration, Server Performance Optimization, Mordhau Hosting, Custom Game Servers, Mordhau Server Tips, Mordhau Mods, Server Admin Guide, Game Server Management, Mod.io Integration, Server Tick Rate, Game.ini Editing, Map Rotation, Engine.ini Configuration, Gaming Community
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Mordhau Server Configuration - Admin Commands, Map Names, and Gamemodes

Mordhau Server Administration Guide Welcome to the comprehensive guide on Mordhau server...