Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User-facing settings framework #30

Open
LinkIsGrim opened this issue Apr 4, 2024 · 2 comments
Open

User-facing settings framework #30

LinkIsGrim opened this issue Apr 4, 2024 · 2 comments

Comments

@LinkIsGrim
Copy link
Contributor

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?

@Kexanone
Copy link
Member

Kexanone commented Apr 4, 2024

The ScriptInvoker class is used for event handlers in Reforger: https://community.bistudio.com/wiki/Arma_Reforger:Event_Handlers

@Kexanone
Copy link
Member

Kexanone commented Apr 16, 2024

Would also be great if players could look up the current server settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants