ModSettingsMenu
Adds a Mod Settings button below Settings in the main menu and to the in-game pause menu, providing a unified configuration interface for mods.
CHANGELOG
v1.3.0
中文
- 新增整数和浮点范围滑条自定义步进;默认整数步进为
1,默认浮点步进为0.1 - 新增完整的普通示例模组和本地化 API 示例模组,覆盖当前全部设置组件并附带详细注释
English
- Added custom integer and floating-point range slider steps, with default steps of
1for integers and0.1for floating-point values - Added complete standard and localization API example mods covering every current settings component with detailed comments
v1.2.0
中文
- 简化配置项本地化注册,支持通过
ConfigDescription.Tags动态读取分类、名称、说明、排序和下拉值。 - 改进模组信息区域、配置控件尺寸、滚动区域和中英文界面显示。
English
- Simplified localized config registration with dynamic section, name, description, order, and dropdown value metadata through
ConfigDescription.Tags. - Improved the mod information area, config control sizing, scrolling region, and Chinese and English UI display.
v1.1.0
中文
- 新增配置分类和配置项自定义排序,支持
ModSettingsTags.Section、ModSettingsTags.Entry以及注册式ConfigureSection、ConfigureEntry。 - 注册排序优先于标签排序,未指定顺序时保持稳定的分类名和配置键排序。
English
- Added custom ordering for configuration sections and entries through
ModSettingsTags.Section,ModSettingsTags.Entry,ConfigureSection, andConfigureEntry. - Registration-defined order takes precedence over tag order, with stable section-name and config-key fallbacks when no order is specified.
v1.0.0
中文
- 初始发布。
English
- Initial release.