From bbe5e408047348b7be885af0edf65613a89176c5 Mon Sep 17 00:00:00 2001 From: RaysFire Date: Sat, 12 Jan 2013 20:11:36 -0600 Subject: Updated with ability to add in spy disguise image --- scripts/HudAnimations_tf.txt | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'scripts') diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt index 197f9fe..ca8510f 100644 --- a/scripts/HudAnimations_tf.txt +++ b/scripts/HudAnimations_tf.txt @@ -366,16 +366,23 @@ event HudSpyDisguiseHide Animate PlayerStatusSpyOutlineImage Alpha "0" Linear 0.2 0.1 } + event HudSpyDisguiseFadeIn { - RunEvent HudSpyDisguiseChanged 0 - Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 + //RunEvent HudSpyDisguiseChanged 0 + //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 + + //Uncomment the line below for spy disguise image. + //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0 } event HudSpyDisguiseFadeOut { - RunEvent HudSpyDisguiseChanged 0 - Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 + //RunEvent HudSpyDisguiseChanged 0 + //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 + + //Uncomment the line below for spy disguise image. + //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0 } //=========================================== @@ -797,10 +804,10 @@ event SpyWarningFlashEnd event HudReadyPulse { - Animate TournamentInstructionsLabel FgColor "TanLight" Linear 0.0 0.1 - Animate TournamentInstructionsLabel FgColor "RedSolid" Linear 0.3 0.4 + Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3 + Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3 - RunEvent HudReadyPulseLoop 0.5 + RunEvent HudReadyPulseLoop 0.6 } event HudReadyPulseLoop -- cgit v1.2.3