Wildfrost
Config Manager
21–30 из 44
< 1  2  3  4  5 >
Обновление: 30 мар. 2024 г. в 17:48
автор: Hopeless

Finally made it so the UI elements get masked properly

Обновление: 30 мар. 2024 г. в 1:17
автор: Hopeless

Fixed using config comments as descriptions

Обновление: 28 мар. 2024 г. в 6:57
автор: Hopeless

Обновление: 27 мар. 2024 г. в 21:56
автор: Hopeless

Обновление: 27 мар. 2024 г. в 20:59
автор: Hopeless

Обновление: 23 мар. 2024 г. в 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

Обновление: 23 мар. 2024 г. в 8:28
автор: Hopeless

minor code cleanup

Обновление: 22 мар. 2024 г. в 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))

Обновление: 22 мар. 2024 г. в 21:12
автор: Hopeless

Обновление: 22 мар. 2024 г. в 20:17
автор: Hopeless

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