diff options
| author | CriticalFlaw <[email protected]> | 2021-07-04 16:50:06 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-04 16:50:06 -0400 |
| commit | c3240fa65aef57890bc26468efc0f642aba3738c (patch) | |
| tree | 011a00114cdf478f8852a813dbe3895e1df52ee2 /scripts | |
| parent | d51397018a5dc3c32ed29bce2c0b7381d91b8d3e (diff) | |
Numerous visual tweaks and improvements.
- Updated PASSTIME UI.
- Updated the in-game weapon selection menu to use higher quality images.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudanimations_custom.txt | 16 | ||||
| -rw-r--r-- | scripts/hudlayout-base.res | 32 |
2 files changed, 25 insertions, 23 deletions
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" |
