ワイルドフロスト (Wildfrost)

ワイルドフロスト (Wildfrost)

Config Manager
44件中 21-30 を表示
< 1  2  3  4  5 >
更新:2024年3月30日 @ 17時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日 @ 21時56分
更新者:Hopeless

更新:2024年3月27日 @ 20時59分
更新者:Hopeless

更新:2024年3月23日 @ 13時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日 @ 21時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日 @ 21時12分
更新者:Hopeless

更新:2024年3月22日 @ 20時17分
更新者:Hopeless

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