Python scripts for installing/updating RimWorld mods that have public git repositories.
- Extract all
.pyfiles,config.jsonandlaunch_mod_updater.bat[Windows] orgnome_launch_mod_updater.shorkonsole_launch_mod_updater.sh[Linux] to/RimWorld/Modsfolder
- Open a terminal in
/RimWorld/Modsfolder - Run:
python main.pyIn some linux distributions you have to specify python version:
python3 main.pyTo 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.shorkonsole_launch_mod_updater.shexecutable by running this command:
chmod +x gnome_launch_mod_updater.shor
chmod +x konsole_launch_mod_updater.shYou 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! :)