-
Notifications
You must be signed in to change notification settings - Fork 736
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
Quickmount - Default enable quick mount (empty keybind) and Move to CBA Settings #6613
Conversation
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.
I'm not that other guy. But I still approve of this.
What if some server admin would like to disable this feature? I think jameslkingsley meant just enabling by default. |
But he also said that's a hacky fix. :D |
Looks good to me 👍 |
I just think Quick Mount can be not appropriate for some milsim PvP games because it's cheating a little. Setting would be helpful in these cases. |
I don't know, not my feature, I'll do what others think is best. |
Could add a new setting called |
Shouldn't the config entries be removed after the setting was moved to CBA? |
|
ace_common preinit runs first |
[ | ||
QGVAR(enabled), | ||
"CHECKBOX", | ||
localize ELSTRING(common,Enabled), |
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.
[localize ELSTRING(common,Enabled), localize LSTRING(KeybindDescription)],
not sure if description removed intentionally,
it wasn't a perfect match, but I thought it gave some context to what the module did
QGVAR(enabled), | ||
"CHECKBOX", | ||
localize ELSTRING(common,Enabled), | ||
format ["ACE %1", localize LSTRING(Category)], |
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.
LLSTRING
and LELSTRING
could be used here and anywhere
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.
Could simply delete the localize
, because the settings system can translate the strings on its own.
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.
btw just checked, subcategory is not automatically localized
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.
Issue report then.
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.
fixed in CBATeam/CBA_A3#1003
…6613) Quickmount - Default enable quick mount (empty keybind) and Move to CBA Settings
When merged this pull request will:
Hotkey is unset by default, no reason to have a setting in that case as described in #6516.
@jameslkingsley review please.