Wildfrost

Wildfrost

Config Manager
Näytetään 21–30 / 44
< 1  2  3  4  5 >
Päivitys: 30.3.2024 klo 17.48
tekijältä Hopeless

Finally made it so the UI elements get masked properly

Päivitys: 30.3.2024 klo 1.17
tekijältä Hopeless

Fixed using config comments as descriptions

Päivitys: 28.3.2024 klo 6.57
tekijältä Hopeless

Päivitys: 27.3.2024 klo 21.56
tekijältä Hopeless

Päivitys: 27.3.2024 klo 20.59
tekijältä Hopeless

Päivitys: 23.3.2024 klo 13.40
tekijältä 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

Päivitys: 23.3.2024 klo 8.28
tekijältä Hopeless

minor code cleanup

Päivitys: 22.3.2024 klo 21.35
tekijältä 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))

Päivitys: 22.3.2024 klo 21.12
tekijältä Hopeless

Päivitys: 22.3.2024 klo 20.17
tekijältä Hopeless

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