diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ddd46..e20690f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # This is an archive of changelog messages from `tfa_loader.lua`. +## 4.7.8.0 +* Added simple fallback HUD that displays when main 3D2D HUD is disabled (for stuff like firemode) +* Changed default font used across the base +* Added a hook that runs after base (re)registers all its fonts + ## 4.7.7.0 * Added missing viewmodel checks * Added toggle for TTT weapons list auto-population diff --git a/lua/tfa/documentation/tfa_hooks_custom.lua b/lua/tfa/documentation/tfa_hooks_custom.lua index 2a54cc8..4d73d35 100644 --- a/lua/tfa/documentation/tfa_hooks_custom.lua +++ b/lua/tfa/documentation/tfa_hooks_custom.lua @@ -753,6 +753,11 @@ boolean GM:TFA_ShouldDrawStencilSight(Weapon weapon) -- Returns: -- 1. boolean - Return false to prevent reticle from drawing +GM:TFA_FontsLoaded() +-- Hook name: TFA_FontsLoaded +-- Description: Called after base (re)registers all it's fonts +-- State: Client + --------------------------------------- diff --git a/resource/localization/en/tfa_base.properties b/resource/localization/en/tfa_base.properties index 9ad02f8..5d9ad10 100644 --- a/resource/localization/en/tfa_base.properties +++ b/resource/localization/en/tfa_base.properties @@ -128,6 +128,8 @@ tfa.hudsettings.label=HUD tfa.hudsettings.enabled=Use Custom HUD tfa.hudsettings.fadein=Ammo HUD Fadein Time tfa.hudsettings.hangtime=HUD Hang Time (after a reload, etc.) +tfa.hudsettings.fallback=Enable Simple Fallback HUD +tfa.hudsettings.fallback.desc=Displayed when 3D2D HUD is disabled, for providing essential information with custom HUDs tfa.hudsettings.crosshair.label=Crosshair tfa.hudsettings.crosshair.enabled=Use Custom Crosshair tfa.hudsettings.crosshair.dot=Use Crosshair Dot @@ -192,6 +194,7 @@ tfa.about.version=Version %s tfa.about.author=Made by %s tfa.about.maintain=Maintained by %s and %s tfa.about.contributors=Additional contributions: %s +tfa.about.font=Font bundled and used: tfa.about.changelog.label=Changelog/version history: tfa.about.changelog.btn.github=CHANGELOG.md @ GitHub tfa.about.changelog.btn.steam=Steam Change Notes