You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added the ability to edit slider numbers directly via an input field by clicking on the number (by @NickCloudAT)
Added a new way to alter player volume separately from the scoreboard (by @EntranceJew):
VOICE.(Get/Set)PreferredPlayerVoiceVolume for setting the voice volume instead of Player:SetVoiceVolumeScale
VOICE.(Get/Set)PreferredPlayerVoiceMute for setting the voice mute instead of Player:SetMuted
VOICE.UpdatePlayerVoiceVolume commits / updates the voice setting according to player preferences
Added client submenu options for clients to change audio settings under F1 > Gameplay > General (by @EntranceJew):
Added a convar ttt2_voice_scaling to control voice volume scaling, options like "power4" or "log" cause the volume scaling to have a greater perceptual impact between discrete volume settings.
Added convars ttt2_voice_duck_spectator and ttt2_voice_duck_spectator_amount to lower spectator voice volume automatically.
A value of 0.13 ducks someone's volume at 90% down to effectively 78%, according to the client's scaling mode.
Added the option for DButtonTTT2 to have an icon next to the title (by @TimGoll)
Added a cached equipment item icon to its table as .iconMaterial (by @TimGoll)
Added a new bodysearch library that handles the search (by @TimGoll)
Completely reworked the body search UI (by @TimGoll)
new UI that fits the UI rework
added player model to UI
highlighted player role and team in the UI
redesigned data list so that everything can be seen without clicking through a list
added more details to list like: water level, ground type, kill distance, kill direction, hit group, last damage amount
The UI is now more responsive, it is updated when the server changes states on the body and timers are updated live in the UI
Added that the healthbar will pulsate when below 25% health. Toggleable in F1 Menu (by @NickCloudAT)
Added new menu section in F1 menu under Appearance > Hud Switcher for HudElement based features (by @NickCloudAT)
Brought in code files for ttt_hat_deerstalker, weapon_ttt_phammer, ttt_flame, and weapon_ttt_push.
Translated all strings still needed to german (by @NickCloudAT)
Added new sidebar information, when the scoreboard is open (by @TimGoll)
Added keybinding information to the bottom of the screen (by @TimGoll)
Can be disabled in Appearance->Interface
Shows binding name when scoreboard is opened
Added option to render rotated text on screen (by @TimGoll)
Added TTT2GiveFoundCredits hook for preventing / overriding the transfer of credits from a body to a player (by @Spanospy)
Added Ukrainian translation from base TTT (by @ErickMaksimets)
Added Swedish translation from base TTT (by @Kefta)