Wildfrost

Wildfrost

Config Manager
Ergebnisse 21–30 von 44
< 1  2  3  4  5 >
Update: 30. Mrz. 2024 um 17:48

Finally made it so the UI elements get masked properly

Update: 30. Mrz. 2024 um 1:17

Fixed using config comments as descriptions

Update: 28. Mrz. 2024 um 6:57

Update: 27. Mrz. 2024 um 21:56

Update: 27. Mrz. 2024 um 20:59

Update: 23. Mrz. 2024 um 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

Update: 23. Mrz. 2024 um 8:28

minor code cleanup

Update: 22. Mrz. 2024 um 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))

Update: 22. Mrz. 2024 um 21:12

Update: 22. Mrz. 2024 um 20:17

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