Wildfrost
Config Manager
Показване на 21 — 30 от 44 постъпления
< 1  2  3  4  5 >
Обновление: 30 март 2024 в 17:48

Finally made it so the UI elements get masked properly

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

Fixed using config comments as descriptions

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

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

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

Обновление: 23 март 2024 в 13:40

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

minor code cleanup

Обновление: 22 март 2024 в 21:35

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

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

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