From 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 22:37:29 -0400 Subject: Visual Tweaks, Bug Fixes (see notes) - Added the missing player effect and health cluster icons - Visual tweaks to the scoreboard, team/class select, freezecam, item test - Updated the main menu to use the new Player Mute menu - Fixed the Overtime label overlapping with the server time limit - Removed unused font definitions --- .../player_health/hudplayerhealth-broesel.res | 6 ++++++ .../player_health/hudplayerhealth-cross.res | 8 ++++++++ customizations/player_health/hudplayerhealth.res | 20 ++++++++++++++++++++ 3 files changed, 34 insertions(+) (limited to 'customizations/player_health') diff --git a/customizations/player_health/hudplayerhealth-broesel.res b/customizations/player_health/hudplayerhealth-broesel.res index ec1ed8c..a75d672 100644 --- a/customizations/player_health/hudplayerhealth-broesel.res +++ b/customizations/player_health/hudplayerhealth-broesel.res @@ -291,6 +291,12 @@ "tall" "32" } + "PlayerStatusHookBleedImage" + { + "wide" "32" + "tall" "32" + } + "PlayerStatusSlowed" { "wide" "32" diff --git a/customizations/player_health/hudplayerhealth-cross.res b/customizations/player_health/hudplayerhealth-cross.res index 3dfb351..2febbec 100644 --- a/customizations/player_health/hudplayerhealth-cross.res +++ b/customizations/player_health/hudplayerhealth-cross.res @@ -353,4 +353,12 @@ "wide_minmode" "24" "tall_minmode" "24" } + + "PlayerStatusHookBleedImage" + { + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + } } \ No newline at end of file diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res index 8d24e6b..5052519 100644 --- a/customizations/player_health/hudplayerhealth.res +++ b/customizations/player_health/hudplayerhealth.res @@ -441,6 +441,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "" "fgcolor" "117 107 94 255" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" @@ -693,4 +694,23 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } + + "PlayerStatusHookBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHookBleedImage" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop_grapple" + "fgcolor" "117 107 94 255" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } } \ No newline at end of file -- cgit v1.2.3 From 72289557fe993da654a16dff30d39b3304cd85d5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 6 Aug 2020 23:13:59 -0400 Subject: Main Menu Updates, More Bug Fixes - Updated various main menu and store pages. - Updated the look of the TargetID and Friends list. - Fixed the position of the count of players on the payload - Fixed the size of the badge seen on the post match screen. - Fixed the item effect meter not being properly centered in minmode. - Removed icons from the abandon panels. - Updated font definitions throughout the hud. --- customizations/player_health/hudplayerhealth.res | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'customizations/player_health') diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res index 5052519..feaab02 100644 --- a/customizations/player_health/hudplayerhealth.res +++ b/customizations/player_health/hudplayerhealth.res @@ -118,8 +118,10 @@ { "ControlName" "EditablePanel" "fieldName" "PlayerStatusAnchor" - "xpos" "0" - "ypos" "10" + "xpos" "10" + "ypos" "5" + "xpos_minmode" "5" + "ypos_minmode" "15" "wide" "23" "tall" "23" "visible" "1" -- cgit v1.2.3 From e391ac81598292127c356fcb6adbd83db72c5888 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 20:38:01 -0400 Subject: Font Update - Converted Cerbetica fonts from TTF to OTF - Removed unused font definitions to reduce loading times --- customizations/player_health/hudplayerhealth-broesel.res | 8 ++++---- customizations/player_health/hudplayerhealth.res | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'customizations/player_health') diff --git a/customizations/player_health/hudplayerhealth-broesel.res b/customizations/player_health/hudplayerhealth-broesel.res index a75d672..6351d22 100644 --- a/customizations/player_health/hudplayerhealth-broesel.res +++ b/customizations/player_health/hudplayerhealth-broesel.res @@ -100,14 +100,14 @@ { "xpos" "-18" "ypos" "12" - "font" "CerbeticaBold24" - "font_minmode" "CerbeticaBold24" + "font" "Cerbetica24" + "font_minmode" "Cerbetica24" } "PlayerStatusHealthValueShadow" { - "font" "CerbeticaBold24" - "font_minmode" "CerbeticaBold24" + "font" "Cerbetica24" + "font_minmode" "Cerbetica24" } "PlayerStatusAnchor" diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res index feaab02..b514365 100644 --- a/customizations/player_health/hudplayerhealth.res +++ b/customizations/player_health/hudplayerhealth.res @@ -77,8 +77,8 @@ "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" + "font" "Cerbetica56" + "font_minmode" "Cerbetica32" "fgcolor" "Health Normal" } @@ -95,8 +95,8 @@ "enabled" "1" "labelText" "%Health%" "textAlignment" "center" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" + "font" "Cerbetica56" + "font_minmode" "Cerbetica32" "fgcolor" "0 0 0 200" "pin_to_sibling" "PlayerStatusHealthValue" -- cgit v1.2.3