From 90cc227c8033fc25ddeca41bbcb789195b874ae3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 15:56:46 -0400 Subject: Miscellenaous Tweaks --- resource/ui/mapinfomenu.res | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index f0b5d4d..fc690c9 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -28,7 +28,7 @@ "pinCorner" "0" "visible" "0" "enabled" "0" - "fillcolor" "0 0 0 100" + "fillcolor" "TransparentBlack" } "MapInfoTitle" @@ -107,13 +107,6 @@ { "ControlName" "CExButton" "fieldName" "MapInfoContinue" - "xpos" "9999" - } - - "MapInfoContinue2" - { - "ControlName" "CExButton" - "fieldName" "MapInfoContinue2" "xpos" "c-60" "ypos" "c96" "zpos" "6" -- cgit v1.2.3 From ced4c955b2a5ae691226f47efd0b0f6965ed0415 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 20:00:36 -0400 Subject: Updated PDA, Achievement Tracker - Updated the position of the achievement tracker and Engineer buildings. - Visual tweaks to the Engineer PDA and taunt menues. --- resource/ui/mapinfomenu.res | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index fc690c9..ea7cd16 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -36,7 +36,7 @@ "ControlName" "CExLabel" "fieldName" "MapInfoTitle" "xpos" "c-180" - "ypos" "c-135" + "ypos" "c-116" "zpos" "1" "wide" "360" "tall" "26" @@ -55,9 +55,10 @@ "ControlName" "CExLabel" "fieldName" "MapInfoType" "xpos" "c-180" - "ypos" "c-110" + "ypos" "c-140" "zpos" "1" "wide" "360" + "tall" "26" "tall" "16" "autoResize" "0" "pinCorner" "0" @@ -116,7 +117,7 @@ "pinCorner" "2" "visible" "1" "enabled" "1" - "labelText" "CONTINUE (&E)" + "labelText" "#TF_Continue" "textAlignment" "center" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3 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 --- resource/ui/mapinfomenu.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index ea7cd16..af4f992 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -46,7 +46,7 @@ "enabled" "1" "labelText" "%mapname%" "textAlignment" "center" - "font" "Cerbetica24" + "font" "HudFontMedium" "fgcolor" "TanLight" } @@ -123,7 +123,7 @@ "brighttext" "0" "command" "continue" "default" "1" - "font" "Cerbetica24" + "font" "HudFontMedium" "paintbackground" "0" "fgcolor" "TanLight" @@ -158,7 +158,7 @@ "dulltext" "0" "brighttext" "0" "command" "back" - "font" "Cerbetica24" + "font" "HudFontMedium" "paintbackground" "0" "fgcolor" "TanLight" -- cgit v1.2.3 From efba2d7f8d7c68205331fcc3accad683649faed8 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 18:49:07 -0400 Subject: Visual Tweaks - Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others. --- resource/ui/mapinfomenu.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index af4f992..c92e949 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -74,7 +74,7 @@ { "ControlName" "CExRichText" "fieldName" "MapInfoText" - "font" "Cerbetica12" + "font" "HudFontSmall" "xpos" "c-170" "ypos" "c-90" "zpos" "3" -- 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 --- resource/ui/mapinfomenu.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/mapinfomenu.res') diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index c92e949..a8a7206 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -66,7 +66,7 @@ "enabled" "1" "labelText" "%gamemode%" "textAlignment" "center" - "font" "Cerbetica16" + "font" "HudFontSmallishBold" "fgcolor" "TanLight" } -- cgit v1.2.3