From b81dcfecf0d658c7aa1f6097ba1518fc0d6dc4d5 Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Sat, 30 Dec 2023 16:56:51 +0300 Subject: [PATCH] 4.7.8.3 --- CHANGELOG.md | 4 ++++ resource/localization/en/tfa_base.properties | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5d41c..3f421bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/resource/localization/en/tfa_base.properties b/resource/localization/en/tfa_base.properties index 5d9ad10..e456d7f 100644 --- a/resource/localization/en/tfa_base.properties +++ b/resource/localization/en/tfa_base.properties @@ -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