Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/resource/chatscheme.res b/resource/chatscheme.res
- index dbbdc1f..aa8cfd7 100644
- --- a/resource/chatscheme.res
- +++ b/resource/chatscheme.res
- @@ -221,6 +221,7 @@ Scheme
- "Default"
- {
- + "isproportional" "only"
- "1"
- {
- "name" "Verdana"
- @@ -259,14 +260,12 @@ Scheme
- "yres" "1024 1199"
- "antialias" "1"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "20" [!$POSIX]
- - "tall" "24" [$POSIX]
- + "tall" "8"
- "weight" "0"
- "range" "0x0000 0x017F"
- - "yres" "1200 6000"
- "antialias" "1"
- }
- }
- @@ -363,6 +362,7 @@ Scheme
- "ChatFont"
- {
- + "isproportional" "only"
- "1"
- {
- "name" "Verdana"
- @@ -399,14 +399,16 @@ Scheme
- "yres" "1024 1199"
- "dropshadow" "1"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "22" [!$POSIX]
- - "tall" "25" [$POSIX]
- - "weight" "700"
- - "yres" "1200 10000"
- + "tall" "8"
- + // Misyl: Looks bad when proportional
- + // Removing the weight here.
- + "weight" "300"
- + //"weight" "700"
- "dropshadow" "1"
- + "antialias" "1"
- }
- }
- diff --git a/resource/clientscheme.res b/resource/clientscheme.res
- index 02074d6..ad64ea4 100644
- --- a/resource/clientscheme.res
- +++ b/resource/clientscheme.res
- @@ -505,13 +505,12 @@ Scheme
- "yres" "1024 1199"
- "antialias" "1"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "24"
- + "tall" "9"
- "weight" "900"
- "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
- - "yres" "1200 6000"
- "antialias" "1"
- }
- "6"
- @@ -585,13 +584,12 @@ Scheme
- "yres" "1024 1199"
- "antialias" "1"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "22"
- + "tall" "9"
- "weight" "0"
- "range" "0x0000 0x017F"
- - "yres" "1200 6000"
- "antialias" "1"
- }
- "6"
- @@ -640,13 +638,12 @@ Scheme
- "yres" "1024 1199"
- "antialias" "1"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "16"
- + "tall" "9"
- "weight" "0"
- "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
- - "yres" "1200 6000"
- "antialias" "1"
- }
- }
- @@ -686,13 +683,12 @@ Scheme
- "yres" "1024 1199"
- "antialias" "1"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "30"
- + "tall" "18"
- "weight" "900"
- "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
- - "yres" "1200 6000"
- "antialias" "1"
- }
- "6"
- @@ -766,12 +762,12 @@ Scheme
- "weight" "700"
- "yres" "1024 1199"
- }
- - "5"
- + "5" // Misyl: Proportional
- {
- "name" "Verdana"
- - "tall" "24"
- + "tall" "12"
- "weight" "700"
- - "yres" "1200 10000"
- + "antialias" "1"
- }
- }
- "HudFontGiant"
- @@ -817,11 +813,10 @@ Scheme
- "5"
- {
- "name" "TF2"
- - "tall" "52"
- + "tall" "24"
- "weight" "500"
- "additive" "0"
- "antialias" "1"
- - "yres" "1200 10000"
- }
- }
- "HudFontGiantBold"
- @@ -903,6 +898,15 @@ Scheme
- "name" "TF2 Secondary"
- "tall" "24"
- "weight" "500"
- + "yres" "1 1199"
- + "additive" "0"
- + "antialias" "1"
- + }
- + "2" // Misyl: Proportional
- + {
- + "name" "TF2 Secondary"
- + "tall" "10"
- + "weight" "500"
- "additive" "0"
- "antialias" "1"
- }
- @@ -2651,7 +2655,7 @@ Scheme
- "1"
- {
- "name" "TF2 Secondary"
- - "tall" "10"
- + "tall" "12"
- "weight" "400"
- "additive" "0"
- "antialias" "1"
- diff --git a/resource/ui/econ/itemaddefault.res b/resource/ui/econ/itemaddefault.res
- index a467672..9484f39 100644
- --- a/resource/ui/econ/itemaddefault.res
- +++ b/resource/ui/econ/itemaddefault.res
- @@ -29,8 +29,8 @@
- {
- "ControlName" "CExLabel"
- "fieldName" "ItemName"
- - "xpos" "2"
- - "ypos" "0"
- + "xpos" "5"
- + "ypos" "5"
- "wide" "f0"
- "tall" "30"
- "zpos" "10"
- @@ -42,7 +42,7 @@
- "fgcolor" "235 227 203 255"
- "use_proportional_insets" "1"
- "textinsetx" "5"
- - "textinsety" "5"
- + "textinsety" "0"
- "textAlignment" "north-west"
- "labelText" "%item_name%"
- }
- diff --git a/resource/ui/globalchat.res b/resource/ui/globalchat.res
- index a1de3ce..73ca4ca 100644
- --- a/resource/ui/globalchat.res
- +++ b/resource/ui/globalchat.res
- @@ -15,9 +15,9 @@
- "mouseinputenabled" "1"
- "border" "QuickplayBorder"
- - "log_font_small" "HudFontSmall"
- - "log_font_medium" "HudFontMediumSmallSecondary"
- - "log_font_large" "HudFontMediumSecondary"
- + "log_font_small" "HudFontSmallest"
- + "log_font_medium" "HudFontSmallest"
- + "log_font_large" "HudFontSmallest"
- "chat_color_default" "255 255 255 255"
- "chat_color_player_name" "255 255 0 255"
- diff --git a/resource/ui/huditemattributetracker.res b/resource/ui/huditemattributetracker.res
- index 639fbdf..98a339a 100644
- --- a/resource/ui/huditemattributetracker.res
- +++ b/resource/ui/huditemattributetracker.res
- @@ -38,6 +38,7 @@
- "tall" "18"
- "zpos" "4"
- "textinsetx" "5"
- + "use_proportional_insets" "1"
- "fgcolor_override" "235 226 202 255"
- "font" "AchievementTracker_Name"
- //"wrap" "1"
- @@ -56,6 +57,7 @@
- "tall" "f0"
- "zpos" "4"
- "textinsetx" "5"
- + "use_proportional_insets" "1"
- "fgcolor_override" "235 226 202 255"
- "font" "QuestObjectiveTracker_Desc"
- //"wrap" "1"
- diff --git a/resource/ui/hudteamgoal.res b/resource/ui/hudteamgoal.res
- index 41675b3..2a5906c 100644
- --- a/resource/ui/hudteamgoal.res
- +++ b/resource/ui/hudteamgoal.res
- @@ -24,7 +24,7 @@
- "fieldName" "SwitchLabel"
- "font" "HudFontSmallBold"
- "xpos" "80"
- - "ypos" "20"
- + "ypos" "25"
- "zpos" "1"
- "wide" "220" [$WIN32]
- "wide" "180" [$X360]
- @@ -43,7 +43,7 @@
- "fieldName" "GoalLabel"
- "font" "HudFontSmall"
- "xpos" "80"
- - "ypos" "35"
- + "ypos" "40"
- "zpos" "1"
- "wide" "220"
- "wide_hidef" "200"
- diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res
- index e229a79..23501c6 100644
- --- a/resource/ui/mainmenuoverride.res
- +++ b/resource/ui/mainmenuoverride.res
- @@ -1711,132 +1711,112 @@
- {
- "0"
- {
- - "item" "Summer 2024 Cosmetic Key"
- + "item" "Halloween 2024 Key"
- "show_market" "0"
- }
- "1"
- {
- - "item" "Summer 2024 Cosmetic Case"
- + "item" "Halloween 2024 Case"
- "show_market" "1"
- }
- "2"
- {
- - "item" "Taunt: Can It!"
- + "item" "Scream Fortress 2024 War Paint Key"
- "show_market" "0"
- }
- "3"
- {
- - "item" "Taunt: Cremator's Condolences"
- - "show_market" "0"
- + "item" "Scream Fortress 2024 War Paint Case"
- + "show_market" "1"
- }
- "4"
- {
- - "item" "Taunt: Straight Shooter Tutor"
- + "item" "Taunt: Crushing Defeat"
- "show_market" "0"
- }
- "5"
- {
- - "item" "Taunt: Unleashed Rage"
- + "item" "Taunt: Peace Out"
- "show_market" "0"
- }
- "6"
- {
- - "item" "Map Token Embargo"
- + "item" "Taunt: Commending Clap"
- "show_market" "0"
- }
- "7"
- {
- - "item" "Map Token Odyssey"
- + "item" "Taunt: The Punchline"
- "show_market" "0"
- }
- "8"
- {
- - "item" "Map Token Megaton"
- + "item" "Map Token Toxic"
- "show_market" "0"
- }
- "9"
- {
- - "item" "Map Token Cachoeira"
- + "item" "Map Token Darkmarsh"
- "show_market" "0"
- }
- "10"
- {
- - "item" "Map Token Overgrown"
- + "item" "Map Token Freaky Fair"
- "show_market" "0"
- }
- "11"
- {
- - "item" "Map Token Hadal"
- + "item" "Map Token Dynamite"
- "show_market" "0"
- }
- "12"
- {
- - "item" "Map Token Applejack"
- + "item" "Map Token Circus"
- "show_market" "0"
- }
- "13"
- {
- - "item" "Map Token Atom Smash"
- + "item" "Map Token Outburst"
- "show_market" "0"
- }
- "14"
- {
- - "item" "Map Token Canaveral"
- + "item" "Map Token Blazehattan"
- "show_market" "0"
- }
- "15"
- {
- - "item" "Map Token Burghausen"
- + "item" "Strange Filter: Toxic (Community)"
- "show_market" "0"
- }
- "16"
- {
- - "item" "Strange Filter: Embargo (Community)"
- + "item" "Strange Filter: Darkmarsh (Community)"
- "show_market" "0"
- }
- "17"
- {
- - "item" "Strange Filter: Odyssey (Community)"
- + "item" "Strange Filter: Freaky Fair (Community)"
- "show_market" "0"
- }
- "18"
- {
- - "item" "Strange Filter: Megaton (Community)"
- + "item" "Strange Filter: Dynamite (Community)"
- "show_market" "0"
- }
- "19"
- {
- - "item" "Strange Filter: Cachoeira (Community)"
- + "item" "Strange Filter: Circus (Community)"
- "show_market" "0"
- }
- "20"
- {
- - "item" "Strange Filter: Overgrown (Community)"
- + "item" "Strange Filter: Outburst (Community)"
- "show_market" "0"
- }
- "21"
- {
- - "item" "Strange Filter: Hadal (Community)"
- - "show_market" "0"
- - }
- - "22"
- - {
- - "item" "Strange Filter: Applejack (Community)"
- - "show_market" "0"
- - }
- - "23"
- - {
- - "item" "Strange Filter: Atom Smash (Community)"
- - "show_market" "0"
- - }
- - "24"
- - {
- - "item" "Strange Filter: Canaveral (Community)"
- - "show_market" "0"
- - }
- - "25"
- - {
- - "item" "Strange Filter: Burghausen (Community)"
- + "item" "Strange Filter: Blazehattan (Community)"
- "show_market" "0"
- }
- }
- @@ -2284,7 +2264,7 @@
- "default" "1"
- "sound_depressed" "UI/buttonclick.wav"
- "sound_released" "UI/buttonclickrelease.wav"
- -
- + "RoundedCorners" "10"
- "paintbackground" "1"
- diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res
- index 9139ebe..154cdb3 100644
- --- a/resource/ui/matchmakingdashboard.res
- +++ b/resource/ui/matchmakingdashboard.res
- @@ -648,6 +648,8 @@
- "ypos" "0"
- "zpos" "100"
- "wide" "110"
- + "wide" "110" [!$POSIX]
- + "wide" "115" [$POSIX]
- "tall" "f6"
- "autoResize" "0"
- "pinCorner" "3"
- @@ -665,8 +667,8 @@
- "keyboardinputenabled" "0"
- "actionsignallevel" "2"
- "RoundedCorners" "0"
- - "textinsety" "5"
- - "textinsetx" "22"
- + "textinsety" "2.5"
- + "textinsetx" "26"
- "use_proportional_insets" "1"
- "sound_depressed" "UI/buttonclick.wav"
- @@ -706,7 +708,8 @@
- "xpos" "rs1-31-131"
- "ypos" "0"
- "zpos" "100"
- - "wide" "90"
- + "wide" "90" [!$POSIX]
- + "wide" "95" [$POSIX]
- "tall" "f6"
- "autoResize" "0"
- "pinCorner" "3"
- @@ -724,8 +727,8 @@
- "keyboardinputenabled" "0"
- "actionsignallevel" "2"
- "roundedcorners" "1"
- - "textinsety" "5"
- - "textinsetx" "22"
- + "textinsety" "2.5"
- + "textinsetx" "26"
- "use_proportional_insets" "1"
- "sound_depressed" "UI/buttonclick.wav"
- @@ -764,7 +767,8 @@
- "xpos" "rs1-31"
- "ypos" "0"
- "zpos" "100"
- - "wide" "115"
- + "wide" "115" [!$POSIX]
- + "wide" "120" [$POSIX]
- "tall" "f6"
- "autoResize" "0"
- "pinCorner" "3"
- @@ -782,8 +786,8 @@
- "keyboardinputenabled" "0"
- "actionsignallevel" "2"
- "roundedcorners" "1"
- - "textinsety" "5"
- - "textinsetx" "25"
- + "textinsety" "2.5"
- + "textinsetx" "26"
- "use_proportional_insets" "1"
- "sound_depressed" "UI/buttonclick.wav"
- diff --git a/resource/ui/scoreboard.res b/resource/ui/scoreboard.res
- index 29e77af..89435dc 100644
- --- a/resource/ui/scoreboard.res
- +++ b/resource/ui/scoreboard.res
- @@ -13,15 +13,16 @@
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- - "medal_width" "20"
- - "avatar_width" "65"
- + "medal_width" "28"
- + "medal_column_width" "18"
- + "avatar_width" "28"
- "spacer" "5"
- "name_width" "118"
- - "nemesis_width" "25"
- - "class_width" "25"
- - "score_width" "30"
- - "ping_width" "25"
- - "killstreak_width" "15"
- + "nemesis_width" "15"
- + "class_width" "15"
- + "score_width" "25"
- + "ping_width" "15"
- + "killstreak_width" "18"
- "killstreak_image_width" "15"
- }
- "BlueScoreBG"
- diff --git a/resource/ui/statpanel_base.res b/resource/ui/statpanel_base.res
- index 021cd0b..64b80c8 100644
- --- a/resource/ui/statpanel_base.res
- +++ b/resource/ui/statpanel_base.res
- @@ -44,7 +44,7 @@
- "font_lodef" "HudFontSmall"
- "xpos" "72"
- "xpos_lodef" "100"
- - "ypos" "29"
- + "ypos" "32"
- "ypos_lodef" "30"
- "zpos" "2"
- "wide" "175"
- @@ -68,7 +68,7 @@
- "font_lodef" "HudFontSmall"
- "xpos" "72"
- "xpos_lodef" "100"
- - "ypos" "35"
- + "ypos" "37"
- "ypos_lodef" "45"
- "zpos" "2"
- "wide" "175"
- diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res
- index 262a646..94ea4ee 100644
- --- a/resource/ui/votehud.res
- +++ b/resource/ui/votehud.res
- @@ -532,10 +532,10 @@
- {
- "ControlName" "CVoteSetupDialog"
- "fieldName" "VoteSetupDialog"
- - "xpos" "c-200"
- - "ypos" "c-150"
- - "wide" "400"
- - "tall" "310"
- + "xpos" "c-300"
- + "ypos" "c-180"
- + "wide" "600"
- + "tall" "360"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- @@ -547,6 +547,7 @@
- "PaintBackground" "0"
- "header_font" "ItemFontNameLarge"
- + "player_font" "Default"
- "header_fgcolor" "Orange"
- "issue_width" "180"
- @@ -554,7 +555,7 @@
- "issue_fgcolor" "TanLight"
- "issue_fgcolor_disabled" "TanDark"
- - "parameter_width" "200"
- + "parameter_width" "370"
- "TitleLabel"
- {
- @@ -565,7 +566,7 @@
- "textAlignment" "north"
- "xpos" "0"
- "ypos" "10"
- - "wide" "400"
- + "wide" "550"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- @@ -599,8 +600,8 @@
- "xpos" "190"
- "ypos" "38"
- "zpos" "2"
- - "wide" "200"
- - "tall" "200"
- + "wide" "400"
- + "tall" "280"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- @@ -616,7 +617,7 @@
- "font" "HudFontSmallestBold"
- "labelText" "%combo_label%"
- "textAlignment" "east"
- - "xpos" "5"
- + "xpos" "10"
- "ypos" "245"
- "zpos" "1"
- "wide" "75"
- @@ -631,10 +632,10 @@
- "ControlName" "ComboBox"
- "fieldName" "ComboBox"
- "Font" "HudFontSmallestBold"
- - "xpos" "85"
- - "ypos" "245"
- + "xpos" "17"
- + "ypos" "265"
- "zpos" "1"
- - "wide" "235"
- + "wide" "160"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- @@ -660,8 +661,8 @@
- {
- "ControlName" "Button"
- "fieldName" "CallVoteButton"
- - "xpos" "75"
- - "ypos" "275"
- + "xpos" "330"
- + "ypos" "325"
- "wide" "160"
- "tall" "24"
- "autoResize" "0"
- @@ -681,8 +682,8 @@
- {
- "ControlName" "Button"
- "fieldName" "Button1"
- - "xpos" "240"
- - "ypos" "275"
- + "xpos" "500"
- + "ypos" "325"
- "wide" "80"
- "tall" "24"
- "autoResize" "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement