TODOs are available [here][1]. Discussions, PRs and Issues are open for anyone who is willing to contribute.
# rrm
Inspired by Spoons [rmm][2]. This is a cross-platform Mod Manager for RimWorld intended to work with macOS, linux and Windows
## Usage
- All documentation, as well as usage examples and help is available in the [Wiki][3]. Or you can ask via [Discussion][4]
- Mod installation demo available [here][7]
## Installation
This program is installable with `cargo`. Install `rust` along with `cargo` [here][5]. It’s bundled with anything it needs to work.
### Install
To install the `crates.io` pre-release version run:
cargo install rrm --version 0.0.1-alpha.9
Or install the GitHub version. Although it's not recommended since it has a 'dev' flag which changes the installer behaviour:
cargo install --git https://github.com/AOx0/rrm
### Linux additional steps
Additionally, if you are using **_linux_** on a 64 bit machine, you will need to add multiverse with:
sudo add-apt-repository multiverse
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install lib32gcc1 steamcmd
## Configuration
To set configuration values like game installation path and whether `rrm` should use `more` to display its output or not, you can use the `set` subcommand. The configuration file is available in `$USER_HOME/.rrm/config` on macOS, Linux, and Windows with a JSON format.
For example, to set the path were RimWorld is installed, you can use:
rrm set game-path /Applications/RimWorld.app
Or with its alias:
rrm set path /Applications/RimWorld.app
Help message:
rrm-set
Set new configuration values
USAGE:
rrm set