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 --- minmode/scripts/HudAnimations_tf.txt | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'minmode/scripts') diff --git a/minmode/scripts/HudAnimations_tf.txt b/minmode/scripts/HudAnimations_tf.txt index 197f9fe..9528cbf 100644 --- a/minmode/scripts/HudAnimations_tf.txt +++ b/minmode/scripts/HudAnimations_tf.txt @@ -368,14 +368,20 @@ event HudSpyDisguiseHide 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 +803,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