Wildfrost
Config Manager
Wyświetlanie 21-30 z 44 pozycji
< 1  2  3  4  5 >
Aktualizacja: 30 marca 2024 o godz. 17:48
twórca: Hopeless

Finally made it so the UI elements get masked properly

Aktualizacja: 30 marca 2024 o godz. 1:17
twórca: Hopeless

Fixed using config comments as descriptions

Aktualizacja: 28 marca 2024 o godz. 6:57
twórca: Hopeless

Aktualizacja: 27 marca 2024 o godz. 21:56
twórca: Hopeless

Aktualizacja: 27 marca 2024 o godz. 20:59
twórca: Hopeless

Aktualizacja: 23 marca 2024 o godz. 13:40
twórca: 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

Aktualizacja: 23 marca 2024 o godz. 8:28
twórca: Hopeless

minor code cleanup

Aktualizacja: 22 marca 2024 o godz. 21:35
twórca: 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))

Aktualizacja: 22 marca 2024 o godz. 21:12
twórca: Hopeless

Aktualizacja: 22 marca 2024 o godz. 20:17
twórca: Hopeless

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