Skip to main content

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

Project description

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
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mod_io_downloader-1.0.3.tar.gz (28.2 kB view hashes)

Uploaded Source

Built Distribution

mod_io_downloader-1.0.3-py3-none-any.whl (29.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page