RRModConfigManager
统一管理和编辑已安装模组配置,并支持显示第三方模组自定义信息。| Unified management and editing of mod configurations, and support for displaying custom information from third-party mods.
| Last updated | 20 hours ago |
| Total downloads | 6 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | Ice_Box_Studio-RRModConfigManager-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.755Ice_Box_Studio-RRIceBoxModLib
This is a prerequisite library required by all my mods. It provides common functional support and shared code for other mods.
Preferred version: 1.0.0README
说明:本描述为中英双语版本,英文内容位于中文内容下方。
Note: This description is bilingual. The English section is provided below the Chinese section.
ModConfigManager (中文)
统一管理和编辑已安装模组配置。
主要功能
- 在主菜单显示模组配置管理器按钮
- 支持通过快捷键(默认为 F1 键)打开配置管理器
- 支持在游戏内管理模组配置文件
- 支持自动识别模组间的快捷键冲突
- 支持配置文件单个恢复默认或一键全部恢复默认值
其他功能
- 配置文件
- 可以自定义开启管理器的快捷键
- 配置文件路径:
BepInEx\config\IceBoxStudio.RoadsideResearch.ModConfigManager.cfg
- 多语言支持
- 默认支持简体中文、繁体中文、英语和日语,模组会根据游戏语言自动切换语言
- 如果你想贡献其他语言可以联系我加入到模组中,游戏支持的语言模组均可添加
API 使用
其他模组可以调用 ModConfigManager.Api.ModConfigManagerAPI.RegisterPluginInfo 自定义在管理器中显示的名称、版本、作者和描述。详细使用方法查看 WiKi 页面。
ModConfigManager.Api.ModConfigManagerAPI.RegisterPluginInfo(
"Your.Plugin.Guid",
"Your Mod Name",
"1.0.0",
"Author Name",
"Short mod description.");
兼容性
- 游戏版本:
0.1.85+
截图

Bug 提交 & 新功能建议 & 新语言提交
如果你有任何问题、新功能建议或提交新的模组支持语言,请通过 GitHub Issues 提交,或直接通过邮箱 [email protected] 或 [email protected] 联系我。
ModConfigManager (English)
Manage and edit installed mod configurations in one place.
Main Features
- Show a button in the main menu to open the configuration manager
- Open the configuration manager with a hotkey (default: F1)
- Manage mod configuration files in-game
- Automatically detect hotkey conflicts between mods
- Restore a single config file to its default values or reset all configs with one click
Other Features
- Configuration File
- Can customize the hotkey used to open the manager
- Configuration file path:
BepInEx\config\IceBoxStudio.RoadsideResearch.ModConfigManager.cfg
- Multi-language Support
- Supports Simplified Chinese, Traditional Chinese, English, and Japanese by default. The mod will automatically switch languages based on the game language.
- If you want to contribute additional languages, you can contact me to have them added to the mod. Any language supported by the game can be added.
API Usage
Other mods can call ModConfigManager.Api.ModConfigManagerAPI.RegisterPluginInfo to customize the name, version, author, and description shown in the manager. For detailed usage, please refer to the Wiki page.
ModConfigManager.Api.ModConfigManagerAPI.RegisterPluginInfo(
"Your.Plugin.Guid",
"Your Mod Name",
"1.0.0",
"Author Name",
"Short mod description.");
Compatibility
- Game version:
0.1.85+
Screenshot

Bug Reports & Feature Suggestions & New Language Submissions
If you have any questions, feature suggestions, or want to submit support for a new mod language, please submit them through GitHub Issues, or contact me directly at [email protected] or [email protected].