-
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
Small Arms - Add stringtable #7823
Conversation
Mike-MF
commented
Jul 28, 2020
- Convert Small Arms component to stringtable
- Added Vector 45 additional magazines still listed as 30 rounds.
- Convert Small Arms component to stringtable - Added Vector 45 additional magazines still listed as 30 rounds.
While this is being changed, English should have a space before or I guess that could be a PR for all of ACE instead |
addons/smallarms/CfgMagazines.hpp
Outdated
displaynameshort = "6.5mm Tracer"; | ||
}; | ||
|
||
class 100Rnd_65x39_caseless_mag : CA_Magazine { | ||
displayname = "6.5mm 100Rnd Mag"; | ||
displayname = CSTRING(100Rnd_MX_Name); |
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 sure why we are even changing these names??
vanilla is displayName = "6.5 mm 100Rnd Sand Mag";
and vanilla also has this mag which we don't touch
100Rnd_65x39_caseless_khaki_mag { displayName = "6.5 mm 100Rnd Khaki Mag";
I think it would be better to not touch any of these stings unless we have a reason to
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.
Most of the display names have been removed with the exception of those what have differing ammo counts now.
Co-authored-by: PabstMirror <pabstmirror@gmail.com>