2
0
This commit is contained in:
YuRaNnNzZZ 2023-12-30 16:56:51 +03:00
parent bf04deb498
commit b81dcfecf0
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# This is an archive of changelog messages from `tfa_loader.lua`.
## 4.7.8.3
* Fixed melee attack direction selection not working
* Added stat name translator to development menu (along with a command)
## 4.7.8.2
* Stencil reticle types can now be combined
* Added a slight delay for subcategories population hook to make sure it runs after default weapons population

View File

@ -166,8 +166,14 @@ tfa.devsettings.debug.crosshair=Draw Debug Crosshair (Dot)
tfa.devsettings.debug.animations=Draw Status and Animation Name
tfa.devsettings.debug.rtshadow=Debug RT Overlay
tfa.devsettings.debug.cache=Disable Stat Caching
tfa.devsettings.statmigrator.label=Stat Name Translator
tfa.devsettings.statmigrator.help=This tool allows to convert legacy stat names to ones used with latest data version
tfa.devsettings.statmigrator.dataversion=Current Data Version (%s): %s
tfa.devsettings.statmigrator.old_name=Old Stat Name
tfa.devsettings.statmigrator.new_name=New Stat Name
tfa.devsettings.statmigrator.copy_btn.label=Copy new name to clipboard
tfa.devsettings.documentation.label=This is the reference documentation for the addon developers (weapon templates and hooks)
tfa.devsettings.documentation.btn.gist=Documentation @ GitHub Gist
tfa.devsettings.documentation.btn.github=Documentation @ GitHub
tfa.colorsettings.laser=Laser Color
tfa.colorsettings.reticule=Reticule Color