You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the weapon selector uses the \garrysmod\resource\garrysmod_english.txt to print weapon names instead of the names the in the \garrysmod\resource\localization\<lang>\entities.properties file, which should be changed for every localizable weapon:
Looks like GMod's weapons take their names from the same file as above instead of entities.properties but it gets applied in the Weapons tab of the spawn menu too (except for the Physics Gun):
Localized names of entities, weapons, NPC and vehicles can be a bit or way longer than the original English names. Because of that, some of them get cut off after about 20 characters in the spawn menu tabs (depending on characters, looks like the limit can be bigger), which can lead to some unreadable results.
It will be great if after reaching the character limit the second line appears, leading to the second part of the text to move below, while the first part gets a bit higher, resulting in a two-line max name. This should be enough for every language and localized names length, since there would be around 15 characters more space (depending on how words will be separated). Such behavior would also probably help some addons that bring new stuff with large names to fit with much more chances and will help those addons that get localized too.
4. The "Save changes" string in the spawn menu (when you try to edit spawnlists) gets misaligned if the text is too long (It's aligned to a bit to the left instead of the center, I guess?):
5. Notifications for picking up some entities are not localized. Specifically ammo and weapons since looks like they take localization from the garrysmod_english.txt:
The text was updated successfully, but these errors were encountered:
Hello!
Beta branch: NONE / x86-64
Steps to reproduce:
Details/issues:
\garrysmod\resource\garrysmod_english.txt
to print weapon names instead of the names the in the\garrysmod\resource\localization\<lang>\entities.properties
file, which should be changed for every localizable weapon:entities.properties
but it gets applied in the Weapons tab of the spawn menu too (except for the Physics Gun):It will be great if after reaching the character limit the second line appears, leading to the second part of the text to move below, while the first part gets a bit higher, resulting in a two-line max name. This should be enough for every language and localized names length, since there would be around 15 characters more space (depending on how words will be separated). Such behavior would also probably help some addons that bring new stuff with large names to fit with much more chances and will help those addons that get localized too.
4. The "Save changes" string in the spawn menu (when you try to edit spawnlists) gets misaligned if the text is too long (It's aligned to a bit to the left instead of the center, I guess?):
5. Notifications for picking up some entities are not localized. Specifically ammo and weapons since looks like they take localization from the
garrysmod_english.txt
:The text was updated successfully, but these errors were encountered: