Skip to content

Downloads mods faster than mod.io plugin (for Mordhau Server)

License

Notifications You must be signed in to change notification settings

ColdSpirit0/mod_io_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod.io downloader (for Mordhau server)

Downloads mods faster than mod.io plugin.

System requirements

  1. Python 3.12+
  2. Installed and configured Mordhau Dedicated Server

Installation

  1. Install package:

    pip install mod_io_downloader
  2. Find api key - it can be found in .../Mordhau Dedicated Server/Mordhau/Content/.modio/log.txt

  3. Run python -m mod_io_downloader <api_key> in the server directory - all mods from Game.ini should be downloaded or updated

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

About

Downloads mods faster than mod.io plugin (for Mordhau Server)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages