Wildfrost
Config Manager
Εμφάνιση 21-30 από 44 καταχωρίσεις
< 1  2  3  4  5 >
Ενημέρωση: 30 Μαρ 2024 στις 17:48
από Hopeless

Finally made it so the UI elements get masked properly

Ενημέρωση: 30 Μαρ 2024 στις 1:17
από Hopeless

Fixed using config comments as descriptions

Ενημέρωση: 28 Μαρ 2024 στις 6:57
από Hopeless

Ενημέρωση: 27 Μαρ 2024 στις 21:56
από Hopeless

Ενημέρωση: 27 Μαρ 2024 στις 20:59
από Hopeless

Ενημέρωση: 23 Μαρ 2024 στις 13:40
από 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

Ενημέρωση: 23 Μαρ 2024 στις 8:28
από Hopeless

minor code cleanup

Ενημέρωση: 22 Μαρ 2024 στις 21:35
από 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))

Ενημέρωση: 22 Μαρ 2024 στις 21:12
από Hopeless

Ενημέρωση: 22 Μαρ 2024 στις 20:17
από Hopeless

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