diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/HudAnimations_tf.txt | 38 | ||||
| -rw-r--r-- | scripts/hudlayout.res | 16 |
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" |
