Wildfrost
Config Manager
Affichage des entrées 21-30 sur 44
< 1  2  3  4  5 >
Mis à jour le : 30 mars 2024 à 17h48

Finally made it so the UI elements get masked properly

Mis à jour le : 30 mars 2024 à 1h17

Fixed using config comments as descriptions

Mis à jour le : 28 mars 2024 à 6h57

Mis à jour le : 27 mars 2024 à 21h56

Mis à jour le : 27 mars 2024 à 20h59

Mis à jour le : 23 mars 2024 à 13h40

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

Mis à jour le : 23 mars 2024 à 8h28

minor code cleanup

Mis à jour le : 22 mars 2024 à 21h35

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))

Mis à jour le : 22 mars 2024 à 21h12

Mis à jour le : 22 mars 2024 à 20h17

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