Downloads mods faster than mod.io plugin.
- Python 3.12+
- Installed and configured Mordhau Dedicated Server
-
Install package:
pip install mod_io_downloader
-
Find api key - it can be found in
.../Mordhau Dedicated Server/Mordhau/Content/.modio/log.txt
-
Run
python -m mod_io_downloader <api_key>
in the server directory - all mods from Game.ini should be downloaded or updated -
You can create batch script in the server directory. This will download mods and start server.
Example of
start.bat
:python -m mod_io_downloader <api_key> @REM exit if something goes wrong if %errorlevel% neq 0 ( pause exit /b %errorlevel% ) timeout 5 start MordhauServer.exe FFA_ThePit -log -Port=7777 -QueryPort=27015 -BeaconPort=15000