diff options
| author | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
| commit | 7211d8916df735840e5b04d5164799493792a10e (patch) | |
| tree | 44583ba6701d57550c95613314d19beb63fad815 /scripts | |
| parent | 7bbc1440403df82533141d0e190119caa496d124 (diff) | |
Changed main menu background, see notes.
- Changed the background to classic rayshud.
- Updated the killer panel, class select, achievement tracker and more?
- Visual tweaks and inconsistency fixes.
- Expanded the size allocated to the player list in the match hud.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudanimations_custom.txt | 8 | ||||
| -rw-r--r-- | scripts/hudlayout.res | 41 |
2 files changed, 23 insertions, 26 deletions
diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt index 6d484a7..7a74943 100644 --- a/scripts/hudanimations_custom.txt +++ b/scripts/hudanimations_custom.txt @@ -5,7 +5,7 @@ event HudHealthBonusPulse Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 Animate PlayerHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Buff" Accel 0.0 0.0 RunEvent HudHealthBonusPulseLoop 0.4 } @@ -16,7 +16,7 @@ event HudHealthBonusPulseStop StopEvent HudHealthBonusPulseLoop 0.0 Animate PlayerHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Health Pulse @@ -26,7 +26,7 @@ event HudHealthDyingPulse Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 Animate PlayerHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Hurt" Accel 0.0 0.0 RunEvent HudHealthDyingPulseLoop 0.4 } @@ -37,7 +37,7 @@ event HudHealthDyingPulseStop StopEvent HudHealthDyingPulseLoop 0.0 Animate PlayerHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate SpecHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate TargetHealthValue FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Ammo Pulse diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 83196b7..a0f3caf 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -76,7 +76,7 @@ "xpos" "0" "ypos" "0" "wide" "f0" - "tall" "f0" + "tall" "480" } "HudKothTimeStatus" @@ -99,10 +99,10 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c-75" + "xpos" "0" "ypos" "0" - "wide" "500" - "tall" "500" + "wide" "f0" + "tall" "480" "MeterFG" "White" "MeterBG" "Gray" } @@ -112,10 +112,10 @@ "fieldName" "HudMedicCharge" "visible" "1" "enabled" "1" - "xpos" "c-75" + "xpos" "0" "ypos" "c25" - "wide" "500" - "tall" "500" + "wide" "f0" + "tall" "300" } "HudDemomanCharge" @@ -137,16 +137,13 @@ "fieldName" "HudBowCharge" "visible" "1" "enabled" "1" - "xpos" "c-100" - "ypos" "c25" - "xpos_minmode" "c-75" - "ypos_minmode" "c46" + "xpos" "0" + "ypos" "0" "zpos" "1" - "wide" "200" + "wide" "0" "tall" "500" "MeterFG" "White" "MeterBG" "Gray" - "alpha" "0" } "HudFlameRocketCharge" @@ -172,7 +169,7 @@ "visible" "1" "enabled" "1" "xpos" "c-100" - "ypos" "42" + "ypos" "0" "zpos" "0" "wide" "200" "tall" "50" @@ -219,12 +216,12 @@ { "fieldName" "CHudAccountPanel" "xpos" "c200" - "xpos_minmode" "c130" "ypos" "c130" "zpos" "0" - "ypos_minmode" "c83" "wide" "55" "tall" "70" + "xpos_minmode" "c130" + "ypos_minmode" "c83" "visible" "1" "enabled" "1" "PaintBackgroundType" "2" @@ -265,8 +262,8 @@ "enabled" "1" "xpos" "15" "ypos" "r40" - "wide" "150" - "tall" "30" + "wide" "100" + "tall" "170" } "CMainTargetID" @@ -275,10 +272,10 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "250" + "ypos" "355" "ypos_minmode" "c80" "wide" "600" - "tall" "50" + "tall" "53" "priority" "100" } @@ -288,7 +285,7 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "c120" + "ypos" "c135" "wide" "600" "tall" "50" "priority" "40" @@ -302,7 +299,7 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "c120" + "ypos" "c135" "ypos_minmode" "c120" "wide" "600" "tall" "50" |
