#mod-manager #rim-world #error #rim-py #rim-r

bin+lib rimrs

RimWorld 模块管理器

7 个版本

0.1.4 2023年2月28日
0.1.3 2023年2月27日
0.0.8 2023年2月10日
0.0.6 2023年1月25日

#10 in #mod-manager

无许可

110KB
3K SLoC

RimRs

基于 RimPy 的 RimWorld 第三方模块管理器。制作原因:(1)RimPy 是封闭源代码的;(2)RimPy 比较慢。

正在积极开发中,不建议使用。

使用

只需运行二进制文件 rimrs.exe。我建议你在命令提示符下运行它,因为大多数错误都记录在那里。

安装

预构建的二进制文件

请参阅 GitHub 发布页面

从源代码

cargo install rimrs

git install --git https://github.com/Breadinator/rimrs.git

git clone https://github.com/Breadinator/rimrs.git
cd rimrs
cargo install --path .

在执行 cargo install 后,它可能位于 $HOME/.cargo/bin/rimrs.exe

路线图

不确定这是否是实际顺序,但这是我打算做的事情。

  • 0.1.0: 基础模块排序
  • 0.2.0: 基础模块排序
  • 0.3.0: 与 RimPy 独立的设置(但如果没有检测到,仍然使用 RimPy 配置?)
  • 1.0.0: Windows 发布

其他计划功能

我计划添加的功能,但不知道何时实现。

  • 基于 Fluffy 的模块管理器文件进行排序
  • 基于 RimPy 的社区规则进行排序
  • Linux 支持

依赖项

~11–29MB
~460K SLoC