Wildfrost

Wildfrost

Config Manager
Zobrazuje se 21–30 z 44 položek
< 1  2  3  4  5 >
Aktualizace: 30. bře. 2024 v 17.48
provedl Hopeless

Finally made it so the UI elements get masked properly

Aktualizace: 30. bře. 2024 v 1.17
provedl Hopeless

Fixed using config comments as descriptions

Aktualizace: 28. bře. 2024 v 6.57
provedl Hopeless

Aktualizace: 27. bře. 2024 v 21.56
provedl Hopeless

Aktualizace: 27. bře. 2024 v 20.59
provedl Hopeless

Aktualizace: 23. bře. 2024 v 13.40
provedl 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

Aktualizace: 23. bře. 2024 v 8.28
provedl Hopeless

minor code cleanup

Aktualizace: 22. bře. 2024 v 21.35
provedl 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))

Aktualizace: 22. bře. 2024 v 21.12
provedl Hopeless

Aktualizace: 22. bře. 2024 v 20.17
provedl Hopeless

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