7 releases
0.1.4 | Feb 28, 2023 |
---|---|
0.1.3 | Feb 27, 2023 |
0.0.8 | Feb 10, 2023 |
0.0.6 | Jan 25, 2023 |
#10 in #mod-manager
110KB
3K
SLoC
RimRs
A 3rd party mod manager for RimWorld based on RimPy. Made because (1) RimPy is closed source and (2) RimPy is pretty slow.
Under heavy development, wouldn't recommend.
Usage
Just launch the binary rimrs.exe
. I recommend you run it a command prompt because most errors are logged there.
Installation
Prebuilt binaries
See the GitHub releases page.
From source
cargo install rimrs
or
git install --git https://github.com/Breadinator/rimrs.git
or
git clone https://github.com/Breadinator/rimrs.git
cd rimrs
cargo install --path .
After using cargo install
, it'll probably be in $HOME/.cargo/bin/rimrs.exe
.
Roadmap
Not sure if this is the actual order, but this is what I intend on doing.
- 0.1.0: Basic mod ordering
- 0.2.0: Basic mod sorting
- 0.3.0: Settings independent of RimPy (but still use RimPy config if none detected?)
- 1.0.0: Windows release
Other planned features
Features that I plan on adding but don't remotely know when.
- Sorting based on Fluffy's Mod Manager files
- Sorting based on RimPy's community rules
- Linux support
Dependencies
~11–29MB
~460K SLoC