Skip to main content

A RimWorld Mod Manager

Project description

RMM: Rimworld Mod Manager

RMM is an open source RimWorld mod manager designed for Unix systems. RMM uses the SteamCMD binary to download mods.

Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Improvements in this process will follow.

Prerequisites

To use RMM you need:

  • SteamCMD installed and in your path.
  • set RMM_PATH to your RimWorld mod directory.

Install SteamCMD

  1. A. For Arch Linux, you can install steamcmd using makepkg as stated below:
mkdir -p ~/build ; cd ~/build
git clone https://aur.archlinux.org/steamcmd.git
cd steamcmd
makepkg -si
  1. B. Alternatively, you can install it using a 'AUR Helper' such as yay.
yay -S steamcmd
  1. Verify steamcmd is correctly installed:
whereis steamcmd

Should return a path such as below. Otherwise check to make sure steamcmd is in your path.

steamcmd: /usr/bin/steamcmd /usr/share/steamcmd

Set RMM_PATH (Optional)

RMM will first search for the default GOG games installation directory, steamcache folder, before falling back to an error message if this value is not set. This value takes precedence over those defaults. I recommend setting this variable.

  1. A. Set RMM_PATH variable to the 'Mods' sub directory in your Rimworld game folder in your .bashrc or .zshrc. For example:
# Note please update this path to your actual game or mod directory
echo 'export RMM_PATH="$HOME/GOG\ Games/RimWorld" > ~/.bashrc
  1. B. Alternatively, you can change this path at runtime. This is useful when managing multiple copies of the games.
export RMM_PATH="~/PATHTOGAME/game/Mods"
rmm list
# or you can use
RMM_PATH="~/PATHTOGAME/game/Mods" rmm list

Installation

  1. Install from pypi
python3 -m pip install --user rmm-spoons

Installation for Development

Clone repository and install with setuptools editable mode.

mkdir -p ~/build
git clone https://github.com/Spoons/rmm.git ~/build/rmm
pip install ~/build/rmm

Useage

List installed packages:

rmm list

Search workshop packages:

rmm search modname

Search locally installed mods

rmm query modname

Install package:

rmm sync rimhud

Removing a package:

rmm remove fuzzy

Saving a mod list

rmm export ~/modlist.txt

Install mod list:

rmm sync -f ~/modlist.txt

Update all packages:

rmm update

Backup mod directory:

rmm backup ~/rimworld.tar

Tips

Duplicating a mod setup to a new installation:

RMM_PATH=~/path/to/oldgame/game/Mods rmm export ~/modlist.txt
RMM_PATH=~/path/to/newgame/game/Mods rmm sync -f ~/modlist.txt

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

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

rmm-spoons-0.0.1.post9.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rmm_spoons-0.0.1.post9-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file rmm-spoons-0.0.1.post9.tar.gz.

File metadata

  • Download URL: rmm-spoons-0.0.1.post9.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for rmm-spoons-0.0.1.post9.tar.gz
Algorithm Hash digest
SHA256 5ebe9f01da83f9445d115d01abf4d874dcc7f0f18716166f9714a59c61180fea
MD5 aa1892eac2ce769ba416514cf14034ba
BLAKE2b-256 ee46dff1ea4e95354dc16cae11ef8093376e8d37e6ec4bc2000ef19e6ee797bb

See more details on using hashes here.

File details

Details for the file rmm_spoons-0.0.1.post9-py3-none-any.whl.

File metadata

  • Download URL: rmm_spoons-0.0.1.post9-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for rmm_spoons-0.0.1.post9-py3-none-any.whl
Algorithm Hash digest
SHA256 bbae60a5272c4aac5666d61bb77c7b5598a890e23a47ed6680ccee6f8e288c48
MD5 a9e743a834316538fed3dab4bc450e97
BLAKE2b-256 184b24a0ff4ad522d2ed1eae4c9d3c58c050f637af81f99f2e924bae76747c70

See more details on using hashes here.

Supported by

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