2
0
This commit is contained in:
YuRaNnNzZZ 2023-11-20 18:23:47 +03:00
parent 1a0270b58d
commit f082e54d2f
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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
---------------------------------------

View File

@ -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