diff options
Diffstat (limited to 'minmode/scripts')
| -rw-r--r-- | minmode/scripts/HudAnimations_tf.txt | 38 | ||||
| -rw-r--r-- | minmode/scripts/hudlayout.res | 18 |
2 files changed, 53 insertions, 3 deletions
diff --git a/minmode/scripts/HudAnimations_tf.txt b/minmode/scripts/HudAnimations_tf.txt index b2086a6..22ff047 100644 --- a/minmode/scripts/HudAnimations_tf.txt +++ b/minmode/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/minmode/scripts/hudlayout.res b/minmode/scripts/hudlayout.res index 55c6e15..43df617 100644 --- a/minmode/scripts/hudlayout.res +++ b/minmode/scripts/hudlayout.res @@ -2212,11 +2212,23 @@ "ypos" "0" "wide" "f0" "tall" "f0" - } + } - HudCompetitive + HudMatchStatus + { + "fieldName" "HudMatchStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + } + + HudTeamStatus { - "fieldName" "HudCompetitive" + "fieldName" "HudTeamStatus" "visible" "1" "enabled" "1" "xpos" "0" |
