-
Notifications
You must be signed in to change notification settings - Fork 737
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
Change ace_map settings to use CBA init directly #5984
Conversation
I think this is perfect to change the rest of the settings in this component. @PabstMirror should we remove reading the setting from module (call to the function that applies it)? |
@jonpas I can convert the settings in map component if that is decided |
@mharis001 thank you! Let's wait to hear from others first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would happily merge as is, but also feel free to convert all the settings in this component and we can re-review (I don't see any reason not to - we've already got a few minor settings converted to CBA).
Should BFT be its own component, or maybe a more generalized unit tracking? |
I think the BFT settings should be in their own Category. |
Remove question mark at the end of displayName of |
YES! Please do that! Also remove the |
I think sentence case would be better than title case for settings. |
Take a look at https://github.com/acemod/ACE3/pull/5581/files#diff-e1cf3ccb88bb6158f0e98e8cbd4f9483R4 We'll want to leave the ace_settings in, but empty except for (Because we need to know at preInit if a mission config setting is a change, or a brand new setting for the mission) |
Thats my bad, i'll fix it. Do you want to also place all settings in a |
Yes, please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍 Will let someone else give a second review and merge just to make sure I've not missed anything
Sub category sounds good once CBA 3.6 is released. |
* Make default channel setting a list * Convert more map settings to CBA * Give BFT settings own category * Remove '?' from end of setting display names * Fix mistake of ACE_Settings removal (movedToSQF = 1) * Move settings to initSettings.sqf
When merged this pull request will: