From ea282b4939ae1c8f5b69a89acf4db91d14491e62 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Dec 2020 13:18:40 -0500 Subject: CastingEssentials Support - Added support for CastingEssentials features like team scores, medigun info, player status effects and loadout icons. - Updated the match HUD and the look of the player list. - Fixed the in-game chat moving when changing classes. --- scripts/hudanimations_custom.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'scripts/hudanimations_custom.txt') diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt index a1b2b6b..c1571a5 100644 --- a/scripts/hudanimations_custom.txt +++ b/scripts/hudanimations_custom.txt @@ -124,7 +124,7 @@ event HudMedicChargedStop Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 } //================================================================================== -// Hitmarker Pulse + event DamagedPlayer { StopEvent HitMarker 0.0 @@ -137,6 +137,7 @@ event HitMarker Animate CustomCrosshair FgColor "Crosshair" Linear 0.10 0.10001 } //================================================================================== + // Spy Disguise event HudSpyDisguiseFadeIn { @@ -162,26 +163,25 @@ event HudSpyDisguiseChanged event HudSnapShotReminderIn { - RunEvent DefaultAnimHudSnapShotReminderIn 0.0 - RunEvent HudHealthBonusPulseStop 0.0 - RunEvent HudHealthDyingPulseStop 0.0 - RunEvent HudLowAmmoPulseStop 0.0 - RunEvent HudMedicChargedStop 0.0 + RunEvent HudHealthDyingPulseStop 10.0 + RunEvent HudHealthBonusPulseStop 10.0 + RunEvent HudLowAmmoPulseStop 10.0 + RunEvent HudMedicChargedStop 10.0 } //================================================================================== -event CompetitiveGame_LowerChatWindow -{ - Animate HudChat ypos r120 Accel 0 0 +event TeamStatus_PlayerDead +{ + SetVisible respawntime 1 0 } -event CompetitiveGame_RestoreChatWindow -{ - Animate HudChat ypos 25 Accel 0 0 +event TeamStatus_PlayerAlive +{ + SetVisible respawntime 0 0.2 } -event HudTournament_MoveChatWindow -{ - RunEvent CompetitiveGame_LowerChatWindow 0 - RunEvent CompetitiveGame_RestoreChatWindow 0 -} \ No newline at end of file +//================================================================================== + +event CompetitiveGame_LowerChatWindow { } +event CompetitiveGame_RestoreChatWindow { } +event HudTournament_MoveChatWindow { } \ No newline at end of file -- cgit v1.2.3