Wildfrost

Wildfrost

Config Manager
Visar 21–30 av 44 poster
< 1  2  3  4  5 >
Uppdatering: 30 mar, 2024 @ 17:48

Finally made it so the UI elements get masked properly

Uppdatering: 30 mar, 2024 @ 1:17

Fixed using config comments as descriptions

Uppdatering: 28 mar, 2024 @ 6:57

Uppdatering: 27 mar, 2024 @ 21:56

Uppdatering: 27 mar, 2024 @ 20:59

Uppdatering: 23 mar, 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

Uppdatering: 23 mar, 2024 @ 8:28

minor code cleanup

Uppdatering: 22 mar, 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))

Uppdatering: 22 mar, 2024 @ 21:12

Uppdatering: 22 mar, 2024 @ 20:17

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