雪居之地 (Wildfrost)

雪居之地 (Wildfrost)

Config Manager
正在显示第 21 - 30 项,共 44 项条目
< 1  2  3  4  5 >
更新于:2024 年 3 月 30 日 下午 5:48
作者:Hopeless

Finally made it so the UI elements get masked properly

更新于:2024 年 3 月 30 日 上午 1:17
作者:Hopeless

Fixed using config comments as descriptions

更新于:2024 年 3 月 28 日 上午 6:57
作者:Hopeless

更新于:2024 年 3 月 27 日 下午 9:56
作者:Hopeless

更新于:2024 年 3 月 27 日 下午 8:59
作者:Hopeless

更新于:2024 年 3 月 23 日 下午 1:40
作者:Hopeless

Added Conditional Attributes: You can use any number of these to specify when a config should/shouldn't be visible. Optionally set priority values if using ShowIf and HideIf together

  • ShowIfConfig : Use to override HideIf or HideInConfigManager if needed
  • HideIfConfig : This item won't show up in the Journal if the specified config item (by field name) takes some value

更新于:2024 年 3 月 23 日 上午 8:28
作者:Hopeless

minor code cleanup

更新于:2024 年 3 月 22 日 下午 9:35
作者:Hopeless

Added the constructor ConfigOptionsAttribute(params (string label, object value)[] options)
The label is the option name that gets displayed, but its the value that gets saved to config.cfg, so like ConfigOptions(("Off", false), ("On", true))

更新于:2024 年 3 月 22 日 下午 9:12
作者:Hopeless

更新于:2024 年 3 月 22 日 下午 8:17
作者:Hopeless

Minor change: Config Manager initialises automatically on the splash screen instead of on opening the journal