rwm
Inspired by Spoons rmm. This is a cross-platform Mod Manager for RimWorld intended to work with macOS, linux and Windows
Up to now, you must have steamcmd
installed and available within your PATH
.
Current features demo:
Installation
Make sure you have steamcmd
installed and available within your PATH
. Check Section Install steamcmd
This program is installable with cargo
. Install rust
along with cargo
here.
To install run:
cargo install --git https://github.com/AOx0/rwm
steamcmd
Install Information extracted from SteamCMD website
> macOS
You can install steamcmd
via Homebrew with:
brew install steamcmd
Or with the following command, which requires you to manually add it to the PATH
.
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_osx.tar.gz" | tar zxvf -
> Windows
-
Create a folder for SteamCMD. For example:
C:\steamcmd
-
Download SteamCMD for Windows: https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
-
Extract the contents of the zip to the folder.
> Linux
You can install it via:
sudo apt install steamcmd
Note: If you are using a 64 bit machine you will need to add multiverse
sudo add-apt-repository multiverse
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install lib32gcc1 steamcmd
To do
Available here