4.7.8.5
This commit is contained in:
parent
a9929aed9c
commit
dbdccce147
@ -1,4 +1,9 @@
|
|||||||
# This is an archive of changelog messages from `tfa_loader.lua`.
|
# This is an archive of changelog messages from `tfa_loader.lua`.
|
||||||
|
## 4.7.8.5
|
||||||
|
* Fixed error when both base weapon and it's descendant has an event table
|
||||||
|
* Fixed spread with forced bullet ballistics enabled
|
||||||
|
* Updated the localization files
|
||||||
|
|
||||||
## 4.7.8.4
|
## 4.7.8.4
|
||||||
* Fixed akimbo shoot animations order breaking (and HUD mismatch)
|
* Fixed akimbo shoot animations order breaking (and HUD mismatch)
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ tfa.svsettings.penpowermul=Penetration Power Multiplier
|
|||||||
tfa.svsettings.spreadmult=Spread Multiplier
|
tfa.svsettings.spreadmult=Spread Multiplier
|
||||||
tfa.svsettings.penetrationlimit=Penetration Count Limit
|
tfa.svsettings.penetrationlimit=Penetration Count Limit
|
||||||
tfa.svsettings.defaultclip=Default Clip Count (-1 = default)
|
tfa.svsettings.defaultclip=Default Clip Count (-1 = default)
|
||||||
tfa.svsettings.rangemod=Bullet Range Damage Degredation
|
tfa.svsettings.rangemod=Maximum Bullet Damage Drop Multiplier
|
||||||
tfa.svsettings.randomseed=Populate extra seed in RNG while shooting serverside
|
tfa.svsettings.randomseed=Populate extra seed in RNG while shooting serverside
|
||||||
tfa.svsettings.randomseed_tip=This will cause shots to be out of sync with server. Enable it if you really know what you are doing!
|
tfa.svsettings.randomseed_tip=This will cause shots to be out of sync with server. Enable it if you really know what you are doing!
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ tfa.sightsettings.rtbgblurintensity=Scope Blur Strength
|
|||||||
tfa.sightsettings.adstoggle=Toggle Ironsights
|
tfa.sightsettings.adstoggle=Toggle Ironsights
|
||||||
tfa.sightsettings.adsresight=Preserve Sights On Reload, Sprint, etc.
|
tfa.sightsettings.adsresight=Preserve Sights On Reload, Sprint, etc.
|
||||||
tfa.sightsettings.responsive=Responsive (mixed held down/toggle)
|
tfa.sightsettings.responsive=Responsive (mixed held down/toggle)
|
||||||
tfa.sightsettings.responsive_timer=Held time thersold
|
tfa.sightsettings.responsive_timer=Aim Key Hold Timer
|
||||||
tfa.sightsettings.scopesensscale=Compensate Sensitivity for FOV
|
tfa.sightsettings.scopesensscale=Compensate Sensitivity for FOV
|
||||||
tfa.sightsettings.scopesenspct=Scope Sensitivity (%)
|
tfa.sightsettings.scopesenspct=Scope Sensitivity (%)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user