斯諾德維爾之戰 (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