Skip to content

FelipheMP/rimworld_git_mods_installer_updater

Repository files navigation

RimWorld Mods Updater GPLv3 Blue Badge python Ask DeepWiki

Python scripts for installing/updating RimWorld mods that have public git repositories.

Installation

  • Extract all .py files, config.json and launch_mod_updater.bat [Windows] or gnome_launch_mod_updater.sh or konsole_launch_mod_updater.sh [Linux] to /RimWorld/Mods folder

Usage

  • Open a terminal in /RimWorld/Mods folder
  • Run:
python main.py

In some linux distributions you have to specify python version:

python3 main.py

Updating using multiple instances

To split the mod list in multiple terminal instances, run it using the specific launcher for your OS and terminal.

If you're on Linux, you must make gnome_launch_mod_updater.sh or konsole_launch_mod_updater.sh executable by running this command:

chmod +x gnome_launch_mod_updater.sh

or

chmod +x konsole_launch_mod_updater.sh

You are able to modify it and define how many instances should be used.
As it is, it launches 5 instances and splits my mod list (183 mods so far).

Adjust it to your own needs! :)

About

Python scripts for installing/updating RimWorld mods that have public git repositories.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors