From c3240fa65aef57890bc26468efc0f642aba3738c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 4 Jul 2021 16:50:06 -0400 Subject: Numerous visual tweaks and improvements. - Updated PASSTIME UI. - Updated the in-game weapon selection menu to use higher quality images. --- scripts/hudanimations_custom.txt | 16 ++++++++-------- scripts/hudlayout-base.res | 32 +++++++++++++++++--------------- 2 files changed, 25 insertions(+), 23 deletions(-) (limited to 'scripts') diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt index 7a74943..1e38141 100644 --- a/scripts/hudanimations_custom.txt +++ b/scripts/hudanimations_custom.txt @@ -103,11 +103,11 @@ event HudMedicSolidColorCharge event HudMedicOrangePulseCharge { - Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 + Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.1 + Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.4 - Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 + Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.1 + Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.4 RunEvent HudMedicChargedLoop 0.6 } @@ -141,14 +141,14 @@ event HitMarker // Spy Disguise event HudSpyDisguiseFadeIn { - //RunEvent HudSpyDisguiseChanged 0.0 - //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 +// RunEvent HudSpyDisguiseChanged 0.0 +// Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 } event HudSpyDisguiseFadeOut { - //RunEvent HudSpyDisguiseChanged 0.0 - //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 +// RunEvent HudSpyDisguiseChanged 0.0 +// Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 } event HudSpyDisguiseChanged diff --git a/scripts/hudlayout-base.res b/scripts/hudlayout-base.res index 3acb46e..7809d57 100644 --- a/scripts/hudlayout-base.res +++ b/scripts/hudlayout-base.res @@ -62,7 +62,7 @@ "fieldName" "HudWeaponAmmo" "visible" "1" "enabled" "1" - "xpos" "c70" + "xpos" "c80" "ypos" "c70" "xpos_minmode" "c25" "ypos_minmode" "c30" @@ -86,14 +86,14 @@ "fieldName" "HudKothTimeStatus" "visible" "1" "enabled" "1" - "xpos" "c-65" + "xpos" "c-50" "ypos" "0" "zpos" "5" - "wide" "200" + "wide" "100" "tall" "60" - "blue_active_xpos" "15" - "red_active_xpos" "65" + "blue_active_xpos" "0" + "red_active_xpos" "50" } "HudItemEffectMeter" @@ -274,10 +274,10 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "355" + "ypos" "c110" "ypos_minmode" "c80" "wide" "600" - "tall" "53" + "tall" "50" "priority" "100" } @@ -301,8 +301,8 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "c135" - "ypos_minmode" "c120" + "ypos" "c145" + "ypos_minmode" "c140" "wide" "600" "tall" "50" "priority" "35" @@ -857,7 +857,8 @@ "visible" "1" "enabled" "1" "xpos" "c-225" - "ypos" "r128" + "ypos" "r125" + "zpos" "10" "wide" "450" "tall" "300" } @@ -1114,8 +1115,8 @@ "fieldName" "HudStopWatch" "visible" "1" "enabled" "1" - "xpos" "c-115" - "ypos" "27" + "xpos" "c100" + "ypos" "r20" "zpos" "0" "wide" "90" "tall" "15" @@ -1161,6 +1162,7 @@ "enabled" "1" "xpos" "0" "ypos" "r120" + "zpos" "10" "wide" "f0" "tall" "320" } @@ -1182,10 +1184,10 @@ "visible" "1" "enabled" "1" "xpos" "0" - "ypos" "0" - "zpos" "10" + "ypos" "r30" + "zpos" "1" "wide" "f0" - "tall" "50" + "tall" "25" } "HudAchievementTracker" -- cgit v1.2.3