Wildfrost
Config Manager
Hiển thị 21-30 trong 44 mục
< 1  2  3  4  5 >
Cập nhật: 30 Thg03, 2024 @ 5:48pm

Finally made it so the UI elements get masked properly

Cập nhật: 30 Thg03, 2024 @ 1:17am

Fixed using config comments as descriptions

Cập nhật: 28 Thg03, 2024 @ 6:57am

Cập nhật: 27 Thg03, 2024 @ 9:56pm

Cập nhật: 27 Thg03, 2024 @ 8:59pm

Cập nhật: 23 Thg03, 2024 @ 1:40pm

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

Cập nhật: 23 Thg03, 2024 @ 8:28am

minor code cleanup

Cập nhật: 22 Thg03, 2024 @ 9:35pm

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

Cập nhật: 22 Thg03, 2024 @ 9:12pm

Cập nhật: 22 Thg03, 2024 @ 8:17pm

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