

说明:本描述为中英双语版本,英文内容位于中文内容下方。
Note: This description is bilingual. The English section is provided below the Chinese section.
统一管理和编辑已安装模组配置。
BepInEx\config\IceBoxStudio.RoadsideResearch.ModConfigManager.cfg其他模组可以调用 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+
如果你有任何问题、新功能建议或提交新的模组支持语言,请通过 GitHub Issues 提交,或直接通过邮箱 [email protected] 或 [email protected] 联系我。
Manage and edit installed mod configurations in one place.
BepInEx\config\IceBoxStudio.RoadsideResearch.ModConfigManager.cfgOther 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.");
0.1.85+
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].