You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something similar to cba_settings for A3, but more modern and readable (I've grown to hate that menu with lots of mods).
UI should include searching and conditional display of settings (i.e. don't show component settings if component's overall "enable" setting is false).
Framework should handle modifying values of settings that don't have their conditions met to default values/null/whatever's more appropriate.
Should also have hooks for third party. Are event handlers even applicable in this architecture, should every setting just be a moddable class, what do?
The text was updated successfully, but these errors were encountered:
Something similar to cba_settings for A3, but more modern and readable (I've grown to hate that menu with lots of mods).
UI should include searching and conditional display of settings (i.e. don't show component settings if component's overall "enable" setting is false).
Framework should handle modifying values of settings that don't have their conditions met to default values/null/whatever's more appropriate.
Should also have hooks for third party. Are event handlers even applicable in this architecture, should every setting just be a moddable class, what do?
The text was updated successfully, but these errors were encountered: