summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoribruton <[email protected]>2016-03-17 21:05:09 -0500
committeribruton <[email protected]>2016-03-17 21:05:09 -0500
commit275b5e533e56019d716b8a87206f5f1268988121 (patch)
tree217fb3f2997424bdab44174b2e00b656c14ff0c1 /scripts
parent907f0c5ccc3162615ac6af51848316365b6efbd1 (diff)
Added in new animations for matchmaking
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HudAnimations_tf.txt38
-rw-r--r--scripts/hudlayout.res16
2 files changed, 52 insertions, 2 deletions
diff --git a/scripts/HudAnimations_tf.txt b/scripts/HudAnimations_tf.txt
index b2086a6..22ff047 100644
--- a/scripts/HudAnimations_tf.txt
+++ b/scripts/HudAnimations_tf.txt
@@ -576,6 +576,44 @@ event ActiveTimerBGPulse
Animate ActiveTimerBG Alpha "255" Linear 1.1 0.1
}
+event ActiveTimerHighlight
+{
+ Animate TimePanelValue FgColor TanLight Linear 0.1 0.1
+ Animate TimePanelValue FgColor "142 134 115 255" Linear 0.3 0.1
+
+ Animate TimePanelValue FgColor TanLight Linear 0.5 0.1
+ Animate TimePanelValue FgColor "142 134 115 255" Linear 0.7 0.1
+
+ Animate TimePanelValue FgColor TanLight Linear 0.9 0.1
+ Animate TimePanelValue FgColor "142 134 115 255" Linear 1.1 0.1
+
+ Animate TimePanelValue FgColor TanLight Linear 1.3 0.3
+
+}
+
+event ActiveTimerDim
+{
+ // Slow fade out
+ Animate TimePanelValue FgColor "142 134 115 255" Linear 0.0 0.4
+}
+
+//===========================================
+
+event OvertimeLabelPulseRed
+{
+ Animate OvertimeLabel FgColor TanLight Linear 0.0 0.3
+ Animate OvertimeLabel FgColor RedSolid Linear 0.3 0.3
+
+ RunEvent OvertimeLabelPulseRed 0.6
+}
+
+event SuddenDeathLabelPulseRed
+{
+ Animate SuddenDeathLabel FgColor TanLight Linear 0.0 0.3
+ Animate SuddenDeathLabel FgColor RedSolid Linear 0.3 0.3
+
+ RunEvent SuddenDeathLabelPulseRed 0.2
+}
//===========================================
event TeamsFullArrowAnimate
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res
index 3d0a6ef..e171824 100644
--- a/scripts/hudlayout.res
+++ b/scripts/hudlayout.res
@@ -2224,9 +2224,21 @@
"tall" "f0"
}
- HudCompetitive
+ HudMatchStatus
{
- "fieldName" "HudCompetitive"
+ "fieldName" "HudMatchStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "f0"
+ }
+
+ HudTeamStatus
+ {
+ "fieldName" "HudTeamStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"