diff options
| author | CriticalFlaw <[email protected]> | 2021-06-29 09:52:34 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-06-29 09:52:34 -0400 |
| commit | acc0c844dd8228bb5d4fc6a13d66d3b01fc47d45 (patch) | |
| tree | 7d7dce8abe8d5da4348adcec4b18bb036cf1ce9d /scripts | |
| parent | be4fe1e5a652ba9810e08411a30c9dc6582e5097 (diff) | |
Main menu tweaks
- Consolidated the Cerbetica font.
- Added back the rayshud-styled TF2 logo.
- Moved the version number to the HUD Options panel.
- Updated files to use schema color names.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudanimations_custom.txt | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt index 4acd00a..6d484a7 100644 --- a/scripts/hudanimations_custom.txt +++ b/scripts/hudanimations_custom.txt @@ -4,8 +4,8 @@ event HudHealthBonusPulse Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 - Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate GuiPlayerHealth FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate SpecHealthValue FgColor "Health Buff" Accel 0.0 0.0 RunEvent HudHealthBonusPulseLoop 0.4 } @@ -15,8 +15,8 @@ event HudHealthBonusPulseStop StopEvent HudHealthBonusPulse 0.0 StopEvent HudHealthBonusPulseLoop 0.0 - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate GuiPlayerHealth FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate SpecHealthValue FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Health Pulse @@ -25,8 +25,8 @@ event HudHealthDyingPulse Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 - Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate GuiPlayerHealth FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate SpecHealthValue FgColor "Health Hurt" Accel 0.0 0.0 RunEvent HudHealthDyingPulseLoop 0.4 } @@ -36,8 +36,8 @@ event HudHealthDyingPulseStop StopEvent HudHealthDyingPulse 0.0 StopEvent HudHealthDyingPulseLoop 0.0 - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate GuiPlayerHealth FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate SpecHealthValue FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Ammo Pulse @@ -67,7 +67,7 @@ event HudLowAmmoPulseStop event HudMedicCharged { RunEvent HudMedicOrangePulseCharge 0.0 - //RunEvent HudMedicSolidColorCharge 0.0 + //RunEvent HudMedicSolidColorCharge 0.0 //RunEvent HudMedicRainbowCharged 0.0 RunEvent HudMedicChargedLoop 0.6 @@ -133,21 +133,21 @@ event DamagedPlayer event HitMarker { - Animate CustomCrosshair FgColor "CrosshairDamage" Linear 0.0 0.00001 - Animate CustomCrosshair FgColor "Crosshair" Linear 0.10 0.10001 + Animate CustomCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate CustomCrosshair FgColor "Crosshair" Linear 0.15 0.0 } //================================================================================== // Spy Disguise event HudSpyDisguiseFadeIn { - //RunEvent HudSpyDisguiseChanged 0.0 + //RunEvent HudSpyDisguiseChanged 0.0 //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 } event HudSpyDisguiseFadeOut { - //RunEvent HudSpyDisguiseChanged 0.0 + //RunEvent HudSpyDisguiseChanged 0.0 //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 } @@ -163,10 +163,10 @@ event HudSpyDisguiseChanged event HudSnapShotReminderIn { - RunEvent HudHealthDyingPulseStop 10.0 - RunEvent HudHealthBonusPulseStop 10.0 - RunEvent HudLowAmmoPulseStop 10.0 - RunEvent HudMedicChargedStop 10.0 + RunEvent HudHealthDyingPulseStop 10.0 + RunEvent HudHealthBonusPulseStop 10.0 + RunEvent HudLowAmmoPulseStop 10.0 + RunEvent HudMedicChargedStop 10.0 } //================================================================================== @@ -184,4 +184,4 @@ event TeamStatus_PlayerAlive event CompetitiveGame_LowerChatWindow { } event CompetitiveGame_RestoreChatWindow { } -event HudTournament_MoveChatWindow { }
\ No newline at end of file +event HudTournament_MoveChatWindow { } |
