diff options
Diffstat (limited to 'resource')
141 files changed, 5961 insertions, 4186 deletions
diff --git a/resource/fonts/Symbol.ttf b/resource/fonts/Symbol.ttf Binary files differdeleted file mode 100644 index fd1c033..0000000 --- a/resource/fonts/Symbol.ttf +++ /dev/null diff --git a/resource/gamemenu.res b/resource/gamemenu.res index c23ae36..657b57a 100644 --- a/resource/gamemenu.res +++ b/resource/gamemenu.res @@ -1,36 +1,18 @@ "GameMenu" { - "CharacterSetupButton" - { - "label" "Inventory" - "command" "engine open_charinfo" - } - "GeneralStoreButton" - { - "label" "Mann Co. Store" - "command" "engine open_store" - } - "SettingsButton" - { - "label" "Options" - "command" "OpenOptionsDialog" - } - "TF2SettingsButton" + "SteamWorkshopButton" { - "label" "Adv. Options" - "command" "opentf2options" + "label" "" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + "tooltip" "#MMenu_Tooltip_Workshop" } "AchievementsButton" { "label" "" "command" "OpenAchievementsDialog" "subimage" "glyph_achievements" - "tooltip" "Achievements" - } - "ReplayButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" + "tooltip" "#Achievements" } "ConsoleButton" { @@ -44,14 +26,7 @@ "label" "" "command" "engine bug" "subimage" "glyph_bug" - "tooltip" "Report a Bug" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" + "tooltip" "#MMenu_Tooltip_ReportBug" } "CallVoteButton" { diff --git a/resource/preload.res b/resource/preload.res new file mode 100644 index 0000000..2e0e3a9 --- /dev/null +++ b/resource/preload.res @@ -0,0 +1,142 @@ +"Resource/UI/MainMenuOverride.res" +{ + "cpiconbluunlock" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconbluunlock" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu" + } + + "cpiconblulock" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconblulock" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_blu_locked" + } + + "cpiconredunlock" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconredunlock" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_red" + } + + "cpiconredlock" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconredlock" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_red_locked" + } + + "cpiconneutralunlock" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconneutralunlock" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_neutral" + } + + "cpiconneutrallock" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconneutrallock" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_neutral_locked" + } + + "cpicona" + { + "ControlName" "ImagePanel" + "fieldName" "cpicona" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_a" + } + + "cpiconb" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconb" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_b" + } + + "cpiconc" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconc" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_c" + } + + "cpicond" + { + "ControlName" "ImagePanel" + "fieldName" "cpicond" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_d" + } + + "cpicone" + { + "ControlName" "ImagePanel" + "fieldName" "cpicone" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_e" + } + + "cpiconcapblu" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconcapblu" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_blu" + } + + "cpiconcapred" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconcapred" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_red" + } + + "cpiconcapmask" + { + "ControlName" "ImagePanel" + "fieldName" "cpiconcapmask" + "xpos" "9999" + "visible" "1" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_cap_mask" + } +}
\ No newline at end of file diff --git a/resource/scheme/clientscheme_borders.res b/resource/scheme/clientscheme_borders.res index c1508f5..10d8015 100644 --- a/resource/scheme/clientscheme_borders.res +++ b/resource/scheme/clientscheme_borders.res @@ -2364,8 +2364,8 @@ Scheme "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" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } StoreHighlightedBackgroundBorder { @@ -2649,8 +2649,8 @@ Scheme "image" "replay/panel_scalable_transparent" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" } RedWithThinBorder @@ -2660,8 +2660,8 @@ Scheme "image" "../hud/panel_scalable_red" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" } BlueWithThinBorder @@ -2671,8 +2671,8 @@ Scheme "image" "../hud/panel_scalable_blue" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" } InnerShadowBorder diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index e680f7a..14b8ad5 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -96,10 +96,10 @@ Scheme "Blue" "0 28 162 140" "Yellow" "251 235 202 255" "TransparentYellow" "251 235 202 140" - //"Black" "0 0 0 255" + "BrightYellow" "251 235 0 255" "GreenSolid" "76 107 34 255" - "Black" "46 43 42 255" + "Black" "30 30 30 255" "Transparent" "0 0 0 0" "TransparentBlack" "0 0 0 196" "TransparentLightBlack" "0 0 0 90" @@ -113,15 +113,15 @@ Scheme "HUDDeathWarning" "255 0 0 255" "HudWhite" "255 255 255 255" "HudOffWhite" "200 187 161 255" - "HudBlack" "65 65 65 255" + "HudBlack" "0 0 0 230" "ProgressBarBlue" "91 122 142 255" "CreditsGreen" "94 150 49 255" "Gray" "178 178 178 255" "Blank" "0 0 0 0" "ForTesting" "255 0 0 32" - "ForTesting_Magenta" "0 255 0 255" - "ForTesting_MagentaDim" "0 255 0 120" + "ForTesting_Magenta" "255 0 255 255" + "ForTesting_MagentaDim" "255 0 255 120" "HudPanelForeground" "123 110 59 184" "HudPanelBackground" "123 110 59 184" @@ -200,6 +200,23 @@ Scheme "QualityColorCollectors" "170 0 0 255" "QualityColorPaintkitWeapon" "250 250 250 255" + "DimmQualityColorNormal" "178 178 178 100" + "DimmQualityColorrarity1" "77 116 85 100" + "DimmQualityColorrarity2" "141 131 75 100" + "DimmQualityColorrarity3" "204 204 250 100" + "DimmQualityColorrarity4" "134 80 172 100" + "DimmQualityColorVintage" "71 98 145 100" + "DimmQualityColorUnique" "255 215 0 100" + "DimmQualityColorCommunity" "112 176 74 100" + "DimmQualityColorDeveloper" "165 15 121 100" + "DimmQualityColorSelfMade" "112 176 74 100" + "DimmQualityColorCustomized" "71 98 145 100" + "DimmQualityColorStrange" "207 106 50 100" + "DimmQualityColorCompleted" "134 80 172 100" + "DimmQualityColorHaunted" "56 243 171 100" + "DimmQualityColorCollectors" "170 0 0 100" + "DimmQualityColorPaintkitWeapon" "250 250 250 100" + "ItemRarityDefault" "131 126 119 255" "ItemRarityCommon" "176 195 217 255" "ItemRarityUncommon" "94 152 217 255" @@ -207,6 +224,14 @@ Scheme "ItemRarityMythical" "136 71 255 255" "ItemRarityLegendary" "211 44 230 255" "ItemRarityAncient" "235 75 75 255" + + "DimmItemRarityDefault" "131 126 119 100" + "DimmItemRarityCommon" "176 195 217 100" + "DimmItemRarityUncommon" "94 152 217 100" + "DimmItemRarityRare" "75 105 255 100" + "DimmItemRarityMythical" "136 71 255 100" + "DimmItemRarityLegendary" "211 44 230 100" + "DimmItemRarityAncient" "235 75 75 100" "ItemRarityDefault_GreyedOut" "44 42 40 255" "ItemRarityCommon_GreyedOut" "59 65 72 255" @@ -250,4 +275,4 @@ Scheme "UpgradeDisabledFg" "64 59 52 255" "UpgradeDisabledBg" "79 77 68 255" } -}
\ No newline at end of file +} diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index 01c6512..17637fd 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -33,17 +33,27 @@ Scheme "antialias" "1" } } - "CerbeticaBoldMedic56" + "CerbeticaBoldOutline56" { "1" { "name" "Cerbetica Bold" - "tall" "56" + "tall" "56" "additive" "0" "antialias" "1" "outline" "1" } } + "CerbeticaBold50" + { + "1" + { + "name" "Cerbetica Bold" + "tall" "50" + "additive" "0" + "antialias" "1" + } + } "CerbeticaBold48" { "1" @@ -84,6 +94,16 @@ Scheme "antialias" "1" } } + "CerbeticaBold37" + { + "1" + { + "name" "Cerbetica Bold" + "tall" "37" + "additive" "0" + "antialias" "1" + } + } "CerbeticaBold36" { "1" @@ -125,6 +145,16 @@ Scheme "antialias" "1" } } + "CerbeticaBold27" + { + "1" + { + "name" "Cerbetica Bold" + "tall" "27" + "additive" "0" + "antialias" "1" + } + } "CerbeticaBold24" { "1" @@ -146,6 +176,16 @@ Scheme "outline" "1" } } + "CerbeticaBold22" + { + "1" + { + "name" "Cerbetica Bold" + "tall" "22" + "additive" "0" + "antialias" "1" + } + } "CerbeticaBold20" { "1" @@ -237,6 +277,26 @@ Scheme "antialias" "1" } } + "CerbeticaBold10" + { + "1" + { + "name" "Cerbetica Bold" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + "CerbeticaBold8" + { + "1" + { + "name" "Cerbetica Bold" + "tall" "8" + "additive" "0" + "antialias" "1" + } + } "Cerbetica72" { "1" @@ -384,9 +444,9 @@ Scheme { "name" "Cerbetica_edited" "tall" "24" - "additive" "0" - "antialias" "1" - "outline" "1" + "additive" "0" + "antialias" "1" + "outline" "1" } } "Cerbetica22" @@ -409,6 +469,16 @@ Scheme "antialias" "1" } } + "Cerbetica18" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } "Cerbetica16" { "1" @@ -419,6 +489,16 @@ Scheme "antialias" "1" } } + "Cerbetica15" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "15" + "additive" "0" + "antialias" "1" + } + } "Cerbetica14" { "1" @@ -496,15 +576,16 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "10" + "additive" "0" "antialias" "1" } "2" { "name" "Cerbetica_bold" - "tall" "72" + "tall" "12" + "range" "0x0000 0x00FF" "weight" "800" - "antialias" "1" } } "DefaultOutline" @@ -701,10 +782,11 @@ Scheme "1" { "name" "Cerbetica_edited" + "name" "Helvetica" [$OSX] "tall" "18" "weight" "900" "antialias" "1" - "additive" "0" + "additive" "1" } } @@ -725,7 +807,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "10" "weight" "0" "additive" "0" "antialias" "1" @@ -765,7 +847,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "32" + "tall" "24" "weight" "500" "additive" "0" "antialias" "1" @@ -774,7 +856,7 @@ Scheme "2" { "name" "Cerbetica_edited" - "tall" "44" + "tall" "32" "weight" "500" "additive" "0" "antialias" "1" @@ -783,7 +865,7 @@ Scheme "3" { "name" "Cerbetica_edited" - "tall" "48" + "tall" "44" "weight" "500" "additive" "0" "antialias" "1" @@ -792,7 +874,7 @@ Scheme "4" { "name" "Cerbetica_edited" - "tall" "52" + "tall" "48" "weight" "500" "additive" "0" "antialias" "1" @@ -801,7 +883,7 @@ Scheme "5" { "name" "Cerbetica_edited" - "tall" "72" + "tall" "52" "weight" "500" "additive" "0" "antialias" "1" @@ -813,7 +895,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "64" + "tall" "44" "weight" "500" "additive" "0" "antialias" "1" @@ -824,7 +906,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "48" + "tall" "35" "weight" "500" "additive" "0" "antialias" "1" @@ -835,7 +917,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "44" + "tall" "36" "weight" "500" "additive" "0" "antialias" "1" @@ -846,7 +928,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "36" + "tall" "30" "weight" "500" "additive" "0" "antialias" "1" @@ -857,7 +939,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "36" + "tall" "30" "weight" "500" "additive" "0" "antialias" "1" @@ -868,7 +950,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "32" + "tall" "24" "weight" "500" "additive" "0" "antialias" "1" @@ -879,7 +961,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "32" + "tall" "24" "weight" "500" "additive" "0" "antialias" "1" @@ -890,7 +972,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "28" + "tall" "24" "weight" "500" "additive" "0" "antialias" "1" @@ -901,7 +983,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "24" + "tall" "18" "weight" "500" "additive" "0" "antialias" "1" @@ -912,7 +994,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "22" + "tall" "18" "weight" "500" "additive" "0" "antialias" "1" @@ -923,7 +1005,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "22" + "tall" "18" "weight" "500" "additive" "0" "antialias" "1" @@ -971,6 +1053,7 @@ Scheme "weight" "500" "additive" "0" "antialias" "1" + "dropshadow" "1" } } "HudFontSmallest" @@ -978,7 +1061,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "11" "weight" "500" "additive" "0" "antialias" "1" @@ -989,10 +1072,11 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "11" "weight" "500" "additive" "0" "antialias" "1" + "dropshadow" "1" } } "HudFontSmallestBold" @@ -1000,7 +1084,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "11" "weight" "500" "additive" "0" "antialias" "1" @@ -1012,7 +1096,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "4" "weight" "500" "additive" "0" "antialias" "1" @@ -1046,7 +1130,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "9" "weight" "0" "additive" "0" "antialias" "1" @@ -1057,7 +1141,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "10" + "tall" "9" "weight" "0" "additive" "0" "antialias" "1" @@ -1068,7 +1152,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "8" + "tall" "6" "weight" "0" "additive" "0" "antialias" "1" @@ -1186,7 +1270,7 @@ Scheme { "1" { - "name" "Cerbetica_edited" + "name" "Verdana" "tall" "8" "weight" "500" "additive" "0" @@ -1198,7 +1282,7 @@ Scheme { "1" { - "name" "Cerbetica_edited" + "name" "Verdana" "tall" "9" "weight" "500" "additive" "0" @@ -1209,7 +1293,7 @@ Scheme { "1" { - "name" "Cerbetica_edited" + "name" "Verdana" "tall" "8" "weight" "500" "additive" "0" @@ -1220,7 +1304,7 @@ Scheme { "1" { - "name" "Cerbetica_edited" + "name" "Verdana" "tall" "8" "weight" "500" "additive" "0" @@ -1283,7 +1367,7 @@ Scheme { "1" { - "name" "Cerbetica_edited" + "name" "Courier New" "tall" "14" "weight" "400" "outline" "1" @@ -1353,7 +1437,8 @@ Scheme "1" { "name" "Cerbetica Bold" - "tall" "32" + "tall" "24" + "antialias" "1" "weight" "500" "range" "0x0000 0x017F" } @@ -1363,7 +1448,8 @@ Scheme "1" { "name" "Cerbetica Bold" - "tall" "32" + "tall" "24" + "antialias" "1" "weight" "500" "italic" "1" "range" "0x0000 0x017F" @@ -1374,7 +1460,8 @@ Scheme "1" { "name" "Cerbetica Bold" - "tall" "32" + "tall" "24" + "antialias" "1" "weight" "900" "range" "0x0000 0x017F" } @@ -1384,7 +1471,8 @@ Scheme "1" { "name" "Cerbetica Bold" - "tall" "32" + "tall" "24" + "antialias" "1" "weight" "900" "italic" "1" "range" "0x0000 0x017F" @@ -1395,7 +1483,8 @@ Scheme "1" { "name" "Cerbetica Bold" - "tall" "32" + "tall" "16" + "antialias" "1" "weight" "900" "range" "0x0000 0x017F" } @@ -1473,8 +1562,8 @@ Scheme { "name" "Cerbetica_edited" "tall" "28" - "additive" "0" "antialias" "1" + "custom" "1" [$OSX] "weight" "500" } } @@ -1484,8 +1573,8 @@ Scheme { "name" "Cerbetica_edited" "tall" "40" - "additive" "0" "antialias" "1" + "custom" "1" [$OSX] "weight" "500" } } @@ -1495,8 +1584,8 @@ Scheme { "name" "Cerbetica_edited" "tall" "24" - "additive" "0" "antialias" "1" + "custom" "1" [$OSX] "weight" "500" } } @@ -1507,8 +1596,8 @@ Scheme "name" "Cerbetica_edited" "tall" "14" [!$OSX] "tall" "15" [$OSX] - "additive" "0" "antialias" "1" + "custom" "1" [$OSX] "weight" "500" } } @@ -1529,7 +1618,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "8" "weight" "400" "additive" "0" "antialias" "1" @@ -1540,7 +1629,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "13" + "tall" "10" "weight" "400" "additive" "0" "antialias" "1" @@ -1551,7 +1640,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "14" + "tall" "10" "weight" "500" "range" "0x0000 0x007F" "antialias" "1" @@ -1599,7 +1688,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "20" + "tall" "14" "weight" "500" "range" "0x0000 0x007F" "antialias" "1" @@ -1753,7 +1842,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "10" "weight" "400" "additive" "0" "antialias" "1" @@ -1982,8 +2071,6 @@ Scheme "name" "Cerbetica_edited" "tall" "36" "weight" "500" - "additive" "0" - "antialias" "1" } } MatchmakingDialogSessionOptionsTitle @@ -1993,8 +2080,6 @@ Scheme "name" "Cerbetica_edited" "tall" "30" "weight" "500" - "additive" "0" - "antialias" "1" } } MatchmakingDialogMenuLarge @@ -2004,8 +2089,6 @@ Scheme "name" "Cerbetica_edited" "tall" "28" "weight" "500" - "additive" "0" - "antialias" "1" } } MatchmakingDialogMenuBrowserHostname @@ -2033,8 +2116,6 @@ Scheme "name" "Cerbetica_edited" "tall" "22" "weight" "500" - "additive" "0" - "antialias" "1" } } MatchmakingDialogMenuMediumSmall @@ -2044,8 +2125,6 @@ Scheme "name" "Cerbetica_edited" "tall" "18" "weight" "500" - "additive" "0" - "antialias" "1" } } MatchmakingDialogMenuSmall @@ -2138,7 +2217,7 @@ Scheme { "1" { - "name" "Cerbetica_edited" + "name" "Verdana" "tall" "10" "weight" "500" "additive" "0" @@ -2151,10 +2230,9 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "10" + "tall" "8" "weight" "400" "additive" "0" - "dropshadow" "1" "antialias" "1" } } @@ -2196,7 +2274,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "8" "weight" "500" "additive" "0" "antialias" "1" @@ -2207,7 +2285,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "13" + "tall" "10" "weight" "500" "additive" "0" "antialias" "1" @@ -2218,7 +2296,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "14" + "tall" "12" "weight" "500" "additive" "0" "antialias" "1" @@ -2240,7 +2318,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "10" + "tall" "8" "weight" "500" "additive" "0" "antialias" "1" @@ -2251,7 +2329,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "11" + "tall" "8" "antialias" "1" "weight" "500" } @@ -2261,7 +2339,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "11" + "tall" "8" "weight" "500" "additive" "0" "antialias" "1" @@ -2272,7 +2350,7 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "11" "weight" "500" "additive" "0" "antialias" "1" @@ -2319,6 +2397,7 @@ Scheme "name" "Cerbetica_edited" "tall" "9" "weight" "500" + "blur" "3" "additive" "1" "antialias" "1" } @@ -2366,7 +2445,6 @@ Scheme "blur" "3" "additive" "1" "antialias" "1" - "custom" "1" } } @@ -2688,9 +2766,9 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "11" "weight" "500" - "additive" "1" + "additive" "0" "antialias" "1" } } @@ -2754,7 +2832,7 @@ Scheme "name" "Cerbetica_edited" "tall" "11" "weight" "500" - "additive" "1" + "additive" "0" "antialias" "1" } } @@ -2765,7 +2843,7 @@ Scheme "name" "Cerbetica_edited" "tall" "14" "weight" "500" - "additive" "1" + "additive" "0" "antialias" "1" } } @@ -2776,7 +2854,7 @@ Scheme "name" "Cerbetica_edited" "tall" "18" "weight" "500" - "additive" "1" + "additive" "0" "antialias" "1" } } @@ -2787,7 +2865,7 @@ Scheme "name" "Cerbetica_edited" "tall" "24" "weight" "500" - "additive" "1" + "additive" "0" "antialias" "1" } } @@ -2798,7 +2876,7 @@ Scheme "name" "Cerbetica_edited" "tall" "18" "weight" "500" - "additive" "1" + "additive" "0" "antialias" "1" } } @@ -2973,21 +3051,57 @@ Scheme { "font" "resource/TF2.ttf" "name" "TF2" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } } "4" { "font" "resource/TF2Secondary.ttf" "name" "TF2 Secondary" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } } "5" { "font" "resource/TF2Professor.ttf" "name" "TF2 Professor" + "russian" + { + "range" "0x0000 0x00FF" + } + "polish" + { + "range" "0x0000 0x00FF" + } } "6" { "font" "resource/TF2Build.ttf" "name" "TF2 Build" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + "turkish" + { + "range" "0x0000 0xFFFF" + } } "7" { diff --git a/resource/scheme/clientscheme_icons.res b/resource/scheme/clientscheme_icons.res index 1e7c298..6419748 100644 --- a/resource/scheme/clientscheme_icons.res +++ b/resource/scheme/clientscheme_icons.res @@ -26,6 +26,18 @@ Scheme } } + "ClassIconsSmall" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "42" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "CustomIcons10" { "1" diff --git a/resource/scheme/clientscheme_settings.res b/resource/scheme/clientscheme_settings.res index d0cd65e..35b06d9 100644 --- a/resource/scheme/clientscheme_settings.res +++ b/resource/scheme/clientscheme_settings.res @@ -26,6 +26,8 @@ Scheme Econ.Button.PresetDefaultColorBg "25 25 25 255" Econ.Button.PresetArmedColorBg "50 50 50 255" Econ.Button.PresetDepressedColorBg "25 25 25 255" + Econ.Button.Border.Default "25 25 25 255" + Econ.Button.Border.Armed "50 50 50 255" Border.Bright "NoBorder" Border.Dark "NoBorder" @@ -92,7 +94,7 @@ Scheme ListPanel.EmptyListInfoTextColor "Orange" Menu.TextColor "TanLight" - Menu.BgColor "TransparentBlack" + Menu.BgColor "DarkGrey" Menu.ArmedTextColor "TanDark" Menu.ArmedBgColor "TanLight" Menu.TextInset "6" @@ -203,8 +205,8 @@ Scheme // CHudMenu "ItemColor" "255 167 42 200" // default 255 167 42 255 - "MenuColor" "233 208 173 255" - "MenuBoxBg" "0 0 0 100" + "MenuColor" "255 255 255 255" + "MenuBoxBg" "HudBlack" // Weapon Selection Colors "SelectionNumberFg" "251 235 202 255" diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 8cd7d46..7fd2164 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -6,759 +6,542 @@ Scheme { "1" { - "name" "KnucklesCrosses" - "tall" "10" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses11" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "11" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "10" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses12" { "1" { - "name" "KnucklesCrosses" - "tall" "12" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses13" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "13" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "12" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses14" { "1" { - "name" "KnucklesCrosses" - "tall" "14" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses15" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "15" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "14" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses16" { "1" { - "name" "KnucklesCrosses" - "tall" "16" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses17" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "17" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "16" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses18" { "1" { - "name" "KnucklesCrosses" - "tall" "18" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses19" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "19" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "18" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses20" { "1" { - "name" "KnucklesCrosses" - "tall" "20" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses21" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "21" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "20" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses22" { "1" { - "name" "KnucklesCrosses" - "tall" "22" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses23" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "23" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "22" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses24" { "1" { - "name" "KnucklesCrosses" - "tall" "24" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses25" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "25" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "24" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses26" { "1" { - "name" "KnucklesCrosses" - "tall" "26" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses27" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "26" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "26" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses28" { "1" { - "name" "KnucklesCrosses" - "tall" "28" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses29" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "29" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "28" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses30" { "1" { - "name" "KnucklesCrosses" - "tall" "30" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses31" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "31" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "30" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses32" { "1" { - "name" "KnucklesCrosses" - "tall" "32" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses33" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "33" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "32" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses34" { "1" { - "name" "KnucklesCrosses" - "tall" "34" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses35" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "35" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "34" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses36" { "1" { - "name" "KnucklesCrosses" - "tall" "36" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses37" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "37" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "36" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses38" { "1" { - "name" "KnucklesCrosses" - "tall" "38" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "KnucklesCrosses39" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "39" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "38" + "additive" "0" + "antialias" "1" + "outline" "0" } } "KnucklesCrosses40" { "1" { - "name" "KnucklesCrosses" - "tall" "40" - "antialias" "1" - "additive" "0" - "outline" "0" + "name" "KnucklesCrosses" + "tall" "40" + "additive" "0" + "antialias" "1" + "outline" "0" } } + "KnucklesCrosses10Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "10" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "KnucklesCrosses11Outline" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "11" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "10" + "additive" "0" + "antialias" "1" + "outline" "1" } } "KnucklesCrosses12Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "12" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "KnucklesCrosses13Outline" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "13" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "12" + "additive" "0" + "antialias" "1" + "outline" "1" } } "KnucklesCrosses14Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "14" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "KnucklesCrosses15Outline" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "15" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "14" + "additive" "0" + "antialias" "1" + "outline" "1" } } "KnucklesCrosses16Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "16" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "KnucklesCrosses17Outline" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "17" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "16" + "additive" "0" + "antialias" "1" + "outline" "1" } } "KnucklesCrosses18Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "18" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "KnucklesCrosses19Outline" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "19" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "18" + "additive" "0" + "antialias" "1" + "outline" "1" } } "KnucklesCrosses20Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "20" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "20" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses21Outline" + "KnucklesCrosses22Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "21" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "22" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses22Outline" + "KnucklesCrosses24Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "22" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "24" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses23Outline" + "KnucklesCrosses26Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "23" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "26" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses24Outline" + "KnucklesCrosses28Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "24" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "28" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses25Outline" + "KnucklesCrosses30Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "25" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "30" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses26Outline" + "KnucklesCrosses32Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "26" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "32" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses27Outline" + "KnucklesCrosses34Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "26" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "34" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses28Outline" + "KnucklesCrosses36Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "28" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "36" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses29Outline" + "KnucklesCrosses38Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "29" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "38" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses30Outline" + "KnucklesCrosses40Outline" { "1" { - "name" "KnucklesCrosses" - "tall" "30" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "KnucklesCrosses" + "tall" "40" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "KnucklesCrosses31Outline" + + "Crosshairs10" { "1" { - "name" "KnucklesCrosses" - "tall" "31" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "10" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses32Outline" + "Crosshairs12" { "1" { - "name" "KnucklesCrosses" - "tall" "32" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "12" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses33Outline" + "Crosshairs14" { "1" { - "name" "KnucklesCrosses" - "tall" "33" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "14" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses34Outline" + "Crosshairs16" { "1" { - "name" "KnucklesCrosses" - "tall" "34" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "16" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses35Outline" + "Crosshairs18" { "1" { - "name" "KnucklesCrosses" - "tall" "35" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "18" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses36Outline" + "Crosshairs20" { "1" { - "name" "KnucklesCrosses" - "tall" "36" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "20" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses37Outline" + "Crosshairs22" { "1" { - "name" "KnucklesCrosses" - "tall" "37" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "22" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses38Outline" + "Crosshairs24" { "1" { - "name" "KnucklesCrosses" - "tall" "38" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "24" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses39Outline" + "Crosshairs26" { "1" { - "name" "KnucklesCrosses" - "tall" "39" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "26" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "KnucklesCrosses40Outline" + "Crosshairs28" { "1" { - "name" "KnucklesCrosses" - "tall" "40" - "antialias" "0" - "additive" "0" - "outline" "1" + "name" "Crosshairs" + "tall" "28" + "additive" "0" + "antialias" "1" + "outline" "0" } } - - "xHairCircle" + "Crosshairs30" { "1" { - "name" "Courier New" - "tall" "72" - "weight" "0" - "antialias" "1" + "name" "Crosshairs" + "tall" "30" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "xHairCircleOutline" + "Crosshairs32" { "1" { - "name" "Courier New" - "tall" "72" - "weight" "0" - "antialias" "1" - "outline" "1" + "name" "Crosshairs" + "tall" "32" + "additive" "0" + "antialias" "1" + "outline" "0" } } - - "Crosshairs8" + "Crosshairs34" { "1" { "name" "Crosshairs" - "tall" "8" - "weight" "0" - "antialias" "1" + "tall" "34" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "Crosshairs8Outline" + "Crosshairs36" { "1" { "name" "Crosshairs" - "tall" "8" - "weight" "0" - "antialias" "1" - "outline" "1" + "tall" "36" + "additive" "0" + "antialias" "1" + "outline" "0" } } - - "Crosshairs10" + "Crosshairs38" { "1" { "name" "Crosshairs" - "tall" "10" - "weight" "0" - "antialias" "1" + "tall" "38" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "Crosshairs10Outline" + "Crosshairs40" { "1" { "name" "Crosshairs" - "tall" "10" - "weight" "0" - "antialias" "1" - "outline" "1" + "tall" "40" + "additive" "0" + "antialias" "1" + "outline" "0" } } - "Crosshairs12" + "Crosshairs10Outline" { "1" { "name" "Crosshairs" - "tall" "12" - "weight" "0" - "antialias" "1" + "tall" "10" + "additive" "0" + "antialias" "1" + "outline" "1" } } "Crosshairs12Outline" @@ -767,338 +550,161 @@ Scheme { "name" "Crosshairs" "tall" "12" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs14" - { - "1" - { - "name" "Crosshairs" - "tall" "14" - "weight" "0" - "antialias" "1" - } - } "Crosshairs14Outline" { "1" { "name" "Crosshairs" "tall" "14" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs16" - { - "1" - { - "name" "Crosshairs" - "tall" "16" - "weight" "0" - "antialias" "1" - } - } "Crosshairs16Outline" { "1" { "name" "Crosshairs" "tall" "16" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs18" - { - "1" - { - "name" "Crosshairs" - "tall" "18" - "weight" "0" - "antialias" "1" - } - } "Crosshairs18Outline" { "1" { "name" "Crosshairs" "tall" "18" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs20" - { - "1" - { - "name" "Crosshairs" - "tall" "20" - "weight" "0" - "antialias" "1" - } - } "Crosshairs20Outline" { "1" { "name" "Crosshairs" "tall" "20" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs22" - { - "1" - { - "name" "Crosshairs" - "tall" "22" - "weight" "0" - "antialias" "1" - } - } "Crosshairs22Outline" { "1" { "name" "Crosshairs" "tall" "22" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs24" - { - "1" - { - "name" "Crosshairs" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } "Crosshairs24Outline" { "1" { "name" "Crosshairs" "tall" "24" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs26" - { - "1" - { - "name" "Crosshairs" - "tall" "26" - "weight" "0" - "antialias" "1" - } - } "Crosshairs26Outline" { "1" { "name" "Crosshairs" "tall" "26" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs28" - { - "1" - { - "name" "Crosshairs" - "tall" "28" - "weight" "0" - "antialias" "1" - } - } "Crosshairs28Outline" { "1" { "name" "Crosshairs" "tall" "28" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs30" - { - "1" - { - "name" "Crosshairs" - "tall" "30" - "weight" "0" - "antialias" "1" - } - } "Crosshairs30Outline" { "1" { "name" "Crosshairs" "tall" "30" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs32" - { - "1" - { - "name" "Crosshairs" - "tall" "32" - "weight" "0" - "antialias" "1" - } - } "Crosshairs32Outline" { "1" { "name" "Crosshairs" "tall" "32" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs34" - { - "1" - { - "name" "Crosshairs" - "tall" "34" - "weight" "0" - "antialias" "1" - } - } "Crosshairs34Outline" { "1" { "name" "Crosshairs" "tall" "34" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs36" - { - "1" - { - "name" "Crosshairs" - "tall" "36" - "weight" "0" - "antialias" "1" - } - } "Crosshairs36Outline" { "1" { "name" "Crosshairs" "tall" "36" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs38" - { - "1" - { - "name" "Crosshairs" - "tall" "38" - "weight" "0" - "antialias" "1" - } - } "Crosshairs38Outline" { "1" { "name" "Crosshairs" "tall" "38" - "weight" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" "outline" "1" } } - - "Crosshairs40" - { - "1" - { - "name" "Crosshairs" - "tall" "40" - "weight" "0" - "antialias" "1" - } - } "Crosshairs40Outline" { "1" { "name" "Crosshairs" "tall" "40" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - - "KonrWings8" - { - "1" - { - "name" "Garm3nFont" - "tall" "8" - "weight" "0" - "antialias" "1" - } - } - - "KonrWings8Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "8" - "weight" "0" + "additive" "0" "antialias" "1" "outline" "1" } @@ -1110,417 +716,351 @@ Scheme { "name" "Garm3nFont" "tall" "10" - "weight" "0" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings10Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "10" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - "KonrWings12" { "1" { "name" "Garm3nFont" "tall" "12" - "weight" "0" - "antialias" "1" - } - } - - "KonrWings12Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "12" - "weight" "0" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - "KonrWings14" { "1" { "name" "Garm3nFont" "tall" "14" - "weight" "0" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings14Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "14" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - "KonrWings16" { "1" { "name" "Garm3nFont" "tall" "16" - "weight" "0" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings16Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "16" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - "KonrWings18" { "1" { "name" "Garm3nFont" "tall" "18" - "weight" "0" - "antialias" "1" - } - } - - "KonrWings18Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "18" - "weight" "0" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - "KonrWings20" { "1" { "name" "Garm3nFont" "tall" "20" - "weight" "0" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings20Outline" + "KonrWings22" { "1" { "name" "Garm3nFont" - "tall" "20" - "weight" "0" + "tall" "22" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - - "KonrWings22" + "KonrWings24" { "1" { "name" "Garm3nFont" - "tall" "22" - "weight" "0" + "tall" "24" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings22Outline" + "KonrWings26" { "1" { "name" "Garm3nFont" - "tall" "22" - "weight" "0" + "tall" "26" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - - "KonrWings24" + "KonrWings28" { "1" { "name" "Garm3nFont" - "tall" "24" - "weight" "0" + "tall" "28" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings24Outline" + "KonrWings30" { "1" { "name" "Garm3nFont" - "tall" "24" - "weight" "0" + "tall" "30" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - - "KonrWings26" + "KonrWings32" { "1" { "name" "Garm3nFont" - "tall" "26" - "weight" "0" + "tall" "32" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings26Outline" + "KonrWings34" { "1" { "name" "Garm3nFont" - "tall" "26" - "weight" "0" + "tall" "34" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - - "KonrWings28" + "KonrWings36" { "1" { "name" "Garm3nFont" - "tall" "28" - "weight" "0" + "tall" "36" + "additive" "0" "antialias" "1" + "outline" "0" } } - - "KonrWings28Outline" + "KonrWings38" { "1" { "name" "Garm3nFont" - "tall" "28" - "weight" "0" + "tall" "38" + "additive" "0" "antialias" "1" - "outline" "1" + "outline" "0" } } - - "KonrWings30" + "KonrWings40" { "1" { "name" "Garm3nFont" - "tall" "30" - "weight" "0" + "tall" "40" + "additive" "0" "antialias" "1" + "outline" "0" } } - "KonrWings30Outline" + "KonrWings10Outline" { "1" { "name" "Garm3nFont" - "tall" "30" - "weight" "0" + "tall" "10" + "additive" "0" "antialias" "1" "outline" "1" } } - - "KonrWings32" + "KonrWings12Outline" { "1" { "name" "Garm3nFont" - "tall" "32" - "weight" "0" + "tall" "12" + "additive" "0" "antialias" "1" + "outline" "1" } } - - "KonrWings32Outline" + "KonrWings14Outline" { "1" { "name" "Garm3nFont" - "tall" "32" - "weight" "0" + "tall" "14" + "additive" "0" "antialias" "1" "outline" "1" } } - - "KonrWings34" + "KonrWings16Outline" { "1" { "name" "Garm3nFont" - "tall" "34" - "weight" "0" + "tall" "16" + "additive" "0" "antialias" "1" + "outline" "1" } } - - "KonrWings34Outline" + "KonrWings18Outline" { "1" { "name" "Garm3nFont" - "tall" "34" - "weight" "0" + "tall" "18" + "additive" "0" "antialias" "1" "outline" "1" } } - - "KonrWings36" + "KonrWings20Outline" { "1" { "name" "Garm3nFont" - "tall" "36" - "weight" "0" + "tall" "20" + "additive" "0" "antialias" "1" + "outline" "1" } } - - "KonrWings36Outline" + "KonrWings22Outline" { "1" { "name" "Garm3nFont" - "tall" "36" - "weight" "0" + "tall" "22" + "additive" "0" "antialias" "1" "outline" "1" } } - - "KonrWings38" + "KonrWings24Outline" { "1" { "name" "Garm3nFont" - "tall" "38" - "weight" "0" + "tall" "24" + "additive" "0" "antialias" "1" + "outline" "1" } } - - "KonrWings38Outline" + "KonrWings26Outline" { "1" { "name" "Garm3nFont" - "tall" "38" - "weight" "0" + "tall" "26" + "additive" "0" "antialias" "1" "outline" "1" } } - - "KonrWings40" + "KonrWings28Outline" { "1" { "name" "Garm3nFont" - "tall" "40" - "weight" "0" + "tall" "28" + "additive" "0" "antialias" "1" + "outline" "1" } } - - "KonrWings40Outline" + "KonrWings30Outline" { "1" { "name" "Garm3nFont" - "tall" "40" - "weight" "0" + "tall" "30" + "additive" "0" "antialias" "1" "outline" "1" } } - - "Symbol16" + "KonrWings32Outline" { "1" { - "name" "Symbol" - "tall" "16" - "weight" "0" + "name" "Garm3nFont" + "tall" "32" + "additive" "0" "antialias" "1" + "outline" "1" } } - "Symbol24" + "KonrWings34Outline" { "1" { - "name" "Symbol" - "tall" "24" - "weight" "0" + "name" "Garm3nFont" + "tall" "34" + "additive" "0" "antialias" "1" + "outline" "1" } } - "SymbolOutline24" + "KonrWings36Outline" { "1" { - "name" "Symbol" - "tall" "24" - "weight" "0" + "name" "Garm3nFont" + "tall" "36" + "additive" "0" "antialias" "1" "outline" "1" } } - "Symbol32" + "KonrWings38Outline" { "1" { - "name" "Symbol" - "tall" "32" - "weight" "0" + "name" "Garm3nFont" + "tall" "38" + "additive" "0" "antialias" "1" + "outline" "1" } } - "Symbol40" + "KonrWings40Outline" { "1" { - "name" "Symbol" + "name" "Garm3nFont" "tall" "40" - "weight" "0" + "additive" "0" "antialias" "1" + "outline" "1" } } } @@ -1537,12 +1077,7 @@ Scheme "font" "resource/fonts/crosshairs.ttf" "name" "Crosshairs" } - "112" // Thin Cross - { - "font" "resource/fonts/Symbol.ttf" - "name" "Symbol" - } - "113" // Konr Wings + "112" // Konr Wings { "font" "resource/fonts/Garm3nFont.ttf" "name" "Garm3nFont" diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index aaa121b..2e1f172 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -6,18 +6,13 @@ Scheme { // HUD COLORS //--------------------------------------------- - "White" "255 255 255 255" - "OffWhite" "200 200 200 255" + "HudBlack" "0 0 0 200" + "Cyan" "15 255 255 255" + "Yellow" "169 123 53 255" + "White" "242 242 242 255" "DullWhite" "142 142 142 255" - "TransparentBlack" "0 0 0 128" - "Black" "10 10 10 255" - "Blank" "0 0 0 0" - "RaysPrimary" "15 255 255 255" - "RaysPrimaryLight" "0 255 255 255" - "RaysPrimaryDark" "65 255 255 255" - "RaysBlack" "15 15 15 255" - "RaysBlackTrans" "15 15 15 190" - "RaysButtonHover" "12 52 85 128" + "DarkGrey" "27 27 27 255" + "Black" "15 15 15 255" // BASE COLORS //--------------------------------------------- @@ -41,8 +36,8 @@ Scheme "TFMediumBrown" "69 64 58 255" - "QuickListBGDeselected" "69 64 58 255" - "QuickListBGSelected" "131 121 104 150" + "QuickListBGDeselected" "0 0 0 0" + "QuickListBGSelected" "169 123 53 255" "Blank" "0 0 0 0" @@ -57,30 +52,30 @@ Scheme BaseSettings { // scheme-specific colors - Border.Bright "200 200 200 196" - Border.Dark "40 40 40 196" - Border.Selection "0 0 0 196" + Border.Bright "Blank" + Border.Dark "Blank" + Border.Selection "Blank" - Button.TextColor "196 196 196 255" - Button.BgColor "120 120 120 128" + Button.TextColor "White" + Button.BgColor "Black" Button.ArmedTextColor "White" - Button.ArmedBgColor "RaysButtonHover" + Button.ArmedBgColor "Yellow" Button.DepressedTextColor "White" - Button.DepressedBgColor "Blank" + Button.DepressedBgColor "Yellow" Button.FocusBorderColor "Blank" - CheckButton.TextColor "OffWhite" + CheckButton.TextColor "DullWhite" CheckButton.SelectedTextColor "White" - CheckButton.BgColor "TransparentBlack" - CheckButton.HighlightFgColor "RaysPrimary" + CheckButton.BgColor "Black" + CheckButton.HighlightFgColor "Yellow" CheckButton.ArmedBgColor "Blank" CheckButton.DepressedBgColor "Blank" - CheckButton.Border1 "Black" - CheckButton.Border2 "Black" + CheckButton.Border1 "Border.Dark" + CheckButton.Border2 "Border.Bright" CheckButton.Check "White" CheckButton.DisabledBgColor "Blank" - ToggleButton.SelectedTextColor "TFTextBright" + ToggleButton.SelectedTextColor "White" ComboBoxButton.ArrowColor "DullWhite" ComboBoxButton.ArmedArrowColor "White" @@ -91,58 +86,58 @@ Scheme RadioButton.SelectedTextColor "White" RadioButton.ArmedTextColor "TFTextMedium" - Frame.BgColor "40 40 40 245" - Frame.OutOfFocusBgColor "40 40 40 245" - FrameGrip.Color1 "200 200 200 196" - FrameGrip.Color2 "0 0 0 196" - FrameTitleButton.FgColor "200 200 200 196" + Frame.BgColor "DarkGrey" + Frame.OutOfFocusBgColor "DarkGrey" + FrameGrip.Color1 "TFTanMedium" + FrameGrip.Color2 "White" + FrameTitleButton.FgColor "White" FrameTitleBar.Font "UiBold" - FrameTitleBar.TextColor "RaysPrimary" - FrameTitleBar.DisabledTextColor "255 255 255 192" + FrameTitleBar.TextColor "White" + FrameTitleBar.DisabledTextColor "DullWhite" Label.TextDullColor "DullWhite" - Label.TextColor "OffWhite" + Label.TextColor "White" Label.TextBrightColor "White" Label.SelectedTextColor "White" Label.BgColor "Blank" - Label.DisabledFgColor1 "117 117 117 255" - Label.DisabledFgColor2 "30 30 30 255" + Label.DisabledFgColor1 "DullWhite" + Label.DisabledFgColor2 "Blank" - ListPanel.TextColor "OffWhite" - ListPanel.BgColor "TransparentBlack" - ListPanel.SelectedBgColor "RaysPrimary" - ListPanel.SelectedOutOfFocusBgColor "100 100 100 128" + ListPanel.TextColor "White" + ListPanel.BgColor "HudBlack" + ListPanel.SelectedBgColor "White" + ListPanel.SelectedOutOfFocusBgColor "DullWhite" - MainMenu.TextColor "White" - MainMenu.ArmedTextColor "RaysPrimary" + MainMenu.TextColor "DullWhite" + MainMenu.ArmedTextColor "Cyan" MainMenu.Inset "32" Menu.TextInset "6" Menu.FgColor "White" - Menu.BgColor "160 160 160 64" - Menu.ArmedFgColor "RaysPrimary" - Menu.ArmedBgColor "RaysPrimary" - Menu.DividerColor "BorderDark" + Menu.BgColor "HudBlack" + Menu.ArmedFgColor "Cyan" + Menu.ArmedBgColor "Cyan" + Menu.DividerColor "Border.Dark" ScrollBarButton.FgColor "White" - ScrollBarButton.BgColor "Blank" - ScrollBarButton.ArmedFgColor "White" - ScrollBarButton.ArmedBgColor "Blank" - ScrollBarButton.DepressedFgColor "White" - ScrollBarButton.DepressedBgColor "Blank" + ScrollBarButton.BgColor "Black" + ScrollBarButton.ArmedFgColor "Black" + ScrollBarButton.ArmedBgColor "White" + ScrollBarButton.DepressedFgColor "Black" + ScrollBarButton.DepressedBgColor "White" - ScrollBarSlider.BgColor "70 70 70 96" - ScrollBarSlider.FgColor "100 100 100 150" + ScrollBarSlider.BgColor "Black" + ScrollBarSlider.FgColor "White" - Slider.NobColor "108 108 108 255" - Slider.TextColor "180 180 180 255" - Slider.TrackColor "31 31 31 255" - Slider.DisabledTextColor1 "117 117 117 255" - Slider.DisabledTextColor2 "30 30 30 255" + Slider.NobColor "TFTanLight" + Slider.TextColor "White" + Slider.TrackColor "HudBlack" + Slider.DisabledTextColor1 "TFTextMediumDark" + Slider.DisabledTextColor2 "Blank" - TextEntry.TextColor "OffWhite" + TextEntry.TextColor "White" TextEntry.DisabledTextColor "DullWhite" - TextEntry.SelectedBgColor "RaysPrimary" + TextEntry.SelectedBgColor "Cyan" } Fonts diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 9b28b10..ca1d276 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -6,10 +6,10 @@ "fieldName" "HudChat" "visible" "1" "enabled" "1" - "xpos" "3" - "ypos" "30" - "wide" "240" - "tall" "120" + "xpos" "1" + "ypos" "25" + "wide" "210" + "tall" "100" "PaintBackgroundType" "0" } @@ -19,9 +19,9 @@ "fieldName" "ChatInputLine" "visible" "1" "enabled" "1" - "xpos" "3" + "xpos" "10" "ypos" "395" - "wide" "237" + "wide" "190" "tall" "0" "PaintBackgroundType" "0" } @@ -52,7 +52,7 @@ "fieldName" "HudChatHistory" "xpos" "0" "ypos" "0" - "wide" "242" + "wide" "210" "tall" "75" "wrap" "1" "autoResize" "1" diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res index 645fef5..ca3f3ac 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -33,7 +33,7 @@ "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "iconColor" "Black" } "BuildingIcon" @@ -41,7 +41,7 @@ "ControlName" "CIconPanel" "fieldName" "BuildingIcon" "xpos" "22" - "ypos" "33" + "ypos" "43" "zpos" "2" "wide" "56" "tall" "56" @@ -57,7 +57,7 @@ "ControlName" "CIconPanel" "fieldName" "MetalIcon" "xpos" "34" - "ypos" "18" + "ypos" "26" "zpos" "1" "wide" "10" "tall" "10" @@ -74,10 +74,10 @@ "fieldName" "CostLabel" "font" "CerbeticaBold16" "fgcolor" "TanLight" - "xpos" "49" - "ypos" "16" - "zpos" "2" - "wide" "84" + "xpos" "50" + "ypos" "25" + "zpos" "1" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" @@ -93,10 +93,10 @@ "fieldName" "CostLabelShadow" "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "xpos" "-1" - "ypos" "-1" - "zpos" "1" - "wide" "84" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" @@ -133,13 +133,13 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "106" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" "iconColor" "White" @@ -152,10 +152,10 @@ "font" "CerbeticaBold20" "fgcolor" "TanLight" "xpos" "0" - "ypos" "95" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/build_menu/base_active_teleport_target.res b/resource/ui/build_menu/base_active_teleport_target.res index fafb850..f054ed4 100644 --- a/resource/ui/build_menu/base_active_teleport_target.res +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold16" - "xpos" "15" - "ypos" "4" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -33,7 +33,7 @@ "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "iconColor" "Black" } "BuildingIcon" @@ -41,7 +41,7 @@ "ControlName" "CIconPanel" "fieldName" "BuildingIcon" "xpos" "22" - "ypos" "23" + "ypos" "43" "zpos" "2" "wide" "56" "tall" "56" @@ -53,7 +53,7 @@ } "ModeLabel" - { + { "ControlName" "CExLabel" "fieldName" "ModeLabel" "font" "DefaultSmall" @@ -76,7 +76,7 @@ "ControlName" "CIconPanel" "fieldName" "NumberBg" "xpos" "41" - "ypos" "99" + "ypos" "106" "zpos" "0" "wide" "18" "tall" "18" @@ -88,16 +88,16 @@ } "NumberLabel" - { + { "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold20" "fgcolor" "TanLight" "xpos" "0" - "ypos" "85" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res index a7cbfab..06b3e8b 100644 --- a/resource/ui/build_menu/base_already_built.res +++ b/resource/ui/build_menu/base_already_built.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -24,16 +24,16 @@ { "ControlName" "CIconPanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "14" "zpos" "0" "wide" "98" "tall" "105" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "iconColor" "Black" } "CantBuildReason" @@ -41,10 +41,10 @@ "ControlName" "CExLabel" "fieldName" "CantBuildReason" "font" "CerbeticaBold16" - "xpos" "10" - "ypos" "48" + "xpos" "0" + "ypos" "60" "zpos" "2" - "wide" "80" + "wide" "100" "tall" "18" "autoResize" "0" "pinCorner" "0" @@ -60,14 +60,14 @@ { "ControlName" "CIconPanel" "fieldName" "MetalIcon" - "xpos" "9999" - "ypos" "9999" + "xpos" "34" + "ypos" "26" "zpos" "1" "wide" "10" "tall" "10" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "icon" "ico_metal" "iconColor" "TanLight" } @@ -78,36 +78,40 @@ "fieldName" "CostLabel" "font" "CerbeticaBold16" "fgcolor" "TanLight" - "xpos" "1" - "ypos" "55" + "xpos" "50" + "ypos" "25" "zpos" "1" - "wide" "58" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "labelText" "%metal%" "textAlignment" "Left" } - "ModeLabel" + "CostLabelShadow" { "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" + "fieldName" "CostLabelShadow" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "" - "textAlignment" "East" + "labelText" "%metal%" + "textAlignment" "Left" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "NumberBg" @@ -115,10 +119,10 @@ "ControlName" "CIconPanel" "fieldName" "NumberBg" "xpos" "41" - "ypos" "99" + "ypos" "106" "zpos" "0" - "wide" "0" - "tall" "0" + "wide" "18" + "tall" "18" "visible" "0" "enabled" "0" "scaleImage" "1" @@ -133,10 +137,10 @@ "font" "CerbeticaBold20" "fgcolor" "TanLight" "xpos" "0" - "ypos" "95" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res index d3b8739..b8065c1 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -18,22 +18,23 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" + "fgcolor" "ColorRed" } "ItemBackground" { "ControlName" "CIconPanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "14" "zpos" "0" "wide" "98" "tall" "105" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "iconColor" "Black" } "BuildingIcon" @@ -57,34 +58,34 @@ "ControlName" "CExLabel" "fieldName" "CantBuildReason" "font" "CerbeticaBold16" - "fgcolor" "RedSolid" - "xpos" "10" - "ypos" "9" + "xpos" "0" + "ypos" "60" "zpos" "2" - "wide" "80" - "tall" "98" + "wide" "100" + "tall" "18" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "Metal Required" "textAlignment" "center" + "fgcolor" "ColorRed" } - "MetalIcon" + "MetalIcon" { "ControlName" "CIconPanel" "fieldName" "MetalIcon" "xpos" "34" - "ypos" "18" + "ypos" "26" "zpos" "1" "wide" "10" "tall" "10" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "icon" "ico_metal" - "iconColor" "RedSolid" + "iconColor" "ColorRed" } "CostLabel" @@ -92,11 +93,11 @@ "ControlName" "CExLabel" "fieldName" "CostLabel" "font" "CerbeticaBold16" - "fgcolor" "RedSolid" - "xpos" "49" - "ypos" "16" - "zpos" "2" - "wide" "84" + "fgcolor" "TanLight" + "xpos" "50" + "ypos" "25" + "zpos" "1" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" @@ -104,6 +105,7 @@ "enabled" "1" "labelText" "%metal%" "textAlignment" "Left" + "fgcolor_override" "ColorRed" } "CostLabelShadow" @@ -112,10 +114,10 @@ "fieldName" "CostLabelShadow" "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "xpos" "-1" - "ypos" "-1" - "zpos" "1" - "wide" "84" + "xpos" "-2" + "ypos" "-2" + "zpos" "0" + "wide" "50" "tall" "13" "autoResize" "0" "pinCorner" "0" @@ -152,13 +154,13 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "106" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" "iconColor" "White" @@ -169,12 +171,12 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold20" - "fgcolor" "TanLight" + "fgcolor" "ColorRed" "xpos" "0" - "ypos" "95" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/build_menu/base_unavailable_teleport_target.res b/resource/ui/build_menu/base_unavailable_teleport_target.res index f68d0cc..b7bf565 100644 --- a/resource/ui/build_menu/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold16" - "xpos" "15" - "ypos" "4" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -18,6 +18,7 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" + "fgcolor" "ColorRed" } "ItemBackground" @@ -33,7 +34,7 @@ "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "iconColor" "Black" } "CantBuildReason" @@ -41,10 +42,10 @@ "ControlName" "CExLabel" "fieldName" "CantBuildReason" "font" "CerbeticaBold16" - "xpos" "10" - "ypos" "44" + "xpos" "0" + "ypos" "60" "zpos" "2" - "wide" "80" + "wide" "100" "tall" "18" "autoResize" "0" "pinCorner" "0" @@ -54,6 +55,7 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" + "fgcolor" "ColorRed" } "ModeLabel" @@ -80,7 +82,7 @@ "ControlName" "CIconPanel" "fieldName" "NumberBg" "xpos" "41" - "ypos" "99" + "ypos" "106" "zpos" "0" "wide" "18" "tall" "18" @@ -96,12 +98,12 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold20" - "fgcolor" "TanLight" + "fgcolor" "ColorRed" "xpos" "0" - "ypos" "85" - "zpos" "2" + "ypos" "105" + "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/build_menu/hudmenuengybuild.res b/resource/ui/build_menu/hudmenuengybuild.res index 74aaad0..bc58f5e 100644 --- a/resource/ui/build_menu/hudmenuengybuild.res +++ b/resource/ui/build_menu/hudmenuengybuild.res @@ -2,18 +2,16 @@ { "MainBackground" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "MainBackground" - "xpos" "50" - "ypos" "10" + "xpos" "0" + "ypos" "20" "zpos" "0" "wide" "400" "tall" "130" "visible" "1" "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 200" + "paintbackground" "0" } "BuildIcon" @@ -25,8 +23,8 @@ "zpos" "1" "wide" "48" "tall" "48" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_build" } @@ -36,11 +34,11 @@ "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "CerbeticaBold32" - "xpos" "68" - "ypos" "-10" + "xpos" "20" + "ypos" "0" "zpos" "2" - "wide" "300" - "tall" "38" + "wide" "380" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -60,8 +58,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "1" - "wide" "300" - "tall" "38" + "wide" "380" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -88,8 +86,8 @@ "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "#Hud_Menu_Build_Cancel" "textAlignment" "East" "dulltext" "0" @@ -100,11 +98,11 @@ { "ControlName" "EditablePanel" "fieldName" "active_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -112,11 +110,11 @@ { "ControlName" "EditablePanel" "fieldName" "active_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -124,11 +122,11 @@ { "ControlName" "EditablePanel" "fieldName" "active_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -136,11 +134,11 @@ { "ControlName" "EditablePanel" "fieldName" "active_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -148,11 +146,11 @@ { "ControlName" "EditablePanel" "fieldName" "already_built_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -160,11 +158,11 @@ { "ControlName" "EditablePanel" "fieldName" "already_built_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -172,11 +170,11 @@ { "ControlName" "EditablePanel" "fieldName" "already_built_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -184,11 +182,11 @@ { "ControlName" "EditablePanel" "fieldName" "already_built_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -196,11 +194,11 @@ { "ControlName" "EditablePanel" "fieldName" "cant_afford_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -208,11 +206,11 @@ { "ControlName" "EditablePanel" "fieldName" "cant_afford_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -220,11 +218,11 @@ { "ControlName" "EditablePanel" "fieldName" "cant_afford_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -232,11 +230,11 @@ { "ControlName" "EditablePanel" "fieldName" "cant_afford_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -244,11 +242,11 @@ { "ControlName" "EditablePanel" "fieldName" "unavailable_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -256,11 +254,11 @@ { "ControlName" "EditablePanel" "fieldName" "unavailable_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -268,11 +266,11 @@ { "ControlName" "EditablePanel" "fieldName" "unavailable_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } @@ -280,11 +278,26 @@ { "ControlName" "EditablePanel" "fieldName" "unavailable_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "0" } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "400" + "tall" "130" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } }
\ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res index 57ff387..954611b 100644 --- a/resource/ui/build_menu/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -2,21 +2,19 @@ { "MainBackground" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "MainBackground" - "xpos" "25" - "ypos" "10" + "xpos" "0" + "ypos" "20" "zpos" "0" "wide" "200" - "tall" "120" + "tall" "130" "visible" "1" "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 100" + "paintbackground" "0" } - "BuildIcon" + "BuildIcon" { "ControlName" "CIconPanel" "fieldName" "BuildIcon" @@ -29,7 +27,6 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_build" - "iconColor" "White" } "TitleLabel" @@ -37,11 +34,11 @@ "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "CerbeticaBold32" - "xpos" "34" - "ypos" "-10" + "xpos" "10" + "ypos" "0" "zpos" "2" - "wide" "300" - "tall" "38" + "wide" "380" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -61,8 +58,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "1" - "wide" "300" - "tall" "38" + "wide" "380" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -78,7 +75,7 @@ } "CancelLabel" - { + { "ControlName" "CExLabel" "fieldName" "CancelLabel" "font" "SpectatorKeyHints" @@ -101,11 +98,11 @@ { "ControlName" "EditablePanel" "fieldName" "available_target_1" - "xpos" "25" - "ypos" "23" - "zpos" "10" + "xpos" "0" + "ypos" "20" + "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -113,11 +110,11 @@ { "ControlName" "EditablePanel" "fieldName" "available_target_2" - "xpos" "125" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -125,23 +122,38 @@ { "ControlName" "EditablePanel" "fieldName" "unavailable_target_1" - "xpos" "25" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" - "visible" "0" + "tall" "130" + "visible" "1" } "unavailable_target_2" { "ControlName" "EditablePanel" "fieldName" "unavailable_target_2" - "xpos" "125" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" - "visible" "0" + "tall" "130" + "visible" "1" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "200" + "tall" "130" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_already_built.res b/resource/ui/build_menu/pipboy/base_already_built.res index 9188fd9..2b903e5 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -12,8 +12,18 @@ "iconColor" "ColorGreen" } + "CostLabel" + { + "fgcolor_override" "ColorGreen" + } + "CantBuildReason" { "fgcolor" "ColorGreen" } + + "NumberLabel" + { + "fgcolor" "ColorGreen" + } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res index b04a3fd..297d30d 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -2,13 +2,4 @@ "Resource/UI/build_menu/base_unavailable.res" { - "ItemNameLabel" - { - "fgcolor" "ColorGreen" - } - - "CantBuildReason" - { - "fgcolor" "ColorGreen" - } }
\ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenuengybuild.res b/resource/ui/build_menu/pipboy/hudmenuengybuild.res index f649d82..9f4e750 100644 --- a/resource/ui/build_menu/pipboy/hudmenuengybuild.res +++ b/resource/ui/build_menu/pipboy/hudmenuengybuild.res @@ -6,8 +6,8 @@ { "ControlName" "CTFImagePanel" "fieldName" "ItemBackground" - "xpos" "50" - "ypos" "10" + "xpos" "0" + "ypos" "20" "zpos" "0" "wide" "400" "tall" "130" diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res index 09cc826..dc16057 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -2,22 +2,17 @@ "Resource/UI/build_menu/HudMenuEurekaEffect.res" { - "MainBackground" - { - "fillcolor" "50 255 50 50" - } - "ItemBackground" { "ControlName" "CTFImagePanel" "fieldName" "ItemBackground" "xpos" "0" - "ypos" "0" - "zpos" "-2" - "wide" "250" - "tall" "180" - "visible" "0" - "enabled" "0" + "ypos" "20" + "zpos" "0" + "wide" "200" + "tall" "130" + "visible" "1" + "enabled" "1" "scaleImage" "1" "image" "pipboy_overlay" "tileImage" "1" diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res index eba8394..ecdfaf7 100644 --- a/resource/ui/charinfoarmorysubpanel.res +++ b/resource/ui/charinfoarmorysubpanel.res @@ -59,19 +59,7 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "HudFontSmallestBold" - "labelText" ">>" - "textAlignment" "west" - "xpos" "c-300" - "ypos" "7" - "zpos" "1" - "wide" "20" - "tall" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 128 255 255" + "xpos" "9999" } "ArmoryLabel" @@ -81,8 +69,8 @@ "font" "HudFontMediumSmallBold" "labelText" "#Armory" "textAlignment" "west" - "xpos" "c-280" - "ypos" "2" + "xpos" "c-300" + "ypos" "5" "zpos" "1" "wide" "560" "tall" "25" @@ -106,8 +94,8 @@ "tall" "20" "autoResize" "1" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" } "FilterComboBox" @@ -115,7 +103,7 @@ "ControlName" "ComboBox" "fieldName" "FilterComboBox" "font" "HudFontSmallestBold" - "xpos" "c-240" + "xpos" "c-300" "ypos" "32" "zpos" "1" "wide" "150" @@ -132,12 +120,12 @@ "unicode" "0" "fgcolor_override" "TanLight" - "bgcolor_override" "Grey" + "bgcolor_override" "DarkerGrey" "disabledFgColor_override" "TanLight" - "disabledBgColor_override" "Grey" - "selectionColor_override" "Grey" + "disabledBgColor_override" "DarkerGrey" + "selectionColor_override" "DarkerGrey" "selectionTextColor_override" "TanLight" - "defaultSelectionBG2Color_override" "Grey" + "defaultSelectionBG2Color_override" "DarkerGrey" } "DataPanel" @@ -146,13 +134,13 @@ "fieldName" "DataPanel" "xpos" "c20" "ypos" "30" - "zpos" "0" + "zpos" "1" "wide" "270" "tall" "253" "visible" "1" "PaintBackgroundType" "0" "paintborder" "1" - "border" "StorePreviewBorder" + "border" "NoBorder" "Data_TextRichText" { @@ -194,7 +182,7 @@ "tall" "135" "visible" "1" "bgcolor_override" "Transparent" - "PaintBackgroundType" "2" + "PaintBackgroundType" "0" "paintborder" "0" "model_hide" "1" "text_center" "1" @@ -296,8 +284,6 @@ "Command" "prevpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" } "CurPageLabel" @@ -341,8 +327,6 @@ "Command" "nextpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" } "WikiButton" @@ -368,8 +352,6 @@ "Command" "wiki" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" } "ViewSetButton" @@ -395,8 +377,6 @@ "Command" "viewset" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" } "StoreButton" @@ -421,8 +401,6 @@ "Command" "openstore" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" } "ReloadSchemeButton" @@ -448,7 +426,5 @@ "Command" "reloadscheme" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" } }
\ No newline at end of file diff --git a/resource/ui/charinfoloadoutsubpanel.res b/resource/ui/charinfoloadoutsubpanel.res index 5d14c29..4940f78 100644 --- a/resource/ui/charinfoloadoutsubpanel.res +++ b/resource/ui/charinfoloadoutsubpanel.res @@ -355,6 +355,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + "allcaps" "1" "pin_to_sibling" "ShowCraftingButton" "pin_corner_to_sibling" "4" @@ -392,7 +393,7 @@ "ControlName" "CExLabel" "fieldName" "ShowArmoryLabel" "font" "CerbeticaBold16" - "labelText" "CATALOG" + "labelText" "#Armory" "textAlignment" "north" "xpos" "0" "ypos" "5" @@ -452,6 +453,7 @@ "visible" "1" "enabled" "1" "wrap" "0" + "allcaps" "1" "pin_to_sibling" "ShowTradeButton" "pin_corner_to_sibling" "4" @@ -599,7 +601,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TextColor" + "fgcolor_override" "TanLight" } "LoadoutChangesLabel" diff --git a/resource/ui/charinfopanel.res b/resource/ui/charinfopanel.res index 98f47d5..e60c9cb 100644 --- a/resource/ui/charinfopanel.res +++ b/resource/ui/charinfopanel.res @@ -15,12 +15,12 @@ "tabPosition" "0" "settitlebarvisible" "1" "PaintBackgroundType" "0" - "bgcolor_override" "46 43 42 0" - "infocus_bgcolor_override" "46 43 42 0" - "outoffocus_bgcolor_override" "46 43 42 0" + "bgcolor_override" "27 27 27 0" + "infocus_bgcolor_override" "27 27 27 0" + "outoffocus_bgcolor_override" "27 27 27 0" "title" "#CharInfoAndSetup" - "title_font" "HudFontMediumBold" + "title_font" "HudFontSmallBold" "titletextinsetX" "40" "titletextinsetY" "0" "titlebarfgcolor_override" "HudOffWhite" @@ -56,7 +56,7 @@ "tall" "120" "visible" "1" "enabled" "1" - "fillcolor" "15 15 15 175" + "fillcolor" "27 27 27 200" "tileImage" "1" } @@ -85,14 +85,14 @@ "tall" "60" "visible" "1" "enabled" "1" - "fillcolor" "15 15 15 220" + "fillcolor" "27 27 27 200" "tileImage" "1" } "FooterLine" { "ControlName" "EditablePanel" - "fieldName" "HeaderLine" + "fieldName" "FooterLine" "xpos" "0" "ypos" "420" "zpos" "2" @@ -134,16 +134,15 @@ { "textinsetx" "25" "textAlignment" "center" - "font" "Cerbetica20" - "ypos" "50" + "font" "Cerbetica18" "selectedcolor" "TanLight" "unselectedcolor" "TanDark" "defaultBgColor_override" "25 25 25 255" "paintbackground" "1" - "unselectedBgColor_override" "10 10 10 255" "activeborder_override" "CyanBorderTabs" - "depressedBgColor_override" "10 10 10 255" - "normalborder_override" "CyanBorderTabsInactive" + "normalborder_override" "CyanBorderTabsInactive" + "unselectedBgColor_override" "10 10 10 255" + "depressedBgColor_override" "10 10 10 255" } } @@ -170,8 +169,6 @@ "Command" "back" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "NotificationsPresentPanel" diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index 20bc07e..d4060ae 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -47,11 +47,14 @@ "paintborder" "1" "model_center_x" "1" - "model_ypos" "3" - "model_tall" "52" + "model_ypos" "5" + "model_tall" "55" "model_wide" "82" - "text_ypos" "47" - "text_center" "1" + "text_ypos" "0" + "text_forcesize" "2" + "text_center" "0" + "text_yoffset" "2" + "inset_eq_y" "55" "name_only" "1" "attriblabel" @@ -71,17 +74,17 @@ "itemoptionpanels_kv" { "ControlName" "CExButton" - "xpos" "0" - "ypos" "0" + "xpos" "1" + "ypos" "1" "zpos" "1" - "wide" "12" - "tall" "16" + "wide" "20" + "tall" "20" "autoResize" "0" "visible" "0" "enabled" "1" "tabPosition" "0" - "labelText" "+" - "font" "Cerbetica12" + "labelText" "M" + "font" "CustomIcons18" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -89,9 +92,11 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "0" - "defaultFgColor_override" "ColorWhite" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "ColorCyan" + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" } } @@ -102,16 +107,16 @@ "font" "Cerbetica16" "labelText" ">>" "textAlignment" "west" - "xpos" "c-300" - "ypos" "26" + "xpos" "c-290" + "ypos" "15" "zpos" "1" "wide" "20" - "tall" "16" + "tall" "25" "autoResize" "1" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 128 255 255" + "fgcolor_override" "ColorPurple" } "ClassLabel" @@ -121,11 +126,11 @@ "font" "HudFontMediumBold" "labelText" "#ClassBeingEquipped" "textAlignment" "west" - "xpos" "c-280" + "xpos" "c-270" "ypos" "15" "zpos" "1" - "wide" "240" - "tall" "40" + "wide" "250" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -157,13 +162,13 @@ { "ControlName" "ImagePanel" "fieldName" "TopLine" - "xpos" "9999" - "ypos" "9999" + "xpos" "c-305" + "ypos" "40" "zpos" "2" "wide" "610" "tall" "10" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "loadout_dotted_line" "tileImage" "1" "tileVertically" "0" @@ -298,7 +303,7 @@ "tall" "75" "autoResize" "1" "visible" "0" - "bgcolor_override" "35 35 35 255" + "bgcolor_override" "DarkerGrey" "PaintBackgroundType" "0" } @@ -313,29 +318,28 @@ { "ControlName" "CExImageButton" "fieldName" "RedButton" - "xpos" "c5" - "ypos" "22" + "xpos" "c-166" + "ypos" "c-126" "zpos" "12" - "wide" "80" - "tall" "20" + "wide" "25" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "RED Team" + "labelText" "R" "textAlignment" "center" - "font" "Cerbetica16" + "font" "CerbeticaBold28" "scaleImage" "1" "command" "sv_cheats 1;r_skin 0" - "fgcolor" "TanLight" - "defaultFgColor_override" "250 68 17 255" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "250 68 17 255" + "defaultFgColor_override" "180 92 77 127" + "armedFgColor_override" "180 92 77 127" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "keyboardinputenabled" "0" "paintbackground" "1" } @@ -344,26 +348,24 @@ { "ControlName" "CExImageButton" "fieldName" "BlueButton" - "xpos" "c-85" - "ypos" "22" + "xpos" "c-166" + "ypos" "c-99" "zpos" "12" - "wide" "80" - "tall" "20" + "wide" "25" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "BLU Team" + "labelText" "B" "textAlignment" "center" - "font" "Cerbetica16" + "font" "CerbeticaBold28" "scaleImage" "1" "command" "sv_cheats 1;r_skin 1" - "fgcolor" "TanLight" - "defaultFgColor_override" "0 98 255 255" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "0 98 255 255" + "defaultFgColor_override" "104 124 155 127" + "armedFgColor_override" "104 124 155 127" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -393,8 +395,6 @@ "Command" "characterloadout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" "SubImage" { @@ -433,8 +433,6 @@ "Command" "tauntloadout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" "SubImage" { diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index 22904db..ce5972f 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -21,7 +21,7 @@ "zpos" "110" "wide" "o1" "tall" "70" - "visible" "1" + "visible" "0" "enabled" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" @@ -37,7 +37,7 @@ "zpos" "100" "wide" "320" "tall" "100" - "visible" "1" + "visible" "0" "proportionaltoparent" "1" "mouseinputenabled" "0" "matchgroup" "MatchGroup_Ladder_6v6" @@ -55,7 +55,7 @@ "ControlName" "CExButton" "fieldName" "ShowLeaderboardsButton" "xpos" "rs1-10" - "ypos" "40" + "ypos" "10" "zpos" "0" "wide" "p0.45" "tall" "15" @@ -64,11 +64,13 @@ "actionsignallevel" "2" "command" "show_leaderboards" "labeltext" "#TF_Competitive_ViewLeaderboards" - "font" "CerbeticaBold12" + "font" "FontBold12" "fgcolor_override" "TanLight" "textAlignment" "center" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "WhiteBorder" + "border_armed" "WhiteBorder" } "ShowMatchHistoryButton" @@ -76,7 +78,7 @@ "ControlName" "Button" "fieldName" "ShowMatchHistoryButton" "xpos" "10" - "ypos" "40" + "ypos" "10" "zpos" "0" "wide" "p0.45" "tall" "15" @@ -85,11 +87,13 @@ "actionsignallevel" "2" "command" "show_match_history" "labeltext" "#TF_Competitive_ViewMatches" - "font" "CerbeticaBold12" + "font" "FontBold12" "fgcolor_override" "TanLight" "textAlignment" "center" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "WhiteBorder" + "border_armed" "WhiteBorder" } "PlaylistBGPanel" @@ -97,7 +101,7 @@ "ControlName" "EditablePanel" "fieldName" "PlaylistBGPanel" "xpos" "cs-0.5" - "ypos" "35" + "ypos" "30" "zpos" "-1" "wide" "p0.98" "tall" "p1-200" @@ -117,7 +121,7 @@ "zpos" "100" "wide" "p0.95" "tall" "p0.89" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "InnerShadowBorder" "proportionaltoparent" "1" @@ -129,7 +133,7 @@ "ControlName" "EditablePanel" "fieldName" "MatchHistoryCategories" "xpos" "cs-0.5" - "ypos" "25" + "ypos" "0" "zpos" "10" "wide" "p0.95" "tall" "20" @@ -307,9 +311,9 @@ "ControlName" "CScrollableList" "fieldName" "MatchHistoryContainer" "xpos" "cs-0.5" - "ypos" "40" + "ypos" "20" "wide" "p0.95" - "tall" "p0.78" + "tall" "p0.98" "visible" "1" "proportionaltoparent" "1" "restrict_width" "0" diff --git a/resource/ui/controlpointicon.res b/resource/ui/controlpointicon.res index f42957d..15c7d66 100644 --- a/resource/ui/controlpointicon.res +++ b/resource/ui/controlpointicon.res @@ -7,8 +7,8 @@ "xpos" "0" "ypos" "0" "zpos" "2" - "wide" "28" - "tall" "28" + "wide" "26" + "tall" "26" "visible" "1" "enabled" "1" } @@ -20,8 +20,8 @@ "xpos" "0" "ypos" "0" "zpos" "4" - "wide" "28" - "tall" "28" + "wide" "26" + "tall" "26" "visible" "1" "enabled" "1" } @@ -50,7 +50,7 @@ "ypos" "0" "zpos" "4" "wide" "16" - "tall" "33" + "tall" "26" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index a369c3b..55432ac 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -9,10 +9,10 @@ "ypos" "200" "wide" "200" "tall" "110" - "bgcolor_override" "DarkGrey" + "bgcolor_override" "DarkerGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" - "border" "CyanBorder" + "border" "CyanBorderThick" } "CenterPositioner" @@ -117,7 +117,5 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/destroy_menu/base_active.res b/resource/ui/destroy_menu/base_active.res index 98f74b6..2d8f4a8 100644 --- a/resource/ui/destroy_menu/base_active.res +++ b/resource/ui/destroy_menu/base_active.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -24,27 +24,27 @@ { "ControlName" "CIconPanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "14" "zpos" "0" "wide" "98" "tall" "105" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhite" + "icon" "hud_menu_item_bg" + "iconColor" "Black" } "BuildingIcon" { "ControlName" "CIconPanel" "fieldName" "BuildingIcon" - "xpos" "10" - "ypos" "12" + "xpos" "22" + "ypos" "43" "zpos" "2" - "wide" "80" - "tall" "80" + "wide" "56" + "tall" "56" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -56,11 +56,11 @@ { "ControlName" "CIconPanel" "fieldName" "DestroyIcon" - "xpos" "13" - "ypos" "18" - "zpos" "1" - "wide" "70" - "tall" "70" + "xpos" "22" + "ypos" "43" + "zpos" "2" + "wide" "56" + "tall" "56" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -72,11 +72,11 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "0" - "ypos" "0" + "xpos" "41" + "ypos" "106" "zpos" "0" - "wide" "0" - "tall" "0" + "wide" "18" + "tall" "18" "visible" "0" "enabled" "0" "scaleImage" "1" @@ -91,10 +91,10 @@ "font" "CerbeticaBold20" "fgcolor" "TanLight" "xpos" "0" - "ypos" "95" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/destroy_menu/base_inactive.res b/resource/ui/destroy_menu/base_inactive.res index 0424ff4..82099ff 100644 --- a/resource/ui/destroy_menu/base_inactive.res +++ b/resource/ui/destroy_menu/base_inactive.res @@ -5,10 +5,10 @@ "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" + "xpos" "0" + "ypos" "10" "zpos" "1" - "wide" "70" + "wide" "100" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -18,34 +18,34 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "fgcolor_override" "ColorRed" + "fgcolor" "ColorRed" } "ItemBackground" { "ControlName" "CIconPanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "14" "zpos" "0" "wide" "98" "tall" "105" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhiteTransparent" + "iconColor" "Black" } "NotBuiltLabel" { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" + "font" "CerbeticaBold16" + "xpos" "0" + "ypos" "60" "zpos" "2" - "wide" "80" + "wide" "100" "tall" "18" "autoResize" "0" "pinCorner" "0" @@ -53,44 +53,42 @@ "enabled" "1" "labelText" "#TF_NotBuilt" "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" + "fgcolor" "ColorRed" } "UnavailableLabel" { "ControlName" "CExLabel" "fieldName" "UnavailableLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" + "font" "CerbeticaBold16" + "xpos" "0" + "ypos" "60" "zpos" "2" - "wide" "80" + "wide" "100" "tall" "18" "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + "textAlignment" "center" + "fgcolor" "ColorRed" } "NumberBg" { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "106" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 128" + "iconColor" "White" } "NumberLabel" @@ -98,12 +96,12 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold20" - "fgcolor" "TanLight" + "fgcolor" "ColorRed" "xpos" "0" - "ypos" "95" + "ypos" "105" "zpos" "1" "wide" "100" - "tall" "18" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/destroy_menu/dispenser_active.res b/resource/ui/destroy_menu/dispenser_active.res index 73b5c8f..7359440 100644 --- a/resource/ui/destroy_menu/dispenser_active.res +++ b/resource/ui/destroy_menu/dispenser_active.res @@ -5,21 +5,10 @@ "ItemNameLabel" { "labelText" "#TF_Object_Dispenser" - "fgcolor_override" "ColorGreen" } "BuildingIcon" { "icon" "obj_status_dispenser" } - - "DestroyIcon" - { - "iconColor" "ColorGreen" - } - - "NumberLabel" - { - "fgcolor_override" "ColorGreen" - } }
\ No newline at end of file diff --git a/resource/ui/destroy_menu/hudmenuengydestroy.res b/resource/ui/destroy_menu/hudmenuengydestroy.res index 6617725..5dfe62c 100644 --- a/resource/ui/destroy_menu/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -2,18 +2,16 @@ { "MainBackground" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "MainBackground" - "xpos" "50" - "ypos" "10" + "xpos" "0" + "ypos" "20" "zpos" "0" "wide" "400" "tall" "130" "visible" "1" "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 200" + "paintbackground" "0" } "DestroyIcon" @@ -22,14 +20,13 @@ "fieldName" "DestroyIcon" "xpos" "9999" "ypos" "9999" - "zpos" "0" - "wide" "64" - "tall" "64" + "zpos" "1" + "wide" "48" + "tall" "48" "visible" "0" "enabled" "0" - "scaleImage" "1" + "scaleImage" "1" "icon" "ico_demolish" - "iconColor" "White" } "TitleLabel" @@ -37,11 +34,11 @@ "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "CerbeticaBold32" - "xpos" "68" - "ypos" "-10" + "xpos" "20" + "ypos" "0" "zpos" "2" - "wide" "300" - "tall" "38" + "wide" "380" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -61,8 +58,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "1" - "wide" "300" - "tall" "38" + "wide" "380" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -101,11 +98,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -113,11 +110,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -125,11 +122,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -137,11 +134,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -149,11 +146,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "inactive_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -161,11 +158,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "inactive_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -173,11 +170,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "inactive_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -185,11 +182,11 @@ { "ControlName" "CEngyDestroyMenuItem" "fieldName" "inactive_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" + "tall" "130" "visible" "1" } @@ -197,47 +194,62 @@ { "ControlName" "EditablePanel" "fieldName" "unavailable_item_1" - "xpos" "50" - "ypos" "23" + "xpos" "0" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" - "visible" "0" + "tall" "130" + "visible" "1" } "unavailable_item_2" { "ControlName" "EditablePanel" "fieldName" "unavailable_item_2" - "xpos" "150" - "ypos" "23" + "xpos" "100" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" - "visible" "0" + "tall" "130" + "visible" "1" } "unavailable_item_3" { "ControlName" "EditablePanel" "fieldName" "unavailable_item_3" - "xpos" "250" - "ypos" "23" + "xpos" "200" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" - "visible" "0" + "tall" "130" + "visible" "1" } "unavailable_item_4" { "ControlName" "EditablePanel" "fieldName" "unavailable_item_4" - "xpos" "350" - "ypos" "23" + "xpos" "300" + "ypos" "20" "zpos" "1" "wide" "100" - "tall" "124" - "visible" "0" + "tall" "130" + "visible" "1" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "400" + "tall" "130" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" } }
\ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res index 4578c26..3048d1c 100644 --- a/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res +++ b/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -6,8 +6,8 @@ { "ControlName" "CTFImagePanel" "fieldName" "ItemBackground" - "xpos" "50" - "ypos" "10" + "xpos" "0" + "ypos" "20" "zpos" "0" "wide" "400" "tall" "130" diff --git a/resource/ui/disguise_menu/hudmenuspydisguise.res b/resource/ui/disguise_menu/hudmenuspydisguise.res index 764ade4..20eafaa 100644 --- a/resource/ui/disguise_menu/hudmenuspydisguise.res +++ b/resource/ui/disguise_menu/hudmenuspydisguise.res @@ -2,30 +2,28 @@ { "MainBackground" { - "ControlName" "CIconPanel" + "ControlName" "EditablePanel" "fieldName" "MainBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "470" - "tall" "170" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "100" + "tall" "150" "visible" "1" "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 200" + "paintbackground" "0" } "TitleLabel" { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "CerbeticaBold28" - "xpos" "25" - "ypos" "40" - "zpos" "3" - "wide" "360" - "tall" "38" + "font" "CerbeticaBold32" + "xpos" "10" + "ypos" "0" + "zpos" "2" + "wide" "380" + "tall" "30" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -40,13 +38,13 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabelDropshadow" - "font" "CerbeticaBold28" + "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" "xpos" "-2" "ypos" "-2" - "zpos" "3" - "wide" "360" - "tall" "38" + "zpos" "1" + "wide" "380" + "tall" "30" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -66,65 +64,47 @@ "ControlName" "CExLabel" "fieldName" "ToggleLabel" "font" "Cerbetica12" - "xpos" "-40" - "ypos" "195" + "xpos" "0" + "ypos" "175" "zpos" "2" "wide" "200" - "tall" "13" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#Hud_Menu_Spy_Minus_Toggle" - "textAlignment" "center" + "textAlignment" "Left" "dulltext" "0" "brighttext" "0" } "CancelLabel" - { + { "ControlName" "CExLabel" "fieldName" "CancelLabel" - "font" "Default" + "font" "SpectatorKeyHints" "xpos" "9999" "ypos" "9999" - "zpos" "2" + "zpos" "1" "wide" "200" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "east" + "textAlignment" "East" "dulltext" "0" "brighttext" "0" } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "20" - "ypos" "60" - "zpos" "1" - "wide" "80" - "tall" "132" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 200" - "PaintBackgroundType" "0" - } "class_item_red_1" { "ControlName" "EditablePanel" "fieldName" "class_item_red_1" - "xpos" "20" - "ypos" "72" + "xpos" "10" + "ypos" "30" "zpos" "2" "wide" "80" "tall" "16" @@ -135,8 +115,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_1" - "xpos" "20" - "ypos" "72" + "xpos" "10" + "ypos" "30" "zpos" "2" "wide" "80" "tall" "16" @@ -147,8 +127,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_2" - "xpos" "20" - "ypos" "84" + "xpos" "10" + "ypos" "45" "zpos" "2" "wide" "80" "tall" "16" @@ -159,8 +139,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_2" - "xpos" "20" - "ypos" "84" + "xpos" "10" + "ypos" "45" "zpos" "2" "wide" "80" "tall" "16" @@ -171,8 +151,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_3" - "xpos" "20" - "ypos" "96" + "xpos" "10" + "ypos" "60" "zpos" "2" "wide" "80" "tall" "16" @@ -183,8 +163,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_3" - "xpos" "20" - "ypos" "96" + "xpos" "10" + "ypos" "60" "zpos" "2" "wide" "80" "tall" "16" @@ -195,8 +175,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_4" - "xpos" "20" - "ypos" "108" + "xpos" "10" + "ypos" "75" "zpos" "2" "wide" "80" "tall" "16" @@ -207,8 +187,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_4" - "xpos" "20" - "ypos" "108" + "xpos" "10" + "ypos" "75" "zpos" "2" "wide" "80" "tall" "16" @@ -219,8 +199,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_5" - "xpos" "20" - "ypos" "120" + "xpos" "10" + "ypos" "90" "zpos" "2" "wide" "80" "tall" "16" @@ -231,8 +211,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_5" - "xpos" "20" - "ypos" "120" + "xpos" "10" + "ypos" "90" "zpos" "2" "wide" "80" "tall" "16" @@ -243,8 +223,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_6" - "xpos" "20" - "ypos" "132" + "xpos" "10" + "ypos" "105" "zpos" "2" "wide" "80" "tall" "16" @@ -255,8 +235,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_6" - "xpos" "20" - "ypos" "132" + "xpos" "10" + "ypos" "105" "zpos" "2" "wide" "80" "tall" "16" @@ -267,8 +247,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_7" - "xpos" "20" - "ypos" "144" + "xpos" "10" + "ypos" "120" "zpos" "2" "wide" "80" "tall" "16" @@ -279,8 +259,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_7" - "xpos" "20" - "ypos" "144" + "xpos" "10" + "ypos" "120" "zpos" "2" "wide" "80" "tall" "16" @@ -291,8 +271,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_8" - "xpos" "20" - "ypos" "156" + "xpos" "10" + "ypos" "135" "zpos" "2" "wide" "80" "tall" "16" @@ -303,8 +283,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_8" - "xpos" "20" - "ypos" "156" + "xpos" "10" + "ypos" "135" "zpos" "2" "wide" "80" "tall" "16" @@ -315,8 +295,8 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_red_9" - "xpos" "20" - "ypos" "168" + "xpos" "10" + "ypos" "150" "zpos" "2" "wide" "80" "tall" "16" @@ -327,12 +307,11 @@ { "ControlName" "EditablePanel" "fieldName" "class_item_blue_9" - "xpos" "20" - "ypos" "168" + "xpos" "10" + "ypos" "150" "zpos" "2" "wide" "80" "tall" "16" - "tall" "16" "visible" "1" } @@ -356,10 +335,10 @@ { "ControlName" "CExLabel" "fieldName" "NumberLabel" - "font" "CerbeticaBold14" + "font" "CerbeticaBold20" "fgcolor" "White" - "xpos" "25" - "ypos" "87" + "xpos" "10" + "ypos" "45" "zpos" "5" "wide" "15" "tall" "15" @@ -393,10 +372,10 @@ { "ControlName" "CExLabel" "fieldName" "NumberLabel" - "font" "CerbeticaBold14" + "font" "CerbeticaBold20" "fgcolor" "White" - "xpos" "25" - "ypos" "123" + "xpos" "10" + "ypos" "90" "zpos" "5" "wide" "15" "tall" "15" @@ -430,10 +409,10 @@ { "ControlName" "CExLabel" "fieldName" "NumberLabel" - "font" "CerbeticaBold14" + "font" "CerbeticaBold20" "fgcolor" "White" - "xpos" "25" - "ypos" "159" + "xpos" "10" + "ypos" "135" "zpos" "5" "wide" "15" "tall" "15" @@ -446,4 +425,19 @@ "dulltext" "1" "brighttext" "0" } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "100" + "tall" "155" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } }
\ No newline at end of file diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res index 84cdd21..383fafe 100644 --- a/resource/ui/disguisestatuspanel.res +++ b/resource/ui/disguisestatuspanel.res @@ -28,29 +28,28 @@ "ShadedBar" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "ShadedBar" - "xpos" "50" - "ypos" "26" - "zpos" "-1" - "wide" "140" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "150" + "tall" "30" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 164" + "bgcolor_override" "HudBlack" + "PaintBackgroundType" "0" } "DisguiseStatusBG" { "ControlName" "CTFImagePanel" "fieldName" "DisguiseStatusBG" - "xpos" "50" - "ypos" "10" - "zpos" "-1" - "wide" "140" - "tall" "16" + "xpos" "30" + "ypos" "0" + "zpos" "0" + "wide" "150" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -71,11 +70,11 @@ "ControlName" "Label" "fieldName" "DisguiseNameLabel" "font" "Cerbetica14" - "xpos" "80" - "ypos" "5" + "xpos" "35" + "ypos" "0" "zpos" "1" - "wide" "110" - "tall" "24" + "wide" "120" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -94,8 +93,8 @@ "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "110" - "tall" "24" + "wide" "120" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -115,12 +114,12 @@ { "ControlName" "Label" "fieldName" "WeaponNameLabel" - "font" "Cerbetica12" - "xpos" "80" - "ypos" "22" + "font" "Cerbetica14" + "xpos" "35" + "ypos" "15" "zpos" "1" - "wide" "110" - "tall" "24" + "wide" "120" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -135,12 +134,12 @@ { "ControlName" "Label" "fieldName" "WeaponNameLabelShadow" - "font" "Cerbetica12" + "font" "Cerbetica14" "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "110" - "tall" "24" + "wide" "120" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -160,9 +159,10 @@ { "ControlName" "EditablePanel" "fieldName" "SpectatorGUIHealth" - "xpos" "42" - "ypos" "-7" - "wide" "50" + "xpos" "-7" + "ypos" "-10" + "zpos" "1" + "wide" "37" "tall" "50" "visible" "1" "enabled" "1" diff --git a/resource/ui/econ/backpackpanel.res b/resource/ui/econ/backpackpanel.res index f5ff0a0..66d513e 100644 --- a/resource/ui/econ/backpackpanel.res +++ b/resource/ui/econ/backpackpanel.res @@ -160,29 +160,29 @@ "font" "Cerbetica16" "labelText" ">>" "textAlignment" "west" - "xpos" "c-300" - "ypos" "20" + "xpos" "c-290" + "ypos" "26" "zpos" "1" "wide" "20" - "tall" "15" + "tall" "16" "autoResize" "1" "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 128 255 255" + "visible" "0" + "enabled" "0" + "fgcolor_override" "ColorPurple" } "ClassLabel" { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontMediumSmall" + "font" "HudFontMediumBold" "labelText" "#ClassBeingEquipped" "textAlignment" "west" "xpos" "c-280" - "ypos" "15" + "ypos" "10" "zpos" "1" - "wide" "250" + "wide" "370" "tall" "25" "autoResize" "0" "pinCorner" "0" @@ -213,10 +213,10 @@ "fieldName" "ShowRarityComboBox" "font" "HudFontSmallestBold" "wrap" "0" - "xpos" "c-25" - "ypos" "37" + "xpos" "c-58" + "ypos" "38" "zpos" "1" - "wide" "150" + "wide" "168" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -228,7 +228,6 @@ "NumericInputOnly" "0" "unicode" "0" "default" "0" - "border" "CyanBorder" "fgcolor_override" "TanLight" "bgcolor_override" "Transparent" @@ -246,8 +245,8 @@ "labelText" "#ShowBaseItemsCheckBox" "font" "HudFontSmallestBold" "textAlignment" "east" - "xpos" "c-29" - "ypos" "15" + "xpos" "c-165" + "ypos" "36" "zpos" "1" "wide" "120" "tall" "20" @@ -268,7 +267,7 @@ "font" "HudFontSmallestBold" "labelText" "#Store_NameFilterLabel" "textAlignment" "west" - "xpos" "c+137" + "xpos" "c117" "ypos" "0" "zpos" "1" "wide" "90" @@ -285,9 +284,9 @@ "ControlName" "TextEntry" "fieldName" "NameFilterTextEntry" "font" "HudFontSmallest" - "xpos" "c+137" + "xpos" "c117" "ypos" "15" - "wide" "150" + "wide" "168" "tall" "19" "autoResize" "0" "pinCorner" "0" @@ -309,16 +308,15 @@ "ControlName" "ComboBox" "fieldName" "SortByComboBox" "font" "HudFontSmallestBold" - "xpos" "c137" + "xpos" "c117" "ypos" "37" "zpos" "1" - "wide" "150" + "wide" "168" "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "1" "textHidden" "0" "editable" "0" "maxchars" "-1" @@ -348,7 +346,7 @@ "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" - "text_ypos" "20" + "text_ypos" "10" "text_center" "1" "model_hide" "1" "resize_to_text" "1" @@ -428,7 +426,7 @@ "depressedBgColor_override" "25 25 25 255" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" + "armedFgColor_override" "ColorCyan" "depressedFgColor_override" "TanDark" } @@ -480,7 +478,7 @@ "depressedBgColor_override" "25 25 25 255" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" + "armedFgColor_override" "ColorCyan" "depressedFgColor_override" "TanDark" } @@ -536,10 +534,10 @@ { "ControlName" "CExButton" "fieldName" "CancelApplyToolButton" - "xpos" "c137" + "xpos" "c117" "ypos" "37" "zpos" "1" - "wide" "150" + "wide" "168" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -555,17 +553,7 @@ "Command" "canceltool" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "25 25 25 255" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDark" - - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "bgcolor_override" "DarkerGrey" } "ShowExplanationsButton" @@ -767,11 +755,11 @@ "paintbackground" "0" "border" "MainMenuHighlightBorder" "force_close" "1" - "end_x" "c-50" + "end_x" "c-250" "end_y" "130" "end_wide" "300" "end_tall" "115" - "callout_inparents_x" "c240" + "callout_inparents_x" "c-250" "callout_inparents_y" "290" "next_explanation" "ContextExplanation" @@ -990,9 +978,9 @@ "end_x" "c-150" "end_y" "80" "end_wide" "300" - "end_tall" "205" - "callout_inparents_x" "c-30" - "callout_inparents_y" "323" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "c0" "next_explanation" "ArmoryExplanation" "TitleLabel" diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res index a51c1c3..7ecb7d1 100644 --- a/resource/ui/econ/comboboxbackpackoverlaydialog.res +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -120,8 +120,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -147,7 +145,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplydecodedialog.res b/resource/ui/econ/confirmapplydecodedialog.res index 34ae644..9bb5617 100644 --- a/resource/ui/econ/confirmapplydecodedialog.res +++ b/resource/ui/econ/confirmapplydecodedialog.res @@ -222,6 +222,25 @@ "fgcolor_override" "Yellow" } + "OptionalAppendLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionalAppendLabel" + "font" "FontRegular12" + "labelText" "%optional_append%" + "textAlignment" "center" + "xpos" "20" + "ypos" "120" + "zpos" "0" + "wide" "360" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "LightRed" + } + "CancelButton" { "ControlName" "CExButton" @@ -245,8 +264,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -272,7 +289,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplygiftwrapdialog.res b/resource/ui/econ/confirmapplygiftwrapdialog.res index b242f44..e8429ae 100644 --- a/resource/ui/econ/confirmapplygiftwrapdialog.res +++ b/resource/ui/econ/confirmapplygiftwrapdialog.res @@ -40,7 +40,7 @@ "font" "ItemFontAttribLarge" "xpos" "0" "ypos" "30" - "zpos" "101" + "zpos" "2" "wide" "140" "tall" "60" "autoResize" "0" @@ -92,22 +92,7 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } + "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -157,22 +142,7 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } + "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -264,8 +234,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -291,7 +259,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplypaintcandialog.res b/resource/ui/econ/confirmapplypaintcandialog.res index c53a40b..bbb4bb3 100644 --- a/resource/ui/econ/confirmapplypaintcandialog.res +++ b/resource/ui/econ/confirmapplypaintcandialog.res @@ -92,22 +92,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -157,22 +141,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -293,8 +261,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -320,7 +286,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplystrangepartapplicationdialog.res b/resource/ui/econ/confirmapplystrangepartapplicationdialog.res index 263561f..c6bef54 100644 --- a/resource/ui/econ/confirmapplystrangepartapplicationdialog.res +++ b/resource/ui/econ/confirmapplystrangepartapplicationdialog.res @@ -92,22 +92,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -157,22 +141,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -244,8 +212,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -271,7 +237,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplystrangifierdialog.res b/resource/ui/econ/confirmapplystrangifierdialog.res index bc2f37f..960a19e 100644 --- a/resource/ui/econ/confirmapplystrangifierdialog.res +++ b/resource/ui/econ/confirmapplystrangifierdialog.res @@ -213,8 +213,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -240,7 +238,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res b/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res index 5b7f1b5..e4cda0f 100644 --- a/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res +++ b/resource/ui/econ/confirmapplyteamcolorpaintcandialog.res @@ -92,22 +92,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -157,22 +141,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -324,8 +292,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -351,7 +317,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res index 714c82b..b6c1e00 100644 --- a/resource/ui/econ/confirmdialog.res +++ b/resource/ui/econ/confirmdialog.res @@ -80,8 +80,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ConfirmButton" @@ -108,7 +106,5 @@ "Command" "confirm" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmdialogabandonnopenalty.res b/resource/ui/econ/confirmdialogabandonnopenalty.res index 290b4ea..c82799a 100644 --- a/resource/ui/econ/confirmdialogabandonnopenalty.res +++ b/resource/ui/econ/confirmdialogabandonnopenalty.res @@ -17,7 +17,7 @@ "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "TitleLabel" @@ -96,8 +96,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ConfirmButton" @@ -124,7 +122,5 @@ "Command" "confirm" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmdialogabandonpenalty.res b/resource/ui/econ/confirmdialogabandonpenalty.res index 1e1f987..b7129f0 100644 --- a/resource/ui/econ/confirmdialogabandonpenalty.res +++ b/resource/ui/econ/confirmdialogabandonpenalty.res @@ -17,7 +17,7 @@ "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "TitleLabel" @@ -96,8 +96,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ConfirmButton" @@ -124,7 +122,5 @@ "Command" "confirm" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/confirmdialogabandonsafe.res b/resource/ui/econ/confirmdialogabandonsafe.res index e899450..1633d9f 100644 --- a/resource/ui/econ/confirmdialogabandonsafe.res +++ b/resource/ui/econ/confirmdialogabandonsafe.res @@ -17,7 +17,7 @@ "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkerGrey" } "TitleLabel" @@ -82,8 +82,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ConfirmButton" @@ -110,7 +108,5 @@ "Command" "confirm" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 18cd85a..54aae0a 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -120,7 +120,7 @@ "ControlName" "CNavigationPanel" "fieldName" "TeamNavPanel" "xpos" "cs-0.5" - "ypos" "p.7-16" + "ypos" "55" "zpos" "100" "wide" "60" "tall" "25" @@ -218,7 +218,8 @@ "wide" "300" "tall" "100" "zpos" "100" - "border" "CyanBorder" + //"paintborder" "0" + "border" "NoBorder" "mouseinputenabled" "1" "proportionaltoparent" "1" "visible" "0" diff --git a/resource/ui/econ/inspectionpanel_cosmetic.res b/resource/ui/econ/inspectionpanel_cosmetic.res index ae227d7..f022b57 100644 --- a/resource/ui/econ/inspectionpanel_cosmetic.res +++ b/resource/ui/econ/inspectionpanel_cosmetic.res @@ -467,8 +467,6 @@ "command" "viewwikipage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } } diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index f27d504..74f1a38 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -29,7 +29,7 @@ { "PaintBackgroundType" "0" "paintborder" "1" - "bgcolor_override" "Grey" + "bgcolor_override" "DarkGrey" "model_xpos" "0" "model_center_y" "1" @@ -84,11 +84,11 @@ "ControlName" "CExLabel" "fieldName" "ItemsFoundLabel" "font" "HudFontMediumBigBold" + "fgcolor" "TanLight" "labelText" "#NewItemsAcquired" "textAlignment" "center" - "fgcolor" "TanLight" "xpos" "0" - "ypos" "30" + "ypos" "40" "zpos" "1" "wide" "f0" "tall" "35" @@ -175,15 +175,6 @@ "Command" "nextitem" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255k" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "PrevButton" @@ -208,15 +199,6 @@ "Command" "previtem" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255k" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CloseButton" @@ -242,15 +224,6 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OpenLoadoutButton" @@ -275,15 +248,6 @@ "Command" "changeloadout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "DiscardButton" @@ -309,11 +273,11 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "TextColor" - "armedBgColor_override" "145 73 59 255" - "depressedBgColor_override" "TextColor" + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "Transparent" + "depressedBgColor_override" "Transparent" "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "image_armedcolor" "ColorCyan" "SubImage" { @@ -344,7 +308,9 @@ "tall" "50" "visible" "0" "PaintBackgroundType" "2" + "paintbackground" "1" "border" "NoBorder" + "bgcolor_override" "DarkerGrey" "TipLabel" { diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res index 698eff6..b6d417b 100644 --- a/resource/ui/econ/notificationtoastcontainer.res +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -12,7 +12,7 @@ "visible" "1" "enabled" "1" "bgcolor_override" "DarkGrey" - "border" "CyanBorder" + "border" "CyanBorderThick" } "HelpTextLabel" diff --git a/resource/ui/econ/questnotificationpanel_base.res b/resource/ui/econ/questnotificationpanel_base.res new file mode 100644 index 0000000..8a82662 --- /dev/null +++ b/resource/ui/econ/questnotificationpanel_base.res @@ -0,0 +1,66 @@ +"Resource/UI/QuestNotificationPanel_base.res" +{ + "QuestNotificationPanel" + { + "ControlName" "EditablePanel" + "fieldName" "QuestNotificationPanel" + "xpos" "0" + "ypos" "100" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "output_step" "50" + + "MainContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContainer" + "xpos" "r0" + "ypos" "0" + "wide" "110" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "border" "NoBorder" //QuestStatusBorder + "paintborder" "2" + + "ItemName" + { + "ControlName" "Label" + "fieldName" "ItemName" + "labeltext" "#QuestNotification_Incoming" + "xpos" "0" + "ypos" "cs-0.5" + "wide" "f0" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "255 255 255 255" //235 226 202 255 + "font" "AchievementTracker_Name" + //"wrap" "1" + "TextAlignment" "east" + "proportionaltoparent" "1" + } + + "CharacterImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "CharacterImage" + "xpos" "3" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "o1" + "tall" "p0.8" + "visible" "1" + "enabled" "1" + "image" "animated/tf2_speaker_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } +} diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res index 05e3a28..ed63d11 100644 --- a/resource/ui/econ/store/v2/storehome_base.res +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -52,7 +52,7 @@ "wide" "111" "tall" "62" "visible" "0" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "0 0 0 255" "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "0" @@ -106,7 +106,7 @@ "wide" "32" "tall" "25" "visible" "0" - "bgcolor_override" "ColorBlack" + "bgcolor_override" "0 0 0 255" "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "0" @@ -269,8 +269,8 @@ { "ControlName" "CExButton" "fieldName" "ReloadSchemeButton" - "xpos" "c-100" - "ypos" "330" + "xpos" "c-400" + "ypos" "350" "zpos" "25" "wide" "100" "tall" "15" @@ -313,7 +313,7 @@ { "wide" "100" "tall" "30" - "textinsety" "-5" + "textinsety" "0" "autoResize" "0" "pinCorner" "2" "visible" "1" @@ -327,7 +327,7 @@ "defaultBgColor_override" "25 25 25 255" "defaultFgColor_override" "124 114 99 255" "armedBgColor_override" "0 0 0 100" - "armedFgColor_override" "124 114 99 255" + "armedFgColor_override" "235 227 203 255" "selectedBgColor_override" "0 0 0 100" "selectedFgColor_override" "235 227 203 255" @@ -420,8 +420,8 @@ "font" "Cerbetica14" "labelText" "%freebackpackspace%" "textAlignment" "west" - "xpos" "c-237" - "ypos" "312" + "xpos" "c-230" + "ypos" "310" "zpos" "10" "wide" "160" "tall" "20" @@ -438,7 +438,7 @@ "font" "HudFontSmallBold" "labelText" "%storecart%" "textAlignment" "east" - "xpos" "c-238" + "xpos" "c-230" "ypos" "334" "zpos" "12" "wide" "56" @@ -450,21 +450,13 @@ "Command" "viewcart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDark" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CartImage" { "ControlName" "ImagePanel" "fieldName" "CartImage" - "xpos" "c-233" + "xpos" "c-225" "ypos" "336" "zpos" "13" "wide" "24" @@ -498,14 +490,6 @@ "Command" "startshopping" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "MarketPlaceButton" @@ -628,7 +612,7 @@ "ypos" "55" "zpos" "-5" "wide" "f0" - "tall" "255" + "tall" "f0" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res index dae9486..9a3d8f9 100644 --- a/resource/ui/econ/store/v2/storepage.res +++ b/resource/ui/econ/store/v2/storepage.res @@ -325,7 +325,6 @@ "paintborder" "1" "textinsetx" "100" "border" "LoadoutItemPopupBorder" - "fgcolor" "243 234 216 255" } "PrevPageButton" @@ -350,7 +349,7 @@ "Command" "prevpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "TanDarker" + "defaultBgColor_override" "DarkerGrey" } "CurPageLabel" @@ -394,7 +393,7 @@ "Command" "nextpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "TanDarker" + "defaultBgColor_override" "DarkerGrey" } "PriceLabel" @@ -734,8 +733,6 @@ "font" "HudFontSmallBold" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CartImage" @@ -780,7 +777,7 @@ "autoResize" "0" "pinCorner" "0" "visible" "0" - "enabled" "1" + "enabled" "0" "tabPosition" "0" "labelText" "RELOADSCHEME" "font" "HudFontSmallestBold" diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index d0aa382..88c5623 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -171,14 +171,6 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "armory_panel" @@ -250,7 +242,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Checkout (&E) >>" + "labelText" "#Store_Checkout" "font" "HudFontSmallBold" "textAlignment" "center" "dulltext" "0" @@ -259,13 +251,5 @@ "Command" "checkout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res index fed93d6..3965863 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -93,7 +93,7 @@ "visible" "1" "enabled" "1" "paintbackground" "1" - "border" "CyanBorder" + "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" "PaintBorder" "1" @@ -110,7 +110,7 @@ "visible" "1" "enabled" "1" "paintborder" "1" - "border" "CyanBorder" + "border" "NoBorder" "bgcolor_override" "Grey" } @@ -348,8 +348,6 @@ "command" "viewwikipage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "TradableLabel" @@ -500,7 +498,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "render_texture" "0" + "render_texture" "0" "fov" "40" "allow_rot" "1" "paintbackground" "1" @@ -926,8 +924,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<" - "font" "CerbeticaBold18" + "labelText" "&A" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -954,8 +952,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" ">" - "font" "CerbeticaBold18" + "labelText" "&D" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1005,8 +1003,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<" - "font" "CerbeticaBold18" + "labelText" "&A" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1034,8 +1032,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" ">" - "font" "CerbeticaBold18" + "labelText" "&D" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1388,7 +1386,7 @@ "armedFgColor_override" "Blank" "depressedFgColor_override" "Blank" "image_drawcolor" "White" - "image_armedcolor" "ColorRed" + "image_armedcolor" "255 0 0 255" "SubImage" { @@ -1420,7 +1418,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Back" + "labelText" "#TF_BackCarat" "font" "CerbeticaBold14" "textAlignment" "center" "dulltext" "0" @@ -1429,9 +1427,6 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "fgcolor" "White" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "TryItOutButton" @@ -1447,7 +1442,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Try It Out" + "labelText" "#Store_TryItOut" "font" "CerbeticaBold14" "textAlignment" "center" "dulltext" "0" @@ -1456,9 +1451,6 @@ "Command" "tryitout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "fgcolor" "White" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "AddToCartButton" @@ -1483,9 +1475,6 @@ "Command" "addtocart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "fgcolor" "White" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "mouseoveritempanel" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res index 31add8b..4aa2e3d 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res @@ -45,7 +45,7 @@ "visible" "1" "enabled" "1" "paintbackground" "1" - "border" "CyanBorder" + "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" "PaintBorder" "1" @@ -138,11 +138,11 @@ { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" - "font" "CerbeticaBold16" + "font" "CerbeticaBold18" "labelText" "%selectiontitle%" "textAlignment" "center" "xpos" "c-130" - "ypos" "c-124" + "ypos" "c-130" "wide" "260" "tall" "33" "autoResize" "1" @@ -264,8 +264,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<" - "font" "CerbeticaBold18" + "labelText" "&A" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -288,8 +288,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" ">" - "font" "CerbeticaBold18" + "labelText" "&D" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -335,8 +335,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<" - "font" "CerbeticaBold18" + "labelText" "&A" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -359,8 +359,8 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" ">" - "font" "CerbeticaBold18" + "labelText" "&D" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -458,7 +458,7 @@ "autoResize" "1" "pinCorner" "0" "visible" "0" - "enabled" "0" + "enabled" "1" "wrap" "1" "centerwrap" "1" } @@ -477,7 +477,7 @@ "autoResize" "1" "pinCorner" "0" "visible" "0" - "enabled" "0" + "enabled" "1" "wrap" "1" "centerwrap" "1" } @@ -508,7 +508,7 @@ "paintbackground" "0" "image_drawcolor" "White" - "image_armedcolor" "ColorRed" + "image_armedcolor" "255 0 0 255" "SubImage" { @@ -549,8 +549,6 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "AddToCartButton" @@ -575,7 +573,5 @@ "Command" "addtocart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index b71b307..b331c4e 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -506,14 +506,6 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CheckoutButton" @@ -539,13 +531,5 @@ "Command" "checkout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/econ/strangecounttransferdialog.res b/resource/ui/econ/strangecounttransferdialog.res index c362dd8..48a8caf 100644 --- a/resource/ui/econ/strangecounttransferdialog.res +++ b/resource/ui/econ/strangecounttransferdialog.res @@ -191,8 +191,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "actionsignallevel" "2" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -219,8 +217,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "actionsignallevel" "2" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } }
\ No newline at end of file diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index 4771c64..7aad2ca 100644 --- a/resource/ui/econ/tradingstartdialog.res +++ b/resource/ui/econ/tradingstartdialog.res @@ -9,7 +9,7 @@ "ypos" "80" "wide" "400" "tall" "300" - "bgcolor_override" "35 35 35 255" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "2" "settitlebarvisible" "" "border" "CyanBorderThick" @@ -42,15 +42,6 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "avatar" @@ -168,15 +159,6 @@ "Command" "friends" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "subbutton1" { @@ -201,15 +183,6 @@ "Command" "server" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "subbutton2" { @@ -234,15 +207,6 @@ "Command" "profile" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } @@ -295,15 +259,6 @@ "wrap" "1" "centerwrap" "1" "fgcolor_override" "HudOffWhite" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } @@ -503,15 +458,6 @@ "Command" "url_ok" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } @@ -538,14 +484,5 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/freezepanel_basic.res b/resource/ui/freezepanel_basic.res index 284be1c..f121cac 100644 --- a/resource/ui/freezepanel_basic.res +++ b/resource/ui/freezepanel_basic.res @@ -107,7 +107,7 @@ "ypos" "15" "zpos" "-1" "wide" "240" - "tall" "14" + "tall" "31" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -187,7 +187,7 @@ "visible" "1" "enabled" "1" "labelText" "%killername%" - "textAlignment" "Left" + "textAlignment" "center" } "AvatarImage" diff --git a/resource/ui/freezepanelkillerhealth.res b/resource/ui/freezepanelkillerhealth.res index 409a9bf..1f0e0c0 100644 --- a/resource/ui/freezepanelkillerhealth.res +++ b/resource/ui/freezepanelkillerhealth.res @@ -34,15 +34,10 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "5" - "ypos" "5" - "zpos" "3" - "wide" "22" - "tall" "22" + "wide" "0" + "tall" "0" "visible" "0" - "enabled" "1" - "image" "../hud/health_over_bg" - "scaleImage" "1" + "enabled" "0" } "PlayerStatusHealthValueFreezePanel" diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index ccaa69a..6b7af0a 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -13,31 +13,18 @@ "delta_item_end_y_minmode" "105" "delta_item_font_minmode" "Cerbetica16" } - "CHudAccountPanelOutline" - { - "delta_item_x" "0" - "delta_item_start_y" "120" - "delta_item_end_y" "150" - "PositiveColor" "ColorGreen" - "NegativeColor" "ColorRed" - "delta_lifetime" "1.5" - "delta_item_font" "Cerbetica20" - "delta_item_start_y_minmode" "75" - "delta_item_end_y_minmode" "105" - "delta_item_font_minmode" "Cerbetica16" - } "AccountBG" { "ControlName" "CTFImagePanel" "fieldName" "AccountBG" - "xpos" "9999" - "ypos" "9999" + "xpos" "5" + "ypos" "103" "zpos" "0" "wide" "84" "tall" "42" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../hud/misc_ammo_area_blue" "scaleImage" "1" "teambg_2" "../hud/misc_ammo_area_red" @@ -58,15 +45,15 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_metal" - "iconColor" "ProgressOffWhite" + "iconColor" "TanLight" } "MetalIconShadow" { "ControlName" "CIconPanel" "fieldName" "MetalIconShadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "1" "wide" "10" "tall" "10" @@ -108,8 +95,8 @@ { "ControlName" "CExLabel" "fieldName" "AccountValueShadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "55" "tall" "26" diff --git a/resource/ui/hudammoweapons.res b/resource/ui/hudammoweapons.res index c25167a..c3bee01 100644 --- a/resource/ui/hudammoweapons.res +++ b/resource/ui/hudammoweapons.res @@ -21,13 +21,11 @@ "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "Ammo In Clip" - "xpos" "-18" - "ypos" "-11" - "xpos_minmode" "-12" - "ypos_minmode" "-1" + "xpos" "0" + "ypos" "0" "zpos" "5" - "wide" "80" - "tall" "80" + "wide" "65" + "tall" "50" "visible" "0" "enabled" "1" "textAlignment" "east" @@ -43,8 +41,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "5" - "wide" "80" - "tall" "80" + "wide" "65" + "tall" "50" "visible" "0" "enabled" "1" "textAlignment" "east" @@ -62,13 +60,11 @@ "font" "CerbeticaBold32" "font_minmode" "CerbeticaBold20" "fgcolor" "Ammo In Reserve" - "xpos" "67" - "ypos" "-10" - "xpos_minmode" "73" - "ypos_minmode" "-1" + "xpos" "70" + "ypos" "0" "zpos" "7" - "wide" "60" - "tall" "80" + "wide" "100" + "tall" "50" "visible" "0" "enabled" "1" "textAlignment" "west" @@ -84,8 +80,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "7" - "wide" "60" - "tall" "80" + "wide" "100" + "tall" "50" "visible" "0" "enabled" "1" "textAlignment" "west" @@ -103,13 +99,11 @@ "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "Ammo In Clip" - "xpos" "26" - "ypos" "-11" - "xpos_minmode" "26" - "ypos_minmode" "-1" + "xpos" "0" + "ypos" "0" "zpos" "5" "wide" "100" - "tall" "80" + "tall" "50" "visible" "0" "enabled" "1" "textAlignment" "center" @@ -124,9 +118,9 @@ "fgcolor" "TransparentBlack" "xpos" "-2" "ypos" "-2" - "zpos" "5" + "zpos" "4" "wide" "100" - "tall" "80" + "tall" "50" "visible" "0" "enabled" "1" "textAlignment" "center" diff --git a/resource/ui/hudarenaclasslayout.res b/resource/ui/hudarenaclasslayout.res index 210a191..63c95b3 100644 --- a/resource/ui/hudarenaclasslayout.res +++ b/resource/ui/hudarenaclasslayout.res @@ -62,8 +62,8 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "font" "CerbeticaBold20" "labelText" "#TF_Arena_Team_Layout" "textAlignment" "center" @@ -80,8 +80,8 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "font" "CerbeticaBold20" "labelText" "#TF_Arena_Team_Layout" "textAlignment" "center" diff --git a/resource/ui/hudarenanotification.res b/resource/ui/hudarenanotification.res index de3fdb2..c9786f8 100644 --- a/resource/ui/hudarenanotification.res +++ b/resource/ui/hudarenanotification.res @@ -5,7 +5,7 @@ "ControlName" "ImagePanel" "fieldName" "HudArenaNotificationBG" "xpos" "20" - "ypos" "20" + "ypos" "0" "zpos" "-1" "wide" "280" "tall" "100" @@ -23,7 +23,7 @@ "fieldName" "WarningLabel" "font" "CerbeticaBold72" "xpos" "40" - "ypos" "35" + "ypos" "15" "zpos" "1" "wide" "72" "tall" "72" @@ -42,7 +42,7 @@ "fieldName" "BalanceLabel" "font" "CerbeticaBold20" "xpos" "70" - "ypos" "20" + "ypos" "0" "zpos" "1" "wide" "230" "tall" "64" @@ -61,7 +61,7 @@ "fieldName" "BalanceLabelTip" "font" "CerbeticaBold16" "xpos" "70" - "ypos" "54" + "ypos" "34" "zpos" "1" "wide" "230" "tall" "64" diff --git a/resource/ui/hudarenaplayercount.res b/resource/ui/hudarenaplayercount.res index aab90b6..9606124 100644 --- a/resource/ui/hudarenaplayercount.res +++ b/resource/ui/hudarenaplayercount.res @@ -7,8 +7,8 @@ "xpos" "c-46" "ypos" "0" "zpos" "0" - "wide" "60" - "tall" "33" + "wide" "46" + "tall" "23" "visible" "1" "background" @@ -47,8 +47,8 @@ { "ControlName" "CExLabel" "fieldName" "countshadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "1" "wide" "30" "tall" "23" @@ -89,8 +89,8 @@ "xpos" "c0" "ypos" "0" "zpos" "0" - "wide" "60" - "tall" "33" + "wide" "46" + "tall" "23" "visible" "1" "background" @@ -129,8 +129,8 @@ { "ControlName" "CExLabel" "fieldName" "countshadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "1" "wide" "30" "tall" "23" diff --git a/resource/ui/hudarenateammenu.res b/resource/ui/hudarenateammenu.res index 1ccd912..a6ce801 100644 --- a/resource/ui/hudarenateammenu.res +++ b/resource/ui/hudarenateammenu.res @@ -15,33 +15,6 @@ "tabPosition" "0" } - "JoinBG" - { - "ControlName" "ImagePanel" - "fieldName" "JoinBG" - "xpos" "0" - "ypos" "c-35" - "zpos" "0" - "wide" "255" - "tall" "30" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 200" - } - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "f0" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fillcolor" "0 0 0 200" - } "SidePanelBG" { "ControlName" "ImagePanel" @@ -56,19 +29,6 @@ "scaleImage" "1" "fillcolor" "0 0 0 60" } - "SpecBG" - { - "ControlName" "ImagePanel" - "fieldName" "SpecBG" - "xpos" "0" - "ypos" "c5" - "zpos" "0" - "wide" "255" - "tall" "30" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 200" - } "SysMenu" { @@ -104,8 +64,9 @@ { "ControlName" "Label" "fieldName" "mapname" - "xpos" "10" + "xpos" "0" "ypos" "35" + "zpos" "1" "wide" "255" "tall" "30" "textAlignment" "center" @@ -129,7 +90,7 @@ "visible" "1" "enabled" "1" "tabPosition" "1" - "labelText" "&3 Fight!" + "labelText" "#TF_Arena_Menu_Fight" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -148,6 +109,20 @@ "selectedBgColor_override" "TanDarker" } + "JoinBG" + { + "ControlName" "ImagePanel" + "fieldName" "JoinBG" + "xpos" "0" + "ypos" "c-35" + "zpos" "0" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 200" + } + "teambutton3" { "ControlName" "CTFTeamButton" @@ -162,7 +137,7 @@ "visible" "1" "enabled" "1" "tabPosition" "2" - "labelText" "&2 Spectate" + "labelText" "#TF_Spectate" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -181,9 +156,23 @@ "selectedBgColor_override" "TanDarker" } + "SpecBG" + { + "ControlName" "ImagePanel" + "fieldName" "SpecBG" + "xpos" "0" + "ypos" "c5" + "zpos" "0" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 200" + } + "MenuBG" { - "ControlName" "CModelPanel" + "ControlName" "ImagePanel" "fieldName" "MenuBG" "xpos" "0" "ypos" "0" @@ -194,21 +183,7 @@ "pinCorner" "0" "visible" "0" "enabled" "0" - "fov" "20" - - "model" - { - "modelname" "models/vgui/ui_arena01.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_x_hidef" "305" - "origin_x_lodef" "320" - "origin_y" "0" - "origin_z" "-34" - } + "fillcolor" "255 255 255 200" } "TeamMenuAuto" @@ -250,26 +225,6 @@ { "ControlName" "CExButton" "fieldName" "CancelButton" - "xpos" "0" - "ypos" "r40" - "zpos" "6" - "wide" "255" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Cancel" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "paintbackground""0" - "command" "cancelmenu" - "font" "CerbeticaBold16" - "defaultFgColor_override" "255 255 255 128" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "255 255 255 128" - "selectedFgColor_override" "TanLight" + "wide" "0" } }
\ No newline at end of file diff --git a/resource/ui/hudcurrencyaccount.res b/resource/ui/hudcurrencyaccount.res index d1533d2..444f916 100644 --- a/resource/ui/hudcurrencyaccount.res +++ b/resource/ui/hudcurrencyaccount.res @@ -19,18 +19,17 @@ "CurrencyBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "CurrencyBG" "xpos" "0" "ypos" "0" "zpos" "0" "wide" "100" "tall" "20" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "bgcolor_override" "0 0 0 200" + "PaintBackgroundType" "2" } "CurrencyLabel" @@ -47,6 +46,6 @@ "visible" "1" "enabled" "1" "textAlignment" "west" - "labelText" "Currency" + "labelText" "#TF_PVE_Currency" } }
\ No newline at end of file diff --git a/resource/ui/huddamageaccount.res b/resource/ui/huddamageaccount.res index 102c752..6ad034a 100644 --- a/resource/ui/huddamageaccount.res +++ b/resource/ui/huddamageaccount.res @@ -5,7 +5,6 @@ "fieldName" "CDamageAccountPanel" "text_x" "0" "text_y" "0" - "delta_item_x" "0" "delta_item_end_y" "0" "PositiveColor" "Heal Numbers" "NegativeColor" "Damage Numbers" @@ -31,15 +30,15 @@ "textAlignment" "center" "font" "CerbeticaBold32" "font_minmode" "CerbeticaBold20" - "fgcolor" "Last DamageHeal Info" + "fgcolor" "Last Damage" } "DamageAccountValueShadow" { "ControlName" "CExLabel" "fieldName" "DamageAccountValueShadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "1" "wide" "100" "tall" "26" @@ -47,9 +46,9 @@ "enabled" "1" "labelText" "%metal%" "textAlignment" "center" - "fgcolor" "TransparentBlack" "font" "CerbeticaBold32" "font_minmode" "CerbeticaBold20" + "fgcolor" "TransparentBlack" "pin_to_sibling" "DamageAccountValue" "pin_corner_to_sibling" "PIN_TOPLEFT" diff --git a/resource/ui/huddemomancharge.res b/resource/ui/huddemomancharge.res index 2c45b91..2c98628 100644 --- a/resource/ui/huddemomancharge.res +++ b/resource/ui/huddemomancharge.res @@ -5,9 +5,9 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" "xpos" "0" - "ypos" "c-172" - "xpos_minmode" "15" - "ypos_minmode" "28" + "ypos" "c92" + "xpos_minmode" "10" + "ypos_minmode" "c55" "zpos" "2" "wide" "120" "tall" "8" @@ -21,12 +21,13 @@ "brighttext" "0" "fgcolor_override" "White" } + "ItemEffectMeterLabel" { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterLabel" "xpos" "125" - "ypos" "c-172" + "ypos" "c92" "zpos" "3" "wide" "80" "tall" "8" @@ -41,6 +42,8 @@ "textAlignment" "west" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica10" + "font" "Cerbetica11" + "font_minmode" "Cerbetica8" + "fgcolor_override" "White" } }
\ No newline at end of file diff --git a/resource/ui/huddemomanpipes.res b/resource/ui/huddemomanpipes.res index f549e19..6226798 100644 --- a/resource/ui/huddemomanpipes.res +++ b/resource/ui/huddemomanpipes.res @@ -82,8 +82,8 @@ { "ControlName" "CExLabel" "fieldName" "NumPipesLabelDropshadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "35" "tall" "24" @@ -146,8 +146,8 @@ { "ControlName" "CExLabel" "fieldName" "NumPipesLabelDropshadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "1" "wide" "35" "tall" "24" diff --git a/resource/ui/hudhealthaccount.res b/resource/ui/hudhealthaccount.res index 3f3dddd..01f94a7 100644 --- a/resource/ui/hudhealthaccount.res +++ b/resource/ui/hudhealthaccount.res @@ -5,14 +5,14 @@ "fieldName" "CHealthAccountPanel" "delta_item_x" "128" "delta_item_start_y" "65" - "delta_item_end_y" "90" + "delta_item_end_y" "95" "delta_item_x_minmode" "0" "delta_item_start_y_minmode" "60" "delta_item_end_y_minmode" "75" "PositiveColor" "ColorGreen" "NegativeColor" "ColorRed" "delta_lifetime" "1.5" - "delta_lifetime_minmode" "1.0" "delta_item_font" "CerbeticaBold28" + "delta_item_font_minmode" "CerbeticaBold20" } }
\ No newline at end of file diff --git a/resource/ui/hudinspectpanel.res b/resource/ui/hudinspectpanel.res deleted file mode 100644 index 04097ba..0000000 --- a/resource/ui/hudinspectpanel.res +++ /dev/null @@ -1,75 +0,0 @@ -"Resource/UI/HudInspectPanel.res" -{ - "itempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "itempanel" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "190" - "tall" "100" - "visible" "0" - "bgcolor_override" "255 255 255 0" - "PaintBackgroundType" "0" - - "model_ypos" "10" - "model_center_x" "1" - "model_wide" "90" - "model_tall" "60" - - "text_xpos" "10" - "text_ypos" "10" - "text_wide" "170" - "text_center" "1" - - "max_text_height" "100" - "padding_height" "10" - "resize_to_text" "1" - "text_forcesize" "2" - - "ItemBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "240" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "itemmodelpanel" - { - "fieldName" "itemmodelpanel" - "use_item_rendertarget" "0" - "useparentbg" "1" - "inventory_image_type" "1" - } - - "ItemLabel" - { - "ControlName" "Label" - "fieldName" "ItemLabel" - "font" "Cerbetica12" - "xpos" "10" - "ypos" "3" - "zpos" "1" - "wide" "270" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#FreezePanel_Item" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - } -}
\ No newline at end of file diff --git a/resource/ui/huditemattributetracker.res b/resource/ui/huditemattributetracker.res new file mode 100644 index 0000000..e19e852 --- /dev/null +++ b/resource/ui/huditemattributetracker.res @@ -0,0 +1,82 @@ +"Resource/UI/HudAchievementTrackerItem.res" +{ + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "PaintBackgroundType" "0" + + "stats_buffer_width" "30" + } + + "QuestsStatusContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QuestsStatusContainer" + "xpos" "rs1-10" + "ypos" "120" + "wide" "110" + "tall" "20" + "proportionaltoparent" "1" + + "border" "NoBorder" //QuestStatusBorder + "paintborder" "2" + + "Header" + { + "ControlName" "Label" + "fieldName" "Header" + "labeltext" "%header%" + "xpos" "rs1" + "ypos" "2" + "wide" "500" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "255 255 255 255" //235 226 202 255 + "font" "AchievementTracker_Name" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "CallToAction" + { + "ControlName" "CExLabel" + "fieldName" "CallToAction" + "labeltext" "%call_to_action%" + "xpos" "rs1" + "ypos" "11" + "wide" "190" + "tall" "f0" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "255 255 255 255" //235 226 202 255 + "font" "QuestObjectiveTracker_Desc" + //"wrap" "1" + "TextAlignment" "north-east" + "proportionaltoparent" "1" + } + + "Image" + { + "ControlName" "CTFImagePanel" + "fieldName" "Image" + "xpos" "4" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "o1" + "tall" "p0.8" + "visible" "0" //1 + "enabled" "0" //1 + "image" "tf2_folder_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } +} diff --git a/resource/ui/huditemeffectmeter.res b/resource/ui/huditemeffectmeter.res index ffc2cdd..ff839e0 100644 --- a/resource/ui/huditemeffectmeter.res +++ b/resource/ui/huditemeffectmeter.res @@ -7,9 +7,9 @@ "enabled" "1" "xpos" "c-75" "ypos" "c103" - "ypos_minmode" "c60" - "wide" "200" - "tall" "500" + "ypos_minmode" "c50" + "wide" "180" + "tall" "8" "MeterFG" "White" "MeterBG" "Gray" } @@ -20,17 +20,21 @@ "fieldName" "ItemEffectMeterLabel" "xpos" "125" "ypos" "0" - "xpos_minmode" "9999" - "ypos_minmode" "9999" "zpos" "3" "wide" "80" "tall" "8" + "autoResize" "1" + "pinCorner" "2" "visible" "1" "enabled" "1" + "visible_minmode" "0" + "tabPosition" "0" "labelText" "#TF_Ball" - "fgcolor_override" "ColorCyan" "textAlignment" "west" - "font" "Cerbetica10" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica11" + "font_minmode" "Cerbetica8" } "ItemEffectMeter" @@ -39,12 +43,11 @@ "fieldName" "ItemEffectMeter" "font" "Default" "xpos" "0" - "xpos_minmode" "17" + "xpos_minmode" "10" "ypos" "0" "zpos" "2" "wide" "120" "tall" "8" - "wide_minmode" "114" "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/huditemeffectmeter_demoman.res b/resource/ui/huditemeffectmeter_demoman.res index 3a06cce..3f21996 100644 --- a/resource/ui/huditemeffectmeter_demoman.res +++ b/resource/ui/huditemeffectmeter_demoman.res @@ -5,10 +5,12 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c5" - "ypos" "355" - "wide" "500" - "tall" "500" + "xpos" "c155" + "ypos" "c120" + "xpos_minmode" "c95" + "ypos_minmode" "c75" + "wide" "40" + "tall" "40" "MeterFG" "White" "MeterBG" "Gray" } @@ -17,8 +19,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterLabel" - "xpos" "190" - "xpos_minmode" "192" + "xpos" "0" "ypos" "0" "zpos" "2" "wide" "40" @@ -32,7 +33,8 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica12" + "font" "Cerbetica11" + "font_minmode" "Cerbetica8" } "ItemEffectMeter" @@ -42,11 +44,8 @@ "font" "Default" "xpos" "25" "ypos" "23" - "ypos_minmode" "0" - "xpos_minmode" "50" "zpos" "2" "wide" "40" - "wide_minmode" "50" "tall" "6" "autoResize" "0" "pinCorner" "0" @@ -61,10 +60,9 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCount" - "xpos" "190" + "xpos" "0" "ypos" "10" - "xpos_minmode" "192" - "ypos_minmode" "5" + "ypos_minmode" "8" "zpos" "2" "wide" "40" "tall" "20" @@ -84,8 +82,8 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountShadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "40" "tall" "20" diff --git a/resource/ui/huditemeffectmeter_kartcharge.res b/resource/ui/huditemeffectmeter_kartcharge.res index 99912dc..5858439 100644 --- a/resource/ui/huditemeffectmeter_kartcharge.res +++ b/resource/ui/huditemeffectmeter_kartcharge.res @@ -87,8 +87,8 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountShadow" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "150" "tall" "30" diff --git a/resource/ui/huditemeffectmeter_killstreak.res b/resource/ui/huditemeffectmeter_killstreak.res index cb7755b..9f866d7 100644 --- a/resource/ui/huditemeffectmeter_killstreak.res +++ b/resource/ui/huditemeffectmeter_killstreak.res @@ -4,41 +4,12 @@ { HudItemEffectMeter { - "xpos" "c-225" - "ypos" "c133" - "xpos_minmode" "c-162" - "ypos_minmode" "298" - "wide" "100" - "tall" "50" + "xpos" "c115" + "xpos_minmode" "c65" } "ItemEffectMeterLabel" { - "xpos" "0" - "xpos_minmode" "0" - "ypos" "27" - "zpos" "2" - "wide" "100" - "visible" "0" - "enabled" "0" "labelText" "#TF_KillStreak" - "font" "Cerbetica9" - } - - "ItemEffectMeterCount" - { - "xpos" "0" - "ypos" "10" - "xpos_minmode" "0" - "ypos_minmode" "10" - "wide" "100" - "tall" "25" - } - - "ItemEffectMeterCountShadow" - { - "zpos" "1" - "wide" "100" - "tall" "25" } }
\ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_powerupbottle.res b/resource/ui/huditemeffectmeter_powerupbottle.res index 5c70112..8a1d9fc 100644 --- a/resource/ui/huditemeffectmeter_powerupbottle.res +++ b/resource/ui/huditemeffectmeter_powerupbottle.res @@ -5,8 +5,10 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c-190" - "ypos" "r21" + "xpos" "c-327" + "xpos_minmode" "c-250" + "ypos" "r72" + "ypos_minmode" "r146" "wide" "100" "tall" "60" "MeterFG" "White" @@ -15,18 +17,17 @@ "PowerupBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "PowerupBG" "xpos" "0" "ypos" "0" "zpos" "0" "wide" "100" "tall" "20" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "bgcolor_override" "0 0 0 200" + "PaintBackgroundType" "2" } "ItemEffectIcon" @@ -34,7 +35,7 @@ "ControlName" "CTFImagePanel" "fieldName" "ItemEffectIcon" "xpos" "60" - "ypos" "2" + "ypos" "1" "zpos" "1" "wide" "18" "tall" "18" @@ -80,7 +81,7 @@ "visible" "1" "enabled" "1" "textAlignment" "west" - "labelText" "Powerups" + "labelText" "#TF_Spell_Athletic" } "ItemEffectMeter" diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res index aeb7454..515d881 100644 --- a/resource/ui/hudkillstreaknotice.res +++ b/resource/ui/hudkillstreaknotice.res @@ -5,7 +5,7 @@ "ControlName" "EditablePanel" "fieldName" "Background" "xpos" "c-250" - "ypos" "70" + "ypos" "110" "zpos" "0" "wide" "500" "tall" "50" @@ -13,14 +13,14 @@ "visible" "1" "enabled" "1" "PaintBackgroundType" "0" - "bgcolor_override" "0 0 0 220" + "bgcolor_override" "HudBlack" } "SplashLabel" { "ControlName" "CExLabel" "fieldName" "SplashLabel" - "font_override" "Cerbetica11" + "font_override" "Cerbetica12" "labelText" "" "textAlignment" "center" "xpos" "c-250" diff --git a/resource/ui/hudmannvsmachinestatus.res b/resource/ui/hudmannvsmachinestatus.res index c546b74..f193dfd 100644 --- a/resource/ui/hudmannvsmachinestatus.res +++ b/resource/ui/hudmannvsmachinestatus.res @@ -47,10 +47,12 @@ { "ControlName" "CCurrencyStatusPanel" "fieldName" "CurrencyStatusPanel" - "xpos" "c-190" - "ypos" "r63" + "xpos" "c-327" + "xpos_minmode" "c-250" + "ypos" "r114" + "ypos_minmode" "r190" "wide" "100" - "tall" "100" + "tall" "20" "visible" "1" "enabled" "1" } @@ -59,8 +61,10 @@ { "ControlName" "CInWorldCurrencyStatus" "fieldName" "InWorldCurrencyPanel" - "xpos" "c-190" - "ypos" "r42" + "xpos" "c-327" + "xpos_minmode" "c-250" + "ypos" "r93" + "ypos_minmode" "r168" "wide" "100" "tall" "20" "visible" "1" @@ -219,22 +223,18 @@ "Background" { - "ControlName" "ScalableImagePanel" + "ControlName" "EditablePanel" "fieldName" "Background" "xpos" "c-150" - "ypos" "400" + "ypos" "390" "wide" "300" - "tall" "20" + "tall" "21" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "image" "../hud/color_panel_red" - - "src_corner_height" "22" - "src_corner_width" "22" - "draw_corner_width" "5" - "draw_corner_height" "5" + "border" "DarkRedTeamBorder" + "bgcolor_override" "Red" } "ServerChangeLabel" @@ -245,7 +245,7 @@ "textAlignment" "center" "labelText" "%servermessage%" "xpos" "c-150" - "ypos" "400" + "ypos" "390" "wide" "300" "tall" "20" "visible" "1" diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 3e85ebd..25e9a08 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -75,14 +75,8 @@ "wrap" "0" "labelText" "%countdown%" "textAlignment" "center" - "proportionaltoparent" "1" "fgcolor" "TanLight" - - if_readymode - { - "xpos" "300" - "ypos" "130" - } + "proportionaltoparent" "1" } "CountdownLabelShadow" @@ -90,8 +84,8 @@ "ControlName" "CExLabel" "fieldName" "CountdownLabelShadow" "font" "HudFontGiant" - "xpos" "-2" - "ypos" "-2" + "xpos" "cs-0.48" + "ypos" "cs-0.48" "wide" "40" "tall" "40" "zpos" "4" @@ -104,10 +98,6 @@ "textAlignment" "center" "fgcolor" "TransparentBlack" "proportionaltoparent" "1" - - "pin_to_sibling" "CountdownLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" } "FrontParticlePanel" @@ -212,15 +202,9 @@ "ypos" "-5" "zpos" "0" "wide" "365" - "tall" "0" - "visible" "0" + "tall" "28" "proportionaltoaparent" "1" - "border" "TFFatLineBorder" - - if_match - { - "visible" "1" - } + "border" "NoBorder" } "RankUpLabel" @@ -304,7 +288,6 @@ "ControlName" "CExLabel" "fieldName" "TimePanelValue" "font" "HudFontMediumSmall" - "font_minmode" "HudFontSmall" "fgcolor" "TanLight" "xpos" "25" "ypos" "0" @@ -340,7 +323,7 @@ "enabled" "1" "max_size" "19" - "6v6_gap" "1" + "6v6_gap" "2" "12v12_gap" "1" "team1_grow_dir" "west" @@ -511,7 +494,7 @@ { "ControlName" "CExLabel" "fieldName" "respawntime" - "font" "Cerbetica9" + "font" "Cerbetica8" "xpos" "cs-0.5" "ypos" "0" "zpos" "5" diff --git a/resource/ui/hudmatchsummary.res b/resource/ui/hudmatchsummary.res new file mode 100644 index 0000000..f80f59f --- /dev/null +++ b/resource/ui/hudmatchsummary.res @@ -0,0 +1,975 @@ +"Resource/UI/HudMatchSummary.res" +{ + "MatchSummary" + { + "ControlName" "CTFMatchSummary" + "fieldName" "MatchSummary" + "autoResize" "0" + "pinCorner" "0" + "tabPosition" "0" + "paintbackground" "0" + "zpos" "20" + "visible" "0" + + "AnimBluePlayerListParent" "p.47" + "AnimBlueTeamScore" "p.46" + "AnimBlueTeamScoreDropshadow" "p.46" + "AnimBlueTeamScoreBG" "p.483" + "AnimBluePlayerListBG" "p.47" + "AnimRedTeamScoreBGWide" "p.483" + "AnimRedTeamScoreBGXPos" "r5-p.483" + "AnimRedTeamScoreWide" "p.46" + "AnimRedTeamScoreXPos" "r5-p.46" + "AnimRedTeamScoreDropshadowWide" "p.46" + "AnimRedTeamScoreDropshadowXPos" "r4-p.46" + "AnimRedPlayerListParentWide" "p.47" + "AnimRedPlayerListParentXPos" "r7-p.47" + "AnimRedPlayerListBGWide" "p.47" + "AnimRedPlayerListBGXPos" "r9-p.47" + "AnimBlueMedalsYPos" "75" + "AnimRedMedalsYPos" "75" + "AnimStatsLabelPanel6v6YPos" "75" + "AnimBlueTeamLabel6v6YPos" "107" + "AnimRedTeamLabel6v6YPos" "107" + "AnimStatsLabelPanel12v12YPos" "20" + "AnimBlueTeamLabel12v12YPos" "47" + "AnimRedTeamLabel12v12YPos" "47" + "AnimStatsContainer12v12YPos" "-10" + + if_large { + "AnimBlueMedalsYPos" "50" + "AnimRedMedalsYPos" "50" + } + } + + "RankBorder" + { + "ControlName" "EditablePanel" + "fieldName" "RankBorder" + "xpos" "cs-0.5" + "ypos" "r0" + "zpos" "9000" + "wide" "510" + "tall" "43" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + "proportionaltoparent" "1" + + if_uses_xp { + "visible" "1" + } + } + + "RankPanel" + { + "ControlName" "CMiniPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "cs-0.5" + "ypos" "r0" + "zpos" "9001" + "wide" "f0" + "tall" "480" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "matchgroup" "MatchGroup_Ladder_6v6" + "show_name" "0" + "show_sources_when_hidden" "1" + "instantly_update" "0" + + if_uses_placement { + "show_model" "0" + } + } + + "RankModelPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankModelPanel" + "xpos" "cs-0.5" + "ypos" "r1" + "zpos" "9002" + "wide" "2000" + "tall" "2000" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "matchgroup" "MatchGroup_Casual_12v12" + "show_progress" "0" + "instantly_update" "0" + + if_uses_xp { + "visible" "0" + } + } + + "StatsBgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StatsBgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "PaintBackgroundType" "1" + "bgcolor_override" "0 0 0 250" + } + + "DrawingPanel" + { + "ControlName" "CDrawingPanel" + "fieldName" "DrawingPanel" + "xpos" "c-320" + "ypos" "35" + "wide" "640" + "tall" "480" + "zpos" "60" + "visible" "0" + "enabled" "1" + "keyboardinputenabled" "0" + "linecolor" "RedSolid" + "team_colors" "1" + } + + "MainStatsContainer" + { + "Controlname" "EditablePanel" + "fieldnName" "MainStatsContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + + "ParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "ParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "55" + "wide" "f0" + "tall" "f0" + "visible" "1" + } + + "StatsLabelPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StatsLabelPanel" + "xpos" "c-100" + "ypos" "-20" + "zpos" "70" + "wide" "200" + "tall" "15" + "visible" "0" + "enabled" "1" + "autoResize" "0" + + "StatsAndMedals" + { + "ControlName" "CExLabel" + "fieldName" "StatsAndMedals" + "font" "MatchSummaryStatsAndMedals" + "labelText" "#TF_StatsAndMedals" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "StatsAndMedalsShadow" + { + "ControlName" "CExLabel" + "fieldName" "StatsAndMedalsShadow" + "font" "MatchSummaryStatsAndMedals" + "labelText" "#TF_StatsAndMedals" + "fgcolor" "TransparentBlack" + "textAlignment" "center" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "StatsAndMedals" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + } + + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "BlueTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamPanel" + "xpos" "-320" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "BlueTeamScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamScoreBG" + "xpos" "5" + "ypos" "99" + "zpos" "2" + "wide" "p.213" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "DarkBlueTeamBorder" + "bgcolor_override" "70 130 180 153" + + if_large { + "ypos" "39" + } + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "MatchSummaryTeamScores" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "5" + "ypos" "101" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "41" + } + + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "MatchSummaryTeamScores" + "fgcolor" "TransparentBlack" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "7" + "ypos" "103" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "43" + } + } + "BlueTeamWinner" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamWinner" + "font" "MatchSummaryWinner" + "labelText" "%blueteamwinner%" + "textAlignment" "east" + "xpos" "5" + "ypos" "101" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "41" + } + } + "BlueTeamWinnerDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamWinnerDropshadow" + "font" "MatchSummaryWinner" + "fgcolor" "TransparentBlack" + "labelText" "%blueteamwinner%" + "textAlignment" "east" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "BlueTeamWinner" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + + if_large { + "ypos" "42" + } + } + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "14" + "ypos" "89" + "zpos" "5" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "../hud/team_blue" + "scaleImage" "1" + + if_large { + "ypos" "29" + } + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "60" + "ypos" "-25" + "zpos" "20" + "wide" "195" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "18" + "ypos" "100" + "zpos" "5" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "HudTimerProgressInActive" + + if_large { + "ypos" "40" + } + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "16" + "ypos" "98" + "zpos" "4" + "wide" "38" + "tall" "38" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "TextColor" + + if_large { + "ypos" "38" + } + } + "BluePlayerListParent" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListParent" + "xpos" "12" + "ypos" "137" + "zpos" "1" + "wide" "p.193" + "tall" "215" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "77" + "tall" "340" + } + + "BluePlayerList" + { + "ControlName" "TFSectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p.465" + "tall" "205" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "25" + "linegap" "0" + //"show_columns" "1" + + "medal_width" "s.08" + "avatar_width" "s.08" + "spacer" "2" + "name_width" "s.19" + "class_width" "s.04" + "award_width" "s.04" + "stats_width" "s.08" + "horiz_inset" "0" + + if_large { + "tall" "340" + "linegap" "0" + } + } + } + "BluePlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListBG" + "xpos" "9" + "ypos" "117" + "zpos" "0" + "wide" "p.2" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large { + "ypos" "57" + "tall" "360" + } + } + } + "RedTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamPanel" + "xpos" "320" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "RedTeamScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamScoreBG" + "xpos" "r5-p.213" + "ypos" "99" + "zpos" "2" + "wide" "p.213" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "DarkRedTeamBorder" + "bgcolor_override" "205 50 50 153" + + if_large + { + "ypos" "39" + } + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "MatchSummaryTeamScores" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "r5-p.19" + "ypos" "101" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "41" + } + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "MatchSummaryTeamScores" + "fgcolor" "TransparentBlack" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "r3-p.19" + "ypos" "103" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large + { + "ypos" "43" + } + } + "RedTeamWinner" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamWinner" + "font" "MatchSummaryWinner" + "labelText" "%redteamwinner%" + "textAlignment" "west" + "xpos" "r5-p.19" + "ypos" "101" + "zpos" "4" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "41" + } + } + "RedTeamWinnerDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamWinnerDropshadow" + "font" "MatchSummaryWinner" + "fgcolor" "TransparentBlack" + "labelText" "%redteamwinner%" + "textAlignment" "west" + "xpos" "-1" + "ypos" "-1" + "zpos" "3" + "wide" "p.19" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "RedTeamWinner" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "r68" + "ypos" "80" + "zpos" "5" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "image" "../hud/team_red" + "scaleImage" "1" + + if_large { + "ypos" "20" + } + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "r255" + "ypos" "-25" + "zpos" "20" + "wide" "195" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "r52" + "ypos" "100" + "zpos" "5" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "HudTimerProgressInActive" + + if_large { + "ypos" "40" + } + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "r54" + "ypos" "98" + "zpos" "4" + "wide" "38" + "tall" "38" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "TextColor" + + if_large { + "ypos" "38" + } + } + "RedPlayerListParent" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListParent" + "xpos" "r12-p.193" + "ypos" "137" + "zpos" "1" + "wide" "p.193" + "tall" "215" + "visible" "1" + "enabled" "1" + + if_large { + "ypos" "77" + "tall" "340" + } + + "RedPlayerList" + { + "ControlName" "TFSectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p.465" + "tall" "205" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "25" + "linegap" "0" + //"show_columns" "1" + + "medal_width" "s.08" + "avatar_width" "s.08" + "spacer" "2" + "name_width" "s.19" + "class_width" "s.04" + "award_width" "s.04" + "stats_width" "s.08" + "horiz_inset" "0" + + if_large { + "tall" "340" + "linegap" "0" + } + } + } + "RedPlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListBG" + "xpos" "r9-p.2" + "ypos" "117" + "zpos" "0" + "wide" "p.2" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large { + "ypos" "57" + "tall" "360" + } + } + } + "BlueMedals" + { + "ControlName" "EditablePanel" + "fieldName" "BlueMedals" + "xpos" "c-250" + "ypos" "-20" + "zpos" "50" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + + if_large { + "visible" "0" + } + + "BlueGoldMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueGoldMedal" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_gold" + "scaleImage" "1" + } + "BlueGoldMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueGoldMedalValue" + "font" "MatchSummaryStatsAndMedals" + "labelText" "%blueteammedals_gold%" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueSilverMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueSilverMedal" + "xpos" "55" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_silver" + "scaleImage" "1" + } + "BlueSilverMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueSilverMedalValue" + "font" "MatchSummaryStatsAndMedals" + "labelText" "%blueteammedals_silver%" + "textAlignment" "center" + "xpos" "70" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueBronzeMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueBronzeMedal" + "xpos" "110" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_bronze" + "scaleImage" "1" + } + "BlueBronzeMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueBronzeMedalValue" + "font" "MatchSummaryStatsAndMedals" + "labelText" "%blueteammedals_bronze%" + "textAlignment" "center" + "xpos" "125" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + "RedMedals" + { + "ControlName" "EditablePanel" + "fieldName" "RedMedals" + "xpos" "c100" + "ypos" "-20" + "zpos" "50" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + + if_large { + "visible" "0" + } + + "RedGoldMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedGoldMedal" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_gold" + "scaleImage" "1" + } + "RedGoldMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedGoldMedalValue" + "font" "MatchSummaryStatsAndMedals" + "labelText" "%redteammedals_gold%" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedSilverMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedSilverMedal" + "xpos" "55" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_silver" + "scaleImage" "1" + } + "RedSilverMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedSilverMedalValue" + "font" "MatchSummaryStatsAndMedals" + "labelText" "%redteammedals_silver%" + "textAlignment" "center" + "xpos" "70" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedBronzeMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedBronzeMedal" + "xpos" "110" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_bronze" + "scaleImage" "1" + } + "RedBronzeMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedBronzeMedalValue" + "font" "MatchSummaryStatsAndMedals" + "labelText" "%redteammedals_bronze%" + "textAlignment" "center" + "xpos" "125" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + } + } +}
\ No newline at end of file diff --git a/resource/ui/hudmediccharge.res b/resource/ui/hudmediccharge.res index 64f2be9..4666499 100644 --- a/resource/ui/hudmediccharge.res +++ b/resource/ui/hudmediccharge.res @@ -37,8 +37,8 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "CerbeticaBoldMedic56" - "font_minmode" "CerbeticaBold32" + "font" "CerbeticaBoldOutline56" + "font_minmode" "CerbeticaBoldOutline32" "fgcolor" "Ammo In Clip" } @@ -46,25 +46,24 @@ { "ControlName" "CExLabel" "fieldName" "IndividualChargesLabel" - "xpos" "236" - "ypos" "39" - "zpos" "2" - "xpos_minmode" "96" + "xpos" "150" + "ypos" "35" + "xpos_minmode" "106" "ypos_minmode" "-5" - "zpos_minmode" "5" + "zpos" "2" "wide" "120" "tall" "0" "autoResize" "1" "pinCorner" "2" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "tabPosition" "0" "labelText" "#TF_IndividualUberchargesMinHUD" "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "CerbeticaBoldMedic56" - "font_minmode" "CerbeticaBold32" + "font" "CerbeticaBoldOutline56" + "font_minmode" "CerbeticaBoldOutline32" "fgcolor" "Ammo In Clip" } @@ -72,27 +71,23 @@ { "ControlName" "CExLabel" "fieldName" "ChargeMeterLabel" - "xpos" "75" - "ypos" "117" - "xpos_minmode" "0" - "ypos_minmode" "34" + "xpos" "0" + "ypos" "80" + "ypos_minmode" "35" "zpos" "3" "wide" "150" "tall" "15" - "wide_minmode" "124" - "tall_minmode" "16" "autoResize" "1" "pinCorner" "2" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "tabPosition" "0" - "labelText" "" + "labelText" "#TF_Charge" "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica16" - "font_minmode" "Cerbetica12" - "fgcolor" "150 150 150 255" + "font" "Cerbetica12" + "fgcolor" "TanLight" } "ChargeMeter" @@ -102,12 +97,12 @@ "font" "Default" "xpos" "0" "ypos" "80" - "xpos_minmode" "17" - "ypos_minmode" "34" + "xpos_minmode" "10" + "ypos_minmode" "35" "zpos" "2" "wide" "150" "tall" "20" - "wide_minmode" "114" + "wide_minmode" "125" "tall_minmode" "10" "autoResize" "0" "pinCorner" "0" @@ -126,10 +121,10 @@ "fieldName" "ChargeMeter1" "font" "Default" "xpos" "0" - "ypos" "60" + "ypos" "70" "zpos" "3" - "xpos_minmode" "17" - "ypos_minmode" "27" + "xpos_minmode" "15" + "ypos_minmode" "30" "zpos_minmode" "4" "wide" "36" "tall" "20" diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res index b1b5d63..a936b0b 100644 --- a/resource/ui/hudmenutauntselection.res +++ b/resource/ui/hudmenutauntselection.res @@ -2,18 +2,18 @@ { "MainBackground" { - "ControlName" "ImagePanel" + "ControlName" "CIconPanel" "fieldName" "MainBackground" "xpos" "0" - "ypos" "20" + "ypos" "15" "zpos" "0" "wide" "470" - "tall" "100" - "visible" "1" - "enabled" "1" + "tall" "170" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "hud_menu_bg" - "fillcolor" "0 0 0 200" + "iconColor" "White" } "Divider" @@ -35,11 +35,11 @@ "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "CerbeticaBold32" - "xpos" "18" + "xpos" "10" "ypos" "0" "zpos" "3" - "wide" "360" - "tall" "38" + "wide" "350" + "tall" "22" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -59,8 +59,8 @@ "xpos" "-2" "ypos" "-2" "zpos" "3" - "wide" "360" - "tall" "38" + "wide" "350" + "tall" "22" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -80,17 +80,17 @@ "ControlName" "CExLabel" "fieldName" "WeaponTauntLabel" "font" "Default" - "xpos" "0" - "ypos" "24" + "xpos" "10" + "ypos" "25" "zpos" "2" - "wide" "470" + "wide" "460" "tall" "13" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "#Hud_Menu_Taunt_Weapon" - "textAlignment" "center" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" } @@ -100,15 +100,15 @@ "ControlName" "CExLabel" "fieldName" "CancelLabel" "font" "Default" - "xpos" "250" - "ypos" "49" + "xpos" "0" + "ypos" "25" "zpos" "2" - "wide" "200" + "wide" "460" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "labelText" "#Hud_Menu_Taunt_Cancel" "textAlignment" "east" "dulltext" "0" @@ -121,7 +121,7 @@ "fieldName" "TauntModelPanel1" "xpos" "17" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -194,9 +194,9 @@ "fieldName" "NumberLabel1BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "35" - "ypos" "96" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -207,6 +207,10 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel2" @@ -215,7 +219,7 @@ "fieldName" "TauntModelPanel2" "xpos" "73" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -258,7 +262,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "ColorWhite" + "iconColor" "White" } "NumberLabel2" @@ -288,9 +292,9 @@ "fieldName" "NumberLabel2BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "90" - "ypos" "96" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -301,6 +305,10 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel3" @@ -309,7 +317,7 @@ "fieldName" "TauntModelPanel3" "xpos" "127" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -352,7 +360,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "ColorWhite" + "iconColor" "White" } "NumberLabel3" @@ -383,9 +391,9 @@ "fieldName" "NumberLabel3BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "96" - "xpos" "145" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -396,6 +404,10 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel4" @@ -404,7 +416,7 @@ "fieldName" "TauntModelPanel4" "xpos" "182" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -429,6 +441,7 @@ "itemmodelpanel" { "use_item_rendertarget" "0" + "inventory_image_type" "1" "allow_rot" "0" } } @@ -476,9 +489,9 @@ "fieldName" "NumberLabel4BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "96" - "xpos" "201" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -489,6 +502,10 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel5" @@ -497,7 +514,7 @@ "fieldName" "TauntModelPanel5" "xpos" "237" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -570,9 +587,9 @@ "fieldName" "NumberLabel5BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "96" - "xpos" "257" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -583,6 +600,10 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel5" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel6" @@ -591,7 +612,7 @@ "fieldName" "TauntModelPanel6" "xpos" "292" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -664,9 +685,9 @@ "fieldName" "NumberLabel6BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "311" - "ypos" "96" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -677,6 +698,10 @@ "textAlignment" "Center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel6" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel7" @@ -685,7 +710,7 @@ "fieldName" "TauntModelPanel7" "xpos" "347" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -758,9 +783,9 @@ "fieldName" "NumberLabel7BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "96" - "xpos" "365" - "zpos" "5" + "ypos" "-2" + "xpos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -771,6 +796,10 @@ "textAlignment" "center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel7" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TauntModelPanel8" @@ -779,7 +808,7 @@ "fieldName" "TauntModelPanel8" "xpos" "402" "ypos" "45" - "zpos" "100" + "zpos" "57" "wide" "50" "tall" "40" "visible" "1" @@ -852,9 +881,9 @@ "fieldName" "NumberLabel8BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "421" - "ypos" "96" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "4" "wide" "15" "tall" "15" "autoResize" "0" @@ -865,5 +894,24 @@ "textAlignment" "center" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "NumberLabel8" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "MenuBG" + { + "ControlName" "EditablePanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "470" + "tall" "100" + "visible" "1" + "enabled" "1" + "bgcolor_override" "HudBlack" + "PaintBackgroundType" "2" } }
\ No newline at end of file diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 242ca18..11c4b77 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -73,13 +73,6 @@ "tall" "150" "visible" "1" "enabled" "1" - "delta_item_x" "0" - "delta_item_start_y""50" - "delta_item_end_y" "70" - "PositiveColor" "ColorGreen" - "NegativeColor" "ColorRed" - "delta_lifetime" "1.5" - "delta_item_font" "Cerbetica22" if_match { @@ -108,13 +101,6 @@ "tall" "24" "visible" "1" "enabled" "1" - "delta_item_x" "22" - "delta_item_start_y""50" - "delta_item_end_y" "70" - "PositiveColor" "ColorGreen" - "NegativeColor" "ColorRed" - "delta_lifetime" "1.5" - "delta_item_font" "Cerbetica20" "textAlignment" "center" "labelText" "0:00" @@ -135,10 +121,10 @@ "ControlName" "ImagePanel" "fieldName" "ActiveTimerBG" "xpos" "15" - "ypos" "23" + "ypos" "25" "zpos" "10" "wide" "50" - "tall" "2" + "tall" "3" "visible" "0" "enabled" "1" "fillcolor" "TanLight" diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res index 0a33613..b6c6398 100644 --- a/resource/ui/hudobjectivetimepanel.res +++ b/resource/ui/hudobjectivetimepanel.res @@ -2,7 +2,7 @@ { "TimePanelBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ImagePanel" "fieldName" "TimePanelBG" "xpos" "25" "ypos" "0" @@ -11,7 +11,7 @@ "tall" "24" "visible" "1" "enabled" "1" - "image" "../hud/objectives_timepanel_blue_bg" + "fillcolor" "HudBlack" "scaleImage" "1" "src_corner_height" "3" "src_corner_width" "3" diff --git a/resource/ui/hudplayerhealth.res b/resource/ui/hudplayerhealth.res index 264ca3c..76fc9a3 100644 --- a/resource/ui/hudplayerhealth.res +++ b/resource/ui/hudplayerhealth.res @@ -1,4 +1,3 @@ //#base "../../customizations/player_health/hudplayerhealth-broesel.res" //#base "../../customizations/player_health/hudplayerhealth-cross.res" -//#base "../../customizations/player_health/hudplayerhealth-teambar.res" #base "../../customizations/player_health/hudplayerhealth.res" diff --git a/resource/ui/hudrocketpack.res b/resource/ui/hudrocketpack.res index 0448a94..3004add 100644 --- a/resource/ui/hudrocketpack.res +++ b/resource/ui/hudrocketpack.res @@ -4,11 +4,10 @@ { HudItemEffectMeter { - "xpos" "c-75" "ypos" "c103" "ypos_minmode" "c60" - "wide" "200" - "tall" "500" + "wide" "180" + "tall" "20" } "ItemEffectMeterBG" @@ -47,46 +46,30 @@ "ItemEffectMeter" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "xpos" "0" - "ypos" "5" - "xpos_minmode" "15" - "ypos_minmode" "8" - "zpos" "2" + "xpos_minmode" "10" "wide" "60" - "tall" "8" - "wide_minmode" "60" - "tall_minmode" "5" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - "fgcolor" "White" + "wide_minmode" "57" } "ItemEffectMeter2" { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter2" + "font" "Default" "xpos" "60" - "ypos" "5" - "xpos_minmode" "75" - "ypos_minmode" "8" + "xpos_minmode" "67" + "ypos" "0" "zpos" "2" "wide" "60" "tall" "8" + "wide_minmode" "57" "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "textAlignment" "Left" + "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - "fgcolor" "White" } }
\ No newline at end of file diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index 8062a0f..77dcd06 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -18,9 +18,9 @@ { "ControlName" "ImagePanel" "fieldName" "SpellIcon" - "xpos" "18" - "ypos" "36" - "zpos" "50" + "xpos" "0" + "ypos" "0" + "zpos" "7" "wide" "20" "tall" "20" "visible" "1" @@ -65,16 +65,16 @@ "ControlName" "CExLabel" "fieldName" "CountText" "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold20" + "font_minmode" "CerbeticaBold16" "labelText" "%counttext%" "textAlignment" "center" - "xpos" "43" - "ypos" "30" + "xpos" "0" + "ypos" "22" "zpos" "1" - "xpos_minmode" "18" - "ypos_minmode" "50" + "xpos_minmode" "0" + "ypos_minmode" "20" "wide" "20" - "tall" "30" + "tall" "20" "fgcolor" "TanLight" } @@ -83,14 +83,14 @@ "ControlName" "CExLabel" "fieldName" "CountTextShadow" "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold20" + "font_minmode" "CerbeticaBold16" "labelText" "%counttext%" "textAlignment" "center" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "0" "wide" "20" - "tall" "30" + "tall" "20" "fgcolor" "TransparentBlack" "pin_to_sibling" "CountText" diff --git a/resource/ui/hudstopwatch.res b/resource/ui/hudstopwatch.res index 6d34977..acaf91a 100644 --- a/resource/ui/hudstopwatch.res +++ b/resource/ui/hudstopwatch.res @@ -2,18 +2,17 @@ { "HudStopWatchBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "HudStopWatchBG" - "xpos" "c-36" - "ypos" "26" - "zpos" "-1" - "wide" "72" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "80" + "tall" "15" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 100" + "bgcolor_override" "0 0 0 150" + "PaintBackgroundType" "2" } "StopWatchImageCaptureTime" @@ -27,14 +26,22 @@ { "ControlName" "EditablePanel" "fieldName" "ObjectiveStatusTimePanel" - "xpos" "c-50" - "ypos" "35" + "xpos" "55" + "ypos" "0" "zpos" "1" - "wide" "110" - "tall" "150" + "wide" "25" + "tall" "15" "visible" "1" "enabled" "1" + "TimePanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "TimePanelBG" + "tall" "0" + "visible" "0" + } + "TimePanelValue" { "ControlName" "CExLabel" @@ -43,8 +50,8 @@ "fgcolor" "TanLight" "xpos" "0" "ypos" "0" - "zpos" "3" - "wide" "55" + "zpos" "1" + "wide" "25" "tall" "15" "visible" "1" "enabled" "1" @@ -58,11 +65,11 @@ "fieldName" "StopWatchScoreToBeat" "font" "Cerbetica12" "labelText" "%scoretobeat%" - "textAlignment" "west" - "xpos" "c-7" - "ypos" "35" - "zpos" "4" - "wide" "93" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "15" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -75,13 +82,13 @@ "ControlName" "CExLabel" "fieldName" "StopWatchPointsLabel" "font" "Cerbetica12" - "labelText" "captures" - "textAlignment" "west" - "xpos" "c2" - "ypos" "35" - "zpos" "4" - "wide" "120" - "tall" "14" + "labelText" "points in" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "1" + "wide" "40" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -93,19 +100,19 @@ { "ControlName" "CExLabel" "fieldName" "StopWatchLabel" - "font" "Cerbetica8" + "font" "Cerbetica10" "labelText" "%stopwatchlabel%" "textAlignment" "center" - "xpos" "c-31" - "ypos" "28" + "xpos" "0" + "ypos" "0" "zpos" "4" "wide" "80" - "tall" "30" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" - "wrap" "1" + "wrap" "0" } "HudStopWatchDescriptionBG" diff --git a/resource/ui/hudtournament.res b/resource/ui/hudtournament.res index 4dd8f8b..edbb0ba 100644 --- a/resource/ui/hudtournament.res +++ b/resource/ui/hudtournament.res @@ -231,7 +231,7 @@ "visible" "1" "zpos" "-2" } - + if_competitive { "visible" "1" @@ -433,13 +433,11 @@ if_competitive { - "xpos" "200" "visible" "0" } if_readymode { - "xpos" "200" "visible" "0" } } @@ -469,13 +467,11 @@ if_competitive { - "xpos" "207" "visible" "0" } if_readymode { - "xpos" "207" "visible" "0" } } @@ -505,13 +501,11 @@ if_competitive { - "xpos" "251" "visible" "0" } if_readymode { - "xpos" "251" "visible" "0" } } @@ -542,12 +536,10 @@ } if_competitive { - "xpos" "320" "visible" "0" } if_readymode { - "xpos" "320" "visible" "0" } } @@ -577,13 +569,11 @@ if_competitive { - "xpos" "370" "visible" "0" } if_readymode { - "xpos" "370" "visible" "0" } } @@ -613,13 +603,11 @@ if_competitive { - "xpos" "325" "visible" "0" } if_readymode { - "xpos" "325" "visible" "0" } } @@ -648,13 +636,6 @@ "visible" "0" } - if_readymode - { - "wide" "f0" - "xpos" "0" - "ypos" "16" - } - if_competitive { "wide" "f0" @@ -690,17 +671,11 @@ if_competitive { "visible" "0" - "enabled" "0" - "wide" "f0" - "xpos" "1" - "ypos" "25" } if_readymode { - "wide" "f0" - "xpos" "0" - "ypos" "16" + "visible" "0" } } @@ -708,34 +683,7 @@ { "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBGHelp" - "xpos" "0" - "ypos" "49" - "zpos" "-1" - "wide" "250" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "image" "../HUD/tournament_panel_brown" - - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" - - if_mvm { - "visible" "0" - } - - if_competitive { - "visible" "0" - } - - if_readymode { - "visible" "0" - } + "wide" "0" } "TournamentInstructionsLabel" @@ -829,7 +777,7 @@ "ypos" "r55" "wide" "40" "tall" "40" - "zpos" "1" + "zpos" "2" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -838,11 +786,11 @@ "labelText" "%tournamentstatelabel%" "textAlignment" "center" - "if_mvm" + if_mvm { "visible" "1" "enabled" "1" - "xpos" "c-60" + "xpos" "c-80" "wide" "140" } @@ -867,8 +815,8 @@ "ControlName" "CExLabel" "fieldName" "CountdownLabelShadow" "font" "Cerbetica24" - "xpos" "231" - "ypos" "r54" + "xpos" "229" + "ypos" "r53" "wide" "40" "tall" "40" "zpos" "1" @@ -885,7 +833,7 @@ { "visible" "1" "enabled" "1" - "xpos" "c-60" + "xpos" "c-78" "wide" "140" } diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res index 20b7e92..2d2c7d3 100644 --- a/resource/ui/hudtournamentsetup.res +++ b/resource/ui/hudtournamentsetup.res @@ -105,7 +105,7 @@ "pinCorner" "2" "visible" "1" "enabled" "1" - "labelText" "Not Ready" + "labelText" "#Store_CANCEL" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -135,7 +135,7 @@ "pinCorner" "2" "visible" "1" "enabled" "1" - "labelText" "Ready" + "labelText" "#Store_OK" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/hudupgradepanel.res b/resource/ui/hudupgradepanel.res index e20fce1..012401f 100644 --- a/resource/ui/hudupgradepanel.res +++ b/resource/ui/hudupgradepanel.res @@ -65,7 +65,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "0 0 0 230" + "bgcolor_override" "HudBlack" } "SelectWeaponPanel" @@ -119,7 +119,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 230" + "fillcolor" "HudBlack" } "BetweenBG" { @@ -241,7 +241,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "PLAYER" + "labelText" "#TF_Bot_Generic_ClassName" "font" "HudFontSmallBold" "textAlignment" "center" "textinsetx" "50" @@ -691,8 +691,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CloseButton" @@ -718,8 +716,6 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "RespecButton" @@ -745,8 +741,6 @@ "Command" "respec" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } diff --git a/resource/ui/intromenu.res b/resource/ui/intromenu.res deleted file mode 100644 index 5af2792..0000000 --- a/resource/ui/intromenu.res +++ /dev/null @@ -1,293 +0,0 @@ -"Resource/UI/IntroMenu.res" -{ - "intro" - { - "ControlName" "CTFIntroMenu" - "fieldName" "intro" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "paintbackground" "0" - } - - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "c-180" - "ypos" "c-120" - "zpos" "-1" - "wide" "360" - "tall" "250" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "titlelabel" - { - "ControlName" "CExLabel" - "fieldName" "titlelabel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - } - - "Skip" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "Skip" - "xpos" "c60" - "ypos" "c96" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "SKIP" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "command" "skip" - "font" "Cerbetica20" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "Continue" - { - "ControlName" "CExButton" - "fieldName" "Continue" - "xpos" "99999" - "ypos" "r40" - "zpos" "6" - "wide" "150" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - "labelText" "CONTINUE (&E)" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "command" "skip" - "font" "MenuSmallFont" - } - - "Back" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "Back" - "xpos" "c-180" - "ypos" "c96" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "labelText" "BACK" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "back" - "font" "Cerbetica20" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "ReplayVideo" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "ReplayVideo" - "xpos" "9999" - "xpos_hidef" "50" - "ypos" "9999" - "ypos_lodef" "r64" - "ypos_hidef" "r54" - "zpos" "6" - "wide" "150" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "0" - "enabled" "1" - "labelText" "#TF_ReplayIntro" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "replayVideo" - "font" "MenuSmallFont" - "fgcolor" "Black" - } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - - "VideoPanel" - { - "ControlName" "CTFVideoPanel" - "fieldName" "VideoPanel" - "xpos" "c-140" - "ypos" "c-110" - "zpos" "1" - "wide" "340" - "tall" "205" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "start_delay" "2.0" - "end_delay" "2.0" - } - - "MenuBG" - { - "ControlName" "CModelPanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fov" "20" - - "model" - { - "modelname" "models/vgui/UI_welcome01_screen.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_x_lodef" "320" - "origin_x_hidef" "310" - "origin_y" "0" - "origin_z" "-39" - - "animation" - { - "name" "Up" - "sequence" "screenup" - } - - "animation" - { - "name" "UpSlow" - "sequence" "screenup_slow" - } - - "animation" - { - "name" "Down" - "sequence" "screendown" - "default" "1" - } - } - } - - "VideoCaption" - { - "ControlName" "CExLabel" - "fieldName" "VideoCaption" - "xpos" "c-145" - "ypos" "c40" - "zpos" "6" - "wide" "295" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" " " - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "IntroMenuCaption" - "fgcolor" "White" - "wrap" "1" - } - - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "zpos" "6" - "tall" "80" - "button_separator" "10" - "button_separator_lodef" "5" - "buttongap" "50" - "textadjust" "3" - "buttonoffsety" "20" - "buttonoffsety_hidef" "0" - "buttonoffsety_lodef" "18" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "intro" - "text" "#GameUI_Back" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "continue" - "text" "#Button_SkipIntro_360" - "icon" "#GameUI_Icons_A_BUTTON" - } - } -}
\ No newline at end of file diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index f3eae1d..ea1dd5b 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -4,10 +4,10 @@ { "ControlName" "EditablePanel" "fieldName" "ItemQuickSwitchPanel" - "xpos" "c-125" - "ypos" "280" - "wide" "275" - "tall" "160" + "xpos" "c-135" + "ypos" "330" + "wide" "270" + "tall" "140" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -19,23 +19,23 @@ "itempanel_xpos" "0" "itempanel_ydelta" "0" - "border" "NoBorder" "itemskv" { - "wide" "220" - "tall" "40" - "bgcolor_override" "59 54 48 255" - "PaintBackgroundType" "2" + "wide" "205" + "tall" "35" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + "paintbackground" "0" "paintborder" "0" "text_forcesize" "2" - "model_xpos" "25" - "model_ypos" "3" + "model_xpos" "0" + "model_ypos" "0" "model_wide" "58" "model_tall" "34" "text_center" "1" - "text_xpos" "60" - "text_wide" "190" + "text_xpos" "50" + "text_wide" "160" "name_only" "1" "noitem_textcolor" "TextColor" } @@ -45,87 +45,41 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "CerbeticaBold12" - "labelText" ">>" - "textAlignment" "west" - "xpos" "10" - "ypos" "5" - "zpos" "1" - "wide" "20" - "tall" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 128 255 255" + "xpos" "9999" } "ClassLabel" { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontSmallestBold" - "labelText" "#ClassBeingEquipped" - "textAlignment" "west" - "xpos" "20" - "ypos" "5" - "zpos" "1" - "wide" "60" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "xpos" "9999" } "ItemSlotLabel" { "ControlName" "CExLabel" "fieldName" "ItemSlotLabel" - "font" "HudFontSmallestBold" - "labelText" "#PrimaryWeapon" - "textAlignment" "west" - "xpos" "80" - "ypos" "5" - "zpos" "1" - "wide" "140" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "xpos" "9999" } "NoItemsLabel" { "ControlName" "CExLabel" "fieldName" "NoItemsLabel" - "font" "ItemFontNameSmallest" - "labelText" "#NoItemsToEquip" - "textAlignment" "center" - "xpos" "3" - "ypos" "0" - "zpos" "10" - "wide" "220" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "fgcolor_override" "LightRed" + "xpos" "9999" } "TopLine" { "ControlName" "ImagePanel" "fieldName" "TopLine" - "xpos" "9999" - "ypos" "9999" + "xpos" "5" + "ypos" "20" "zpos" "2" "wide" "265" "tall" "10" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "loadout_dotted_line" "tileImage" "1" "tileVertically" "0" @@ -136,11 +90,11 @@ "ControlName" "EditablePanel" "fieldName" "itemcontainerscroller" "xpos" "5" - "ypos" "30" - "wide" "265" + "ypos" "5" + "wide" "230" "tall" "125" - "PaintBackgroundType" "2" - "fgcolor_override" "59 54 48 255" + "PaintBackgroundType" "0" + "fgcolor_override" "TanLight" "bgcolor_override" "200 187 161 0" "autohide_buttons" "1" } @@ -149,9 +103,9 @@ { "ControlName" "EditablePanel" "fieldName" "itemcontainer" - "xpos" "30" + "xpos" "0" "ypos" "0" - "wide" "240" + "wide" "230" "tall" "125" "PaintBackgroundType" "2" "bgcolor_override" "200 187 161 0" @@ -167,7 +121,7 @@ "ypos" "2" "zpos" "100" "wide" "200" - "tall" "40" + "tall" "35" "visible" "1" "PaintBackgroundType" "2" "fgcolor_override" "LightRed" @@ -179,11 +133,11 @@ { "ControlName" "CLoadoutPresetPanel" "FieldName" "loadout_preset_panel" - "xpos" "5" - "ypos" "33" + "xpos" "240" + "ypos" "15" "zpos" "20" "wide" "25" - "tall" "150" + "tall" "110" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res index 9a2bfa8..741c0d2 100644 --- a/resource/ui/itemrenameconfirmationdialog.res +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -10,9 +10,9 @@ "wide" "400" "tall" "240" "bgcolor_override" "DarkGrey" - "paintbackgroundtype" "2" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "border" "CyanBorder" + "border" "CyanBorderThick" } "TitleLabel" @@ -53,22 +53,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -116,22 +100,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -177,8 +145,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "GivenName" @@ -243,8 +209,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -270,7 +234,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/itemrenamedialog.res b/resource/ui/itemrenamedialog.res index b5f15be..b6bca1b 100644 --- a/resource/ui/itemrenamedialog.res +++ b/resource/ui/itemrenamedialog.res @@ -10,9 +10,9 @@ "wide" "400" "tall" "240" "bgcolor_override" "DarkGrey" - "paintbackgroundtype" "2" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "border" "CyanBorder" + "border" "CyanBorderThick" } "mouseoveritempanel" @@ -49,9 +49,9 @@ "enabled" "1" "pinCorner" "0" "autoResize" "0" - "PaintBackgroundType" "1" + "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "35 35 35 255" + "bgcolor_override" "DarkerGrey" } "attriblabel" @@ -59,7 +59,7 @@ "font" "ItemFontAttribLarge" "xpos" "0" "ypos" "30" - "zpos" "101" + "zpos" "2" "wide" "140" "tall" "60" "autoResize" "0" @@ -111,22 +111,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -177,22 +161,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -241,7 +209,7 @@ "visible" "1" "enabled" "1" "bgcolor_override" "ColorBlack" - "paintbackgroundtype" "2" + "paintbackgroundtype" "0" } "OldItemNameDescLabel" @@ -300,7 +268,7 @@ "visible" "1" "enabled" "1" "bgcolor_override" "ColorBlack" - "paintbackgroundtype" "2" + "paintbackgroundtype" "0" } "NewItemNameDescLabel" @@ -392,8 +360,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -419,7 +385,5 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/itemrenameinvaliddialog.res b/resource/ui/itemrenameinvaliddialog.res index e378d55..7c93101 100644 --- a/resource/ui/itemrenameinvaliddialog.res +++ b/resource/ui/itemrenameinvaliddialog.res @@ -10,9 +10,9 @@ "wide" "400" "tall" "240" "bgcolor_override" "DarkGrey" - "paintbackgroundtype" "2" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "border" "CyanBorder" + "border" "CyanBorderThick" } "TitleLabel" @@ -53,22 +53,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_SelfMade" } - "tool_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -118,22 +102,6 @@ "paintbackground" "0" "border" "BackpackItemBorder_Vintage" } - "subject_icon" - { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "300" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "71 98 145 255" - } "subject_modelpanel" { "ControlName" "CItemModelPanel" @@ -244,7 +212,5 @@ "Command" "backfrominvalid" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index 7ba4c98..9efef3a 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -94,16 +94,16 @@ "font" "Cerbetica16" "labelText" ">>" "textAlignment" "west" - "xpos" "c-300" - "ypos" "25" + "xpos" "c-290" + "ypos" "26" "zpos" "1" "wide" "20" - "tall" "18" + "tall" "16" "autoResize" "1" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 128 255 255" + "fgcolor_override" "ColorPurple" } "ClassLabel" { @@ -112,11 +112,11 @@ "font" "HudFontMediumBold" "labelText" "#ClassBeingEquipped" "textAlignment" "west" - "xpos" "c-280" - "ypos" "22" + "xpos" "c-270" + "ypos" "15" "zpos" "1" - "wide" "480" - "tall" "26" + "wide" "350" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -130,10 +130,10 @@ "font" "HudFontSmallestBold" "labelText" "#Store_NameFilterLabel" "textAlignment" "west" - "xpos" "c+205" + "xpos" "c+175" "ypos" "12" "zpos" "1" - "wide" "90" + "wide" "120" "tall" "20" "autoResize" "1" "pinCorner" "0" @@ -147,10 +147,10 @@ "ControlName" "TextEntry" "fieldName" "NameFilterTextEntry" "font" "HudFontSmallest" - "xpos" "c+205" + "xpos" "c+175" "ypos" "30" "zpos" "2" - "wide" "90" + "wide" "120" "tall" "19" "autoResize" "0" "pinCorner" "0" @@ -169,13 +169,13 @@ { "ControlName" "ImagePanel" "fieldName" "TopLine" - "xpos" "9999" - "ypos" "9999" + "xpos" "c-305" + "ypos" "40" "zpos" "2" "wide" "610" "tall" "10" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "loadout_dotted_line" "tileImage" "1" "tileVertically" "0" @@ -184,13 +184,13 @@ { "ControlName" "ImagePanel" "fieldName" "BottomLine" - "xpos" "9999" - "ypos" "9999" + "xpos" "c-305" + "ypos" "330" "zpos" "2" "wide" "610" "tall" "10" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "loadout_dotted_line" "tileImage" "1" "tileVertically" "0" @@ -202,7 +202,7 @@ "fieldName" "ItemSlotLabel" "font" "HudFontMediumBold" "labelText" "#PrimaryWeapon" - "textAlignment" "east" + "textAlignment" "center" "xpos" "c-185" "ypos" "24" "zpos" "1" @@ -300,8 +300,6 @@ "Command" "show_backpack" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ShowSelection" { @@ -326,8 +324,6 @@ "Command" "show_selection" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "PrevPageButton" diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index 28eaa8e..f34cc2e 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -1,2 +1,3 @@ +#base "../../resource/preload.res" //#base "../../customizations/main_menu/mainmenuoverride-classic.res" #base "../../customizations/main_menu/mainmenuoverride.res" diff --git a/resource/ui/mainmenuplaylistentry.res b/resource/ui/mainmenuplaylistentry.res index f4fd2b4..80ac339 100644 --- a/resource/ui/mainmenuplaylistentry.res +++ b/resource/ui/mainmenuplaylistentry.res @@ -7,8 +7,8 @@ "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "o4" - "tall" "p1.17" + "wide" "270" + "tall" "70" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -45,7 +45,7 @@ "enabled" "1" "proportionaltoparent" "1" - "bgcolor_override" "ColorBlack" + "bgcolor_override" "DarkGrey" } "ToolTipHack" @@ -57,28 +57,46 @@ "zpos" "490" "wide" "f0" "tall" "f0" - "visible" "1" + "visible" "0" "enabled" "1" "mouseinputenabled" "1" "eatmouseinput" "0" } - "ModeButton" + "ToolTipButtonHack" { - "ControlName" "CExButton" - "fieldName" "ModeButton" + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" "xpos" "rs1-6" "ypos" "2" - "zpos" "5" + "zpos" "51" "wide" "122" "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "250" + "tall" "40" "visible" "1" "enabled" "1" "labelText" "%button_token%" "textinsetx" "4" + "textinsety" "20" "use_proportional_insets" "1" - "font" "Cerbetica12" - "textAlignment" "west" + "font" "CerbeticaBold24" + "textAlignment" "east" "dulltext" "0" "brighttext" "0" "default" "1" @@ -87,15 +105,15 @@ "actionsignallevel" "2" "border_default" "NoBorder" - "border_armed" "MenuBorder" + "border_armed" "NoBorder" "paintbackground" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultFgColor_override" "White" - "armedFgColor_override" "White" - "depressedFgColor_override" "75 125 255 255" + "defaultFgColor_override" "235 226 202 255" + "armedFgColor_override" "117 107 94 255" + "depressedFgColor_override" "235 226 202 255" } "MatchmakingBanPanel" @@ -142,16 +160,16 @@ "fieldName" "DescLabel" "font" "MMenuPlayListDesc" "labelText" "%desc_token%" - "textAlignment" "north-west" - "xpos" "rs1" - "ypos" "18" + "textAlignment" "center" + "xpos" "0" + "ypos" "35" "zpos" "2" - "wide" "125" - "tall" "40" + "wide" "270" + "tall" "35" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "wrap" "1" "fgcolor_override" "TanLight" "proportionaltoparent" "1" @@ -164,16 +182,16 @@ "fieldName" "DescLabelShadow" "font" "MMenuPlayListDesc" "labelText" "%desc_token%" - "textAlignment" "north-west" + "textAlignment" "center" "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "125" - "tall" "40" + "wide" "270" + "tall" "35" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "wrap" "1" "fgcolor_override" "TransparentBlack" "proportionaltoparent" "1" diff --git a/resource/ui/mapinfomenu.res b/resource/ui/mapinfomenu.res index 382904b..577ca6f 100644 --- a/resource/ui/mapinfomenu.res +++ b/resource/ui/mapinfomenu.res @@ -19,11 +19,11 @@ { "ControlName" "ImagePanel" "fieldName" "MainBG" - "xpos" "c-180" - "ypos" "c-120" + "xpos" "0" + "ypos" "0" "zpos" "-1" - "wide" "360" - "tall" "250" + "wide" "f0" + "tall" "f0" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -36,7 +36,7 @@ "ControlName" "CExLabel" "fieldName" "MapInfoTitle" "xpos" "c-180" - "ypos" "c-116" + "ypos" "c-135" "zpos" "1" "wide" "360" "tall" "26" @@ -55,7 +55,7 @@ "ControlName" "CExLabel" "fieldName" "MapInfoType" "xpos" "c-180" - "ypos" "c-92" + "ypos" "c-110" "zpos" "1" "wide" "360" "tall" "16" @@ -75,14 +75,14 @@ "fieldName" "MapInfoText" "font" "Cerbetica12" "xpos" "c-170" - "ypos" "c-66" + "ypos" "c-90" "zpos" "3" "wide" "340" "tall" "155" "autoResize" "3" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "paintborder" "0" "textAlignment" "east" "fgcolor" "TanLight" @@ -92,11 +92,11 @@ { "ControlName" "ImagePanel" "fieldName" "MapImage" - "xpos" "9999" - "ypos" "9999" + "xpos" "c-80" + "ypos" "c-90" "zpos" "2" - "wide" "275" - "tall" "275" + "wide" "180" + "tall" "180" "visible" "0" "enabled" "1" "image" "" @@ -143,36 +143,15 @@ { "ControlName" "CExButton" "fieldName" "MapInfoWatchIntro" - "xpos" "c60" - "ypos" "c96" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "labelText" "#TF_WatchIntro" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "intro" - "default" "1" - "font" "Cerbetica20" - "paintbackground" "0" - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" + "xpos" "9999" } "MapInfoBack" { "ControlName" "CExButton" "fieldName" "MapInfoBack" - "xpos" "c-180" - "ypos" "c96" + "xpos" "c-60" + "ypos" "c126" "zpos" "6" "wide" "120" "tall" "30" @@ -185,7 +164,7 @@ "dulltext" "0" "brighttext" "0" "command" "back" - "font" "Cerbetica20" + "font" "Cerbetica24" "paintbackground" "0" "fgcolor" "TanLight" diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index e291d1b..40ab34e 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -14,7 +14,7 @@ "proportionaltoparent" "1" "pinCorner" "2" "autoResize" "1" - + "RankImage" { "ControlName" "CTFLocalPlayerBadgePanel" @@ -24,7 +24,7 @@ "zpos" "110" "wide" "o1" "tall" "60" - "visible" "1" + "visible" "0" "enabled" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" @@ -40,7 +40,7 @@ "zpos" "100" "wide" "330" "tall" "92" - "visible" "1" + "visible" "0" "proportionaltoparent" "1" "mouseinputenabled" "0" "matchgroup" "MatchGroup_Casual_12v12" @@ -53,7 +53,7 @@ "ControlName" "CExImageButton" "fieldName" "RestoreCasualSearchCriteria" "xpos" "rs1-49" - "ypos" "49" + "ypos" "15" "zpos" "100" "wide" "15" "tall" "o1" @@ -91,13 +91,13 @@ "scaleImage" "1" } } - + "SaveCasualSearchCriteria" { "ControlName" "CExImageButton" "fieldName" "SaveCasualSearchCriteria" "xpos" "rs1-29" - "ypos" "49" + "ypos" "15" "zpos" "100" "wide" "15" "tall" "o1" @@ -135,7 +135,7 @@ "scaleImage" "1" } } - + "ShowExplanationsButton" { "ControlName" "CExButton" @@ -151,7 +151,7 @@ "ControlName" "Label" "fieldName" "Title" "xpos" "10" - "ypos" "46" + "ypos" "15" "zpos" "0" "wide" "f0" "tall" "20" @@ -167,7 +167,7 @@ "ControlName" "Label" "fieldName" "SelectedCount" "xpos" "10" - "ypos" "33" + "ypos" "0" "zpos" "0" "wide" "f0" "tall" "20" @@ -207,7 +207,7 @@ "zpos" "101" "wide" "f15" "tall" "f65" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "InnerShadowBorder" "proportionaltoparent" "1" @@ -219,9 +219,9 @@ "ControlName" "CScrollableList" "fieldName" "GameModesList" "xpos" "cs-0.5" - "ypos" "65" + "ypos" "35" "wide" "f15" - "tall" "f65" + "tall" "f40" "visible" "1" "proportionaltoparent" "1" "restrict_width" "0" diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index e37bd20..6a3c663 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -58,7 +58,7 @@ "zpos" "-1" "wide" "p1.1" "tall" "f5" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "DarkGrey" @@ -74,7 +74,7 @@ "zpos" "-2" "wide" "p1.1" "tall" "p1" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "OuterShadowBorder" "proportionaltoparent" "1" @@ -105,12 +105,16 @@ "keyboardinputenabled" "0" "actionsignallevel" "2" "roundedcorners" "0" + "paintbackground" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "image_armedcolor" "72 255 255 255" + + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" "SubImage" { @@ -430,26 +434,27 @@ "actionsignallevel" "3" "paintbackground" "0" - "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDarker" + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "TextColor" - "image_armedcolor" "ColorRed" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 0 0 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" + "xpos" "cs-0.5" + "ypos" "cs-0.5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "9" + "tall" "9" "visible" "1" "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" + "proportionaltoparent" "1" } } } @@ -600,8 +605,8 @@ "xpos" "cs-0.5" "ypos" "rs1-5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index a32e170..6125776 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -4,32 +4,31 @@ { "CasualCriteria" { - "fieldName" "CasualCriteria" - "xpos" "r0" - "ypos" "10" - "zpos" "1002" - "wide" "270" - "tall" "f70" - "visible" "1" + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" "proportionaltoparent" "1" } "Title" { - "ControlName" "Label" - "fieldName" "Title" - "xpos" "8" - "ypos" "23" - "zpos" "99" - "wide" "f0" - "tall" "20" + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "23" + "zpos" "99" + "wide" "f0" + "tall" "20" "proportionaltoparent" "1" - "labeltext" "#TF_Matchmaking_HeaderCasual" - "textAlignment" "west" - "font" "CerbeticaBold24" - "fgcolor_override" "White" - - "mouseinputenabled" "0" + "labeltext" "#TF_Matchmaking_HeaderCasual" + "textAlignment" "center" + "font" "CerbeticaBold24" + "fgcolor_override" "White" + "mouseinputenabled" "0" } "criteria" @@ -45,23 +44,6 @@ "proportionaltoparent" "1" } - "ToolTipButtonHack" - { - "ControlName" "EditablePanel" - "fieldName" "ToolTipButtonHack" - "xpos" "cs-0.5" - "ypos" "rs1-8" - "zpos" "101" - "wide" "f20" - "tall" "20" - "visible" "0" - "enabled" "1" - "mouseinputenabled" "1" - "eatmouseinput" "0" - "showtooltipswhenmousedisabled" "1" - "proportionaltoparent" "1" - } - "QueueButton" { "ControlName" "CExButton" diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index 18cc763..4388c5f 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -25,7 +25,7 @@ "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Matchmaking_HeaderCompetitive" - "textAlignment" "west" + "textAlignment" "center" "font" "CerbeticaBold24" "fgcolor_override" "White" "mouseinputenabled" "0" @@ -132,8 +132,5 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" } } diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res index 0eb6dea..58eab45 100644 --- a/resource/ui/matchmakingdashboardmvmmodeselect.res +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -124,10 +124,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "HudBlack" } "PlayForBraggingRightsExplanation" @@ -244,10 +242,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "HudBlack" } "PlayOnCommunityServerExplanation" diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res index 81bb2f5..30a1c2c 100644 --- a/resource/ui/matchmakingdashboardplaylist.res +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -25,7 +25,7 @@ "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Matchmaking_HeaderModeSelect" - "textAlignment" "west" + "textAlignment" "center" "font" "CerbeticaBold24" "fgcolor_override" "White" "mouseinputenabled" "0" diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res index cf06a60..8c65c9f 100644 --- a/resource/ui/matchmakingdashboardpopup_newmatch.res +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -15,7 +15,7 @@ "mouseinputenabled" "1" "collapsed_height" "0" - "expanded_height" "60" + "expanded_height" "30" "pinCorner" "2" "autoResize" "1" @@ -49,7 +49,7 @@ "tall" "f5" "visible" "1" "PaintBackgroundType" "2" - "border" "CyanBorder" + "border" "NoBorder" "bgcolor_override" "DarkGrey" "proportionaltoparent" "1" "pinCorner" "3" @@ -59,7 +59,7 @@ "ControlName" "CAutoFittingLabel" "fieldName" "DescLabel" "xpos" "0" - "ypos" "7" + "ypos" "5" "wide" "f0" "zpos" "100" "tall" "20" @@ -127,8 +127,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "SmallJoinButton" @@ -165,8 +163,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "WideJoinButton" @@ -197,8 +193,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "JoiningLabel" diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res index efca720..a9fc884 100644 --- a/resource/ui/matchmakingdashboardsidepanel.res +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -145,13 +145,13 @@ "ControlName" "EditablePanel" "fieldName" "BGPanel" "xpos" "0" - "ypos" "-90" + "ypos" "0" "zpos" "1" "wide" "f0" "tall" "f-20" "visible" "1" - "proportionaltoparent" "0" + "proportionaltoparent" "1" "border" "TeamMenuBorder" "bgcolor_override" "DarkGrey" } -} +}
\ No newline at end of file diff --git a/resource/ui/mediccallerpanel.res b/resource/ui/mediccallerpanel.res index 86e31a1..ad2d1df 100644 --- a/resource/ui/mediccallerpanel.res +++ b/resource/ui/mediccallerpanel.res @@ -7,10 +7,10 @@ "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "0" - "tall" "0" + "wide" "30" + "tall" "30" "visible" "0" - "enabled" "0" + "enabled" "1" "image" "../effects/speech_mediccall_hud" "scaleImage" "1" } diff --git a/resource/ui/mvminworldcurrency.res b/resource/ui/mvminworldcurrency.res index 2971f99..8d2241c 100644 --- a/resource/ui/mvminworldcurrency.res +++ b/resource/ui/mvminworldcurrency.res @@ -2,18 +2,17 @@ { "CurrencyBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "CurrencyBG" "xpos" "0" "ypos" "0" "zpos" "0" "wide" "100" "tall" "20" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "bgcolor_override" "0 0 0 200" + "PaintBackgroundType" "2" } "CurrencyLabel" @@ -30,7 +29,7 @@ "visible" "1" "enabled" "1" "textAlignment" "west" - "labelText" "Remaining" + "labelText" "#TF_PVE_Missed" } "CurrencyGood" @@ -38,7 +37,7 @@ "ControlName" "CExLabel" "fieldName" "CurrencyGood" "font" "Cerbetica14" - "fgcolor" "125 225 30 255" + "fgcolor" "CreditsGreen" "xpos" "45" "ypos" "0" "zpos" "4" diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res index 33a7e74..d49a1d5 100644 --- a/resource/ui/mvmscoreboard.res +++ b/resource/ui/mvmscoreboard.res @@ -20,8 +20,8 @@ "fieldName" "PopFileLabel" "font" "Cerbetica24" "labelText" "%popfile%" - "textAlignment" "center" - "xpos" "c-270" + "textAlignment" "west" + "xpos" "c-265" "ypos" "c-30" "wide" "270" "tall" "30" @@ -32,17 +32,17 @@ { "ControlName" "ScalableImagePanel" "fieldName" "PlayerListBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "400" - "tall" "150" - "visible" "1" - "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" "image" "../hud/tournament_panel_brown" - "scaleImage" "1" - "src_corner_height" "22" - "src_corner_width" "22" + "scaleImage" "0" + "src_corner_height" "0" + "src_corner_width" "0" "draw_corner_width" "0" "draw_corner_height" "0" } @@ -61,44 +61,6 @@ "enabled" "1" "fillcolor" "0 0 0 200" } - "DifficultyContainer" - { - "ControlName" "EditablePanel" - "fieldName" "DifficultyContainer" - "xpos" "c0" - "ypos" "c-30" - "wide" "270" - "tall" "30" - "visible" "1" - - "DifficultyLabel" - { - "ControlName" "CExLabel" - "fieldName" "DifficultyLabel" - "font" "Cerbetica24" - "labelText" "#TF_MvM_Difficulty" - "textAlignment" "center" - "xpos" "0" - "ypos" "-6" - "wide" "0" - "tall" "0" //disable - "fgcolor" "tanlight" - } - - "DifficultyValue" - { - "ControlName" "CExLabel" - "fieldName" "DifficultyValue" - "font" "Cerbetica24" - "labelText" "%difficultyvalue%" - "textAlignment" "center" - "xpos" "0" - "ypos" "0" - "wide" "270" - "tall" "30" - "fgcolor" "tanlight" - } - } "MvMPlayerList" { @@ -132,21 +94,20 @@ { "ControlName" "ScalableImagePanel" "fieldName" "CreditStatsBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "400" - "tall" "135" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../HUD/tournament_panel_brown" - - "src_corner_height" "22" - "src_corner_width" "22" - "draw_corner_width" "0" - "draw_corner_height" "0" + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "CreditsLabel" diff --git a/resource/ui/notifications/base_notification.res b/resource/ui/notifications/base_notification.res deleted file mode 100644 index e68c261..0000000 --- a/resource/ui/notifications/base_notification.res +++ /dev/null @@ -1,52 +0,0 @@ -"Resource/UI/notifications/base_notification.res" -{ - "Notification_Background" - { - "ControlName" "CImagePanel" - "fieldName" "Notification_Background" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "image" "" - "scaleImage" "1" - } - - "Notification_Icon" - { - "ControlName" "CIconPanel" - "fieldName" "Notification_Icon" - "xpos" "7" - "ypos" "9" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "" - } - - "Notification_Label" - { - "ControlName" "CExLabel" - "fieldName" "Notification_Label" - "font" "Cerbetica16" - "xpos" "30" - "ypos" "9" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "West" - "dulltext" "0" - "brighttext" "0" - } -}
\ No newline at end of file diff --git a/resource/ui/objectivestatusescort.res b/resource/ui/objectivestatusescort.res index 4061031..13a73f8 100644 --- a/resource/ui/objectivestatusescort.res +++ b/resource/ui/objectivestatusescort.res @@ -4,10 +4,10 @@ { "ControlName" "EditablePanel" "fieldName" "ObjectiveStatusEscort" - "xpos" "c-200" - "ypos" "330" + "xpos" "0" + "ypos" "r145" "zpos" "1" - "wide" "400" + "wide" "f0" "tall" "150" "visible" "1" "enabled" "1" @@ -16,7 +16,7 @@ "if_multiple_trains" { - "ypos" "330" + "ypos" "r200" "tall" "200" } } @@ -25,51 +25,91 @@ { "ControlName" "ImagePanel" "fieldName" "LevelBar" - "xpos" "73" - "ypos" "123" + "xpos" "c-60" + "ypos" "130" "zpos" "0" - "wide" "254" - "tall" "4" - "visible" "1" + "wide" "120" + "tall" "10" + "visible" "0" "enabled" "1" "labelText" "" - "image" "../hud/cart_track" + "image" "../hud/cart_track_neutral_opaque" "scaleImage" "1" "if_multiple_trains" { "ypos" "114" "zpos" "3" - "tall" "12" + "tall" "10" "image" "../hud/cart_track_neutral_opaque" } "if_single_with_hills" { - "ypos" "120" - "tall" "12" + "ypos" "131" + "tall" "8" "image" "../hud/cart_track_neutral_opaque" } } - "ProgressBar" + "BarBg" { - "ControlName" "CTFHudEscortProgressBar" - "fieldName" "ProgressBar" - "xpos" "73" - "ypos" "123" - "zpos" "4" - "wide" "254" - "tall" "4" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "BarBg" + "xpos" "c-60" + "ypos" "131" + "zpos" "0" + "wide" "120" + "tall" "8" + "visible" "1" "enabled" "1" - "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" "if_multiple_trains" { - "ypos" "114" + "ypos" "115" + } + } + + "BarStripe" + { + "ControlName" "EditablePanel" + "fieldName" "BarStripe" + "xpos" "c-60" + "ypos" "134" + "zpos" "0" + "wide" "120" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "255 255 255 10" + + "if_multiple_trains" + { + "ypos" "118" + } + } + + "ProgressBar" + { + "ControlName" "CTFHudEscortProgressBar" + "fieldName" "ProgressBar" + "xpos" "c-60" + "ypos" "131" + "zpos" "10" + "wide" "120" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + + "if_multiple_trains" + { + "ypos" "115" "zpos" "6" - "tall" "12" + "tall" "8" "visible" "1" } } @@ -78,28 +118,28 @@ { "ControlName" "ImagePanel" "fieldName" "HomeCPIcon" - "xpos" "64" - "ypos" "116" - "zpos" "1" - "wide" "18" - "tall" "18" + "xpos" "c-66" + "ypos" "130" + "zpos" "10" + "wide" "10" + "tall" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "" - "image" "../hud/cart_home_blue" + "image" "../hud/cart_point_blue_opaque" "scaleImage" "1" "if_team_red" { - "image" "../hud/cart_home_red" + "image" "../hud/cart_point_red" } "if_single_with_hills_blue" { - "image" "../hud/cart_home_blue_opaque" + "image" "../hud/cart_point_blue_opaque" } "if_single_with_hills_red" @@ -109,10 +149,10 @@ "if_multiple_trains" { - "xpos" "61" - "zpos" "5" - "wide" "12" - "tall" "12" + "xpos" "c-66" + "zpos" "10" + "wide" "10" + "tall" "10" "image" "../hud/cart_track_neutral_opaque" } @@ -128,12 +168,12 @@ "if_multiple_trains_red" { - "image" "../hud/cart_home_red_square" + "image" "../hud/cart_point_red_opaque" } "if_multiple_trains_blue" { - "image" "../hud/cart_home_blue_square" + "image" "../hud/cart_point_blue_opaque" } } @@ -141,11 +181,11 @@ { "ControlName" "ImagePanel" "fieldName" "SimpleControlPointTemplate" - "xpos" "65" - "ypos" "116" - "zpos" "1" - "wide" "18" - "tall" "18" + "xpos" "40" + "ypos" "130" + "zpos" "10" + "wide" "10" + "tall" "10" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -160,8 +200,8 @@ "xpos" "61" "ypos" "114" "zpos" "5" - "wide" "12" - "tall" "12" + "wide" "10" + "tall" "10" } } @@ -170,10 +210,10 @@ "ControlName" "EditablePanel" "fieldName" "EscortItemPanel" "xpos" "0" - "ypos" "48" + "ypos" "30" "zpos" "2" - "wide" "52" - "tall" "75" + "wide" "80" + "tall" "115" "visible" "1" "enabled" "1" @@ -189,12 +229,12 @@ { "ControlName" "CExLabel" "fieldName" "RecedeTime" - "font" "Cerbetica8" - "xpos" "18" - "ypos" "53" + "font" "Cerbetica10" + "xpos" "27" + "ypos" "78" "zpos" "2" - "wide" "17" - "tall" "7" + "wide" "25" + "tall" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -206,9 +246,9 @@ "if_multiple_trains" { - "font" "ItemFontAttribSmall" - "xpos" "21" - "wide" "11" + "font" "HudFontSmallest" + "xpos" "17" + "wide" "18" "tall" "10" } @@ -227,11 +267,11 @@ { "ControlName" "ImagePanel" "fieldName" "EscortItemImage" - "xpos" "13" - "ypos" "50" + "xpos" "27" + "ypos" "77" "zpos" "1" - "wide" "26" - "tall" "26" + "wide" "25" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -326,11 +366,11 @@ { "ControlName" "ImagePanel" "fieldName" "Speed_Backwards" - "xpos" "23" - "ypos" "53" + "xpos" "36" + "ypos" "80" "zpos" "2" - "wide" "7" - "tall" "7" + "wide" "6" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -362,19 +402,19 @@ { "ControlName" "ImagePanel" "fieldName" "CapPlayerImage" - "xpos" "20" - "ypos" "52" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "3" - "tall" "7" + "wide" "6" + "tall" "12" "visible" "0" - "enabled" "1" + "enabled" "0" "image" "capture_icon_white" "scaleImage" "1" "if_multiple_trains" { - "xpos" "19" + "xpos" "9999" "wide" "5" "tall" "10" } @@ -394,27 +434,27 @@ { "ControlName" "CExLabel" "fieldName" "CapNumPlayers" - "font" "Cerbetica8" - "xpos" "25" - "ypos" "53" - "zpos" "4" - "wide" "20" - "tall" "7" + "font" "Cerbetica10" + "xpos" "32" + "ypos" "79" + "zpos" "5" + "wide" "15" + "tall" "8" "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "1" "labelText" "#ControlPointIconCappers" - "textAlignment" "west" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "if_multiple_trains" { - "font" "ItemFontAttribSmall" - "xpos" "24" - "wide" "30" + "xpos" "16" + "wide" "18" "tall" "10" + "textinsetx" "-10" } "if_multiple_trains_top" @@ -424,7 +464,7 @@ "if_multiple_trains_bottom" { - "ypos" "81" + "ypos" "82" } } @@ -432,11 +472,11 @@ { "ControlName" "ImagePanel" "fieldName" "Blocked" - "xpos" "23" - "ypos" "53" + "xpos" "35" + "ypos" "79" "zpos" "2" - "wide" "7" - "tall" "7" + "wide" "8" + "tall" "8" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -470,16 +510,16 @@ "fieldName" "EscortTeardrop" "xpos" "9999" "ypos" "9999" - "zpos" "20" - "wide" "100" - "tall" "65" + "zpos" "10" + "wide" "50" + "tall" "42" "visible" "0" - "enabled" "1" + "enabled" "0" "if_multiple_trains" { - "xpos" "9" - "ypos" "2" + "xpos" "9999" + "ypos" "9999" "wide" "65" "tall" "42" } @@ -491,10 +531,8 @@ "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "54" - "tall" "65" - "wide_minmode" "35" - "tall_minmode" "42" + "wide" "34" + "tall" "41" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -503,10 +541,6 @@ "if_multiple_trains" { - "xpos" "0" - "ypos" "0" - "wide" "35" - "tall" "42" } } @@ -515,30 +549,27 @@ "ControlName" "Label" "fieldName" "ProgressText" "font" "DefaultSmall" - "font_minmode" "DefaultVerySmall" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "8" "zpos" "23" - "wide" "54" - "tall" "40" - "wide_minmode" "35" - "tall_minmode" "28" + "wide" "0" + "tall" "0" "autoResize" "0" "pinCorner" "0" "visible" "0" - "enabled" "1" - "labelText" "progress" + "enabled" "0" + "labelText" "#Questlog_Progress" "dulltext" "0" "brighttext" "0" "centerwrap" "1" "if_multiple_trains" { - "font" "Cerbetica8" + "font" "DefaultVerySmall" "xpos" "0" "ypos" "3" - "wide" "35" - "tall" "28" + "wide" "0" + "tall" "0" } } @@ -547,12 +578,10 @@ "ControlName" "CIconPanel" "fieldName" "Blocked" "xpos" "2" - "ypos" "2" + "ypos" "3" "zpos" "1" - "wide" "50" - "tall" "50" - "wide_minmode" "31" - "tall_minmode" "31" + "wide" "30" + "tall" "30" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -572,13 +601,11 @@ { "ControlName" "ImagePanel" "fieldName" "Capping" - "xpos" "8" - "ypos" "8" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "30" - "tall" "30" - "wide_minmode" "20" - "tall_minmode" "20" + "wide" "24" + "tall" "24" "autoResize" "0" "pinCorner" "0" "visible" "0" diff --git a/resource/ui/objectivestatusmultipleescort.res b/resource/ui/objectivestatusmultipleescort.res new file mode 100644 index 0000000..1656e5c --- /dev/null +++ b/resource/ui/objectivestatusmultipleescort.res @@ -0,0 +1,54 @@ +"Resource/UI/ObjectiveStatusMultipleEscort.res" +{ + "ObjectiveStatusMultipleEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusMultipleEscort" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "BlueEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "BlueEscortPanel" + "xpos" "0" + "ypos" "r150" + "zpos" "220" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "progress_xpos" "79" + "progress_wide" "270" + + "if_blue_is_top" + { + "ypos" "r162" + } + } + + "RedEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "RedEscortPanel" + "xpos" "0" + "ypos" "r150" + "zpos" "220" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "progress_xpos" "79" + "progress_wide" "270" + + "if_red_is_top" + { + "ypos" "r162" + } + } +}
\ No newline at end of file diff --git a/resource/ui/publishfiledialog.res b/resource/ui/publishfiledialog.res new file mode 100644 index 0000000..6b6d804 --- /dev/null +++ b/resource/ui/publishfiledialog.res @@ -0,0 +1,1252 @@ +"PublishFileDialog.res" +{ + "PublishFileDialog" + { + "ControlName" "CPublishFileDialog" + "fieldName" "PublishFileDialog" + "xpos" "c-300" + "ypos" "c-200" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "border" "CyanBorderThick" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "600" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "DarkGrey" + } + + "WorkshopBG" + { + "ControlName" "ImagePanel" + "fieldName" "WorkshopBG" + "xpos" "0" + "ypos" "0" + "zpos" "-99" + "wide" "600" + "tall" "500" + "visible" "1" + "enabled" "1" + "image" "workshop_blue_top" + "scaleImage" "1" + } + + "BackgroundBottom" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundBottom" + "xpos" "0" + "ypos" "355" + "wide" "600" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "DarkGrey" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "15" + "ypos" "15" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Title" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold22" + } + + "LabelPreview" + { + "ControlName" "Label" + "fieldName" "LabelPreview" + "xpos" "15" + "ypos" "45" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Preview" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + + "PreviewImageBorder" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewImageBorder" + "xpos" "15" + "ypos" "65" + "zpos" "-99" + "wide" "150" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "border" "SteamWorkshopBorder" + + "PreviewDescription" + { + "ControlName" "Label" + "fieldName" "PreviewDescription" + "xpos" "5" + "ypos" "0" + "wide" "140" + "tall" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_PreviewDesc" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "font" "HudFontSmallest" + } + } + + "PreviewImage" + { + "ControlName" "CBitmapPanel" + "fieldName" "PreviewImage" + "xpos" "15" + "ypos" "65" + "wide" "150" + "tall" "150" + "visible" "1" + } + + "ButtonPreviewBrowse" + { + "ControlName" "Button" + "fieldName" "ButtonPreviewBrowse" + "xpos" "15" + "ypos" "220" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Browse" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "PreviewBrowse" + "Default" "1" + "font" "HudFontSmallBold" + } + + "LabelTitle" + { + "ControlName" "Label" + "fieldName" "LabelTitle" + "xpos" "175" + "ypos" "45" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_TitleLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + + "FileTitle" + { + "ControlName" "TextEntry" + "fieldName" "FileTitle" + "xpos" "175" + "ypos" "70" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "128" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "0 0 0 255" + "bgcolor_override" "235 226 202 255" + "paintbackgroundtype" "2" + "font" "CerbeticaBold15" + } + + "LabelDesc" + { + "ControlName" "Label" + "fieldName" "LabelDesc" + "xpos" "175" + "ypos" "95" + "wide" "275" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_DescLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + "FileDesc" + { + "ControlName" "TextEntry" + "fieldName" "FileDesc" + "xpos" "175" + "ypos" "120" + "wide" "250" + "tall" "125" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "maxchars" "8000" + "NumericInputOnly" "0" + "unicode" "1" + "fgcolor_override" "0 0 0 255" + "bgcolor_override" "235 226 202 255" + "paintbackgroundtype" "2" + "font" "CerbeticaBold15" + } + + "LabelSourceFile" + { + "ControlName" "Label" + "fieldName" "LabelSourceFile" + "xpos" "175" + "ypos" "250" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_FileLabel" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "CerbeticaBold15" + } + + "SourceFile" + { + "ControlName" "Label" + "fieldName" "SourceFile" + "xpos" "225" + "ypos" "250" + "wide" "275" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "labelText" "#TF_PublishFile_NoFileSelected" + "textHidden" "0" + "editable" "0" + "maxchars" "256" + "NumericInputOnly" "0" + "unicode" "0" + "font" "CerbeticaBold15" + } + + "ButtonSourceCosmetics" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonSourceCosmetics" + "xpos" "85" + "ypos" "275" + "wide" "140" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Cosmetics" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileCosmetics" + "Default" "1" + "font" "HudFontSmallBold" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "115" + "ypos" "0" + "zpos" "1" + "wide" "25" + "tall" "25" + "scaleImage" "1" + "image" "importtool_goldstar" + } + } + + "ButtonSourceOther" + { + "ControlName" "Button" + "fieldName" "ButtonSourceOther" + "xpos" "230" + "ypos" "275" + "wide" "140" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Other" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileOther" + "Default" "1" + "font" "HudFontSmallBold" + } + + "ButtonSourceMaps" + { + "ControlName" "CExImageButton" + "fieldName" "ButtonSourceMaps" + "xpos" "375" + "ypos" "275" + "wide" "140" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Maps" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "MainFileMaps" + "Default" "1" + "font" "HudFontSmallBold" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "115" + "ypos" "0" + "zpos" "1" + "wide" "25" + "tall" "25" + "scaleImage" "1" + "image" "beta" + } + } + + "BrowseDescription" + { + "ControlName" "Label" + "fieldName" "BrowseDescription" + "xpos" "175" + "ypos" "300" + "wide" "270" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_BrowseDesc" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanDark" + } + + "TagsTitle" + { + "ControlName" "Label" + "fieldName" "TagsTitle" + "xpos" "430" + "ypos" "45" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Tags" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "HudFontSmallBold" + } + + "ClassUsagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassUsagePanel" + "xpos" "430" + "ypos" "45" + "wide" "155" + "tall" "228" + "visible" "1" + "paintbackground" "1" + + "ClassCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox1" + "labelText" "#TF_Class_Name_Scout" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox2" + "labelText" "#TF_Class_Name_Sniper" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox3" + "labelText" "#TF_Class_Name_Soldier" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox4" + "labelText" "#TF_Class_Name_Demoman" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox5" + "labelText" "#TF_Class_Name_Medic" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "105" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox6" + "labelText" "#TF_Class_Name_HWGuy" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox7" + "labelText" "#TF_Class_Name_Pyro" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox8" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox8" + "labelText" "#TF_Class_Name_Spy" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox9" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox9" + "labelText" "#TF_Class_Name_Engineer" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "" + "ypos" "185" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "TagCheckbox_Headgear" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Headgear" + "labelText" "#TF_SteamWorkshop_Tag_Headgear" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "25" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Weapon" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Weapon" + "labelText" "#TF_SteamWorkshop_Tag_Weapon" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "45" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Misc" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Misc" + "labelText" "#TF_SteamWorkshop_Tag_Misc" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_SoundDevice" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_SoundDevice" + "labelText" "#TF_SteamWorkshop_Tag_SoundDevice" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "85" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Halloween" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Halloween" + "labelText" "#TF_SteamWorkshop_Tag_Halloween" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "105" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Smissmas" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Smissmas" + "labelText" "#TF_SteamWorkshop_Tag_Smissmas" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "125" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Taunt" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Taunt" + "labelText" "#TF_SteamWorkshop_Tag_Taunt" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "145" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_UnusualEffect" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_UnusualEffect" + "labelText" "#TF_SteamWorkshop_Tag_UnusualEffect" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "165" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_WarPaint" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_WarPaint" + "labelText" "#TF_SteamWorkshop_Tag_WarPaint" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "185" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "TagCheckbox_Jungle" + { + "ControlName" "CheckButton" + "fieldName" "TagCheckbox_Jungle" + "labelText" "#TF_SteamWorkshop_Tag_Jungle" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "205" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "MapsCheckBox_CTF" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_CTF" + "labelText" "#TF_SteamWorkshop_Tag_CTF" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_CP" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_CP" + "labelText" "#TF_SteamWorkshop_Tag_CP" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "45" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Escort" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Escort" + "labelText" "#TF_SteamWorkshop_Tag_Escort" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "65" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_EscortRace" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_EscortRace" + "labelText" "#TF_SteamWorkshop_Tag_EscortRace" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_RobotDestruction" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_RobotDestruction" + "labelText" "#TF_SteamWorkshop_Tag_RobotDestruction" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "105" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Koth" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Koth" + "labelText" "#TF_SteamWorkshop_Tag_Koth" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_AttackDefense" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_AttackDefense" + "labelText" "#TF_SteamWorkshop_Tag_AttackDefense" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_SD" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_SD" + "labelText" "#TF_SteamWorkshop_Tag_SD" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_MVM" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_MVM" + "labelText" "#TF_SteamWorkshop_Tag_MVM" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "0" + "ypos" "185" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Arena" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Arena" + "labelText" "#TF_SteamWorkshop_Tag_Arena" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "25" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Powerup" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Powerup" + "labelText" "#TF_SteamWorkshop_Tag_Powerup" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "45" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Medieval" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Medieval" + "labelText" "#TF_SteamWorkshop_Tag_Medieval" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "65" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_PassTime" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_PassTime" + "labelText" "#TF_SteamWorkshop_Tag_PassTime" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "85" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Specialty" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Specialty" + "labelText" "#TF_SteamWorkshop_Tag_Specialty" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "105" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckBox_Halloween" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckBox_Halloween" + "labelText" "#TF_SteamWorkshop_Tag_Halloween" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "125" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckbox_Smissmas" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Smissmas" + "labelText" "#TF_SteamWorkshop_Tag_Smissmas" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "145" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckbox_Night" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Night" + "labelText" "#TF_SteamWorkshop_Tag_Night" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "165" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "MapsCheckbox_Jungle" + { + "ControlName" "CheckButton" + "fieldName" "MapsCheckbox_Jungle" + "labelText" "#TF_SteamWorkshop_Tag_Jungle" + "Font" "ItemFontNameSmall" + "textAlignment" "west" + "xpos" "85" + "ypos" "185" + "zpos" "1" + "wide" "80" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + } + + "ButtonClose" + { + "ControlName" "Button" + "fieldName" "ButtonClose" + "xpos" "145" + "ypos" "365" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Close" + "Default" "0" + "font" "HudFontSmallBold" + } + + "ButtonPublish" + { + "ControlName" "Button" + "fieldName" "ButtonPublish" + "xpos" "305" + "ypos" "365" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PublishFile_Publish" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "Command" "Publish" + "Default" "1" + "font" "HudFontSmallBold" + } +}
\ No newline at end of file diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 83d17af..88de954 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -50,7 +50,7 @@ "ControlName" "CBaseModelPanel" "fieldName" "RankModel" "xpos" "cs-0.5" - "ypos" "cs-0.45" + "ypos" "cs-0.5" "zpos" "0" "wide" "o1" "tall" "p0.12" @@ -58,7 +58,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fov" "50" + "fov" "60" "proportionaltoparent" "1" if_mini @@ -213,7 +213,7 @@ "visible" "1" "enabled" "1" "font" "HudFontSmallishBold" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "textAlignment" "center" "labelText" "%name%" "proportionaltoparent" "1" @@ -236,7 +236,7 @@ "visible" "1" "enabled" "1" "font" "HudFontSmallestBold" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "textAlignment" "center" "labelText" "%desc1%" "proportionaltoparent" "1" diff --git a/resource/ui/replaybrowser/basepage.res b/resource/ui/replaybrowser/basepage.res index 4e0d7f8..cf2c209 100644 --- a/resource/ui/replaybrowser/basepage.res +++ b/resource/ui/replaybrowser/basepage.res @@ -37,7 +37,7 @@ "enabled" "1" "tabPosition" "0" "fgcolor_override" "White" - "bgcolor_override" "Black" + "bgcolor_override" "DarkerGrey" "Font" "CerbeticaBold14" } diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index 629a55f..ae2e333 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -15,20 +15,22 @@ "tabPosition" "0" "settitlebarvisible" "1" "PaintBackgroundType" "0" - "bgcolor_override" "46 43 42 0" - "infocus_bgcolor_override" "46 43 42 0" - "outoffocus_bgcolor_override" "46 43 42 0" + "bgcolor_override" "27 27 27 0" + "infocus_bgcolor_override" "27 27 27 0" + "outoffocus_bgcolor_override" "27 27 27 0" "title" "#Replay_Replay" - "title_font" "CerbeticaBold36" + "title_font" "HudFontSmallBold" "titletextinsetX" "40" "titletextinsetY" "0" "titlebarfgcolor_override" "HudOffWhite" "titlebardisabledfgcolor_override" "HudOffWhite" "titlebarbgcolor_override" "DarkGrey" + "clientinsetx_override" "0" "sheetinset_bottom" "40" } + "BackgroundHeader" { "ControlName" "ImagePanel" @@ -57,6 +59,7 @@ "fillcolor" "27 27 27 200" "tileImage" "1" } + "BackgroundFooter" { "ControlName" "ImagePanel" @@ -77,7 +80,7 @@ "fieldName" "BackgroundFooter2" "xpos" "0" "ypos" "420" - "zpos" "0" + "zpos" "1" "wide" "f0" "tall" "60" "visible" "1" @@ -85,10 +88,11 @@ "fillcolor" "27 27 27 200" "tileImage" "1" } + "FooterLine" { "ControlName" "EditablePanel" - "fieldName" "HeaderLine" + "fieldName" "FooterLine" "xpos" "0" "ypos" "420" "zpos" "2" @@ -96,55 +100,57 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" - "border" "NoBorder" "bgcolor_override" "ColorCyan" } + "Sheet" { "ControlName" "EditablePanel" "fieldName" "Sheet" - "tabxindent" "15" + "tabxindent" "80" "tabxdelta" "10" - "tabwidth" "150" + "tabwidth" "240" "tabheight" "20" "transition_time" "0" - "yoffset" "15" + "yoffset" "14" "HeaderLine" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "HeaderLine" "xpos" "0" "ypos" "32" "zpos" "5" "wide" "f0" - "tall" "10" - "visible" "0" - "enabled" "0" - "image" "loadout_solid_line" - "scaleImage" "1" + "tall" "2" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "ColorCyan" } "tabskv" { - "textinsetx" "0" - "textinsety" "-6" - "font" "CerbeticaBold20" - "selectedcolor" "White" - "unselectedcolor" "DullWhite" - "defaultBgColor_override" "Blank" - "paintbackground" "0" - "activeborder_override" "NoBorder" - "normalborder_override" "NoBorder" + "textinsetx" "25" + "textAlignment" "center" + "font" "Cerbetica18" + "selectedcolor" "TanLight" + "unselectedcolor" "TanDark" + "defaultBgColor_override" "25 25 25 255" + "paintbackground" "1" + "activeborder_override" "CyanBorderTabs" + "normalborder_override" "CyanBorderTabsInactive" + "unselectedBgColor_override" "10 10 10 255" + "depressedBgColor_override" "10 10 10 255" } } + "BackButton" { "ControlName" "CExButton" "fieldName" "BackButton" - "xpos" "c-288" + "xpos" "c-295" "ypos" "437" "zpos" "2" "wide" "100" @@ -154,7 +160,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<< Back (&Q)" + "labelText" "Back (&Q)" "font" "HudFontSmallBold" "textAlignment" "center" "dulltext" "0" @@ -163,7 +169,5 @@ "Command" "back" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } }
\ No newline at end of file diff --git a/resource/ui/replaybrowser/thumbnailcollection.res b/resource/ui/replaybrowser/thumbnailcollection.res index 4145d46..2519e0e 100644 --- a/resource/ui/replaybrowser/thumbnailcollection.res +++ b/resource/ui/replaybrowser/thumbnailcollection.res @@ -92,8 +92,8 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "White" "wrap" "1" + "fgcolor_override" "White" } "Line" diff --git a/resource/ui/revivedialog.res b/resource/ui/revivedialog.res index 9de380e..42f9652 100644 --- a/resource/ui/revivedialog.res +++ b/resource/ui/revivedialog.res @@ -32,7 +32,7 @@ "autoResize" "0" "PaintBackgroundType" "0" "border" "NoBorder" - "bgcolor_override" "HudBlack" + "bgcolor_override" "65 65 65 255" } "TitleLabel" diff --git a/resource/ui/spectator.res b/resource/ui/spectator.res index 5c276fe..02f8ef7 100644 --- a/resource/ui/spectator.res +++ b/resource/ui/spectator.res @@ -24,7 +24,7 @@ "wide" "f0" "autoResize" "0" "pinCorner" "0" - "visible" "1" + "visible" "0" "enabled" "1" "tabPosition" "0" } @@ -45,15 +45,13 @@ { "ControlName" "Panel" "fieldName" "bottombarblank" - "xpos" "9999" - "ypos" "9999" - "ypos_minmode" "r0" + "xpos" "0" + "ypos" "r0" "tall" "0" "wide" "f0" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "visible_minmode" "0" + "visible" "0" "enabled" "1" "tabPosition" "0" } @@ -74,7 +72,7 @@ "textAlignment" "center" "font" "Cerbetica24" } - + "BuyBackLabel" { "ControlName" "CExLabel" @@ -87,11 +85,16 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "labelText" "" + "labelText" "#TF_PVE_Buyback" "textAlignment" "center" - "font" "Cerbetica24" "wrap" "1" "centerwrap" "1" + "font" "Cerbetica24" + + if_mvm + { + "visible" "1" + } } "MapLabel" @@ -160,6 +163,7 @@ "tall" "100" "visible" "0" "bgcolor_override" "255 255 255 0" + "paintbackground" "1" "PaintBackgroundType" "0" "model_ypos" "10" @@ -177,36 +181,20 @@ "resize_to_text" "1" "text_forcesize" "2" - "ItemBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "240" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "TitleBackground" + "ItemBG" { "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" + "fieldName" "ItemBG" + "xpos" "0" + "ypos" "0" "zpos" "-1" - "wide" "232" - "tall" "14" + "wide" "240" + "tall" "900" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 100" + "fillcolor" "HudBlack" } "itemmodelpanel" diff --git a/resource/ui/spectatortournament.res b/resource/ui/spectatortournament.res index d3e4b84..2dcb952 100644 --- a/resource/ui/spectatortournament.res +++ b/resource/ui/spectatortournament.res @@ -11,12 +11,12 @@ "enabled" "1" "team1_player_base_offset_x" "0" - "team1_player_base_y" "220" + "team1_player_base_y" "255" "team1_player_delta_x" "0" "team1_player_delta_y" "-16" "team2_player_base_offset_x" "0" - "team2_player_base_y" "240" + "team2_player_base_y" "275" "team2_player_delta_x" "0" "team2_player_delta_y" "16" @@ -197,8 +197,8 @@ "xpos" "0" "ypos" "0" "zpos" "3" - "wide" "24" - "tall" "14" + "wide" "26" + "tall" "17" "visible" "1" "enabled" "1" "HealthBonusPosAdj" "10" diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res index 41da846..c7be31f 100644 --- a/resource/ui/spectatortournamentguihealth.res +++ b/resource/ui/spectatortournamentguihealth.res @@ -4,14 +4,14 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "14" - "tall" "14" - "visible" "1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "wide" "20" + "tall" "20" + "visible" "0" "enabled" "1" "scaleImage" "1" + "proportionaltoparent" "1" } "PlayerStatusHealthImageBG" @@ -25,15 +25,17 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "12" - "tall" "12" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "208" + "tall" "234" "visible" "0" "enabled" "1" - "image" "../hud/health_over_bg" + "alpha" "0" "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" } "PlayerStatusHealthValueSpectator" @@ -57,8 +59,8 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueSpectatorBG" - "xpos" "1" - "ypos" "1" + "xpos" "2" + "ypos" "2" "zpos" "4" "wide" "25" "tall" "16" diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index b7bc6b1..fd39b3a 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -15,6 +15,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" + "paintbackground" "1" "paintborder" "1" "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" @@ -46,7 +47,7 @@ "labelText" "%text%" "textAlignment" "north-west" "xpos" "35" - "ypos" "158" + "ypos" "153" "zpos" "1" "wide" "340" "tall" "50" @@ -66,7 +67,7 @@ "labelText" "#Store_ConfirmStampDonationAddText2" "textAlignment" "north-west" "xpos" "35" - "ypos" "62" + "ypos" "52" "zpos" "1" "wide" "330" "tall" "170" @@ -83,7 +84,7 @@ "ControlName" "ImagePanel" "fieldName" "ItemImagePanel" "xpos" "282" - "ypos" "45" + "ypos" "20" "wide" "150" "tall" "150" "autoResize" "0" @@ -98,8 +99,8 @@ { "ControlName" "ImagePanel" "fieldName" "ItemImagePanel2" - "xpos" "245" - "ypos" "115" + "xpos" "255" + "ypos" "95" "wide" "140" "tall" "140" "autoResize" "0" @@ -115,7 +116,7 @@ "ControlName" "CExButton" "fieldName" "Nope" "xpos" "40" - "ypos" "220" + "ypos" "210" "zpos" "20" "wide" "175" "tall" "25" @@ -132,8 +133,6 @@ "Command" "nope" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ConfirmButton" @@ -141,7 +140,7 @@ "ControlName" "CExButton" "fieldName" "ConfirmButton" "xpos" "235" - "ypos" "220" + "ypos" "100" "zpos" "20" "wide" "175" "tall" "25" @@ -159,8 +158,6 @@ "Command" "add_stamp_to_cart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/vote_success.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "PriceLabel" @@ -171,7 +168,7 @@ "labelText" "%price%" "textAlignment" "north-east" "xpos" "345" - "ypos" "195" + "ypos" "145" "zpos" "25" "wide" "100" "tall" "25" diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 2a561ee..6debeab 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -173,6 +173,7 @@ "visible" "1" "enabled" "1" } + "MapLabel" { "ControlName" "CExLabel" @@ -244,8 +245,8 @@ "xpos" "c-282" "ypos" "212" "zpos" "5" - "tall" "20" "wide" "150" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -287,79 +288,6 @@ } } - "InteractiveHeaders" - { - "ControlName" "EditablePanel" - "fieldName" "InteractiveHeaders" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - - "BarChartComboA" - { - "ControlName" "ComboBox" - "fieldName" "BarChartComboA" - "xpos" "c-285" - "ypos" "212" - "zpos" "10" - "wide" "154" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" - } - "BarChartComboB" - { - "ControlName" "ComboBox" - "fieldName" "BarChartComboB" - "xpos" "c-127" - "ypos" "212" - "zpos" "10" - "wide" "154" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" - } - "ClassCombo" - { - "ControlName" "ComboBox" - "fieldName" "ClassCombo" - "xpos" "c+124" - "ypos" "212" - "zpos" "10" - "wide" "167" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" - } - } "AveragesBG" { "ControlName" "EditablePanel" @@ -372,7 +300,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "bgcolor_override" "15 15 15 150" + "bgcolor_override" "HudBlack" } "AveragesLabel" { @@ -2041,11 +1969,11 @@ { "ControlName" "CTFImagePanel" "fieldName" "TipImage" - "xpos" "c-285" + "xpos" "9999" "ypos" "9999" "zpos" "12" - "wide" "0" - "tall" "0" + "wide" "35" + "tall" "35" "visible" "0" "enabled" "0" "image" "" @@ -2055,14 +1983,14 @@ { "ControlName" "Label" "fieldName" "TipText" - "font" "CerbeticaBold12" + "font" "ScoreboardVerySmall" "labelText" "%tiptext%" "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "12" - "wide" "0" - "tall" "0" + "wide" "350" + "tall" "48" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -2074,15 +2002,15 @@ { "ControlName" "Button" "fieldName" "NextTipButton" - "xpos" "9999" - "ypos" "9999" + "xpos" "c-248" + "ypos" "310" "zpos" "6" - "wide" "0" - "tall" "0" + "wide" "90" + "tall" "15" "autoResize" "0" "pinCorner" "0" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "tabPosition" "0" "labelText" "#TF_NextTip" "textAlignment" "center" diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res index 0ad0288..c42f329 100644 --- a/resource/ui/statsummary_embedded.res +++ b/resource/ui/statsummary_embedded.res @@ -1350,7 +1350,7 @@ { "ControlName" "Label" "fieldName" "RecordsLabel1" - "font" "ScoreboardMediumSmall" + "font" "ScoreboardMedium" "labelText" "#StatSummary_Label_BestMoments" "textAlignment" "west" "xpos" "c+124" @@ -1945,7 +1945,7 @@ { "ControlName" "Button" "fieldName" "NextTipButton" - "xpos" "c-248" + "xpos" "c-285" "ypos" "310" "zpos" "6" "wide" "90" diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 240031a..440472e 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -13,8 +13,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "25 25 25 240" - "border" "NoBorder" + "bgcolor_override" "HudBlack" } "Container" @@ -157,15 +156,6 @@ "Command" "learn_more" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } @@ -203,7 +193,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "86 78 68 255" + "fgcolor_override" "Black" } "SteamWorkshopItem0" @@ -268,23 +258,14 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "<" - "font" "HudFontSmallBold" + "labelText" "&A" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "Command" "prevpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CurPageLabel" @@ -303,7 +284,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "ColorCyan" + "fgcolor_override" "Black" } "NextPageButton" @@ -321,7 +302,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "&D" - "font" "HudFontSmallBold" + "font" "MenuArrows" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -353,15 +334,6 @@ "Command" "view_files" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "EditButton" @@ -386,15 +358,6 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" "labelText" "#TF_SteamWorkshop_Edit" "command" "edit" @@ -441,17 +404,9 @@ "sound_released" "UI/buttonclickrelease.wav" "labelText" "#TF_SteamWorkshop_View" "command" "view" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + "image_drawcolor" "TanLight" "image_disabledcolor" "ColorBlack" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" "SubImage" { @@ -493,15 +448,6 @@ "sound_released" "UI/buttonclickrelease.wav" "labelText" "#TF_SteamWorkshop_Delete" "command" "delete_item" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" "image_drawcolor" "TanLight" "image_disabledcolor" "ColorBlack" @@ -543,15 +489,6 @@ "Command" "browse" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "LoadTestMapButton" @@ -574,15 +511,6 @@ "Command" "itemtest" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "PublishButton" @@ -605,15 +533,6 @@ "Command" "publish" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "LearnMore2Button" @@ -636,15 +555,6 @@ "Command" "learn_more" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ViewLegalAgreementButton" @@ -670,14 +580,6 @@ "Command" "view_legal_agreement" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "CancelButton" @@ -694,7 +596,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Close" + "labelText" "#Store_CANCEL" "font" "HudFontSmallBold" "textAlignment" "center" "textinsetx" "50" @@ -703,14 +605,6 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } }
\ No newline at end of file diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index 8b4c5c0..254b748 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -16,7 +16,7 @@ "fieldName" "HeaderLabel" "font" "HudFontSmallBold" "textAlignment" "center" - "labelText" "Currently Live" + "labelText" "Currently Live on Twitch" "xpos" "0" "ypos" "0" "wide" "300" @@ -27,7 +27,7 @@ "enabled" "1" "PaintBackgroundType" "2" "fgcolor_override" "TanLight" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "100 65 165 255" } } @@ -45,30 +45,28 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labeltext" "X" - "font" "HudFontSmallBold" + "labeltext" "" + "font" "" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "0" - - "navDown" "MOTD_URLButton" - "navActivate" "<QuickplayButton" - + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "hide_streams" "paintbackground" "0" - + //"defaultFgColor_override" "TanLight" //"armedFgColor_override" "TanDarker" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "ColorCyan" - "depressedFgColor_override" "TanLight" - + "defaultFgColor_override" "Blank" + "armedFgColor_override" "Blank" + "depressedFgColor_override" "Blank" + "image_drawcolor" "TanLight" - "image_armedcolor" "LightRed" - + "image_armedcolor" "255 0 0 255" + "SubImage" { "ControlName" "ImagePanel" @@ -78,9 +76,9 @@ "zpos" "1" "wide" "14" "tall" "14" - "visible" "0" - "enabled" "0" - "image" "close_button" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -103,6 +101,23 @@ "fgcolor" "56 53 49 255" } + "StreamsBg" + { + "ControlName" "EditablePanel" + "fieldname" "StreamsBg" + "xpos" "0" + "ypos" "0" + "zpos" "-55" + "wide" "90" + "tall" "261" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enable" "1" + "paintbackground" "0" + "bgcolor_override" "DarkGrey" + } + "Stream1" { "ControlName" "CTFStreamPanel" diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index cd214d1..5942dd2 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -11,7 +11,7 @@ "tall" "f0" "visible" "1" "proportionaltoparent" "1" - "bgcolor_override" "0 0 0 50" + "bgcolor_override" "DarkGrey" } "LoadingPanel" diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res index 521e286..8abdafd 100644 --- a/resource/ui/tankprogressbar.res +++ b/resource/ui/tankprogressbar.res @@ -33,10 +33,10 @@ "ControlName" "ScalableImagePanel" "fieldName" "ProgressBar" "xpos" "30" - "ypos" "7" + "ypos" "5" "zpos" "2" "wide" "153" - "tall" "5" + "tall" "8" "visible" "1" "enabled" "1" "image" "" @@ -73,10 +73,10 @@ "ControlName" "ImagePanel" "fieldName" "ProgressBarBG2" "xpos" "30" - "ypos" "7" + "ypos" "5" "zpos" "2" "wide" "153" - "tall" "5" + "tall" "8" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res index 01a5add..0db0626 100644 --- a/resource/ui/targetid.res +++ b/resource/ui/targetid.res @@ -235,7 +235,7 @@ "visible" "1" "enabled" "1" "icon" "obj_status_alert_background_tall_nocolor" - "iconColor" "HudBlack" + "iconColor" "65 65 65 255" "scaleImage" "1" } @@ -310,4 +310,20 @@ "brighttext" "0" } } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "0" + "ypos" "28" + "zpos" "99" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "HudTimerProgressInActive" + } }
\ No newline at end of file diff --git a/resource/ui/testitemroot.res b/resource/ui/testitemroot.res new file mode 100644 index 0000000..edf4cf4 --- /dev/null +++ b/resource/ui/testitemroot.res @@ -0,0 +1,1012 @@ +"Resource/UI/TestItemRoot.res" +{ + "TestItemRoot" + { + "fieldName" "TestItemRoot" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "2" + "settitlebarvisible" "" + "paintborder" "0" + "paintbackground" "1" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "#IT_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" + } + + "ClassUsagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ClassUsagePanel" + "xpos" "c-310" + "ypos" "50" + "wide" "400" + "tall" "95" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 128" + + "ClassUsageLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageLabel" + "font" "HudFontSmallestBold" + "labelText" "#IT_ClassUsage" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ClassCheckBox0" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox0" + "labelText" "#IT_Classes_All" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "45" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox1" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox1" + "labelText" "#TF_Class_Name_Scout" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "145" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox2" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox2" + "labelText" "#TF_Class_Name_Sniper" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "220" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox3" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox3" + "labelText" "#TF_Class_Name_Soldier" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "295" + "ypos" "15" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox4" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox4" + "labelText" "#TF_Class_Name_Demoman" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "145" + "ypos" "40" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox5" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox5" + "labelText" "#TF_Class_Name_Medic" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "220" + "ypos" "40" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox6" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox6" + "labelText" "#TF_Class_Name_HWGuy" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "295" + "ypos" "40" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox7" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox7" + "labelText" "#TF_Class_Name_Pyro" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "145" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox8" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox8" + "labelText" "#TF_Class_Name_Spy" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "220" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + "ClassCheckBox9" + { + "ControlName" "CheckButton" + "fieldName" "ClassCheckBox9" + "labelText" "#TF_Class_Name_Engineer" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "295" + "ypos" "65" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + } + + "TestingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TestingPanel" + "xpos" "c-310" + "ypos" "150" + "wide" "400" + "tall" "105" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 128" + + "CurrentlyTestingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurrentlyTestingLabel" + "font" "HudFontSmallestBold" + "labelText" "#IT_CurrentlyTesting" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "TestingWeaponLabel" + { + "ControlName" "CExLabel" + "fieldName" "TestingWeaponLabel" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Weapon" + "textAlignment" "east" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry0" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry0" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "20" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton0" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton0" + "xpos" "270" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton0" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton0" + "xpos" "370" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "TestingHeadgearLabel" + { + "ControlName" "CExLabel" + "fieldName" "TestingHeadgearLabel" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Headgear" + "textAlignment" "east" + "xpos" "0" + "ypos" "40" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry1" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry1" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "40" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton1" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton1" + "xpos" "270" + "ypos" "40" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton1" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton1" + "xpos" "370" + "ypos" "40" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "TestingMisc1Label" + { + "ControlName" "CExLabel" + "fieldName" "TestingMisc1Label" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Misc1" + "textAlignment" "east" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry2" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry2" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "60" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton2" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton2" + "xpos" "270" + "ypos" "60" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton2" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton2" + "xpos" "370" + "ypos" "60" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "TestingMisc2Label" + { + "ControlName" "CExLabel" + "fieldName" "TestingMisc2Label" + "font" "HudFontSmallest" + "labelText" "#IT_TestingSlot_Misc2" + "textAlignment" "east" + "xpos" "0" + "ypos" "80" + "zpos" "1" + "wide" "85" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TestItemEntry3" + { + "ControlName" "CExLabel" + "fieldName" "TestItemEntry3" + "font" "ItemFontAttribSmall" + "labelText" "#IT_TestingSlot_Empty" + "textAlignment" "center" + "xpos" "95" + "ypos" "80" + "zpos" "1" + "wide" "165" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "24 24 24 128" + } + "TestItemButton3" + { + "ControlName" "CExButton" + "fieldName" "TestItemButton3" + "xpos" "270" + "ypos" "80" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_test3" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "RemoveItemButton3" + { + "ControlName" "CExButton" + "fieldName" "RemoveItemButton3" + "xpos" "370" + "ypos" "80" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Item_Remove" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "item_remove3" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "BotAdditionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BotAdditionPanel" + "xpos" "c100" + "ypos" "50" + "wide" "200" + "tall" "95" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 128" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallestBold" + "labelText" "#IT_BotControl_Title" + "textAlignment" "west" + "xpos" "5" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "AutoAddBotsCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "AutoAddBotsCheckBox" + "labelText" "#IT_Bot_AutoAdd" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "10" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "BotsOnBlueTeamCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "AutoAddBotsCheckBox" + "labelText" "#IT_Bot_BlueTeam" + "Font" "ItemFontAttribSmall" + "textAlignment" "west" + "xpos" "110" + "ypos" "20" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "disabledfgcolor2_override" "TextColor" + } + + "AddBotButton" + { + "ControlName" "CExButton" + "fieldName" "AddBotButton" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Bot_Add" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "bot_add" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BotSelectionComboBox" + { + "ControlName" "ComboBox" + "fieldName" "BotSelectionComboBox" + "Font" "HudFontSmallest" + "xpos" "95" + "ypos" "45" + "zpos" "1" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "251 235 202 0" + "disabledFgColor_override" "117 107 94 0" + "disabledBgColor_override" "251 235 202 0" + "selectionColor_override" "Transparent" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + } + + "KickAllBotsButton" + { + "ControlName" "CExButton" + "fieldName" "KickAllBotsButton" + "xpos" "20" + "ypos" "70" + "zpos" "1" + "wide" "120" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Bot_RemoveAll" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "bot_removeall" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "TestItemBotControls" + { + "fieldName" "TestItemBotControls" + "visible" "1" + "enabled" "1" + "xpos" "c100" + "ypos" "150" + "wide" "200" + "tall" "200" + "bgcolor_override" "0 0 0 128" + } + + "ExportButton" + { + "ControlName" "CExButton" + "fieldName" "ExportButton" + "xpos" "10" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ExportLoadout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "export" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ImportButton" + { + "ControlName" "CExButton" + "fieldName" "ImportButton" + "xpos" "220" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ImportLoadout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "import" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ImportRecentButton" + { + "ControlName" "CExButton" + "fieldName" "ImportRecentButton" + "xpos" "430" + "ypos" "400" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_ImportLast" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "importrecent" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "10" + "ypos" "430" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "OkButton" + { + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "430" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#IT_Ok" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ok" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "SteamWorkshopButton" + { + "ControlName" "EditablePanel" + "fieldname" "SteamWorkshopButton" + "xpos" "430" + "ypos" "430" + "zpos" "11" + "wide" "200" + "tall" "36" + "visible" "1" + "PaintBackgroundType" "2" + + "SteamWorkshopButtonSubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SteamWorkshopButtonSubButton" + "xpos" "0" + "ypos" "0" + "wide" "200" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "textalignment" "center" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "steamworkshop" + "labeltext" "#MMenu_SteamWorkshop" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_armedcolor" "235 226 202 255" + "image_drawcolor" "235 226 202 255" + "image_selectedcolor" "46 43 42 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_steamworkshop" + } + } + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "10" + "ypos" "460" + "zpos" "25" + "wide" "30" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "R" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +}
\ No newline at end of file diff --git a/resource/ui/textwindowcustomserver.res b/resource/ui/textwindowcustomserver.res index 2c0595c..a96f52e 100644 --- a/resource/ui/textwindowcustomserver.res +++ b/resource/ui/textwindowcustomserver.res @@ -1,185 +1,6 @@ +#base "TextWindow.res" + "Resource/UI/TextWindowCustomServer.res" { - "info" - { - "ControlName" "CTFTextWindow" - "fieldName" "info" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "settitlebarvisible" "0" - } - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "c-250" - "ypos" "c-210" - "zpos" "-1" - "wide" "500" - "tall" "415" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 200" - } - - "TFMessageTitle" - { - "ControlName" "CExLabel" - "fieldName" "TFMessageTitle" - "xpos" "c-180" - "ypos" "c-116" - "zpos" "1" - "wide" "360" - "tall" "26" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_WELCOME" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica24" - "fgcolor" "TanLight" - } - - "TextMessage" - { - "ControlName" "TextEntry" - "fieldName" "TextMessage" - "visible" "0" - "enabled" "0" - } - - "TFTextMessage" - { - "ControlName" "CExRichText" - "fieldName" "TFTextMessage" - "font" "Cerbetica12" - "xpos" "c-170" - "ypos" "c-90" - "zpos" "1" - "wide" "340" - "tall" "185" - "autoResize" "3" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintborder" "0" - "textAlignment" "northwest" - "fgcolor" "TanLight" - } - - "HTMLMessage" - { - "ControlName" "HTML" - "fieldName" "HTMLMessage" - "xpos" "c-240" - "ypos" "c-200" - "zpos" "1" - "wide" "480" - "tall" "370" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "paintborder" "0" - } - - "ok" - { - "ControlName" "CExButton" - "fieldName" "ok" - "xpos" "c-180" - "ypos" "c171" - "zpos" "6" - "wide" "360" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "CONTINUE (&E)" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "command" "okay" - "default" "1" - "font" "Cerbetica24" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "MenuBG" - { - "ControlName" "CModelPanel" - "fieldName" "MenuBG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - - "model" - { - "modelname" "models/vgui/UI_welcome01_screen.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_y" "0" - "origin_z" "-39" - } - } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "f0" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - - "MessageTitle" - { - "ControlName" "Label" - "fieldName" "MessageTitle" - "visible" "0" - "enabled" "0" - } }
\ No newline at end of file diff --git a/resource/ui/tfadvancedoptionsdialog.res b/resource/ui/tfadvancedoptionsdialog.res index d320666..dc1346a 100644 --- a/resource/ui/tfadvancedoptionsdialog.res +++ b/resource/ui/tfadvancedoptionsdialog.res @@ -14,7 +14,7 @@ "enabled" "1" "tabPosition" "0" "bgcolor_override" "DarkGrey" - "paintbackgroundtype" "0" + "paintbackgroundtype" "2" "settitlebarvisible" "0" "paintborder" "1" "paintbackground" "1" @@ -30,7 +30,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumBold" + "font" "CerbeticaBold24" "labelText" "#TF_AdvancedOptions" "textAlignment" "center" "xpos" "0" @@ -68,15 +68,6 @@ "Command" "Close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "OkButton" @@ -102,15 +93,6 @@ "Command" "Ok" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "PanelListPanel" @@ -118,9 +100,9 @@ "ControlName" "CPanelListPanel" "fieldName" "PanelListPanel" "xpos" "10" - "ypos" "40" + "ypos" "35" "wide" "480" - "tall" "260" + "tall" "270" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 300ef57..f9e2665 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -142,7 +142,7 @@ "ypos" "50" "wide" "130" "tall" "1" - "fillcolor" "ColorGreyMid" + "fillcolor" "DullWhite" "zpos" "0" } @@ -353,7 +353,7 @@ "ypos" "100" "wide" "130" "tall" "1" - "fillcolor" "ColorGreyMid" + "fillcolor" "DullWhite" "zpos" "0" } @@ -372,7 +372,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorGreyMid" + "fgcolor_override" "DullWhite" } // Vote Bar @@ -675,8 +675,6 @@ "Command" "CallVote" "Default" "0" "font" "HudFontSmallBold" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "Button1" { @@ -698,8 +696,6 @@ "Command" "Close" "Default" "0" "font" "HudFontSmallBold" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } } }
\ No newline at end of file diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res index 9b8987a..e992751 100644 --- a/resource/ui/wavestatuspanel.res +++ b/resource/ui/wavestatuspanel.res @@ -7,12 +7,12 @@ "xpos" "9999" "ypos" "9999" "zpos" "-1" - "wide" "400" + "wide" "200" "tall" "35" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../HUD/tournament_panel_brown" "src_corner_height" "22" @@ -27,17 +27,15 @@ "fieldName" "WaveCountLabel" "font" "CerbeticaBold16" "fgcolor" "TanLight" - "xpos" "200" - "ypos" "5" - "zpos" "5" - "xpos_minmode" "150" + "xpos" "140" + "ypos" "15" + "ypos_minmode" "5" + "zpos" "3" "wide" "200" "tall" "15" - "wide_minmode" "180" "visible" "1" "enabled" "1" "textAlignment" "center" - "textAlignment_minmode" "west" "labelText" "%wave_count%" } @@ -47,16 +45,14 @@ "fieldName" "WaveCountLabelShadow" "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "xpos" "-1" - "ypos" "-1" - "zpos" "5" + "xpos" "-2" + "ypos" "-2" + "zpos" "3" "wide" "200" "tall" "15" - "wide_minmode" "180" "visible" "1" "enabled" "1" "textAlignment" "center" - "textAlignment_minmode" "west" "labelText" "%wave_count%" "pin_to_sibling" "WaveCountLabel" @@ -109,15 +105,15 @@ { "ControlName" "ScalableImagePanel" "fieldName" "ProgressBar" - "xpos" "211" - "ypos" "22" + "xpos" "276" + "ypos" "19" + "ypos_minmode" "9" "zpos" "3" - "ypos_minmode" "10" - "wide" "178" - "tall" "7" + "wide" "118" + "tall" "6" "visible" "1" "enabled" "1" - "image" "" + "fillcolor" "../HUD/tournament_panel_tan" "src_corner_height" "22" "src_corner_width" "22" @@ -129,12 +125,12 @@ { "ControlName" "ImagePanel" "fieldName" "NewProgressBarBG" - "xpos" "211" - "ypos" "22" - "zpos" "2" - "ypos_minmode" "10" - "wide" "178" - "tall" "7" + "xpos" "276" + "ypos" "19" + "ypos_minmode" "9" + "zpos" "-1" + "wide" "118" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -148,8 +144,8 @@ "fieldName" "ProgressBarBG" "xpos" "210" "ypos" "19" + "ypos_minmode" "9" "zpos" "3" - "ypos_minmode" "7" "wide" "180" "tall" "12" "visible" "0" |
