summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HudAnimations_tf.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt
index 7a1975f..d5ad217 100644
--- a/scripts/HudAnimations_tf.txt
+++ b/scripts/HudAnimations_tf.txt
@@ -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
+}
+
//