diff --git a/KBNHud/resource/ChatScheme.res b/KBNHud/resource/ChatScheme.res index 8f5f17f..1bb633a 100644 --- a/KBNHud/resource/ChatScheme.res +++ b/KBNHud/resource/ChatScheme.res @@ -311,6 +311,50 @@ Scheme } } + "MarlettSmall" + { + "1" + { + "name" "Marlett" + "tall" "7" + "weight" "0" + "yres" "480 599" + "symbol" "1" + } + "2" + { + "name" "Marlett" + "tall" "9" + "weight" "0" + "yres" "600 767" + "symbol" "1" + } + "3" + { + "name" "Marlett" + "tall" "11" + "weight" "0" + "yres" "768 1023" + "symbol" "1" + } + "4" + { + "name" "Marlett" + "tall" "13" + "weight" "0" + "yres" "1024 1199" + "symbol" "1" + } + "5" + { + "name" "Marlett" + "tall" "17" + "weight" "0" + "yres" "1200 10000" + "symbol" "1" + } + } + "ChatFont" { "1" @@ -325,6 +369,7 @@ Scheme "2" { "name" "Verdana" + "tall" "13" [$WIN32] "tall" "17" [$X360] "weight" "900" @@ -334,6 +379,7 @@ Scheme "3" { "name" "Verdana" + "tall" "13" [$WIN32] "tall" "18" [$X360] "weight" "900" @@ -343,6 +389,7 @@ Scheme "4" { "name" "Verdana" + "tall" "14" [$WIN32] "tall" "20" [$X360] "weight" "900" @@ -352,6 +399,7 @@ Scheme "5" { "name" "Verdana" + "tall" "15" [$WIN32] "tall" "25" [$X360] "weight" "900" diff --git a/KBNHud/resource/ClientScheme.res b/KBNHud/resource/ClientScheme.res index f1f361d..ed4bc77 100644 --- a/KBNHud/resource/ClientScheme.res +++ b/KBNHud/resource/ClientScheme.res @@ -52,7 +52,7 @@ Scheme "Low Ammo flash 2" "255 75 75 255" "Default Hitmarker base color" "0 0 0 255" - "Default Hitmarker flash color" "255 0 0 255" + "Default Hitmarker flash color" "0 0 0 255" "COD Hitmarker base color" "0 0 0 0" "COD Hitmarker flash color" "0 255 0 255" @@ -3924,6 +3924,229 @@ Scheme } } } + // + //////////////////// REPLAY FONTS ////////////////////////////// + // + "ReplayVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + "ReplayBrowserSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplaySmaller" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" + } + } + "ReplayMediumSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMedium" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMediumBig" + { + "1" + { + "name" "TF2" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayBrowserTab" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayLarger" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "20" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + // + //////////////////// ECON FONTS ////////////////////////////// + // + "EconFontSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "EconFontMedium" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + ControllerHintText + { + "1" + { + "name" "TF2 Secondary" + "tall" "15" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + "MMenuPlayListDesc" + { + "1" + { + "name" "TF2 Secondary" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } //////////////////////// CUSTOM FONT FILES ///////////////////////////// // // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts @@ -5454,6 +5677,31 @@ Scheme } } } + MainMenuButtonGlow + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "178 83 22 255" + + "image" "button_glow" + "src_corner_height" "4" // pixels inside the image + "src_corner_width" "4" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + MainMenuButtonGlow2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "238 103 17 255" + + "image" "button_glow" + "src_corner_height" "4" // pixels inside the image + "src_corner_width" "4" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } NotificationDefault { "bordertype" "scalable_image" @@ -5578,6 +5826,30 @@ Scheme "draw_corner_height" "4" } + StoreHighlightedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "featured_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreHighlightedBackgroundBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_featured_item_bg01" + "src_corner_height" "80" // pixels inside the image + "src_corner_width" "30" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + StoreDiscountBorder { "bordertype" "scalable_image" @@ -5709,6 +5981,20 @@ Scheme } } + SortCategoryBorder + { + "inset" "0 0 1 1" + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + } + SteamWorkshopBorder { "inset" "0 0 1 1" @@ -5887,6 +6173,30 @@ Scheme "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional "draw_corner_height" "7" } + + InnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" // pixels inside the image + "src_corner_width" "5" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + InnerShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" // pixels inside the image + "src_corner_width" "5" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } } //////////////////////// CUSTOM FONT FILES ///////////////////////////// // diff --git a/KBNHud/resource/GameMenu.res b/KBNHud/resource/GameMenu.res index 4b635d0..a4f38d9 100644 --- a/KBNHud/resource/GameMenu.res +++ b/KBNHud/resource/GameMenu.res @@ -7,9 +7,9 @@ "subimage" "glyph_multiplayer" //"glyph_server" "OnlyAtMenu" "1" } - "QuickplayChangeButton" + "EnterCasualInGame" { - "label" "#MMenu_NewGame" + "label" "Casual" "command" "play_casual" "subimage" "glyph_server" "OnlyInGame" "1" diff --git a/KBNHud/resource/ui/HudItemEffectMeter_Heavy.res b/KBNHud/resource/ui/HudItemEffectMeter_Heavy.res index f56265c..baae38a 100644 --- a/KBNHud/resource/ui/HudItemEffectMeter_Heavy.res +++ b/KBNHud/resource/ui/HudItemEffectMeter_Heavy.res @@ -89,4 +89,69 @@ "fillcolor" "0 0 0 150" "PaintBackgroundType" "0" } + "ItemEffectMeterLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel2" + "xpos" "40" + "ypos" "31" + "zpos" "2" + "wide" "41" + "tall" "15" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "visible_minmode" "0" + "ypos_minmode" "0" + "xpos_minmode" "-10" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_KILLCOMBO" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "TFFontSmall" + } + "KillComboClassIcon1" + { + "ControlName" "ImagePanel" + "fieldName" "KillComboClassIcon1" + "xpos" "40" + "ypos" "23" + "wide" "12" + "tall" "12" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../HUD/leaderboard_class_scout" + "scaleImage" "1" + } + "KillComboClassIcon2" + { + "ControlName" "ImagePanel" + "fieldName" "KillComboClassIcon2" + "xpos" "52" + "ypos" "23" + "wide" "12" + "tall" "12" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../HUD/leaderboard_class_scout" + "scaleImage" "1" + } + "KillComboClassIcon3" + { + "ControlName" "ImagePanel" + "fieldName" "KillComboClassIcon3" + "xpos" "64" + "ypos" "23" + "wide" "12" + "tall" "12" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../HUD/leaderboard_class_scout" + "scaleImage" "1" + } } \ No newline at end of file diff --git a/KBNHud/resource/ui/HudObjectiveKothTimePanel.res b/KBNHud/resource/ui/HudObjectiveKothTimePanel.res index aa5372f..5f9bb5f 100644 --- a/KBNHud/resource/ui/HudObjectiveKothTimePanel.res +++ b/KBNHud/resource/ui/HudObjectiveKothTimePanel.res @@ -18,7 +18,7 @@ "draw_corner_width" "0" "draw_corner_height" "0" - if_comp + if_match { "visible" "0" } @@ -42,7 +42,7 @@ "draw_corner_width" "0" "draw_corner_height" "0" - if_comp + if_match { "visible" "0" } @@ -50,7 +50,7 @@ "HudKothTimeStatus" { - if_comp + if_match { "zpos" "5" } @@ -76,7 +76,7 @@ "delta_lifetime" "1.5" "delta_item_font" "MavenProBlack14" - if_comp + if_match { "proportionaltoparent" "1" "xpos" "cs-0.5" @@ -105,7 +105,7 @@ "textAlignment" "center" "labelText" "0:00" - if_comp + if_match { "proportionaltoparent" "1" @@ -140,7 +140,7 @@ "delta_lifetime" "1.5" "delta_item_font" "MavenProBlack20" - if_comp + if_match { "proportionaltoparent" "1" "xpos" "cs-0.5" @@ -169,7 +169,7 @@ "textAlignment" "center" "labelText" "0:00" - if_comp + if_match { "proportionaltoparent" "1" @@ -199,7 +199,7 @@ "fillcolor" "255 255 255 155" "PaintBackgroundType" "0" - if_comp + if_match { "visible" "0" } diff --git a/KBNHud/resource/ui/HudObjectiveTimePanel.res b/KBNHud/resource/ui/HudObjectiveTimePanel.res index b830c13..836ca70 100644 --- a/KBNHud/resource/ui/HudObjectiveTimePanel.res +++ b/KBNHud/resource/ui/HudObjectiveTimePanel.res @@ -18,7 +18,7 @@ "draw_corner_width" "0" "draw_corner_height" "0" - if_comp + if_match { "visible" "0" } @@ -43,7 +43,7 @@ "percent_warning" "0.75" - if_comp + if_match { "visible" "0" } @@ -66,7 +66,7 @@ "wrap" "0" "font" "MavenProMedium10" - if_comp + if_match { "proportionaltoparent" "1" "xpos" "cs-0.5" @@ -88,7 +88,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_comp + if_match { "wide" "0" } @@ -111,7 +111,7 @@ "wrap" "0" "font" "MavenProBold14" - if_comp + if_match { "proportionaltoparent" "1" "xpos" "cs-0.5" @@ -133,7 +133,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_comp + if_match { "wide" "0" } @@ -157,7 +157,7 @@ "wrap" "0" "font" "MavenProBold14" - if_comp + if_match { "proportionaltoparent" "1" "xpos" "cs-0.5" @@ -180,7 +180,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_comp + if_match { "wide" "0" } @@ -204,7 +204,7 @@ "wrap" "0" "font" "MavenProBold14" - if_comp + if_match { "proportionaltoparent" "1" "xpos" "cs-0.5" @@ -227,7 +227,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_comp + if_match { "wide" "0" } @@ -252,7 +252,7 @@ "wrap" "0" "font" "MavenProRegular12" - if_comp + if_match { "visible" "0 " @@ -278,7 +278,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_comp + if_match { "wide" "0" } diff --git a/KBNHud/resource/ui/HudTournament.res b/KBNHud/resource/ui/HudTournament.res index 6ac5229..3ccf445 100644 --- a/KBNHud/resource/ui/HudTournament.res +++ b/KBNHud/resource/ui/HudTournament.res @@ -36,7 +36,7 @@ "team2_player_delta_x" "52" } - if_competitive + if_match { "xpos" "cs-0.5" "ypos" "0" @@ -78,7 +78,7 @@ "scaleImage" "1" "proportionaltoparent" "1" - if_competitive + if_match { "visible" "1" } @@ -138,7 +138,7 @@ "font" "MavenProMedium8" } - if_competitive + if_match { "xpos" "2" "ypos" "25" @@ -180,7 +180,7 @@ "image" "../vgui/hud_connecting" } - if_competitive + if_match { "xpos" "9" "ypos" "4" @@ -217,7 +217,7 @@ "visible" "0" } - if_competitive + if_match { "visible" "0" } @@ -273,7 +273,7 @@ "zpos" "-2" } - if_competitive + if_match { "visible" "1" "zpos" "-2" @@ -314,7 +314,7 @@ "visible" "1" } - if_competitive + if_match { "visible" "1" } @@ -341,6 +341,19 @@ "labelText" "%respawntime%" "textAlignment" "west" //"fgcolor" "235 226 202 255" + + + if_readymode + { + "font" "MavenProMedium20" + "xpos" "8" + "ypos" "5" + "zpos" "5" + "wide" "40" + "tall" "25" + } + + } "chargeamount" @@ -390,7 +403,7 @@ "tall" "35" } - if_competitive + if_match { "wide" "40" "tall" "35" @@ -414,7 +427,7 @@ "team2_player_delta_x" "42" } - if_competitive + if_match { "xpos" "0" "ypos" "0" @@ -467,7 +480,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "195" "ypos" "5" @@ -502,7 +515,7 @@ { "visible" "0" } - if_competitive + if_match { "xpos" "200" "visible" "0" @@ -541,7 +554,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "200" "visible" "0" @@ -577,7 +590,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "207" "visible" "0" @@ -603,6 +616,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + "enabled" "1" "wrap" "0" "labelText" "%bluestate%" "textAlignment" "east" @@ -612,7 +626,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "251" "visible" "0" @@ -651,7 +665,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "320" "visible" "0" @@ -686,7 +700,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "370" "visible" "0" @@ -721,7 +735,7 @@ "visible" "0" } - if_competitive + if_match { "xpos" "325" "visible" "0" @@ -761,11 +775,11 @@ if_readymode { "wide" "f0" - "xpos" "0" + "xpos" "-65" "ypos" "16" } - if_competitive + if_match { "wide" "f0" "xpos" "0" @@ -777,8 +791,8 @@ { "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBGHelp" - "xpos" "0" - "ypos" "49" + "xpos" "9999" + "ypos" "9999" "zpos" "-1" "wide" "250" "tall" "12" @@ -800,7 +814,7 @@ "visible" "0" } - if_competitive + if_match { "visible" "0" } @@ -821,7 +835,7 @@ "wide" "250" "tall" "18" "pinCorner" "0" - "visible" "1" + "visible" "0" "enabled" "1" "fillcolor" "0 0 0 100" @@ -832,10 +846,10 @@ if_readymode { - "xpos" "c-125" + "xpos" "c-150" } - if_competitive + if_match { "xpos" "c-125" } @@ -849,7 +863,7 @@ "xpos" "c-125" "ypos" "51" "wide" "250" - "tall" "13" + "tall" "15" "zpos" "1" "autoResize" "0" "pinCorner" "0" @@ -871,11 +885,12 @@ if_readymode { - "xpos" "0" + "xpos" "-65" + "ypos" "46" "wide" "f0" } - if_competitive + if_match { "xpos" "0" "wide" "f0" @@ -907,10 +922,11 @@ if_readymode { - "xpos" "c-125" + "xpos" "c-190" + "ypos" "46" } - if_competitive + if_match { "xpos" "355" "ypos" "118" @@ -950,7 +966,7 @@ "xpos" "c-20" } - if_competitive + if_match { "visible" "0" "enabled" "0" @@ -960,6 +976,8 @@ if_readymode { + "xpos" "9999" + "ypos" "9999" "visible" "0" "enabled" "0" "wide" "0" @@ -976,7 +994,7 @@ "ypos" "r55" "wide" "300" "tall" "40" - "zpos" "1" + "zpos" "2" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -997,7 +1015,7 @@ } - if_competitive + if_match { "xpos" "c-152" "ypos" "130" @@ -1008,7 +1026,7 @@ if_readymode { - "xpos" "c-152" + "xpos" "c-215" "ypos" "130" "tall" "25" "visible" "1" @@ -1042,7 +1060,7 @@ "xpos" "c-20" } - if_competitive + if_match { "xpos" "c-150" "ypos" "130" @@ -1053,7 +1071,7 @@ if_readymode { - "xpos" "c-150" + "xpos" "c-215" "ypos" "130" "tall" "29" "visible" "1" diff --git a/KBNHud/resource/ui/MainMenuOverride.res b/KBNHud/resource/ui/MainMenuOverride.res index ab9cfdc..9449e77 100644 --- a/KBNHud/resource/ui/MainMenuOverride.res +++ b/KBNHud/resource/ui/MainMenuOverride.res @@ -363,7 +363,7 @@ "PaintBackgroundType" "2" "border" "MainMenuBGBorder" - if_competitive + if_matchetitive { //"tall" "156" } @@ -442,7 +442,7 @@ "ControlName" "CExLabel" "fieldName" "KBNHudLabel" "font" "MavenProBold24" - "labelText" "KBNHud v421A2" + "labelText" "KBNHud v421A3" "textAlignment" "west" "xpos" "20" "ypos" "61" @@ -1033,9 +1033,9 @@ "default" "1" "navUp" "MOTD_ShowButtonPanel" - "navDown" "QuickplayChangeButton" + "navDown" "EnterCasualInGame" "navRight" "TrainingButton" - "navLeft" "QuickplayChangeButton" + "navLeft" "EnterCasualInGame" "navToRelay" "SubButton" "SubButton" @@ -1088,10 +1088,10 @@ } } } - "QuickplayChangeButton" + "EnterCasualInGame" { "ControlName" "EditablePanel" - "fieldname" "QuickplayChangeButton" + "fieldname" "EnterCasualInGame" "xpos" "15" "ypos" "121" "zpos" "11" @@ -1121,7 +1121,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#MMenu_NewGame" + "labelText" "Casual" "font" "MavenProBlack18" "textAlignment" "west" "textinsetx" "25" @@ -1164,7 +1164,7 @@ "visible" "1" "PaintBackgroundType" "0" - "navUp" "QuickplayChangeButton" + "navUp" "EnterCasualInGame" "navDown" "ChangeServerButton" "navRight" "CompetitiveButton" "navLeft" "ResumeGameButton" @@ -1225,7 +1225,7 @@ "enabled" "1" "PaintBackgroundType" "0" - "navUp" "QuickplayChangeButton" + "navUp" "EnterCasualInGame" "navDown" "ServerBrowserButton" "navRight" "Notifications_ShowButtonPanel" "navLeft" "PlayPVEButton" @@ -1264,7 +1264,7 @@ "ControlName" "ImagePanel" "fieldName" "SubImage" "xpos" "6" - "ypos" "6" + "ypos" "5" "zpos" "1" "wide" "14" "tall" "14" @@ -1275,36 +1275,18 @@ } } - "CompetitiveBeta" + "CompetitiveAccessInfoPanel" { - "ControlName" "ImagePanel" - "fieldname" "CompetitiveBeta" - // Competitive button, plus offset. - "xpos" "245" - "ypos" "140" - "zpos" "12" - "wide" "30" - "tall" "30" + "ControlName" "CCompetitiveAccessInfoPanel" + "fieldName" "CompetitiveAccessInfoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1000" + "wide" "f0" + "tall" "f0" "visible" "0" - "enabled" "0" - "image" "beta" - "scaleImage" "1" - if_competitive - { - "visible" "1" - "enabled" "1" - } - if_competitive_stress_event - { - // Move up/left 10px, bump up to 20x20 - "ypos" "135" - "xpos" "265" - "wide" "56" - "tall" "56" - "image" "beta_stress" - } } - + "ServerBrowserButton" { "ControlName" "EditablePanel" @@ -1510,7 +1492,7 @@ "navUp" "MutePlayersButton" "navDown" "CharacterSetupButton" - "navRight" "QuickplayChangeButton" + "navRight" "EnterCasualInGame" "navLeft" "QuickplayButton" "navToRelay" "SubButton" @@ -1868,8 +1850,8 @@ "tall" "20" "autoResize" "0" "pinCorner" "3" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "tabPosition" "0" "textinsetx" "100" "use_proportional_insets" "1" @@ -1903,8 +1885,8 @@ "zpos" "1" "wide" "12" "tall" "12" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "glyph_items" "scaleImage" "1" } @@ -2002,6 +1984,7 @@ "dulltext" "0" "brighttext" "0" "default" "1" + "actionsignallevel" "2" "Command" "noti_show" "navActivate" "