From 61cf47f4b4937b2b72681abf955cd5221d0584bf Mon Sep 17 00:00:00 2001 From: raysfire Date: Thu, 2 Jul 2015 22:56:05 -0500 Subject: Added in new hud animations --- minmode/scripts/HudAnimations_tf.txt | 70 +++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) (limited to 'minmode/scripts') diff --git a/minmode/scripts/HudAnimations_tf.txt b/minmode/scripts/HudAnimations_tf.txt index 188f0a2..d5ad217 100644 --- a/minmode/scripts/HudAnimations_tf.txt +++ b/minmode/scripts/HudAnimations_tf.txt @@ -823,7 +823,7 @@ event HudReadyPulseEnd StopEvent HudReadyPulseLoop 0.0 } - // Respec in Win +// Respec in Win event RespecEarnedPulse { Animate RespecTextLabelWin FgColor "TanLight" Linear 0.0 0.1 @@ -868,5 +868,73 @@ event RespecEarnedPulseEndLoss StopEvent RespecEarnedPulseLoopLoss 0.0 } +event RDPositiveScorePulse +{ + Animate Score FgColor "25 255 25 255" Linear 0.0 0.0 + Animate Score FgColor "TanLight" Linear 0.1 0.2 + + Animate Score Position "3 5" Deaccel 0.0 0.05 + Animate Score Position "3 10" Accel 0.05 0.2 + + Animate ScoreShadow FgColor "0 0 0 200" Deaccel 0.0 0.05 + Animate ScoreShadow FgColor "0 0 0 255" Accel 0.1 0.2 +} + +event RDNegativeScorePulse +{ + Animate Score FgColor "255 75 75 255" Linear 0.0 0.0 + Animate Score FgColor "TanLight" Linear 0.1 0.2 + + Animate Score Position "3 5" Deaccel 0.0 0.05 + Animate Score Position "3 10" Accel 0.05 0.2 + + Animate ScoreShadow FgColor "0 0 0 200" Deaccel 0.0 0.05 + Animate ScoreShadow FgColor "0 0 0 255" Accel 0.1 0.2 +} + +event QuestNotification_Present +{ + Animate MainContainer Position "r0 94" Deaccel 0 0 + Animate MainContainer Position "r115 94" Deaccel 0.01 0.4 +} + +event QuestNotification_Hide +{ + Animate MainContainer Position "r115 94" Deaccel 0 0 + Animate MainContainer Position "r0 94" Deaccel 0.01 0.4 +} + +event ItemCard_ShowPinHint +{ + Animate PinLabel Position "0 -20" Deaccel 0 0 + + Animate PinLabel FgColor "TanLight" Linear 0.2 0 + Animate PinLabel Position "0 0" Deaccel 0.2 0.2 +} + +event ItemCard_HidePinHint +{ + Animate PinLabel Position "0 5" Deaccel 0 0.3 + + Animate PinLabel Position "0 -20" Accel 0.3 0.1 +} + +event ItemCard_ShowCloseButton +{ + Animate CloseButton Position "-8 -68" Deaccel 0 0.3 + + Animate CloseButton Position "-8 -68" Accel 0.3 0.1 +} + +event ItemCard_HideCloseButton +{ + Animate CloseButton Position "-30 -90" Deaccel 0 0.0 +} + +event QuestItem_StaticPhoto_Reveal +{ + Animate StaticPhoto Alpha "0" Accel 0 2 +} + // -- cgit v1.2.3