-
Notifications
You must be signed in to change notification settings - Fork 739
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
Gunbag - Add weapon swapping #7713
Conversation
adds capability to swap a currently held primary weapon and the weapon current stored in the gunbag. Has a 1.5x time to complete compared to just adding or removing a weapon from the gunbag.
this PR looks 1 to 1 like #6212 but with changed authors in headers and no keybindings. |
If it is the exact same thing as #6212, then this one can be closed. |
Btw, I don't want either of them. And it is not me not liking the code, but the feature. |
Then don't use it. We went over this before. |
Sure, but
on the other one. I am not going to approve something I don't like. |
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.
In addition to the changes, I would recommend adding a keybinding.
I would also not put automatically generated translations in there and keep it open for translators todo. The current one for German is fairly bad.
Update authors field to add credit to the original author of much of the changed code Co-authored-by: Joko <hoffman.jonas95@gmail.com>
Update the virtual load in a more efficient way. Co-authored-by: Joko <hoffman.jonas95@gmail.com>
Properly attribute author of majority of original code Co-authored-by: Joko <hoffman.jonas95@gmail.com>
A few points:
|
I just updated the Stringtable. I went around my unit and found people to translate to most languages. German, French, Russian, and Czech have all been translated by natives of their respective languages. I then went through the remaining Japanese, Polish, Korean, Italian, Chinese (Simplified), and Chinese and used online translators back on fourth to get them as close as I could. I've cross checked them all back to English in as many translators as I could find and I believe they are correct. |
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Leave translations open to translators
Everything tested in-game up to this point |
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Everything has been tested and works in-game up to this point |
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
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.
LGTM except for the small optimisation
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 overall
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.
minor changes
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Change default value to true
Adds the capability to swap the currently held primary weapon and the weapon currently stored in the gunbag. Has a 1.5x (7.5 seconds) time to complete compared to just adding or removing a weapon from the gunbag without a primary for balance purposes.
When merged this pull request will: