From 168272821d3a2c2d514b34af26b3d94e178a8036 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 15:44:59 -0500 Subject: Updated Material Files --- materials/vgui/replay/thumbnails/chat.vmt | 8 ++++++++ materials/vgui/replay/thumbnails/chat.vtf | Bin 0 -> 5696 bytes materials/vgui/replay/thumbnails/close.vmt | 8 ++++++++ materials/vgui/replay/thumbnails/close.vtf | Bin 0 -> 5696 bytes materials/vgui/replay/thumbnails/contracts.vmt | 5 +---- materials/vgui/replay/thumbnails/motd.vmt | 5 +---- materials/vgui/replay/thumbnails/reel.vmt | 8 ++++++++ materials/vgui/replay/thumbnails/reel.vtf | Bin 0 -> 65744 bytes materials/vgui/replay/thumbnails/transparent.vmt | 4 ++-- materials/vgui/replay/thumbnails/twitch.vmt | 5 +---- 10 files changed, 29 insertions(+), 14 deletions(-) create mode 100644 materials/vgui/replay/thumbnails/chat.vmt create mode 100644 materials/vgui/replay/thumbnails/chat.vtf create mode 100644 materials/vgui/replay/thumbnails/close.vmt create mode 100644 materials/vgui/replay/thumbnails/close.vtf create mode 100644 materials/vgui/replay/thumbnails/reel.vmt create mode 100644 materials/vgui/replay/thumbnails/reel.vtf diff --git a/materials/vgui/replay/thumbnails/chat.vmt b/materials/vgui/replay/thumbnails/chat.vmt new file mode 100644 index 0000000..d565b84 --- /dev/null +++ b/materials/vgui/replay/thumbnails/chat.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\chat" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "$translucent" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/chat.vtf b/materials/vgui/replay/thumbnails/chat.vtf new file mode 100644 index 0000000..72ba431 Binary files /dev/null and b/materials/vgui/replay/thumbnails/chat.vtf differ diff --git a/materials/vgui/replay/thumbnails/close.vmt b/materials/vgui/replay/thumbnails/close.vmt new file mode 100644 index 0000000..cfc66cd --- /dev/null +++ b/materials/vgui/replay/thumbnails/close.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$baseTexture" "vgui\replay\thumbnails\close" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "$translucent" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/close.vtf b/materials/vgui/replay/thumbnails/close.vtf new file mode 100644 index 0000000..22a8c98 Binary files /dev/null and b/materials/vgui/replay/thumbnails/close.vtf differ diff --git a/materials/vgui/replay/thumbnails/contracts.vmt b/materials/vgui/replay/thumbnails/contracts.vmt index 506808c..018c214 100644 --- a/materials/vgui/replay/thumbnails/contracts.vmt +++ b/materials/vgui/replay/thumbnails/contracts.vmt @@ -1,11 +1,8 @@ "UnlitGeneric" { - "$translucent" "1" "$baseTexture" "vgui\replay\thumbnails\contracts" - "$alpha" "1" - "$vertexalpha" "1" "$vertexcolor" "1" "$no_fullbright" "1" "$ignorez" "1" - "%keywords" "tf" + "$translucent" "1" } \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/motd.vmt b/materials/vgui/replay/thumbnails/motd.vmt index 0053cb2..d4529a0 100644 --- a/materials/vgui/replay/thumbnails/motd.vmt +++ b/materials/vgui/replay/thumbnails/motd.vmt @@ -1,11 +1,8 @@ "UnlitGeneric" { - "$translucent" "1" "$baseTexture" "vgui\replay\thumbnails\motd" - "$alpha" "1" - "$vertexalpha" "1" "$vertexcolor" "1" "$no_fullbright" "1" "$ignorez" "1" - "%keywords" "tf" + "$translucent" "1" } \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/reel.vmt b/materials/vgui/replay/thumbnails/reel.vmt new file mode 100644 index 0000000..345157b --- /dev/null +++ b/materials/vgui/replay/thumbnails/reel.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\reel" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "$translucent" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/reel.vtf b/materials/vgui/replay/thumbnails/reel.vtf new file mode 100644 index 0000000..01abc6f Binary files /dev/null and b/materials/vgui/replay/thumbnails/reel.vtf differ diff --git a/materials/vgui/replay/thumbnails/transparent.vmt b/materials/vgui/replay/thumbnails/transparent.vmt index 164059b..2c9103f 100644 --- a/materials/vgui/replay/thumbnails/transparent.vmt +++ b/materials/vgui/replay/thumbnails/transparent.vmt @@ -5,5 +5,5 @@ "$refracttint" "{255 255 255}" "$refractblur" "0.0" "$scale" "[1 1]" - "$normalmap" "vgui/replay/thumbnails/transparent" -} + "$normalmap" "vgui\replay\thumbnails\transparent" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/twitch.vmt b/materials/vgui/replay/thumbnails/twitch.vmt index d703c13..a76e635 100644 --- a/materials/vgui/replay/thumbnails/twitch.vmt +++ b/materials/vgui/replay/thumbnails/twitch.vmt @@ -1,11 +1,8 @@ "UnlitGeneric" { - "$translucent" "1" "$baseTexture" "vgui\replay\thumbnails\twitch" - "$alpha" "1" - "$vertexalpha" "1" "$vertexcolor" "1" "$no_fullbright" "1" "$ignorez" "1" - "%keywords" "tf" + "$translucent" "1" } \ No newline at end of file -- cgit v1.2.3 From 2e034f0e1f48acd0747568bb36c91656ad81d4e1 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 15:48:55 -0500 Subject: Updated Schema Files - Segregated icons to their own scheme file - Removed unused scheme files and fonts - Converted primary Cerbetica fonts from TTF to OTF - Added additional borders - Removed unused colors and xhairs - Reorganized the font schema - Enabled the xhair hitmarker layout - Updated the source schema to work better on non-Windows OS --- resource/ClientScheme.res | 1 + resource/ClientScheme_mac.res | 6932 ----------------------------- resource/fonts/Cerbetica.otf | Bin 0 -> 67108 bytes resource/fonts/Cerbetica.ttf | Bin 68688 -> 0 bytes resource/fonts/Cerbetica_bold.otf | Bin 0 -> 64776 bytes resource/fonts/Cerbetica_bold.ttf | Bin 58352 -> 0 bytes resource/fonts/Cerbetica_edited.ttf | Bin 46472 -> 0 bytes resource/fonts/Cerbetica_edited_mac.ttf | Bin 38796 -> 0 bytes resource/fonts/Cerbetica_mac.ttf | Bin 38752 -> 0 bytes resource/scheme/clientscheme_borders.res | 69 +- resource/scheme/clientscheme_colors.res | 111 +- resource/scheme/clientscheme_fonts.res | 3241 +++++++------- resource/scheme/clientscheme_icons.res | 93 + resource/scheme/clientscheme_settings.res | 2 +- resource/scheme/clientscheme_xhairs.res | 224 +- resource/sourcescheme.res | 296 +- scripts/HudAnimations_custom.txt | 41 +- scripts/hudlayout.res | 43 +- 18 files changed, 2005 insertions(+), 9048 deletions(-) delete mode 100644 resource/ClientScheme_mac.res create mode 100644 resource/fonts/Cerbetica.otf delete mode 100644 resource/fonts/Cerbetica.ttf create mode 100644 resource/fonts/Cerbetica_bold.otf delete mode 100644 resource/fonts/Cerbetica_bold.ttf delete mode 100644 resource/fonts/Cerbetica_edited.ttf delete mode 100644 resource/fonts/Cerbetica_edited_mac.ttf delete mode 100644 resource/fonts/Cerbetica_mac.ttf create mode 100644 resource/scheme/clientscheme_icons.res diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index fd28883..992e072 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -1,5 +1,6 @@ #base "scheme/clientscheme_borders.res" #base "scheme/clientscheme_colors.res" #base "scheme/clientscheme_fonts.res" +#base "scheme/clientscheme_icons.res" #base "scheme/clientscheme_settings.res" #base "scheme/clientscheme_xhairs.res" \ No newline at end of file diff --git a/resource/ClientScheme_mac.res b/resource/ClientScheme_mac.res deleted file mode 100644 index 46036d3..0000000 --- a/resource/ClientScheme_mac.res +++ /dev/null @@ -1,6932 +0,0 @@ -Scheme -{ - Colors - { - //rayshud colors - "Tutorial Color" "0 255 0 128" - "Ammo In Clip" "48 255 48 255" - "Ammo In Reserve" "72 255 255 255" - "Ammo In Clip Low" "255 42 130 255" - "Ammo In Reserve Low" "255 128 28 255" - - //refers to watching stvs/killcam shots - "Spec Health Normal" "235 226 202 255" - "Spec Health Buff" "48 255 48 255" - "Spec Health Hurt" "255 153 0 255" - - // Alternate colors for flashing values - "Alternate Spec Health Normal" "235 226 202 255" - "Alternate Spec Health Buff" "48 255 48 255" - "Alternate Spec Health Hurt" "255 153 0 255" - - //refers to player health/targetids - "Health Normal" "235 226 202 255" - "Health Buff" "48 255 48 255" - "Health Hurt" "255 153 0 255" - - // Alternate colors for flashing values - "Alternate Health Normal" "235 226 202 255" - "Alternate Health Buff" "48 255 48 255" - "Alternate Health Hurt" "255 153 0 255" - - "Uber Bar Color" "235 226 202 255" - - //solid color uber disabled by default; to enable, uncomment lines in hudanimations_tf.txt - "Solid Color Uber" "255 50 255 255" - - "Flashing Uber Color1" "255 165 0 255" - "Flashing Uber Color2" "255 69 0 255" - //"Ubercharge Amount" "48 255 48 255" // disabled temporarily; currently controlled by ammo in clip color - - "Heal Numbers" "48 255 48 255" - "Damage Numbers" "72 255 255 255" - - // Crosshair colors - "Crosshair" "242 242 242 255" - "CrosshairDamage" "255 0 0 255" - - //'Last DamageHeal Info' refers to the number that appears above hp - "Last DamageHeal Info" "72 255 255 255" - - // Scheme colors - "TransparentPanelBG" "25 25 25 128" - "Base Color" "15 255 255 255" - "Button Color" "72 255 255 255" - - "Inactive Tab" "15 100 100 255" - - "StatBar1" "15 255 255 128" - "StatBar2" "15 225 225 128" - "StatBar3" "15 195 195 128" - "StatBar4" "15 165 165 128" - "StatBar5" "15 135 135 128" - "StatBar6" "15 105 105 128" - "StatBar7" "15 85 85 128" - "StatBar8" "15 65 65 128" - "StatBar9" "15 45 45 128" - - //item backdrop color, refers to background color when mousing over items - "ItemPanelBG" "50 50 50 255" - - // Rainbow Uber Colors - "ColorRed" "255 0 0 255" - "ColorVermillion" "255 64 0 255" - "ColorOrange" "255 128 0 255" - "ColorYellow" "255 255 0 255" - "ColorLime" "128 255 0 255" - "ColorGreen" "0 255 0 255" - "ColorTeal" "0 255 128 255" - "ColorCyan" "0 255 255 255" - "ColorAqua" "0 128 255 255" - "ColorBlue" "0 0 255 255" - "ColorPurple" "128 0 255 255" - "ColorMagenta" "255 0 255 255" - "ColorRuby" "255 0 128 255" - "ColorBlack" "0 0 0 255" - "ColorGreyDark" "64 64 64 255" - "ColorGreyMid" "128 128 128 255" - "ColorGreyLight" "192 192 192 255" - "ColorWhite" "255 255 255 255" - //end rayshud colors - - // base colors - "Orange" "Base Color" - "OrangeDim" "Base Color" - "LightOrange" "188 112 0 128" - "GoalOrange" "255 133 0" - "TFOrange" "145 73 59 255" - "Purple" "137 69 99 255" - - "QuestGold" "208 147 75 255" - "HalloweenThemeColor2015_Light" "238 126 17 255" - "HalloweenThemeColor2015" "135 54 16 255" - "HalloweenThemeColor2015_Dark" "108 49 21 255" - "QuestUncommitted" "183 147 100 255" - - "QuestMap_Bonus" "222 217 166 255" - "QuestMap_ActiveOrange" "212 127 25 255" - "QuestMap_InactiveGrey" "100 100 100 255" - "QuestMap_BGImages" "56 58 60 255" - - "PartyMember1" "124 173 255 255" - "PartyMember2" "99 232 167 255" - "PartyMember3" "229 255 121 255" - "PartyMember4" "232 184 99 255" - "PartyMember5" "255 118 108 255" - "PartyMember6" "255 133 255 255" - - "White" "235 235 235 255" - "Red" "192 28 0 140" - "RedSolid" "192 28 0 255" - "Blue" "0 28 162 140" - "Yellow" "251 235 202 255" - "TransparentYellow" "251 235 202 140" - //"Black" "0 0 0 255" - "GreenSolid" "76 107 34 255" - - "Black" "46 43 42 255" - "TransparentBlack" "0 0 0 196" - "TransparentLightBlack" "0 0 0 90" - "FooterBGBlack" "52 48 55 255" - - "HUDBlueTeam" "104 124 155 127" - "HUDRedTeam" "180 92 77 127" - "HUDSpectator" "124 124 124 127" - "HUDBlueTeamSolid" "104 124 155 255" - "HUDRedTeamSolid" "180 92 77 255" - "HUDDeathWarning" "255 0 0 255" - "HudWhite" "255 255 255 255" - "HudOffWhite" "200 187 161 255" - "HudBlack" "65 65 65 255" - "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" - - "HudPanelForeground" "123 110 59 184" - "HudPanelBackground" "123 110 59 184" - "HudPanelBorder" "255 255 255 102" - - "HudProgressBarActive" "240 207 78 255" - "HudProgressBarInActive" "140 120 73 255" - "HudProgressBarActiveLow" "240 30 30 255" - "HudProgressBarInActiveLow" "240 30 30 99" - - "HudTimerProgressActive" "251 235 202 255" - "HudTimerProgressInActive" "52 48 45 255" - "HudTimerProgressWarning" "240 30 30 255" - - // training - "HudTrainingHint" "212 160 23 255" - - "TanDark" "117 107 94 255" - "TanLight" "235 226 202 255" - "TanDarker" "46 43 42 255" - - "StoreDarkTan" "131 121 104 255" - "StoreGreen" "76 107 34 255" - - // Building HUD Specific - "LowHealthRed" "255 0 0 255" - "ProgressOffWhite" "251 235 202 255" - "ProgressBackground" "250 234 201 51" - "HealthBgGrey" "72 71 69 255" - - "ProgressOffWhiteTransparent" "251 235 202 128" - - "LabelDark" "48 43 42 255" - "LabelTransparent" "109 96 80 180" - - "BuildMenuActive" "248 231 198 255" - - "DisguiseMenuIconRed" "192 56 63 255" - "DisguiseMenuIconBlue" "92 128 166 255" - - "MatchmakingDialogTitleColor" "15 255 255 255" - "MatchmakingMenuItemBackground" "46 43 42 255" - "MatchmakingMenuItemBackgroundActive" "15 255 255 255" - "MatchmakingMenuItemTitleColor" "15 255 255 255" - "MatchmakingMenuItemDescriptionColor" "15 255 255 255" - - "HTMLBackground" "95 92 101 255" - - "ItemAttribLevel" "117 107 94 255" - "ItemAttribNeutral" "235 226 202 255" - "ItemAttribPositive" "153 204 255 255" - "ItemAttribNegative" "255 64 64 255" - - "ItemSetName" "225 255 15 255" - "ItemSetItemEquipped" "149 175 12 255" - "ItemSetItemMissing" "139 137 137 255" - "ItemIsotope" "225 255 15 255" - "ItemBundleItem" "149 175 12 255" - "ItemLimitedUse" "0 160 0 255" - "ItemFlags" "117 107 94 255" - "ItemLimitedQuantity" "225 209 0 255" - - "QualityColorNormal" "178 178 178 255" - "QualityColorrarity1" "77 116 85 255" - "QualityColorrarity2" "141 131 75 255" - "QualityColorrarity3" "112 85 15 255" - "QualityColorrarity4" "134 80 172 255" - "QualityColorVintage" "71 98 145 255" - "QualityColorUnique" "255 215 0 255" - "QualityColorCommunity" "112 176 74 255" - "QualityColorDeveloper" "165 15 121 255" - "QualityColorSelfMade" "112 176 74 255" - "QualityColorCustomized" "71 98 145 255" - "QualityColorStrange" "207 106 50 255" - "QualityColorCompleted" "134 80 172 255" - "QualityColorHaunted" "56 243 171 255" - "QualityColorCollectors" "170 0 0 255" - "QualityColorPaintkitWeapon" "250 250 250 255" - - "ItemRarityDefault" "131 126 119 255" - "ItemRarityCommon" "176 195 217 255" - "ItemRarityUncommon" "94 152 217 255" - "ItemRarityRare" "75 105 255 255" - "ItemRarityMythical" "136 71 255 255" - "ItemRarityLegendary" "211 44 230 255" - "ItemRarityAncient" "235 75 75 255" - - "ItemRarityDefault_GreyedOut" "44 42 40 255" - "ItemRarityCommon_GreyedOut" "59 65 72 255" - "ItemRarityUncommon_GreyedOut" "31 50 72 255" - "ItemRarityRare_GreyedOut" "25 35 85 255" - "ItemRarityMythical_GreyedOut" "45 24 85 255" - "ItemRarityLegendary_GreyedOut" "70 15 77 255" - "ItemRarityAncient_GreyedOut" "78 25 25 255" - "QualityColorNormal_GreyedOut" "44 44 44 255" - "QualityColorrarity1_GreyedOut" "20 29 21 255" - "QualityColorrarity2_GreyedOut" "35 33 19 255" - "QualityColorrarity3_GreyedOut" "51 51 62 255" - "QualityColorrarity4_GreyedOut" "36 20 43 255" - "QualityColorVintage_GreyedOut" "18 25 36 255" - "QualityColorUnique_GreyedOut" "64 54 0 255" - "QualityColorCommunity_GreyedOut" "28 44 19 255" - "QualityColorDeveloper_GreyedOut" "41 4 30 255" - "QualityColorSelfMade_GreyedOut" "28 44 74 255" - "QualityColorCustomized_GreyedOut" "71 98 19 255" - "QualityColorStrange_GreyedOut" "52 27 13 255" - "QualityColorCompleted_GreyedOut" "34 20 43 255" - "QualityColorHaunted_GreyedOut" "14 61 43 255" - "QualityColorCollectors_GreyedOut" "60 0 0 255" - "QualityColorPaintkitWeapon_GreyedOut" "60 60 60 255" - - "SaleGreen" "76 107 34 255" - - "LightRed" "200 80 60 255" - "LighterRed" "220 100 80 255" - "LighterDarkBrown" "59 54 48 255" - "DarkBrown" "41 37 38 255" - - "UpgradeDefaultFg" "87 82 74 255" - "UpgradeDefaultBg" "111 104 94 255" - "UpgradeArmedFg" "194 96 47 255" - "UpgradeArmedBg" "239 128 73 255" - "UpgradeDepressedFg" "204 106 57 255" - "UpgradeDepressedBg" "249 138 83 255" - "UpgradeSelectedFg" "204 106 57 255" - "UpgradeSelectedBg" "249 138 83 255" - "UpgradeDisabledFg" "64 59 52 255" - "UpgradeDisabledBg" "79 77 68 255" - } - - BaseSettings - { - // vgui_controls color specifications - ReplayBrowser.BgColor "DarkBrown" - ReplayBrowser.Details.TitleEdit.Carat.FgColor "200 128 255 255" - ReplayBrowser.Button.ArmedBgColor "TFOrange" - ReplayBrowser.Button.DepressedBgColor "TFOrange" - ReplayBrowser.CollectionTitle.FgColor "LightRed" - ReplayBrowser.Warning.FgColor "White" - ReplayBrowser.ScrollBar.SliderButton.FgColor "TransparentYellow" - ReplayBrowser.Search.BgColor "TanDark" - ReplayBrowser.Search.FgColor "White" - Replay.RenderDialog.BgColor "30 30 30 255" - - Econ.Dialog.BgColor "Blank" - Econ.Button.BgColor "25 25 25 255" - Econ.Button.FgColor "TanDark" - Econ.Button.ArmedBgColor "35 35 35 255" - Econ.Button.ArmedFgColor "TanLight" - Econ.Button.DepressedBgColor "25 25 25 255" - Econ.Button.DepressedFgColor "TanDark" - Econ.Button.PresetDefaultColorFg "15 255 255 255" - Econ.Button.PresetArmedColorFg "15 255 255 255" - Econ.Button.PresetDepressedColorFg "15 255 255 255" - Econ.Button.PresetDefaultColorBg "25 25 25 255" - Econ.Button.PresetArmedColorBg "50 50 50 255" - Econ.Button.PresetDepressedColorBg "25 25 25 255" - - Border.Bright "NoBorder" // the lit side of a control - Border.Dark "NoBorder" // the dark/unlit side of a control - Border.Selection "NoBorder" // the additional border color for displaying the default/selected button - - Button.TextColor "TanLight" - Button.BgColor "25 25 25 255" - Button.ArmedTextColor "TanLight" - Button.ArmedBgColor "35 35 35 255" - Button.SelectedTextColor "TanLight" - Button.SelectedBgColor "25 25 25 255" - Button.DepressedTextColor "TanLight" - Button.DepressedBgColor "35 35 35 255" - - CheckButton.TextColor "Yellow" - CheckButton.SelectedTextColor "Yellow" - CheckButton.BgColor "TransparentBlack" - CheckButton.Border1 "Yellow" // the left checkbutton border - CheckButton.Border2 "Yellow" // the right checkbutton border - CheckButton.Check "Yellow" // color of the check itself - CheckButton.HighlightFgColor "Yellow" - - ComboBoxButton.ArrowColor "TanLight" - ComboBoxButton.ArmedArrowColor "TanLight" - ComboBoxButton.BgColor "Blank" - ComboBoxButton.DisabledBgColor "Blank" - - Frame.BgColor "TransparentBlack" - Frame.OutOfFocusBgColor "TransparentBlack" - Frame.FocusTransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on focus/out of focus - Frame.TransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on open/close - Frame.FocusTransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on focus/out of focus - Frame.TransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on open/close - Frame.AutoSnapRange "0" - FrameGrip.Color1 "Blank" - FrameGrip.Color2 "Blank" - FrameTitleButton.FgColor "Blank" - FrameTitleButton.BgColor "Blank" - FrameTitleButton.DisabledFgColor "Blank" - FrameTitleButton.DisabledBgColor "Blank" - FrameSystemButton.FgColor "Blank" - FrameSystemButton.BgColor "Blank" - FrameSystemButton.Icon "" - FrameSystemButton.DisabledIcon "" - FrameTitleBar.TextColor "Orange" - FrameTitleBar.BgColor "Blank" - FrameTitleBar.DisabledTextColor "Orange" - FrameTitleBar.DisabledBgColor "Blank" - - GraphPanel.FgColor "Orange" - GraphPanel.BgColor "TransparentBlack" - - Label.TextDullColor "TanDark" - Label.TextColor "TanLight" - Label.TextBrightColor "TanLight" - Label.SelectedTextColor "White" - Label.BgColor "Blank" - Label.DisabledFgColor1 "Blank" - Label.DisabledFgColor2 "Black" - - ListPanel.TextColor "Orange" - ListPanel.BgColor "TransparentBlack" - ListPanel.SelectedTextColor "Black" - ListPanel.SelectedBgColor "Red" - ListPanel.SelectedOutOfFocusBgColor "Red" - ListPanel.EmptyListInfoTextColor "Orange" - - Menu.TextColor "TanLight" - Menu.BgColor "TransparentBlack" - Menu.ArmedTextColor "TanDark" - Menu.ArmedBgColor "TanLight" - Menu.TextInset "6" - - Chat.TypingText "Orange" - - Panel.FgColor "Gray" - Panel.BgColor "Blank" - - HTML.BgColor "Blank" - - ProgressBar.FgColor "ProgressOffWhite" - ProgressBar.BgColor "ProgressBackground" - - CircularProgressBar.FgColor "White" - CircularProgressBar.BgColor "White" - - "BuildingHealthBar.BgColor" "HealthBgGrey" - "BuildingHealthBar.Health" "ProgressOffWhite" - "BuildingHealthBar.LowHealth" "LowHealthRed" - - PropertySheet.TextColor "White" - PropertySheet.SelectedTextColor "White" - PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another - - RadioButton.TextColor "Base Color" - RadioButton.SelectedTextColor "Orange" - - RichText.TextColor "Gray" - RichText.BgColor "Blank" - RichText.SelectedTextColor "Gray" - RichText.SelectedBgColor "Red" - - ScrollBarButton.FgColor "Gray" - ScrollBarButton.BgColor "Blank" - ScrollBarButton.ArmedFgColor "Gray" - ScrollBarButton.ArmedBgColor "Blank" - ScrollBarButton.DepressedFgColor "Black" - ScrollBarButton.DepressedBgColor "Blank" - - ScrollBarSlider.FgColor "Gray" // nob color - ScrollBarSlider.BgColor "Blank" // slider background color - - SectionedListPanel.HeaderTextColor "White" - SectionedListPanel.HeaderBgColor "Blank" - SectionedListPanel.DividerColor "Black" - SectionedListPanel.TextColor "White" - SectionedListPanel.BgColor "TransparentLightBlack" - SectionedListPanel.BrightTextColor "White" - SectionedListPanel.SelectedTextColor "Black" - SectionedListPanel.SelectedBgColor "Red" - SectionedListPanel.OutOfFocusSelectedTextColor "Orange" - SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32" - - Slider.NobColor "108 108 108 255" - Slider.TextColor "127 140 127 255" - Slider.TrackColor "31 31 31 255" - Slider.DisabledTextColor1 "117 117 117 255" - Slider.DisabledTextColor2 "30 30 30 255" - - TextEntry.TextColor "Gray" - TextEntry.BgColor "Blank" - TextEntry.CursorColor "Gray" - TextEntry.DisabledTextColor "Gray" - TextEntry.DisabledBgColor "Blank" - TextEntry.SelectedTextColor "TanLight" - TextEntry.SelectedBgColor "Gray" - TextEntry.OutOfFocusSelectedBgColor "Blank" - TextEntry.FocusEdgeColor "Blank" - - ToggleButton.SelectedTextColor "White" - - Tooltip.TextColor "TransparentBlack" - Tooltip.BgColor "Red" - - TreeView.BgColor "TransparentBlack" - - WizardSubPanel.BgColor "Blank" - - TimerProgress.Active "HudTimerProgressActive" - TimerProgress.InActive "HudTimerProgressInActive" - TimerProgress.Warning "HudTimerProgressWarning" - - HudObjectives.FgColor "HudPanelForeground" - HudObjectives.BgColor "HudPanelBackground" - HudObjectives.BorderColor "HudPanelBorder" - - HudProgressBar.Active "HudProgressBarActive" - HudProgressBar.InActive "HudProgressBarInActive" - - HudCaptureIcon.Active "HudProgressBarActive" - HudCaptureIcon.InActive "HudProgressBarInActive" - HudCaptureProgressBar.Active "HudProgressBarActive" - HudCaptureProgressBar.InActive "HudProgressBarInActive" - - // scheme-specific colors - "FgColor" "255 180 60 255" - "BgColor" "TransparentBlack" - - "ViewportBG" "Blank" - "TeamSpec" "204 204 204 255" - "TeamRed" "255 64 64 255" - "TeamBlue" "153 204 255 255" - - "MapDescriptionText" "Gray" // the text used in the map description window - "HudIcon_Green" "0 160 0 255" - "HudIcon_Red" "160 0 0 255" - - // CHudMenu - "ItemColor" "255 167 42 200" // default 255 167 42 255 - "MenuColor" "233 208 173 255" - "MenuBoxBg" "0 0 0 100" - - // weapon selection colors - "SelectionNumberFg" "251 235 202 255" - "SelectionTextFg" "251 235 202 255" - "SelectionEmptyBoxBg" "0 0 0 80" - "SelectionBoxBg" "0 0 0 80" - "SelectionSelectedBoxBg" "0 0 0 190" - - // Hint message colors - "HintMessageFg" "255 255 255 255" - "HintMessageBg" "0 0 0 60" - - "ProgressBarFg" "255 30 13 255" - - // Top-left corner of the menu on the main screen - "Main.Menu.X" "32" - "Main.Menu.Y" "248" - - // Blank space to leave beneath the menu on the main screen - "Main.BottomBorder" "32" - - "VguiScreenCursor" "255 208 64 255" - } - - Fonts - { - // fonts are used in order that they are listed - // fonts listed later in the order will only be used if they fulfill a range not already filled - // if a font fails to load then the subsequent fonts will replace - "Default" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "antialias" "1" - } - "2" - { - "name" "Cerbetica_bold" - "tall" "72" - "antialias" "1" - } - } - "DefaultUnderline" - { - "1" - { - "name" "Tahoma" - "tall" "12" - "weight" "500" - "underline" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "2" - { - "name" "Arial" - "tall" "11" - "range" "0x0000 0x00FF" - "weight" "800" - } - } - "DefaultSmall" - { - "1" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "480 599" - } - "2" - { - "name" "Verdana" - "tall" "13" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "600 767" - } - "3" - { - "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Verdana" - "tall" "20" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Verdana" - "tall" "22" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1200 6000" - "antialias" "1" - } - "6" - { - "name" "Arial" - "tall" "12" - "range" "0x0000 0x00FF" - "weight" "0" - } - } - "DefaultVerySmall" - { - "1" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - } - "2" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" - } - "3" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Verdana" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" - } - } - DefaultLarge - { - "1" - { - "name" "Verdana" - "tall" "18" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - } - "2" - { - "name" "Verdana" - "tall" "21" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" - } - "3" - { - "name" "Verdana" - "tall" "22" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Verdana" - "tall" "28" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Verdana" - "tall" "30" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" - } - "6" - { - "name" "Verdana" - "tall" "20" - "range" "0x0000 0x00FF" - "weight" "900" - } - "7" - { - "name" "Arial" - "tall" "20" - "range" "0x0000 0x00FF" - "weight" "800" - } - } - - CenterPrintText - { - // note that this scales with the screen resolution - "1" - { - "name" "Trebuchet MS" [!$OSX] - "name" "Helvetica" [$OSX] - "tall" "18" - "weight" "900" - "antialias" "1" - "additive" "1" - } - } - - "PlayerPanelPlayerName" - { - "1" - { - "name" "Verdana" - "tall" "6" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - HudHintText - { - "1" - { - "name" "Verdana" - "tall" "12" - "weight" "700" - "yres" "480 599" - } - "2" - { - "name" "Verdana" - "tall" "13" [$WIN32] - "tall" "23" [$X360] - "weight" "700" - "yres" "600 767" - } - "3" - { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "768 1023" - } - "4" - { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" - } - "5" - { - "name" "Verdana" - "tall" "24" - "weight" "700" - "yres" "1200 10000" - } - } - "HudFontGiant" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "tall_lodef" "80" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "44" - "tall_hidef" "120" - "additive" "0" - "antialias" "1" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" - } - "4" - { - "name" "Cerbetica_edited" - "tall" "52" - "additive" "0" - "antialias" "1" - } - "5" - { - "name" "Cerbetica_edited" - "tall" "72" - "additive" "0" - "antialias" "1" - } - } - "HudFontGiantBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "64" - "additive" "0" - "antialias" "1" - } - } - "HudFontBiggerBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" - } - } - "HudFontBig" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "44" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumBig" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumBigBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "HudFontMedium" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSecondary" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSmallBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSmallSecondary" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallishBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallBoldShadow" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallest" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallestShadow" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallestBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - - "PerformanceModeSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - - "StorePromotionsTitle" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" - } - } - - "FontCartPrice" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" - } - } - "FontStorePrice" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - "FontStoreOriginalPrice" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" - } - } - "FontStorePriceSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "8" - "additive" "0" - "antialias" "1" - } - } - "FontStorePromotion" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - - "TextTooltipFont" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" - } - } - - GameUIButtons - { - "1" //[$X360] - { - "bitmap" "1" - "name" "Buttons" - "scalex" "1.0" - "scalex_lodef" "0.75" - "scaley" "1.0" - "scaley_lodef" "0.75" - } - } - GameUIButtonsSmall - { - "1" [$X360] - { - "bitmap" "1" - "name" "Buttons" - "scalex" "0.5" - "scaley" "0.5" - } - } - GameUIButtonsSmallest - { - "1" [$X360] - { - "bitmap" "1" - "name" "Buttons" - "scalex" "0.4" - "scaley" "0.4" - } - } - "GameUIButtonText" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" - } - } - - "HudClassHealth" - { - "1" - { - "name" "TF2" - "tall" "16" - "tall_hidef" "22" - "tall_lodef" "22" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - "SpectatorKeyHints" - { - "1" - { - "name" "Verdana" - "tall" "8" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - "ClockSubText" - { - "1" - { - "name" "Verdana" - "tall" "9" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - "ClockSubTextSuddenDeath" - { - "1" - { - "name" "Verdana" - "tall" "8" - "tall_hidef" "9" - "tall_lodef" "10" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - "ClockSubTextTiny" - { - "1" - { - "name" "Verdana" - "tall" "8" - "tall_hidef" "7" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - "HudSelectionText" - { - "1" - { - "name" "TF2" - "tall" "15" - "weight" "700" - "antialias" "1" - "yres" "1 599" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "additive" "1" - } - "2" - { - "name" "TF2" - "tall" "15" [$WIN32] - "tall" "21" [$X360] - "weight" "700" - "antialias" "1" - "yres" "600 767" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "additive" "1" - } - "3" - { - "name" "TF2" - "tall" "18" - "weight" "900" - "antialias" "1" - "yres" "768 1023" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "4" - { - "name" "TF2" - "tall" "21" - "weight" "900" - "antialias" "1" - "yres" "1024 1199" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "5" - { - "name" "TF2" - "tall" "24" - "weight" "1000" - "antialias" "1" - "yres" "1200 10000" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - } - - DebugOverlay - { - "1" [$WIN32] - { - "name" "Courier New" - "tall" "14" - "weight" "400" - "outline" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "1" [$X360] - { - "name" "Tahoma" - "tall" "18" - "weight" "200" - "outline" "1" - } - } - - TFTypeDeath - { - "1" - { - "name" "tfd" // tfd.ttf - "tall" "28" - "weight" "0" - "additive" "0" - "antialias" "1" - } - } - - Icons - { - "1" - { - "name" "Team Fortress" // tf.ttf - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" - } - } - - "BetaFont" - { - "1" - { - "name" "Courier New" - "tall" "90" - "weight" "900" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - - HudNumbers - { - "1" - { - "name" "Team Fortress" // tf.ttf - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" - } - "2" - { - "name" "Verdana" - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" - } - } - - "CloseCaption_Normal" - { - "1" - { - "name" "Tahoma" - "tall" "24" - "tall_hidef" "32" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - } - "CloseCaption_Italic" - { - "1" - { - "name" "Tahoma" - "tall" "24" - "tall_hidef" "32" - "weight" "500" - "italic" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - } - "CloseCaption_Bold" - { - "1" - { - "name" "Tahoma" - "tall" "24" - "tall_hidef" "32" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - } - "CloseCaption_BoldItalic" - { - "1" - { - "name" "Tahoma" - "tall" "24" - "tall_hidef" "32" - "weight" "900" - "italic" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - } - "CloseCaption_Small" - { - "1" - { - "name" "Tahoma" - "tall" "16" - "tall_hidef" "24" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - } - - // this is the symbol font - "Marlett" - { - "1" - { - "name" "Marlett" - "tall" "20" - "weight" "0" - "symbol" "1" - "range" "0x0000 0x007F" // Basic Latin - } - } - "MarlettSmall" - { - "1" - { - "name" "Marlett" - "tall" "14" - "weight" "0" - "symbol" "1" - "range" "0x0000 0x007F" // Basic Latin - } - } - - "MenuMainTitle" - { - "1" - { - "name" "TF2" - "tall" "24" - "antialias" "1" - "weight" "500" - } - } - "MenuClassBuckets" - { - "1" - { - "name" "TF2 Secondary" - "tall" "11" - "tall_lodef" "14" - "antialias" "1" - "weight" "500" - } - } - "MenuKeys" - { - "1" - { - "name" "TF2" - "tall" "12" - "antialias" "1" - "weight" "500" - } - } - - "GoalText" - { - "1" - { - "name" "Verdana" - "tall" "13" - "tall_hidef" "14" - "tall_lodef" "17" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - - "ChalkboardTitle" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" - } - } - "ChalkboardTitleBig" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "40" - "additive" "0" - "antialias" "1" - } - } - "ChalkboardTitleMedium" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" - } - } - "ChalkboardText" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - - "ScoreboardVerySmall" - { - "1" - { - "name" "Verdana" - "tall" "8" - "tall_hidef" "10" - "tall_lodef" "14" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "ScoreboardSmall" - { - "1" - { - "name" "TF2 Secondary" - "tall" "10" - "tall_hidef" "12" - "tall_lodef" "14" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "ScoreboardMediumSmall" - { - "1" - { - "name" "TF2" - "tall" "14" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "ScoreboardMedium" - { - "1" - { - "name" "TF2 Secondary" - "tall" "20" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "ScoreboardTeamName" - { - "1" - { - "name" "TF2 Secondary" - "tall" "20" - "tall_hidef" "24" - "tall_lodef" "24" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "ScoreboardTeamCountNew" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "ScoreboardTeamNameNew" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "ScoreboardTeamNameLarge" - { - "1" - { - "name" "TF2 Secondary" - "tall" "34" - "tall_hidef" "38" - "tall_lodef" "38" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "ScoreboardTeamScoreNew" - { - "1" - { - "name" "TF2" - "tall" "36" - "tall_hidef" "48" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - "ScoreboardTeamScore" - { - "1" - { - "name" "TF2" - "tall" "52" - "tall_lodef" "80" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1 599" - "antialias" "1" - } - "2" - { - "name" "TF2" - "tall" "72" - "tall_hidef" "120" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "600 767" - "antialias" "1" - } - "3" - { - "name" "TF2" - "tall" "100" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "TF2" - "tall" "140" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "TF2" - "tall" "180" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1200 10000" - "antialias" "1" - } - } - - "MatchSummaryTeamScores" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - "MatchSummaryStatsAndMedals" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "MatchSummaryWinner" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "CompMatchStartTeamNames" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "ControlPointTimer" - { - "1" - { - "name" "TF2 Secondary" - "tall" "10" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "ControlPointTimerSmaller" - { - "1" - { - "name" "TF2 Secondary" - "tall" "7" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "Link" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - - "TargetID" - { - "1" - { - "name" "Verdana" - "tall" "12" - "weight" "700" - "yres" "480 599" - "dropshadow" "0" - } - "2" - { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "600 767" - "dropshadow" "0" - } - "3" - { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "768 1023" - "dropshadow" "0" - } - "4" - { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" - "dropshadow" "0" - } - "5" - { - "name" "Verdana" - "tall" "24" - "weight" "700" - "yres" "1200 10000" - "dropshadow" "0" - } - } - - "ChatFont" - { - "1" - { - "name" "TF2" - "tall" "12" - "weight" "700" - "yres" "480 599" - "dropshadow" "1" - } - "2" - { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "600 767" - "dropshadow" "1" - } - "3" - { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "768 1023" - "dropshadow" "1" - } - "4" - { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" - "dropshadow" "1" - } - "5" - { - "name" "Verdana" - "tall" "24" - "weight" "700" - "yres" "1200 10000" - "dropshadow" "1" - } - } - "ChatMiniFont" - { - "1" - { - "name" "Verdana" - "tall" "10" - "weight" "700" - "yres" "480 599" - "dropshadow" "1" - } - "2" - { - "name" "Verdana" - "tall" "10" - "weight" "700" - "yres" "600 767" - "dropshadow" "1" - } - "3" - { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "768 1023" - "dropshadow" "1" - } - "4" - { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "1024 1199" - "dropshadow" "1" - } - "5" - { - "name" "Verdana" - "tall" "15" - "weight" "700" - "yres" "1200 10000" - "dropshadow" "1" - } - } - - MenuSmallestFont - { - "1" - { - "name" "Arial Black" - "tall" "8" - "tall_lodef" "12" - "range" "0x0000 0x00FF" - "weight" "300" - "antialias" "1" - } - } - MenuSmallFont - { - "1" - { - "name" "TF2" - "tall" "14" - "tall_lodef" "18" - "range" "0x0000 0x00FF" - "weight" "300" - "weight_lodef" "600" - "antialias" "1" - } - } - - CapPlayerFont - { - "1" - { - "name" "TF2" - "tall" "12" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "TextColor" "Black" - "antialias" "1" - } - } - CapPlayerFontSmall - { - "1" - { - "name" "TF2" - "tall" "8" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "TextColor" "Black" - "antialias" "1" - } - } - - TFFontSmall - { - "1" - { - "name" "Verdana" - "tall" "8" - "tall_hidef" "10" - "tall_lodef" "12" - "weight" "0" - "additive" "1" - "antialias" "1" - } - } - TFFontMedium - { - "1" - { - "name" "Verdana" - "tall" "9" - "tall_hidef" "10" - "tall_lodef" "16" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - InstructionalText - { - "1" - { - "name" "Verdana" - "tall" "11" [!$OSX] - "tall" "9" [$OSX] - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - - MatchmakingDialogTitle - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - MatchmakingDialogSessionOptionsTitle - { - "1" - { - "name" "Cerbetica_edited" - "tall" "30" - "additive" "0" - "antialias" "1" - } - } - MatchmakingDialogMenuLarge - { - "1" - { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" - } - } - MatchmakingDialogMenuBrowserHostname - { - "1" // brower item hostname - { - "name" "Trebuchet MS" - "tall" "22" - "weight" "900" - } - } - MatchmakingDialogMenuBrowserDetails - { - "1" // browser item players and map name - { - "name" "Trebuchet MS" - "tall" "18" - "weight" "900" - } - } - MatchmakingDialogMenuMedium - { - "1" - { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" - } - } - MatchmakingDialogMenuMediumSmall - { - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" - } - } - MatchmakingDialogMenuSmall - { - "1" - { - "name" "Verdana" - "tall" "22" - "tall_lodef" "18" - "weight" "900" - } - } - MatchmakingDialogMenuSmallest - { - "1" - { - "name" "Verdana" - "tall" "18" - "tall_lodef" "18" - "weight" "900" - } - } - - RankingDialogHeaders - { - "1" - { - "name" "Verdana" - "tall" "15" - "weight" "900" - } - } - - "TeamMenuBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "TeamMenu" - { - "1" - { - "name" "TF2 Secondary" - "tall" "11" - "weight" "600" - "additive" "0" - "antialias" "1" - } - } - - "IntroMenuCaption" - { - "1" - { - "name" "TF2 Secondary" - "tall" "18" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "AchievementNotification" - { - "1" - { - "name" "Trebuchet MS" - "tall" "14" - "weight" "900" - "antialias" "1" - } - } - - "ImportToolSmallest" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - "SpectatorVerySmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "additive" "0" - "dropshadow""1" - "antialias" "1" - } - } - - // Used by scoreboard and spectator UI for names which don't map in the normal fashion - "DefaultVerySmallFallBack" - { - "1" - { - "name" "Verdana" - "tall" "10" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - "antialias" "1" - } - "2" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 1199" - "antialias" "1" - } - "3" - { - "name" "Verdana" - "tall" "15" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" - } - } - - "ItemFontNameSmallest" - { - "1" - { - - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - "ItemFontNameSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "15" - "additive" "0" - "antialias" "1" - } - } - "ItemFontNameLarge" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" - } - } - "ItemFontNameLarger" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - "ItemFontAttribSmallest" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" - } - } - ItemFontAttribSmallv2 - { - "1" - { - "name" "Cerbetica_edited" - "tall" "11" - "antialias" "1" - "weight" "500" - } - } - "ItemFontAttribSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" - } - } - "ItemFontAttribLarge" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - "ItemFontAttribLarger" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - "AchievementTracker_Name" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "9" - "additive" "0" - "antialias" "1" - } - } - "AchievementTracker_NameGlow" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "9" - "additive" "1" - "antialias" "1" - } - } - "AchievementTracker_Desc" - { - "1" - { - "name" "Verdana" - "tall" "7" - "additive" "1" - "antialias" "1" - } - } - - "QuestObjectiveTracker_Desc" - { - "1" - { - "name" "Verdana" - "tall" "7" - "weight" "0" - "additive" "1" - "antialias" "1" - } - } - "QuestObjectiveTracker_DescGlow" - { - "1" - { - "name" "Verdana" - "tall" "7" - "weight" "0" - "antialias" "1" - } - } - "QuestObjectiveTracker_DescBlur" - { - "1" - { - "name" "Verdana" - "tall" "7" - "weight" "0" - "blur" "3" - "additive" "1" - "antialias" "1" - "custom" "1" - } - } - "QuestFlavorText" - { - "1" - { - "name" "ocra" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "ocra" - "tall" "14" - "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - } - "3" - { - "name" "ocra" - "tall" "18" - "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - } - } - "QuestObjectiveText" - { - "1" - { - "name" "ocra" - "tall" "10" - "weight" "800" - "yres" "480 599" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "ocra" - "tall" "14" - "weight" "800" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - } - "3" - { - "name" "ocra" - "tall" "18" - "weight" "800" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - } - } - "QuestLargeText" - { - "1" - { - "name" "ocra" - "tall" "16" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "QuestStickyText" - { - "1" - { - "name" "TF2 Professor" - "tall" "20" - "antialias" "1" - "custom" "1" [$OSX] - "weight" "500" - } - } - "QuestInstructionText_Merasmus" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - } - } - "QuestFlavorText_Merasmus" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" - "italic" "1" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - "italic" "1" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - "italic" "1" - } - } - "QuestObjectiveText_Merasmus" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "800" - "yres" "480 599" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "800" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "800" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - } - } - "QuestMediumText_Merasmus" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "13" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "QuestLargeText_Merasmus" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "16" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "ItemTrackerScore_InGame" - { - "1" - { - "name" "Verdana" - "tall" "7" - "weight" "0" - "antialias" "1" - } - } - - "AdFont_ItemName" - { - "1" - { - "name" "TF2 Secondary" - "tall" "10" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "AdFont_AdText" - { - "1" - { - "name" "Verdana" - "tall" "8" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "AdFont_PurchaseButton" - { - "1" - { - "name" "Verdana" - "tall" "8" - "weight" "0" - "antialias" "1" - } - } - - "TradeUp_Text" - { - "1" - { - "name" "Verdana" - "tall" "8" - "weight" "400" - "antialias" "1" - "additive" "0" - } - } - "TradeUp_Quote" - { - "1" - { - "name" "Trebuchet MS" - "tall" "9" - "weight" "400" - "antialias" "1" - "additive" "0" - "italic" "1" - } - } - // - //////////////////// REPLAY FONTS ////////////////////////////// - // - "ReplayVerySmall" - { - "1" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - } - "2" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" - } - "3" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Verdana" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" - } - } - "ReplayBrowserSmallest" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "1" - "antialias" "1" - } - } - "ReplaySmaller" - { - "1" - { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "480 599" - } - "2" - { - "name" "Verdana" - "tall" "13" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "600 767" - } - "3" - { - "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Verdana" - "tall" "20" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Verdana" - "tall" "22" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1200 6000" - "antialias" "1" - } - "6" - { - "name" "Arial" - "tall" "12" - "range" "0x0000 0x00FF" - "weight" "0" - } - } - "ReplayMediumSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "1" - "antialias" "1" - } - } - "ReplayMedium" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "1" - "antialias" "1" - } - } - "ReplayMediumBig" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "1" - "antialias" "1" - } - } - "ReplayBrowserTab" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "1" - "antialias" "1" - } - } - "ReplayLarger" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "1" - "antialias" "1" - } - } - // - //////////////////// ECON FONTS ////////////////////////////// - // - "EconFontSmall" - { - "1" - { - "name" "TF2 Build" - "tall" "14" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - "EconFontMedium" - { - "1" - { - "name" "TF2 Build" - "tall" "24" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - "xHairCircle" - { - "1" - { - "name" "Courier New" - "tall" "72" - "weight" "0" - "antialias" "1" - } - } - - "xHairCircleOutline" - { - "1" - { - "name" "Courier New" - "tall" "72" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - - "Crosshairs8" - { - "1" - { - "name" "Crosshairs" - "tall" "8" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs10" - { - "1" - { - "name" "Crosshairs" - "tall" "10" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs12" - { - "1" - { - "name" "Crosshairs" - "tall" "12" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs14" - { - "1" - { - "name" "Crosshairs" - "tall" "14" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs16" - { - "1" - { - "name" "Crosshairs" - "tall" "16" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs18" - { - "1" - { - "name" "Crosshairs" - "tall" "18" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs18Outline" - { - "1" - { - "name" "Crosshairs" - "tall" "18" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - - "Crosshairs20" - { - "1" - { - "name" "Crosshairs" - "tall" "20" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs22" - { - "1" - { - "name" "Crosshairs" - "tall" "22" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs24" - { - "1" - { - "name" "Crosshairs" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs24Outline" - { - "1" - { - "name" "Crosshairs" - "tall" "24" - "weight" "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" - "outline" "1" - } - } - - "Crosshairs28" - { - "1" - { - "name" "Crosshairs" - "tall" "28" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs30" - { - "1" - { - "name" "Crosshairs" - "tall" "30" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs32" - { - "1" - { - "name" "Crosshairs" - "tall" "32" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs32Outline" - { - "1" - { - "name" "Crosshairs" - "tall" "32" - "weight" "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" - "outline" "1" - } - } - - "Crosshairs36" - { - "1" - { - "name" "Crosshairs" - "tall" "36" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs38" - { - "1" - { - "name" "Crosshairs" - "tall" "38" - "weight" "0" - "antialias" "1" - } - } - - "Crosshairs40" - { - "1" - { - "name" "Crosshairs" - "tall" "40" - "weight" "0" - "antialias" "1" - } - } - - "KonrWings24" - { - "1" - { - "name" "Garm3nFont" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } - "KonrWings24Outline" - { - "1" - { - "name" "Garm3nFont" - "tall" "24" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - ControllerHintText - { - "1" - { - "name" "Cerbetica_edited" - "tall" "15" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" - } - } - - "MMenuPlayListDesc" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "9" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - // rays fonts and stuff - "Symbol16" - { - "1" - { - "name" "Symbol" - "tall" "16" - "weight" "0" - "antialias" "1" - } - } - "Symbol24" - { - "1" - { - "name" "Symbol" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } - "SymbolOutline24" - { - "1" - { - "name" "Symbol" - "tall" "24" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - "Symbol32" - { - "1" - { - "name" "Symbol" - "tall" "32" - "weight" "0" - "antialias" "1" - } - } - "Symbol40" - { - "1" - { - "name" "Symbol" - "tall" "40" - "weight" "0" - "antialias" "1" - } - } - - "KonrWings16" - { - "1" - { - "name" "Garm3nFont" - "tall" "16" - "weight" "0" - "antialias" "1" - } - } - "KonrWings24" - { - "1" - { - "name" "Garm3nFont" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } - "KonrWingsOutline24" - { - "1" - { - "name" "Garm3nFont" - "tall" "24" - "weight" "0" - "antialias" "1" - "outline" "1" - } - } - "KonrWings32" - { - "1" - { - "name" "Garm3nFont" - "tall" "32" - "weight" "0" - "antialias" "1" - } - } - "KonrWings40" - { - "1" - { - "name" "Garm3nFont" - "tall" "40" - "weight" "0" - "antialias" "1" - } - } - - "Cerbetica7" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "7" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica8" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "8" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica9" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "9" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica10" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica11" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica12" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica14" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica16" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica20" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "20" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica22" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica24" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaOutline24" - { - "1" - { - "name" "Cerbetica" - "tall" "24" - "additive" "0" - "antialias" "1" - "outline" "1" - } - } - "Cerbetica26" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "26" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica28" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "26" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica32" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica36" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica40" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "40" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica44" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "44" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica48" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica52" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "52" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica54" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "54" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica55" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "55" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica56" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "56" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica60" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "60" - "additive" "0" - "antialias" "1" - } - } - "Cerbetica72" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "72" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold12" - { - "1" - { - "name" "Cerbetica" - "tall" "12" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold13" - { - "1" - { - "name" "Cerbetica" - "tall" "13" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold14" - { - "1" - { - "name" "Cerbetica" - "tall" "14" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold15" - { - "1" - { - "name" "Cerbetica" - "tall" "15" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold16" - { - "1" - { - "name" "Cerbetica" - "tall" "16" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold17" - { - "1" - { - "name" "Cerbetica" - "tall" "17" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold18" - { - "1" - { - "name" "Cerbetica" - "tall" "18" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold20" - { - "1" - { - "name" "Cerbetica" - "tall" "20" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold24" - { - "1" - { - "name" "Cerbetica" - "tall" "24" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBoldOutline24" - { - "1" - { - "name" "Cerbetica" - "tall" "24" - "weight" "800" - "additive" "0" - "antialias" "1" - "outline" "1" - } - } - "CerbeticaBoldOutline16" - { - "1" - { - "name" "Cerbetica" - "tall" "16" - "weight" "800" - "additive" "0" - "antialias" "1" - "outline" "1" - } - } - "CerbeticaBoldOutline32" - { - "1" - { - "name" "Cerbetica" - "tall" "32" - "weight" "800" - "additive" "0" - "antialias" "1" - "outline" "1" - } - } - "CerbeticaBold28" - { - "1" - { - "name" "Cerbetica" - "tall" "28" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold32" - { - "1" - { - "name" "Cerbetica" - "tall" "32" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold36" - { - "1" - { - "name" "Cerbetica" - "tall" "36" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold42" - { - "1" - { - "name" "Cerbetica" - "tall" "42" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold44" - { - "1" - { - "name" "Cerbetica" - "tall" "44" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold46" - { - "1" - { - "name" "Cerbetica" - "tall" "46" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold48" - { - "1" - { - "name" "Cerbetica" - "tall" "48" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold56" - { - "1" - { - "name" "Cerbetica" - "tall" "56" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBoldMedic56" - { - "1" - { - "name" "Cerbetica" - "tall" "56" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold64" - { - "1" - { - "name" "Cerbetica" - "tall" "64" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold72" - { - "1" - { - "name" "Cerbetica" - "tall" "72" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - "CerbeticaBold124" - { - "1" - { - "name" "Cerbetica" - "tall" "124" - "weight" "800" - "additive" "0" - "antialias" "1" - } - } - - "TF2ComboBox" - { - "1" - { - "name" "TF2 Secondary" - "tall" "11" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - "QuestMap_Small_Blur" - { - "1" - { - "name" "ocra" - "tall" "7" - "weight" "0" - "blur" "3" - "additive" "1" - "antialias" "1" - } - } - "QuestMap_Small" - { - "1" - { - "name" "ocra" - "tall" "7" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "QuestMap_Medium" - { - "1" - { - "name" "ocra" - "tall" "10" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "QuestMap_Large" - { - "1" - { - "name" "ocra" - "tall" "14" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - "QuestMap_Huge" - { - "1" - { - "name" "ocra" - "tall" "30" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - } - - Borders - { - //rayshud borders - ButtonHover - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "Base Color" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "Base Color" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "Base Color" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "Base Color" - "offset" "0 0" - } - } - } - - MainMenuTabs - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "Base Color" - "offset" "0 0" - } - "2" - { - "color" "Base Color" - "offset" "0 1" - } - "3" - { - "color" "Base Color" - "offset" "1 1" - } - } - Right - { - "1" - { - "color" "15 255 255 0" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "15 255 255 0" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "15 255 255 0" - "offset" "0 0" - } - } - } - - CyanBorderTabs - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - } - CyanBorderTabsInactive - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "15 100 100 255" - "offset" "0 1" - } - "2" - { - "color" "15 100 100 255" - "offset" "1 1" - } - "3" - { - "color" "15 100 100 255" - "offset" "2 1" - } - "4" - { - "color" "15 100 100 255" - "offset" "3 1" - } - "5" - { - "color" "15 100 100 255" - "offset" "4 1" - } - } - Right - { - "1" - { - "color" "15 100 100 255" - "offset" "0 1" - } - "2" - { - "color" "15 100 100 255" - "offset" "1 1" - } - "3" - { - "color" "15 100 100 255" - "offset" "2 1" - } - "4" - { - "color" "15 100 100 255" - "offset" "3 1" - } - "5" - { - "color" "15 100 100 255" - "offset" "4 1" - } - } - Top - { - "1" - { - "color" "15 100 100 255" - "offset" "0 1" - } - "2" - { - "color" "15 100 100 255" - "offset" "1 1" - } - "3" - { - "color" "15 100 100 255" - "offset" "2 1" - } - "4" - { - "color" "15 100 100 255" - "offset" "3 1" - } - "5" - { - "color" "15 100 100 255" - "offset" "4 1" - } - } - } - CyanBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 4" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - } - CyanBorderThick - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 0" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 0" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 0" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 0" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 0" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 0" - } - } - Bottom - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 0" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 0" - } - } - } - - WhiteBorderThick - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - Right - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - Top - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - Bottom - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - } - - DarkCyanBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "100 224 255 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "100 224 255 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "100 224 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "128 128 255 0" - "offset" "0 0" - } - } - } - - LimeGreenBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - } - - PinkBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - } - - PurpleBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - } - - NoBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "Blank" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "Blank" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "Blank" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "Blank" - "offset" "0 0" - } - } - } - - TeamMenuBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "Black" - "offset" "0 0" - } - "2" - { - "color" "Black" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "Black" - "offset" "0 0" - } - "2" - { - "color" "Black" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "Black" - "offset" "0 0" - } - "2" - { - "color" "Black" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "Black" - "offset" "0 0" - } - "2" - { - "color" "Black" - "offset" "0 0" - } - } - } - - ScrollBarButtonBorder - { - "inset" "0 0 0 0" - "backgroundtype" "2" - } - ScrollBarButtonDepressedBorder - { - "inset" "0 0 0 0" - "backgroundtype" "2" - } - - ButtonBorder - { - "offset" "0 0" - "color" "blank" - } - // this is the border used for default buttons (the button that gets pressed when you hit enter) - ButtonKeyFocusBorder - { - "offset" "0 0" - "color" "blank" - } - //ButtonDepressedBorder - //{ - // "offset" "0 0" - // "color" "blank" - //} - - ComboBoxBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "TanLight" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanLight" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - } - } - - ItemBoxBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "0 255 0 255" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "255 128 128 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "128 255 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "200 50 255 255" - "offset" "0 0" - } - } - } - - TabsBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - } - - DarkComboBoxBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "TanDark" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDark" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - } - - SalePriceBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "SaleGreen" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "SaleGreen" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "SaleGreen" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "SaleGreen" - "offset" "0 0" - } - } - } - - MainMenuSubButtonBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "TanDarker" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDarker" - "offset" "1 0" - } - } - } - - CrosshatchedBackground - { - "bordertype" "image" - "backgroundtype" "2" - "image" "loadout_header" - "tiled" "1" - } - - OutlinedGreyBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_round_rect_selected" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - OutlinedBlueBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_round_rect_selected" - "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" - } - OutlinedDullGreyBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_round_rect" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - OutlinedDullBlueBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_round_rect" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - - TFThinLineBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/tournament_panel_brown" - //"image" "../hud/color_panel_browner" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "8" - } - TFFatLineBorderOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_brown_opaque" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - TFFatLineBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_brown" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - TFFatLineBorderRedBGOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_red_opaque" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - TFFatLineBorderRedBGOpaque_Store - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_red_opaque" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - TFFatLineBorderRedBG - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_red" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - TFFatLineBorderRedBGMoreOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_red_more_opaque" - "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" - } - TFFatLineBorderBlueBG - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - TFFatLineBorderBlueBGMoreOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_blu_more_opaque" - "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" - } - TFFatLineBorderBlueBGOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_blu_opaque" - "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" - } - TFFatLineBorderClearBG - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_clear" - "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" - } - - ToolTipBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "TanDarker" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDarker" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanDarker" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanDarker" - "offset" "0 0" - } - } - } - - OptionsCategoryBorder - { - "inset" "0 0 1 1" - Bottom - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - } - } - - GrayDialogBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_rect" - //"color" "ItemPanelBG" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - - StoreFreeTrialBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_rect_red" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - - EconItemBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_rect" - //"color" "ItemPanelBG" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - Econ.Button.Border.Default - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - } - Econ.Button.Border.Armed - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "15 255 255 255" - "offset" "0 0" - } - } - } - - LoadoutItemMouseOverBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_rect_mouseover" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "11" - } - LoadoutItemPopupBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_holder_central" - "color" "ItemPanelBG" - "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" - } - - // Collector's ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - BackpackItemGrayedOut - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "Black" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - BackpackItemBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "backpack_rect" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "backpack_rect_mouseover" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemSelectedBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "backpack_rect_selected" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - BackpackItemBorder_Unique - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorUnique" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Unique - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorUnique" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemBorder_1 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity1" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_1 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity1" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemBorder_2 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity2" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_2 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity2" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemBorder_3 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity3" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_3 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity3" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemBorder_4 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity4" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_4 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorrarity4" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemBorder_Haunted - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorHaunted" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Haunted - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorHaunted" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Haunted - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorHaunted_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Haunted - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorHaunted_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // PaintkitWeapon ------------------------------------------------------------------------------------------------ - BackpackItemBorder_PaintkitWeapon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorPaintkitWeapon" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_PaintkitWeapon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorPaintkitWeapon" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_PaintkitWeapon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorPaintkitWeapon_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_PaintkitWeapon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorPaintkitWeaponGreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - // Collector's ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemBorder_Vintage - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorVintage" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Vintage - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorVintage" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - BackpackItemGreyedOutBorder_Vintage - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorVintage_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Vintage - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorVintage_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - BackpackItemBorder_Community - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCommunity" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Community - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCommunity" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Community - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCommunity_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Community - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCommunity_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // Developer ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Developer - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorDeveloper" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Developer - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorDeveloper" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Developer - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorDeveloper_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Developer - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorDeveloper_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // SelfMade ------------------------------------------------------------------------------------------------ - BackpackItemBorder_SelfMade - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorSelfMade" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_SelfMade - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorSelfMade" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_SelfMade - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorSelfMade_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_SelfMade - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorSelfMade_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - // Customized ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Customized - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCustomized" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Customized - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCustomized" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Customized - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCustomized_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Customized - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCustomized_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // Strange ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Strange - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorStrange" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Strange - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorStrange" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Strange - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorStrange_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Strange - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorStrange_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // Completed ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Completed - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCompleted" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Completed - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCompleted" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Completed - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCompleted_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Completed - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCompleted_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // *************************************************************************** - // Rarity Default - BackpackItemBorder_RarityDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityDefault" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityDefault" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityDefault_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityDefault_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // *************************************************** - BackpackItemBorder_RarityCommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityCommon" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityCommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityCommon" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityCommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityCommon_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityCommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityCommon_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // - BackpackItemBorder_RarityUncommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityUncommon" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityUncommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityUncommon" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityUncommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityUncommon_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityUncommon - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityUncommon_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - //************** - BackpackItemBorder_RarityRare - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityRare" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityRare - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityRare" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityRare - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityRare_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityRare - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityRare_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - //****************** - BackpackItemBorder_RarityMythical - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityMythical" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityMythical - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityMythical" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityMythical - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityMythical_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityMythical - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityMythical_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - // *************************************************** - BackpackItemBorder_RarityLegendary - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityLegendary" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityLegendary - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityLegendary" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityLegendary - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityLegendary_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityLegendary - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityLegendary_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - //********************************************* - BackpackItemBorder_RarityAncient - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityAncient" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_RarityAncient - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityAncient" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_RarityAncient - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityAncient_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_RarityAncient - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "ItemRarityAncient_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - StoreItemBorder - { - "inset" "0 0 1 1" - "backgroundtype" "2" - Left - { - "1" - { - "color" "TanDarker" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDarker" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanDarker" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanDarker" - "offset" "0 0" - } - } - } - StoreItemBorderMouseOver - { - "inset" "0 0 1 1" - "backgroundtype" "2" - Left - { - "1" - { - "color" "TanDark" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDark" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - } - StoreItemBorderSelected - { - "inset" "0 0 1 1" - "backgroundtype" "2" - Left - { - "1" - { - "color" "TanLight" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanLight" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - } - } - - NotificationDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "alert_rect" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - - MainMenuButtonGlow - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "178 83 22 255" - "image" "button_glow" - "src_corner_height" "4" // pixels inside the image - "src_corner_width" "4" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "4" - } - MainMenuButtonGlow2 - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "238 103 17 255" - "image" "button_glow" - "src_corner_height" "4" // pixels inside the image - "src_corner_width" "4" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "4" - } - MainMenuButtonDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_central" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuButtonArmed - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_central_hover" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuButtonDisabled - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_central_disabled" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuMiniButtonDefault - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_central_adv" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuMiniButtonArmed - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_central_adv_hover" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuBGBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_holder_central" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuBGBorderAlpha - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_holder_central_alpha" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuBlogTabBG - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "blog_tabby" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - MainMenuHighlightBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "callout_bubble" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - - TrainingResultsBG - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "button_holder_central" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - - StoreInnerShadowBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/innershadow_border" - "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" - } - StoreNewBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "new_corner" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StoreHighlightedBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "featured_corner" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "4" - } - StoreHighlightedBackgroundBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/store_featured_item_bg01" - "src_corner_height" "80" // pixels inside the image - "src_corner_width" "30" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StoreDiscountBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "sale_corner" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StorePreviewBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/store_inspector_bg_small" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StoreAddToCart - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/store_add_to_cart" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StorePreviewTabSelected - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/store_tab_selected" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StorePreviewTabUnselected - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/store_tab_unselected" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - StorePromotion - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "store/store_coupon_border" - "src_corner_height" "16" // pixels inside the image - "src_corner_width" "16" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - - ArmoryScrollbarBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "scroll_button_off" - "src_corner_height" "16" // pixels inside the image - "src_corner_width" "16" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - ArmoryScrollbarWell - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "scroll_well" - "src_corner_height" "16" // pixels inside the image - "src_corner_width" "16" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - - QuickplayBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "TanDark" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDark" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - } - - SortCategoryBorder - { - "inset" "0 0 1 1" - Right - { - "1" - { - "color" "TanDark" - "offset" "1 0" - } - } - } - - SteamWorkshopBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "TanDark" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "TanDark" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "TanDark" - "offset" "0 0" - } - } - } - - ReplayFatLineBorderRedBGOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/fatlineborder_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" - } - ReplayFatLineBorderOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/fatlineborder" - "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" - } - ReplayGrayDialogBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/graydialogborder" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - ReplayOutlinedGreyBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/outlinedgreybox" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - ReplayOutlinedDullGreyBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/dullgreybox" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - ReplayThinLineBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/tournament_panel_brown" - //"image" "../hud/color_panel_browner" - "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" - } - ReplayDefaultBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/panel_scalable_default" - "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" - } - ReplayHighlightBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/panel_scalable_highlight" - "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" - } - ReplayBalloonBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "replay/panel_scalable_balloon" - "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" - } - ReplayBrowser.ScrollBar.SliderButton.Border - { - - } - - QuestStatusBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "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" - } - - RedWithThinBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "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" - } - - BlueWithThinBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "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" - } - - InnerShadowBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "inner_shadow_border" - "src_corner_height" "5" // pixels inside the image - "src_corner_width" "5" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - InnerShadowBorderThin - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "inner_shadow_border" - "src_corner_height" "5" // pixels inside the image - "src_corner_width" "5" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "4" - } - - CYOAScreenBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "cyoa/cyoa_map_screen_border" - "src_corner_height" "63" // pixels inside the image - "src_corner_width" "63" - "draw_corner_width" "26" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "26" - } - CYOANodeViewBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "cyoa/node_view_border" - "src_corner_height" "127" // pixels inside the image - "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" - } - CYOANodeViewBorder_Active - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "cyoa/node_view_border_active" - "src_corner_height" "127" // pixels inside the image - "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" - } - CYOANodeViewBorder_Inactive - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "cyoa/node_view_border_inactive" - "src_corner_height" "127" // pixels inside the image - "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" - } - CYOANodeViewBorder_TurnIn - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "cyoa/node_view_border_turnin" - "src_corner_height" "127" // pixels inside the image - "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" - } - CYOAPopupBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "QuestMap_ActiveOrange" - "offset" "0 1" - } - "2" - { - "color" "QuestMap_ActiveOrange" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "QuestMap_ActiveOrange" - "offset" "1 0" - } - "2" - { - "color" "QuestMap_ActiveOrange" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "QuestMap_ActiveOrange" - "offset" "0 0" - } - "2" - { - "color" "QuestMap_ActiveOrange" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "QuestMap_ActiveOrange" - "offset" "0 0" - } - "2" - { - "color" "QuestMap_ActiveOrange" - "offset" "0 0" - } - } - } - - FriendHighlightBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "CreditsGreen" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "CreditsGreen" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "CreditsGreen" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "CreditsGreen" - "offset" "0 0" - } - } - } - FriendHighlightBorderThick - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "CreditsGreen" - "offset" "0 1" - } - "2" - { - "color" "CreditsGreen" - "offset" "0 1" - } - } - Right - { - "1" - { - "color" "CreditsGreen" - "offset" "1 0" - } - "2" - { - "color" "CreditsGreen" - "offset" "1 0" - } - } - Top - { - "1" - { - "color" "CreditsGreen" - "offset" "0 0" - } - "2" - { - "color" "CreditsGreen" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "CreditsGreen" - "offset" "0 0" - } - "2" - { - "color" "CreditsGreen" - "offset" "0 0" - } - } - } - } - - //////////////////////// BITMAP FONT FILES ///////////////////////////// - BitmapFontFiles - { - // UI buttons, custom font, (256x64) - "Buttons" "materials/vgui/fonts/buttons_32.vbf" - } - - CustomFontFiles - { - "1" "resource/tf.ttf" - "2" "resource/tfd.ttf" - "3" - { - "font" "resource/TF2.ttf" - "name" "TF2" - } - "4" - { - "font" "resource/TF2Secondary.ttf" - "name" "TF2 Secondary" - } - "5" - { - "font" "resource/TF2Professor.ttf" - "name" "TF2 Professor" - } - "6" - { - "font" "resource/TF2Build.ttf" - "name" "TF2 Build" - } - "7" - { - "font" "resource/fonts/Cerbetica_mac.ttf" - "name" "Cerbetica" - } - "8" // Fog's xHairs - { - "font" "resource/fonts/crosshairs.ttf" - "name" "Crosshairs" - } - "9" // Thin Cross - { - "font" "resource/fonts/Symbol.ttf" - "name" "Symbol" - } - "10" // Konr Wings - { - "font" "resource/fonts/Garm3nFont.ttf" - "name" "Garm3nFont" - } - "11" - { - "font" "resource/fonts/Cerbetica_edited_mac.ttf" - "name" "Cerbetica_edited" - } - "12" - { - "font" "resource/fonts/KnucklesCrosses.ttf" - "name" "KnucklesCrosses" - } - } -} \ No newline at end of file diff --git a/resource/fonts/Cerbetica.otf b/resource/fonts/Cerbetica.otf new file mode 100644 index 0000000..2a06c37 Binary files /dev/null and b/resource/fonts/Cerbetica.otf differ diff --git a/resource/fonts/Cerbetica.ttf b/resource/fonts/Cerbetica.ttf deleted file mode 100644 index 0646fc7..0000000 Binary files a/resource/fonts/Cerbetica.ttf and /dev/null differ diff --git a/resource/fonts/Cerbetica_bold.otf b/resource/fonts/Cerbetica_bold.otf new file mode 100644 index 0000000..a782658 Binary files /dev/null and b/resource/fonts/Cerbetica_bold.otf differ diff --git a/resource/fonts/Cerbetica_bold.ttf b/resource/fonts/Cerbetica_bold.ttf deleted file mode 100644 index 90072c6..0000000 Binary files a/resource/fonts/Cerbetica_bold.ttf and /dev/null differ diff --git a/resource/fonts/Cerbetica_edited.ttf b/resource/fonts/Cerbetica_edited.ttf deleted file mode 100644 index 0e58154..0000000 Binary files a/resource/fonts/Cerbetica_edited.ttf and /dev/null differ diff --git a/resource/fonts/Cerbetica_edited_mac.ttf b/resource/fonts/Cerbetica_edited_mac.ttf deleted file mode 100644 index 7df5a2f..0000000 Binary files a/resource/fonts/Cerbetica_edited_mac.ttf and /dev/null differ diff --git a/resource/fonts/Cerbetica_mac.ttf b/resource/fonts/Cerbetica_mac.ttf deleted file mode 100644 index 6fa4168..0000000 Binary files a/resource/fonts/Cerbetica_mac.ttf and /dev/null differ diff --git a/resource/scheme/clientscheme_borders.res b/resource/scheme/clientscheme_borders.res index 8a65505..a5f0b58 100644 --- a/resource/scheme/clientscheme_borders.res +++ b/resource/scheme/clientscheme_borders.res @@ -10,7 +10,7 @@ Scheme { "1" { - "color" "Base Color" + "color" "ColorCyan" "offset" "0 0" } } @@ -18,7 +18,7 @@ Scheme { "1" { - "color" "Base Color" + "color" "ColorCyan" "offset" "0 0" } } @@ -26,7 +26,7 @@ Scheme { "1" { - "color" "Base Color" + "color" "ColorCyan" "offset" "0 0" } } @@ -34,7 +34,40 @@ Scheme { "1" { - "color" "Base Color" + "color" "ColorCyan" + "offset" "0 0" + } + } + } + + MenuBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Yellow" + "offset" "0 0" + } + "2" + { + "color" "Yellow" + "offset" "0 0" + } + "3" + { + "color" "Yellow" + "offset" "0 0" + } + "4" + { + "color" "Yellow" + "offset" "0 0" + } + "5" + { + "color" "Yellow" "offset" "0 0" } } @@ -47,17 +80,17 @@ Scheme { "1" { - "color" "Base Color" + "color" "ColorCyan" "offset" "0 0" } "2" { - "color" "Base Color" + "color" "ColorCyan" "offset" "0 1" } "3" { - "color" "Base Color" + "color" "ColorCyan" "offset" "1 1" } } @@ -2905,6 +2938,28 @@ Scheme "draw_corner_height" "4" } + OuterShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "outer_shadow_border" + "src_corner_height" "8" // pixels inside the image + "src_corner_width" "8" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + OuterShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "outer_shadow_border" + "src_corner_height" "8" // pixels inside the image + "src_corner_width" "8" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + CYOAScreenBorder { "bordertype" "scalable_image" diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index aa200d6..6309983 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -2,8 +2,34 @@ Scheme { Colors { - //rayshud colors + // HUD COLORS + //--------------------------------------------- + "ColorRed" "255 0 0 255" + "ColorVermillion" "255 64 0 255" + "ColorOrange" "255 128 0 255" + "ColorYellow" "255 255 0 255" + "ColorLime" "128 255 0 255" + "ColorGreen" "0 255 0 255" + "ColorTeal" "0 255 128 255" + "ColorCyan" "0 255 255 255" + "ColorAqua" "0 128 255 255" + "ColorBlue" "0 0 255 255" + "ColorPurple" "128 0 255 255" + "ColorMagenta" "255 0 255 255" + "ColorRuby" "255 0 128 255" + "ColorBlack" "0 0 0 255" + "ColorGreyDark" "64 64 64 255" + "ColorGreyMid" "128 128 128 255" + "ColorGreyLight" "192 192 192 255" + "ColorWhite" "255 255 255 255" "Tutorial Color" "0 255 0 128" + "TextColor" "117 107 94 255" + "DarkGrey" "27 27 27 255" + "DarkerGrey" "22 22 22 255" + "Grey" "51 47 46 255" + "DullWhite" "132 132 132 255" + //--------------------------------------------- + // Gameplay "Ammo In Clip" "48 255 48 255" "Ammo In Reserve" "72 255 255 255" "Ammo In Clip Low" "255 42 130 255" @@ -11,40 +37,25 @@ Scheme "Health Normal" "235 226 202 255" "Health Buff" "48 255 48 255" "Health Hurt" "255 153 0 255" - "Uber Bar Color" "235 226 202 255" - "Solid Color Uber" "255 50 25 255" - "Flashing Uber Color1" "255 165 0 255" - "Flashing Uber Color2" "255 69 0 255" "Heal Numbers" "48 255 48 255" "Damage Numbers" "72 255 255 255" - "Crosshair" "242 242 242 255" - "CrosshairDamage" "255 0 0 255" - - //refers to watching stvs/killcam shots - "Spec Health Normal" "235 226 202 255" - "Spec Health Buff" "48 255 48 255" - "Spec Health Hurt" "255 153 0 255" - - //alternate colors for flashing values - "Alternate Spec Health Normal" "235 226 202 255" - "Alternate Spec Health Buff" "48 255 48 255" - "Alternate Spec Health Hurt" "255 153 0 255" - - //alternate colors for flashing values - "Alternate Health Normal" "235 226 202 255" - "Alternate Health Buff" "48 255 48 255" - "Alternate Health Hurt" "255 153 0 255" - - //'Last DamageHeal Info' refers to the number that appears above hp "Last DamageHeal Info" "72 255 255 255" - - //Menu/Color scheme colors "TransparentPanelBG" "25 25 25 128" "Base Color" "15 255 255 255" "Button Color" "72 255 255 255" - - "Inactive Tab" "15 100 100 255" - + //--------------------------------------------- + // Crosshair Colors + "Crosshair" "242 242 242 255" + "CrosshairDamage" "255 0 0 255" + "Inactive Tab" "15 100 100 255" + //--------------------------------------------- + // Ubercharge + "Uber Bar Color" "235 226 202 255" + "Solid Color Uber" "255 50 25 255" + "Flashing Uber Color1" "255 165 0 255" + "Flashing Uber Color2" "255 69 0 255" + //--------------------------------------------- + // Player Stats "StatBar1" "15 255 255 128" "StatBar2" "15 225 225 128" "StatBar3" "15 195 195 128" @@ -54,43 +65,15 @@ Scheme "StatBar7" "15 85 85 128" "StatBar8" "15 65 65 128" "StatBar9" "15 45 45 128" - - //item backdrop color, refers to background color when mousing over items "ItemPanelBG" "50 50 50 255" - - //Rainbow Uber Colors - "ColorRed" "255 0 0 255" - "ColorVermillion" "255 64 0 255" - "ColorOrange" "255 128 0 255" - "ColorYellow" "255 255 0 255" - "ColorLime" "128 255 0 255" - "ColorGreen" "0 255 0 255" - "ColorTeal" "0 255 128 255" - "ColorCyan" "0 255 255 255" - "ColorAqua" "0 128 255 255" - "ColorBlue" "0 0 255 255" - "ColorPurple" "128 0 255 255" - "ColorMagenta" "255 0 255 255" - "ColorRuby" "255 0 128 255" - "ColorBlack" "0 0 0 255" - "ColorGreyDark" "64 64 64 255" - "ColorGreyMid" "128 128 128 255" - "ColorGreyLight" "192 192 192 255" - "ColorWhite" "255 255 255 255" - "Transparent" "0 0 0 0" - "TextColor" "117 107 94 255" - "DarkGrey" "27 27 27 255" - "DarkerGrey" "22 22 22 255" - - "Grey" "51 47 46 255" - //end rayshud colors - - // base colors - "Orange" "Base Color" - "OrangeDim" "Base Color" + //--------------------------------------------- + // DEFAULT COLORS + //--------------------------------------------- + "Orange" "ColorCyan" + "OrangeDim" "ColorCyan" "LightOrange" "188 112 0 128" - "GoalOrange" "255 133 0" + "GoalOrange" "255 133 0 255" "TFOrange" "145 73 59 255" "Purple" "137 69 99 255" @@ -211,7 +194,7 @@ Scheme "QualityColorNormal" "178 178 178 255" "QualityColorrarity1" "77 116 85 255" "QualityColorrarity2" "141 131 75 255" - "QualityColorrarity3" "112 85 15 255" + "QualityColorrarity3" "204 204 250 255" "QualityColorrarity4" "134 80 172 255" "QualityColorVintage" "71 98 145 255" "QualityColorUnique" "255 215 0 255" diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index 5f15572..8109edd 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -2,2724 +2,2714 @@ Scheme { Fonts { - // fonts are used in order that they are listed - // fonts listed later in the order will only be used if they fulfill a range not already filled - // if a font fails to load then the subsequent fonts will replace - "Default" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "antialias" "1" - } - "2" - { - "name" "Cerbetica_bold" - "tall" "72" - "antialias" "1" - } - } - "DefaultUnderline" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "500" - "underline" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "2" - { - "name" "Cerbetica_edited" - "tall" "11" - "range" "0x0000 0x00FF" - "weight" "800" - } - } - "DefaultSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "480 599" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "13" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "600 767" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1200 6000" - "antialias" "1" - } - "6" - { - "name" "Cerbetica_edited" - "tall" "12" - "range" "0x0000 0x00FF" - "weight" "0" - } - } - "DefaultVerySmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "12" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "12" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Cerbetica_edited" - "tall" "14" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Cerbetica_edited" - "tall" "16" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" - } - } - DefaultLarge - { - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "21" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" - } - "4" - { - "name" "Cerbetica_edited" - "tall" "28" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" - } - "5" - { - "name" "Cerbetica_edited" - "tall" "30" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" - } - "6" - { - "name" "Cerbetica_edited" - "tall" "20" - "range" "0x0000 0x00FF" - "weight" "900" - } - "7" - { - "name" "Cerbetica_edited" - "tall" "20" - "range" "0x0000 0x00FF" - "weight" "800" - } - } - - CenterPrintText - { - // note that this scales with the screen resolution - "1" - { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" - } - } - - "PlayerPanelPlayerName" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "6" - "weight" "500" - "additive" "0" - "antialias" "1" - } - } - - HudHintText - { - "1" - { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" - } - } - "HudFontGiant" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "tall_lodef" "80" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "Cerbetica_edited" - "tall" "44" - "tall_hidef" "120" - "additive" "0" - "antialias" "1" - } - "3" - { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" - } - "4" - { - "name" "Cerbetica_edited" - "tall" "52" - "additive" "0" - "antialias" "1" - } - "5" - { - "name" "Cerbetica_edited" - "tall" "72" - "additive" "0" - "antialias" "1" - } - } - "HudFontGiantBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "64" - "additive" "0" - "antialias" "1" - } - } - "HudFontBiggerBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" - } - } - "HudFontBig" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "44" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumBig" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumBigBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "HudFontMedium" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSecondary" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSmallBold" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" - } - } - "HudFontMediumSmall" + // CUSTOM + "CerbeticaBold72" { "1" { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "72" + "additive" "0" + "antialias" "1" } } - "HudFontMediumSmallSecondary" + "CerbeticaBold64" { "1" { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "64" + "additive" "0" + "antialias" "1" } } - "HudFontSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" - } - } - "HudFontSmallishBold" + "CerbeticaBold56" { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "56" + "additive" "0" + "antialias" "1" } } - "HudFontSmallBold" + "CerbeticaBoldMedic56" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "56" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "HudFontSmallBoldShadow" + "CerbeticaBold48" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "48" + "additive" "0" + "antialias" "1" } } - "HudFontSmallest" + "CerbeticaBold46" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "46" + "additive" "0" + "antialias" "1" } } - "HudFontSmallestShadow" + "CerbeticaBold44" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "44" + "additive" "0" + "antialias" "1" } } - "HudFontSmallestBold" + "CerbeticaBold42" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "42" + "additive" "0" + "antialias" "1" } } - - "PerformanceModeSmall" + "CerbeticaBold36" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "36" + "additive" "0" + "antialias" "1" } } - - "StorePromotionsTitle" + "CerbeticaBold32" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "additive" "0" + "antialias" "1" } } - - "FontCartPrice" + "CerbeticaBoldOutline32" { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "FontStorePrice" + "CerbeticaBold28" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "28" + "additive" "0" + "antialias" "1" } } - "FontStoreOriginalPrice" + "CerbeticaBold24" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "24" + "additive" "0" + "antialias" "1" } } - "FontStorePriceSmall" + "CerbeticaBoldOutline24" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "24" + "additive" "0" + "antialias" "1" + "outline" "1" } } - "FontStorePromotion" + "CerbeticaBold20" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "20" + "additive" "0" + "antialias" "1" } } - - "TextTooltipFont" + "CerbeticaBold18" { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" - } - } - - GameUIButtons - { - "1" //[$X360] - { - "bitmap" "1" - "name" "Buttons" - "scalex" "1.0" - "scalex_lodef" "0.75" - "scaley" "1.0" - "scaley_lodef" "0.75" - } - } - GameUIButtonsSmall - { - "1" [$X360] - { - "bitmap" "1" - "name" "Buttons" - "scalex" "0.5" - "scaley" "0.5" - } - } - GameUIButtonsSmallest - { - "1" [$X360] - { - "bitmap" "1" - "name" "Buttons" - "scalex" "0.4" - "scaley" "0.4" + "name" "Cerbetica Bold" + "tall" "18" + "additive" "0" + "antialias" "1" } } - "GameUIButtonText" + "CerbeticaBold17" { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "17" + "additive" "0" + "antialias" "1" } } - - "HudClassHealth" + "CerbeticaBold16" { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "16" + "additive" "0" + "antialias" "1" } } - - "SpectatorKeyHints" + "CerbeticaBoldOutline16" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "16" + "additive" "0" + "antialias" "1" + "outline" "1" } } - - "ClockSubText" + "CerbeticaBold15" { "1" { - "name" "Cerbetica_edited" - "tall" "9" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "15" + "additive" "0" + "antialias" "1" } } - "ClockSubTextSuddenDeath" + "CerbeticaBold14" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "tall_hidef" "9" - "tall_lodef" "10" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "14" + "additive" "0" + "antialias" "1" } } - "ClockSubTextTiny" + "CerbeticaBold13" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "tall_hidef" "7" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "13" + "additive" "0" + "antialias" "1" } } - - "HudSelectionText" + "CerbeticaBold12" { "1" { - "name" "Cerbetica_edited" - "tall" "15" - "weight" "700" - "antialias" "1" - "yres" "1 599" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "additive" "1" + "name" "Cerbetica Bold" + "tall" "12" + "additive" "0" + "antialias" "1" } - "2" + } + "Cerbetica72" + { + "1" { - "name" "Cerbetica_edited" - "tall" "15" [$WIN32] - "tall" "21" [$X360] - "weight" "700" - "antialias" "1" - "yres" "600 767" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "additive" "1" + "name" "Cerbetica_edited" + "tall" "72" + "additive" "0" + "antialias" "1" } - "3" + } + "Cerbetica60" + { + "1" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "900" - "antialias" "1" - "yres" "768 1023" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "60" + "additive" "0" + "antialias" "1" } - "4" + } + "Cerbetica56" + { + "1" { - "name" "Cerbetica_edited" - "tall" "21" - "weight" "900" - "antialias" "1" - "yres" "1024 1199" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "56" + "additive" "0" + "antialias" "1" } - "5" + } + "Cerbetica55" + { + "1" { - "name" "Cerbetica_edited" - "tall" "24" - "weight" "1000" - "antialias" "1" - "yres" "1200 10000" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "55" + "additive" "0" + "antialias" "1" } } - DebugOverlay + "Cerbetica54" { - "1" [$WIN32] - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "outline" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "1" [$X360] + "1" { - "name" "Tahoma" - "tall" "18" - "weight" "200" - "outline" "1" + "name" "Cerbetica_edited" + "tall" "54" + "additive" "0" + "antialias" "1" } } - - TFTypeDeath + "Cerbetica52" { "1" { - "name" "tfd" // tfd.ttf - "tall" "28" - "weight" "0" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "52" + "additive" "0" + "antialias" "1" } } - - Icons + "Cerbetica48" { "1" - { - "name" "Team Fortress" // tf.ttf - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" + { + "name" "Cerbetica_edited" + "tall" "48" + "additive" "0" + "antialias" "1" } } - - "BetaFont" + "Cerbetica44" { "1" { - "name" "Courier New" - "tall" "90" - "weight" "900" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "44" + "additive" "0" + "antialias" "1" } } - - HudNumbers + "Cerbetica40" { "1" { - "name" "Team Fortress" // tf.ttf - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "40" + "additive" "0" + "antialias" "1" } - "2" + } + "Cerbetica36" + { + "1" { - "name" "Verdana" - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "36" + "additive" "0" + "antialias" "1" } } - - "CloseCaption_Normal" + "Cerbetica32" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "32" + "additive" "0" + "antialias" "1" } } - "CloseCaption_Italic" + "Cerbetica28" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "italic" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "26" + "additive" "0" + "antialias" "1" } } - "CloseCaption_Bold" + "Cerbetica26" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "26" + "additive" "0" + "antialias" "1" } } - "CloseCaption_BoldItalic" + "Cerbetica24" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "italic" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "24" + "additive" "0" + "antialias" "1" } } - "CloseCaption_Small" + "CerbeticaOutline24" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "24" + "additive" "0" + "antialias" "1" + "outline" "1" } } - - // this is the symbol font - "Marlett" + "Cerbetica22" { "1" { - "name" "Marlett" - "tall" "20" - "weight" "0" - "symbol" "1" - "range" "0x0000 0x007F" // Basic Latin + "name" "Cerbetica_edited" + "tall" "22" + "additive" "0" + "antialias" "1" } } - "MarlettSmall" + "Cerbetica20" { "1" { - "name" "Marlett" - "tall" "14" - "weight" "0" - "symbol" "1" - "range" "0x0000 0x007F" // Basic Latin + "name" "Cerbetica_edited" + "tall" "20" + "additive" "0" + "antialias" "1" } } - - "MenuMainTitle" + "Cerbetica16" { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "16" + "additive" "0" + "antialias" "1" } } - "MenuClassBuckets" + "Cerbetica14" { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "tall_lodef" "14" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "14" + "additive" "0" + "antialias" "1" } } - "MenuKeys" + "Cerbetica12" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "12" + "additive" "0" + "antialias" "1" } } - - "GoalText" + "Cerbetica11" { "1" { - "name" "Verdana" - "tall" "13" - "tall_hidef" "14" - "tall_lodef" "17" - "weight" "800" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "additive" "0" + "antialias" "1" } } - - "ChalkboardTitle" + "Cerbetica10" { "1" { "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" + "tall" "10" + "additive" "0" + "antialias" "1" } } - "ChalkboardTitleBig" + "Cerbetica9" { "1" { "name" "Cerbetica_edited" - "tall" "40" - "additive" "0" - "antialias" "1" + "tall" "9" + "additive" "0" + "antialias" "1" } } - "ChalkboardTitleMedium" + "Cerbetica8" { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "8" + "additive" "0" + "antialias" "1" } } - "ChalkboardText" + "Cerbetica7" { "1" { "name" "Cerbetica_edited" - "tall" "14" + "tall" "7" "additive" "0" "antialias" "1" } } - - "ScoreboardVerySmall" + + // DEFAULT + "Default" { "1" { "name" "Cerbetica_edited" "tall" "12" - "weight" "400" - "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Cerbetica_bold" + "tall" "72" "antialias" "1" } } - "ScoreboardSmall" + "DefaultUnderline" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "underline" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "2" + { + "name" "Cerbetica_edited" + "tall" "11" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + "DefaultSmall" { "1" + { + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" { "name" "Cerbetica_edited" "tall" "13" - "weight" "400" - "additive" "0" - "antialias" "1" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Cerbetica_edited" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Cerbetica_edited" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Cerbetica_edited" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" } } - "ScoreboardMediumSmall" + "DefaultVerySmall" { "1" + { + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Cerbetica_edited" + "tall" "12" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "12" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" { "name" "Cerbetica_edited" "tall" "14" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Cerbetica_edited" + "tall" "16" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" } } - "ScoreboardMedium" + DefaultLarge { "1" { "name" "Cerbetica_edited" - "tall" "20" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "tall" "18" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Cerbetica_edited" + "tall" "21" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "22" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Cerbetica_edited" + "tall" "28" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Cerbetica_edited" + "tall" "30" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" } - } - "ScoreboardTeamName" - { - "1" + "6" { "name" "Cerbetica_edited" "tall" "20" - "tall_hidef" "24" - "tall_lodef" "24" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "range" "0x0000 0x00FF" + "weight" "900" } - } - "ScoreboardTeamCountNew" - { - "1" + "7" { "name" "Cerbetica_edited" - "tall" "14" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "800" } } - "ScoreboardTeamNameNew" + + CenterPrintText { + // note that this scales with the screen resolution "1" { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "18" + "additive" "0" + "antialias" "1" } } - "ScoreboardTeamNameLarge" + + "PlayerPanelPlayerName" { "1" { "name" "Cerbetica_edited" - "tall" "34" - "tall_hidef" "38" - "tall_lodef" "38" + "tall" "6" "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" "additive" "0" + "antialias" "1" } } - "ScoreboardTeamScoreNew" - { + + HudHintText + { "1" { - "name" "TF2" - "tall" "36" - "tall_hidef" "48" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "additive" "0" + "antialias" "1" } } - "ScoreboardTeamScore" + "HudFontGiant" { "1" { "name" "Cerbetica_edited" - "tall" "52" - "tall_lodef" "80" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1 599" + "tall" "32" + "tall_lodef" "80" + "additive" "0" "antialias" "1" } "2" { "name" "Cerbetica_edited" - "tall" "72" + "tall" "44" "tall_hidef" "120" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "600 767" + "additive" "0" "antialias" "1" } "3" { "name" "Cerbetica_edited" - "tall" "100" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "768 1023" + "tall" "48" + "additive" "0" "antialias" "1" } "4" { "name" "Cerbetica_edited" - "tall" "140" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1024 1199" + "tall" "52" + "additive" "0" "antialias" "1" } "5" { "name" "Cerbetica_edited" - "tall" "180" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1200 10000" + "tall" "72" + "additive" "0" "antialias" "1" } } - - "MatchSummaryTeamScores" + "HudFontGiantBold" { "1" { "name" "Cerbetica_edited" - "tall" "36" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" + "tall" "64" "additive" "0" + "antialias" "1" } } - "MatchSummaryStatsAndMedals" + "HudFontBiggerBold" { "1" { "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" + "tall" "48" "additive" "0" "antialias" "1" } } - "MatchSummaryWinner" + "HudFontBig" { "1" { "name" "Cerbetica_edited" - "tall" "20" - "weight" "400" + "tall" "44" "additive" "0" "antialias" "1" } } - - "CompMatchStartTeamNames" + "HudFontMediumBig" { "1" { "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" + "tall" "36" "additive" "0" "antialias" "1" } - } - - "ControlPointTimer" + } + "HudFontMediumBigBold" { "1" { "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" + "tall" "36" "additive" "0" "antialias" "1" } } - "ControlPointTimerSmaller" + "HudFontMedium" { "1" { "name" "Cerbetica_edited" - "tall" "7" - "weight" "400" + "tall" "32" "additive" "0" "antialias" "1" } } - - "Link" + "HudFontMediumSecondary" { "1" { "name" "Cerbetica_edited" - "tall" "12" + "tall" "32" "additive" "0" "antialias" "1" } } - - "TargetID" + "HudFontMediumBold" { "1" { - "name" "Verdana" - "tall" "12" - "weight" "700" - "yres" "480 599" - "dropshadow" "0" - } - "2" - { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "600 767" - "dropshadow" "0" - } - "3" - { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "768 1023" - "dropshadow" "0" - } - "4" - { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" - "dropshadow" "0" + "name" "Cerbetica_edited" + "tall" "28" + "additive" "0" + "antialias" "1" } - "5" + } + "HudFontMediumSmallBold" + { + "1" { - "name" "Verdana" + "name" "Cerbetica_edited" "tall" "24" - "weight" "700" - "yres" "1200 10000" - "dropshadow" "0" + "additive" "0" + "antialias" "1" } } - - "ChatFont" + "HudFontMediumSmall" { "1" { "name" "Cerbetica_edited" - "tall" "12" - "weight" "700" - "yres" "480 599" - "dropshadow" "1" + "tall" "22" + "additive" "0" + "antialias" "1" } - "2" + } + "HudFontMediumSmallSecondary" + { + "1" { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "600 767" - "dropshadow" "1" + "name" "Cerbetica_edited" + "tall" "22" + "additive" "0" + "antialias" "1" } - "3" + } + "HudFontSmall" + { + "1" { - "name" "Verdana" + "name" "Cerbetica_edited" "tall" "14" - "weight" "700" - "yres" "768 1023" - "dropshadow" "1" + "additive" "0" + "antialias" "1" } - "4" + } + "HudFontSmallishBold" + { + "1" { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" - "dropshadow" "1" + "name" "Cerbetica_edited" + "tall" "16" + "additive" "0" + "antialias" "1" } - "5" + } + "HudFontSmallBold" + { + "1" { - "name" "Verdana" - "tall" "24" - "weight" "700" - "yres" "1200 10000" - "dropshadow" "1" + "name" "Cerbetica_edited" + "tall" "14" + "additive" "0" + "antialias" "1" } } - "ChatMiniFont" + "HudFontSmallBoldShadow" { "1" { - "name" "Verdana" - "tall" "10" - "weight" "700" - "yres" "480 599" - "dropshadow" "1" - } - "2" - { - "name" "Verdana" - "tall" "10" - "weight" "700" - "yres" "600 767" - "dropshadow" "1" - } - "3" - { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "768 1023" - "dropshadow" "1" - } - "4" - { - "name" "Verdana" + "name" "Cerbetica_edited" "tall" "14" - "weight" "700" - "yres" "1024 1199" - "dropshadow" "1" + "additive" "0" + "antialias" "1" } - "5" + } + "HudFontSmallest" + { + "1" { - "name" "Verdana" - "tall" "15" - "weight" "700" - "yres" "1200 10000" - "dropshadow" "1" + "name" "Cerbetica_edited" + "tall" "12" + "additive" "0" + "antialias" "1" } } - - MenuSmallestFont + "HudFontSmallestShadow" { "1" { - "name" "Arial Black" - "tall" "8" - "tall_lodef" "12" - "range" "0x0000 0x00FF" - "weight" "300" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "additive" "0" + "antialias" "1" } } - MenuSmallFont + "HudFontSmallestBold" { "1" { "name" "Cerbetica_edited" - "tall" "14" - "tall_lodef" "18" - "range" "0x0000 0x00FF" - "weight" "300" - "weight_lodef" "600" - "antialias" "1" + "tall" "12" + "additive" "0" + "antialias" "1" } } - CapPlayerFont + "PerformanceModeSmall" { "1" { "name" "Cerbetica_edited" "tall" "12" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "TextColor" "Black" - "antialias" "1" + "additive" "0" + "antialias" "1" } } - CapPlayerFontSmall + + "StorePromotionsTitle" { "1" { "name" "Cerbetica_edited" - "tall" "8" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "TextColor" "Black" - "antialias" "1" + "tall" "10" + "additive" "0" + "antialias" "1" } } - TFFontSmall + "FontCartPrice" { "1" { - "name" "Verdana" - "tall" "8" - "tall_hidef" "10" - "tall_lodef" "12" - "weight" "0" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "16" + "additive" "0" + "antialias" "1" } } - TFFontMedium + "FontStorePrice" { "1" { - "name" "Verdana" - "tall" "9" - "tall_hidef" "10" - "tall_lodef" "16" - "weight" "400" + "name" "Cerbetica_edited" + "tall" "12" "additive" "0" - "antialias" "1" + "antialias" "1" } } - - InstructionalText + "FontStoreOriginalPrice" { "1" { - "name" "Verdana" - "tall" "11" [!$OSX] - "tall" "9" [$OSX] - "weight" "800" + "name" "Cerbetica_edited" + "tall" "10" "additive" "0" - "antialias" "1" + "antialias" "1" } } - - MatchmakingDialogTitle + "FontStorePriceSmall" { "1" { "name" "Cerbetica_edited" - "tall" "36" + "tall" "8" "additive" "0" "antialias" "1" } } - MatchmakingDialogSessionOptionsTitle + "FontStorePromotion" { "1" { "name" "Cerbetica_edited" - "tall" "30" + "tall" "12" "additive" "0" "antialias" "1" } } - MatchmakingDialogMenuLarge + + "TextTooltipFont" { "1" { "name" "Cerbetica_edited" - "tall" "28" + "tall" "11" "additive" "0" "antialias" "1" } } - MatchmakingDialogMenuBrowserHostname + + GameUIButtons { - "1" // brower item hostname + "1" //[$X360] { - "name" "Cerbetica Bold" - "tall" "22" - "weight" "900" + "bitmap" "1" + "name" "Buttons" + "scalex" "1.0" + "scalex_lodef" "0.75" + "scaley" "1.0" + "scaley_lodef" "0.75" } } - MatchmakingDialogMenuBrowserDetails + GameUIButtonsSmall { - "1" // browser item players and map name + "1" [$X360] { - "name" "Cerbetica Bold" + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + GameUIButtonsSmallest + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.4" + "scaley" "0.4" + } + } + "GameUIButtonText" + { + "1" + { + "name" "Cerbetica_edited" "tall" "18" - "weight" "900" + "additive" "0" + "antialias" "1" } - } - MatchmakingDialogMenuMedium + } + + "HudClassHealth" { "1" { "name" "Cerbetica_edited" - "tall" "22" + "tall" "16" + "weight" "500" "additive" "0" "antialias" "1" } } - MatchmakingDialogMenuMediumSmall + + "SpectatorKeyHints" { "1" { "name" "Cerbetica_edited" - "tall" "18" + "tall" "8" + "weight" "500" "additive" "0" "antialias" "1" } } - MatchmakingDialogMenuSmall + + "ClockSubText" { "1" { - "name" "Verdana" - "tall" "22" - "tall_lodef" "18" - "weight" "900" + "name" "Cerbetica_edited" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" } } - MatchmakingDialogMenuSmallest + "ClockSubTextSuddenDeath" { "1" { - "name" "Verdana" - "tall" "18" - "tall_lodef" "18" - "weight" "900" + "name" "Cerbetica_edited" + "tall" "8" + "tall_hidef" "9" + "tall_lodef" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextTiny" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "8" + "tall_hidef" "7" + "weight" "500" + "additive" "0" + "antialias" "1" } } - RankingDialogHeaders + "HudSelectionText" { "1" { - "name" "Verdana" + "name" "Cerbetica_edited" "tall" "15" + "weight" "700" + "antialias" "1" + "yres" "1 599" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "additive" "1" + } + "2" + { + "name" "Cerbetica_edited" + "tall" "15" [$WIN32] + "tall" "21" [$X360] + "weight" "700" + "antialias" "1" + "yres" "600 767" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "additive" "1" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "18" "weight" "900" + "antialias" "1" + "yres" "768 1023" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } - } - - "TeamMenuBold" - { - "1" + "4" { "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" + "tall" "21" + "weight" "900" + "antialias" "1" + "yres" "1024 1199" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } - } - "TeamMenu" - { - "1" + "5" { "name" "Cerbetica_edited" - "tall" "11" - "weight" "600" - "additive" "0" + "tall" "24" + "weight" "1000" "antialias" "1" + "yres" "1200 10000" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } } - "IntroMenuCaption" + DebugOverlay { - "1" + "1" [$WIN32] { "name" "Cerbetica_edited" - "tall" "18" + "tall" "14" "weight" "400" - "additive" "0" - "antialias" "1" + "outline" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "1" [$X360] + { + "name" "Tahoma" + "tall" "18" + "weight" "200" + "outline" "1" } } - "AchievementNotification" + TFTypeDeath { "1" { - "name" "Cerbetica Bold" - "tall" "14" - "weight" "900" - "antialias" "1" + "name" "tfd" // tfd.ttf + "tall" "28" + "weight" "0" + "additive" "0" + "antialias" "1" } } - "ImportToolSmallest" + Icons { "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "500" - "additive" "0" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" "antialias" "1" } } - "SpectatorVerySmall" + "BetaFont" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "additive" "0" - "dropshadow""1" + "name" "Courier New" + "tall" "90" + "weight" "900" + "range" "0x0000 0x007F" // Basic Latin "antialias" "1" + "additive" "0" } } - // Used by scoreboard and spectator UI for names which don't map in the normal fashion - "DefaultVerySmallFallBack" + HudNumbers { "1" { - "name" "Verdana" - "tall" "10" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - "antialias" "1" + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" } "2" { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 1199" - "antialias" "1" - } - "3" - { - "name" "Verdana" - "tall" "15" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Verdana" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" } } - "ItemFontNameSmallest" + "CloseCaption_Normal" { - "1" + "1" { - - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } } - "ItemFontNameSmall" + "CloseCaption_Italic" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "13" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "italic" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } } - "ItemFontNameLarge" + "CloseCaption_Bold" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } } - "ItemFontNameLarger" + "CloseCaption_BoldItalic" { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "italic" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } } - "ItemFontAttribSmallest" + "CloseCaption_Small" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "32" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A } } - ItemFontAttribSmallv2 + + // this is the symbol font + "Marlett" { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "antialias" "1" - "weight" "500" + "name" "Marlett" + "tall" "20" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" // Basic Latin } } - "ItemFontAttribSmall" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" - } - } - "ItemFontAttribLarge" + "MarlettSmall" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Marlett" + "tall" "14" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" // Basic Latin } } - "ItemFontAttribLarger" + + "MenuMainTitle" { "1" { - "name" "Cerbetica_edited" - "tall" "14" + "name" "Cerbetica_edited" + "tall" "24" + "antialias" "1" "weight" "500" - "additive" "0" - "antialias" "1" } } - - "AchievementTracker_Name" + "MenuClassBuckets" { "1" { "name" "Cerbetica_edited" - "tall" "9" - "additive" "0" + "tall" "11" + "tall_lodef" "14" "antialias" "1" + "weight" "500" } } - "AchievementTracker_NameGlow" + "MenuKeys" { "1" { "name" "Cerbetica_edited" - "tall" "9" - "additive" "1" - "antialias" "1" + "tall" "12" + "antialias" "1" + "weight" "500" } } - "AchievementTracker_Desc" + + "GoalText" { "1" { "name" "Verdana" - "tall" "7" - "additive" "1" + "tall" "13" + "tall_hidef" "14" + "tall_lodef" "17" + "weight" "800" + "additive" "0" "antialias" "1" } } - "QuestObjectiveTracker_Desc" + "ChalkboardTitle" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "28" + "additive" "0" + "antialias" "1" + } + } + "ChalkboardTitleBig" { "1" { - "name" "Verdana" - "tall" "7" - "weight" "0" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "40" + "additive" "0" + "antialias" "1" } } - "QuestObjectiveTracker_DescGlow" + "ChalkboardTitleMedium" { "1" { - "name" "Verdana" - "tall" "7" - "weight" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "24" + "additive" "0" + "antialias" "1" } } - "QuestObjectiveTracker_DescBlur" + "ChalkboardText" { "1" { - "name" "Verdana" - "tall" "7" - "weight" "0" - "blur" "3" - "additive" "1" + "name" "Cerbetica_edited" + "tall" "14" + "additive" "0" "antialias" "1" - "custom" "1" } } - "QuestFlavorText" + + "ScoreboardVerySmall" { "1" { - "name" "ocra" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "ocra" - "tall" "14" + "name" "Cerbetica_edited" + "tall" "12" "weight" "400" "additive" "0" - "yres" "600 1023" - "antialias" "1" + "antialias" "1" } - "3" + } + "ScoreboardSmall" + { + "1" { - "name" "ocra" - "tall" "18" + "name" "Cerbetica_edited" + "tall" "13" "weight" "400" "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "antialias" "1" } } - "QuestObjectiveText" + "ScoreboardMediumSmall" { "1" { - "name" "ocra" - "tall" "10" - "weight" "800" - "yres" "480 599" - "additive" "0" - "antialias" "1" - } - "2" - { - "name" "ocra" + "name" "Cerbetica_edited" "tall" "14" - "weight" "800" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" "additive" "0" - "yres" "600 1023" - "antialias" "1" } - "3" + } + "ScoreboardMedium" + { + "1" { - "name" "ocra" - "tall" "18" - "weight" "800" + "name" "Cerbetica_edited" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" "additive" "0" - "yres" "1024 6000" - "antialias" "1" } } - "QuestLargeText" + "ScoreboardTeamName" { "1" { - "name" "ocra" - "tall" "16" - "weight" "400" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "20" + "tall_hidef" "24" + "tall_lodef" "24" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin "antialias" "1" + "additive" "0" } } - "QuestStickyText" + "ScoreboardTeamCountNew" { "1" { - "name" "TF2 Professor" - "tall" "20" - "antialias" "1" - "custom" "1" [$OSX] + "name" "Cerbetica_edited" + "tall" "14" "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" } } - "QuestInstructionText_Merasmus" + "ScoreboardTeamNameNew" { "1" { "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "yres" "480 599" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" "additive" "0" - "antialias" "1" } - "2" + } + "ScoreboardTeamNameLarge" + { + "1" { "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" + "tall" "34" + "tall_hidef" "38" + "tall_lodef" "38" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" "additive" "0" - "yres" "600 1023" - "antialias" "1" } - "3" + } + "ScoreboardTeamScoreNew" + { + "1" { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "400" + "name" "TF2" + "tall" "36" + "tall_hidef" "48" + "weight" "500" "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "antialias" "1" } } - "QuestFlavorText_Merasmus" + "ScoreboardTeamScore" { "1" { "name" "Cerbetica_edited" - "tall" "10" + "tall" "52" + "tall_lodef" "80" + "range" "0x0000 0x00FF" "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" - "italic" "1" + "yres" "1 599" + "antialias" "1" } "2" { "name" "Cerbetica_edited" - "tall" "14" + "tall" "72" + "tall_hidef" "120" + "range" "0x0000 0x00FF" "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - "italic" "1" + "yres" "600 767" + "antialias" "1" } "3" { "name" "Cerbetica_edited" - "tall" "22" + "tall" "100" + "range" "0x0000 0x00FF" "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - "italic" "1" - } - } - "QuestObjectiveText_Merasmus" - { - "1" - { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "800" - "yres" "480 599" - "additive" "0" - "antialias" "1" + "yres" "768 1023" + "antialias" "1" } - "2" + "4" { "name" "Cerbetica_edited" - "tall" "14" - "weight" "800" - "additive" "0" - "yres" "600 1023" - "antialias" "1" + "tall" "140" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1024 1199" + "antialias" "1" } - "3" + "5" { "name" "Cerbetica_edited" - "tall" "18" - "weight" "800" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "tall" "180" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1200 10000" + "antialias" "1" } } - "QuestMediumText_Merasmus" + + "MatchSummaryTeamScores" { "1" { "name" "Cerbetica_edited" - "tall" "13" - "weight" "400" - "additive" "0" + "tall" "36" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin "antialias" "1" + "additive" "0" } } - "QuestLargeText_Merasmus" + "MatchSummaryStatsAndMedals" { "1" { "name" "Cerbetica_edited" - "tall" "16" + "tall" "14" "weight" "400" "additive" "0" "antialias" "1" } } - - "ItemTrackerScore_InGame" - { - "1" - { - "name" "Verdana" - "tall" "7" - "weight" "0" - "antialias" "1" - } - } - - "AdFont_ItemName" + "MatchSummaryWinner" { "1" { - "name" "TF2 Secondary" - "tall" "10" + "name" "Cerbetica_edited" + "tall" "20" "weight" "400" "additive" "0" "antialias" "1" } } - "AdFont_AdText" + "CompMatchStartTeamNames" { "1" { - "name" "Verdana" - "tall" "8" + "name" "Cerbetica_edited" + "tall" "14" "weight" "400" "additive" "0" "antialias" "1" } - } - "AdFont_PurchaseButton" + } + + "ControlPointTimer" { "1" { - "name" "Verdana" - "tall" "8" - "weight" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" } } - - "TradeUp_Text" + "ControlPointTimerSmaller" { "1" { - "name" "Verdana" - "tall" "8" + "name" "Cerbetica_edited" + "tall" "7" "weight" "400" - "antialias" "1" "additive" "0" + "antialias" "1" } } - "TradeUp_Quote" + + "Link" { "1" { - "name" "Trebuchet MS" - "tall" "9" - "weight" "400" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" "additive" "0" - "italic" "1" + "antialias" "1" } } - // - //////////////////// REPLAY FONTS ////////////////////////////// - // - "ReplayVerySmall" + + "TargetID" { "1" { "name" "Verdana" "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" + "weight" "700" + "yres" "480 599" + "dropshadow" "0" } "2" { "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "0" } "3" { "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "0" } "4" { "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "0" } "5" { "name" "Verdana" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "0" } } - "ReplayBrowserSmallest" + + "ChatFont" { "1" { "name" "Cerbetica_edited" "tall" "12" - "additive" "1" - "antialias" "1" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" } } - "ReplaySmaller" + "ChatMiniFont" { "1" { "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "480 599" + "tall" "10" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" } "2" { "name" "Verdana" - "tall" "13" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "600 767" + "tall" "10" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" } "3" { "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "768 1023" - "antialias" "1" + "tall" "13" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" } "4" { "name" "Verdana" - "tall" "20" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1024 1199" - "antialias" "1" + "tall" "14" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" } "5" { "name" "Verdana" - "tall" "22" + "tall" "15" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + MenuSmallestFont + { + "1" + { + "name" "Arial Black" + "tall" "8" + "tall_lodef" "12" + "range" "0x0000 0x00FF" + "weight" "300" + "antialias" "1" + } + } + MenuSmallFont + { + "1" + { + "name" "Cerbetica_edited" + "tall" "14" + "tall_lodef" "18" + "range" "0x0000 0x00FF" + "weight" "300" + "weight_lodef" "600" + "antialias" "1" + } + } + + CapPlayerFont + { + "1" + { + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "TextColor" "Black" + "antialias" "1" + } + } + CapPlayerFontSmall + { + "1" + { + "name" "Cerbetica_edited" + "tall" "8" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "TextColor" "Black" + "antialias" "1" + } + } + + TFFontSmall + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "10" + "tall_lodef" "12" "weight" "0" - "range" "0x0000 0x017F" - "yres" "1200 6000" - "antialias" "1" + "additive" "1" + "antialias" "1" } - "6" + } + TFFontMedium + { + "1" + { + "name" "Verdana" + "tall" "9" + "tall_hidef" "10" + "tall_lodef" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + InstructionalText + { + "1" { - "name" "Arial" - "tall" "12" - "range" "0x0000 0x00FF" - "weight" "0" + "name" "Verdana" + "tall" "11" [!$OSX] + "tall" "9" [$OSX] + "weight" "800" + "additive" "0" + "antialias" "1" } } - "ReplayMediumSmall" + + MatchmakingDialogTitle { "1" { "name" "Cerbetica_edited" - "tall" "11" - "additive" "1" + "tall" "36" + "additive" "0" "antialias" "1" } } - "ReplayMedium" + MatchmakingDialogSessionOptionsTitle { "1" { "name" "Cerbetica_edited" - "tall" "14" - "additive" "1" + "tall" "30" + "additive" "0" "antialias" "1" } } - "ReplayMediumBig" + MatchmakingDialogMenuLarge { "1" { "name" "Cerbetica_edited" - "tall" "18" - "additive" "1" + "tall" "28" + "additive" "0" "antialias" "1" } } - "ReplayBrowserTab" + MatchmakingDialogMenuBrowserHostname + { + "1" // brower item hostname + { + "name" "Cerbetica Bold" + "tall" "22" + "weight" "900" + } + } + MatchmakingDialogMenuBrowserDetails + { + "1" // browser item players and map name + { + "name" "Cerbetica Bold" + "tall" "18" + "weight" "900" + } + } + MatchmakingDialogMenuMedium { "1" { "name" "Cerbetica_edited" - "tall" "24" - "additive" "1" + "tall" "22" + "additive" "0" "antialias" "1" } } - "ReplayLarger" + MatchmakingDialogMenuMediumSmall { "1" { "name" "Cerbetica_edited" "tall" "18" - "additive" "1" + "additive" "0" "antialias" "1" } } - // - //////////////////// ECON FONTS ////////////////////////////// - // - "EconFontSmall" + MatchmakingDialogMenuSmall { "1" { - "name" "Cerbetica Bold" - "tall" "14" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "22" + "tall_lodef" "18" + "weight" "900" } } - "EconFontMedium" + MatchmakingDialogMenuSmallest { "1" { - "name" "Cerbetica Bold" - "tall" "24" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "18" + "tall_lodef" "18" + "weight" "900" } } - ControllerHintText + RankingDialogHeaders { "1" { - "name" "Cerbetica_edited" + "name" "Verdana" "tall" "15" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "weight" "900" } } - "MMenuPlayListDesc" + "TeamMenuBold" { "1" { "name" "Cerbetica_edited" - "tall" "9" - "weight" "400" + "tall" "36" "additive" "0" - "antialias" "1" + "antialias" "1" } } - - "Cerbetica7" + "TeamMenu" { "1" { - "name" "Cerbetica_edited" - "tall" "7" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "weight" "600" + "additive" "0" + "antialias" "1" } } - "Cerbetica8" + + "IntroMenuCaption" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "Cerbetica9" + + "AchievementNotification" { "1" { - "name" "Cerbetica_edited" - "tall" "9" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "14" + "weight" "900" + "antialias" "1" } } - "Cerbetica10" + + "ImportToolSmallest" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "Cerbetica11" + + "SpectatorVerySmall" { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "400" + "additive" "0" + "dropshadow""1" + "antialias" "1" } } - "Cerbetica12" + + // Used by scoreboard and spectator UI for names which don't map in the normal fashion + "DefaultVerySmallFallBack" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "10" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + "antialias" "1" } - } - "Cerbetica14" - { - "1" + "2" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 1199" + "antialias" "1" + } + "3" + { + "name" "Verdana" + "tall" "15" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" } } - "Cerbetica16" + + "ItemFontNameSmallest" { - "1" + "1" { + "name" "Cerbetica_edited" - "tall" "16" + "tall" "12" "additive" "0" "antialias" "1" } } - "Cerbetica20" + "ItemFontNameSmall" { - "1" + "1" { "name" "Cerbetica_edited" - "tall" "20" + "tall" "13" "additive" "0" "antialias" "1" } } - "Cerbetica22" + "ItemFontNameLarge" { - "1" + "1" { "name" "Cerbetica_edited" - "tall" "22" + "tall" "14" "additive" "0" "antialias" "1" } } - "Cerbetica24" + "ItemFontNameLarger" { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "CerbeticaOutline24" + "ItemFontAttribSmallest" { - "1" + "1" { "name" "Cerbetica_edited" - "tall" "24" + "tall" "10" "additive" "0" "antialias" "1" - "outline" "1" } } - "Cerbetica26" + ItemFontAttribSmallv2 { "1" { - "name" "Cerbetica_edited" - "tall" "26" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "antialias" "1" + "weight" "500" } } - "Cerbetica28" + "ItemFontAttribSmall" { - "1" + "1" { "name" "Cerbetica_edited" - "tall" "26" + "tall" "11" "additive" "0" "antialias" "1" } - } - "Cerbetica32" + } + "ItemFontAttribLarge" { - "1" + "1" { "name" "Cerbetica_edited" - "tall" "32" + "tall" "12" "additive" "0" "antialias" "1" } } - "Cerbetica36" + "ItemFontAttribLarger" { "1" { "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "Cerbetica40" + + "AchievementTracker_Name" { "1" { - "name" "Cerbetica_edited" - "tall" "40" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "9" + "additive" "0" + "antialias" "1" } } - "Cerbetica44" + "AchievementTracker_NameGlow" { "1" { - "name" "Cerbetica_edited" - "tall" "44" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "9" + "additive" "1" + "antialias" "1" } } - "Cerbetica48" + "AchievementTracker_Desc" { "1" { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "7" + "additive" "1" + "antialias" "1" } } - "Cerbetica52" + + "QuestObjectiveTracker_Desc" { "1" { - "name" "Cerbetica_edited" - "tall" "52" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "additive" "1" + "antialias" "1" } } - "Cerbetica54" + "QuestObjectiveTracker_DescGlow" { "1" { - "name" "Cerbetica_edited" - "tall" "54" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "antialias" "1" } } - "Cerbetica55" + "QuestObjectiveTracker_DescBlur" { "1" { - "name" "Cerbetica_edited" - "tall" "55" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "blur" "3" + "additive" "1" + "antialias" "1" + "custom" "1" } } - "Cerbetica56" + "QuestFlavorText" { "1" { - "name" "Cerbetica_edited" - "tall" "56" - "additive" "0" - "antialias" "1" + "name" "ocra" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "ocra" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "ocra" + "tall" "18" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } - "Cerbetica60" + "QuestObjectiveText" { "1" { - "name" "Cerbetica_edited" - "tall" "60" - "additive" "0" - "antialias" "1" + "name" "ocra" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "ocra" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "ocra" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } - "Cerbetica72" + "QuestLargeText" { "1" { - "name" "Cerbetica_edited" - "tall" "72" - "additive" "0" - "antialias" "1" + "name" "ocra" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "CerbeticaBold12" + "QuestStickyText" { "1" { - "name" "Cerbetica Bold" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "TF2 Professor" + "tall" "20" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" } } - "CerbeticaBold13" + "QuestInstructionText_Merasmus" { "1" { - "name" "Cerbetica Bold" - "tall" "13" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Cerbetica_edited" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } - "CerbeticaBold14" + "QuestFlavorText_Merasmus" { "1" { - "name" "Cerbetica Bold" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + "italic" "1" + } + "2" + { + "name" "Cerbetica_edited" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + "italic" "1" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + "italic" "1" } } - "CerbeticaBold15" + "QuestObjectiveText_Merasmus" { "1" { - "name" "Cerbetica Bold" - "tall" "15" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Cerbetica_edited" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "Cerbetica_edited" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } - "CerbeticaBold16" + "QuestMediumText_Merasmus" { "1" { - "name" "Cerbetica Bold" - "tall" "16" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "13" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "CerbeticaBold17" + "QuestLargeText_Merasmus" { "1" { - "name" "Cerbetica Bold" - "tall" "17" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "CerbeticaBold18" + + "ItemTrackerScore_InGame" { "1" { - "name" "Cerbetica Bold" - "tall" "18" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "antialias" "1" } } - "CerbeticaBold20" + + "AdFont_ItemName" { "1" { - "name" "Cerbetica Bold" - "tall" "20" - "additive" "0" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "CerbeticaBold24" + + "AdFont_AdText" { "1" { - "name" "Cerbetica Bold" - "tall" "24" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "8" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "CerbeticaBoldOutline24" + "AdFont_PurchaseButton" { "1" { - "name" "Cerbetica Bold" - "tall" "24" - "additive" "0" - "antialias" "1" - "outline" "1" + "name" "Verdana" + "tall" "8" + "weight" "0" + "antialias" "1" } } - "CerbeticaBoldOutline16" + + "TradeUp_Text" { "1" { - "name" "Cerbetica Bold" - "tall" "16" - "additive" "0" - "antialias" "1" - "outline" "1" + "name" "Verdana" + "tall" "8" + "weight" "400" + "antialias" "1" + "additive" "0" } } - "CerbeticaBoldOutline32" + "TradeUp_Quote" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "additive" "0" - "antialias" "1" - "outline" "1" + "name" "Trebuchet MS" + "tall" "9" + "weight" "400" + "antialias" "1" + "additive" "0" + "italic" "1" } } - "CerbeticaBold28" + // + //////////////////// REPLAY FONTS ////////////////////////////// + // + "ReplayVerySmall" { "1" { - "name" "Cerbetica Bold" - "tall" "28" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" } } - "CerbeticaBold32" + "ReplayBrowserSmallest" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "additive" "1" + "antialias" "1" } } - "CerbeticaBold36" + "ReplaySmaller" { "1" { - "name" "Cerbetica Bold" - "tall" "36" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" } } - "CerbeticaBold42" + "ReplayMediumSmall" { "1" { - "name" "Cerbetica Bold" - "tall" "42" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "additive" "1" + "antialias" "1" } } - "CerbeticaBold44" + "ReplayMedium" { "1" { - "name" "Cerbetica Bold" - "tall" "44" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "additive" "1" + "antialias" "1" } } - "CerbeticaBold46" + "ReplayMediumBig" { "1" { - "name" "Cerbetica Bold" - "tall" "46" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "additive" "1" + "antialias" "1" } } - "CerbeticaBold48" + "ReplayBrowserTab" { "1" { - "name" "Cerbetica Bold" - "tall" "48" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "24" + "additive" "1" + "antialias" "1" } } - "CerbeticaBold56" + "ReplayLarger" { "1" { - "name" "Cerbetica Bold" - "tall" "56" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "additive" "1" + "antialias" "1" } } - "CerbeticaBoldMedic56" + // + //////////////////// ECON FONTS ////////////////////////////// + // + "EconFontSmall" { "1" { - "name" "Cerbetica Bold" - "tall" "56" - "additive" "0" - "antialias" "1" - "outline" "1" + "name" "Cerbetica Bold" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "CerbeticaBold64" + "EconFontMedium" { "1" { - "name" "Cerbetica Bold" - "tall" "64" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "CerbeticaBold72" + + ControllerHintText { "1" { - "name" "Cerbetica Bold" - "tall" "72" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "15" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" } } - "CerbeticaBold124" + + "MMenuPlayListDesc" { "1" { - "name" "Cerbetica Bold" - "tall" "124" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" } } @@ -2791,17 +2781,6 @@ Scheme "antialias" "1" } } - "MenuArrows" - { - "1" - { - "name" "FlawHUDIcons" - "tall" "15" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } } BitmapFontFiles @@ -2836,23 +2815,13 @@ Scheme } "7" { - "font" "resource/fonts/Cerbetica.ttf" - "name" "Cerbetica" - } - "8" - { - "font" "resource/fonts/Cerbetica_edited.ttf" - "name" "Cerbetica_edited" - } - "9" - { - "font" "resource/fonts/Cerbetica_bold.ttf" + "font" "resource/fonts/Cerbetica_bold.otf" "name" "Cerbetica Bold" } - "10" + "8" { - "font" "resource/fonts/FlawHUDIcons.otf" - "name" "FlawHUDIcons" + "font" "resource/fonts/Cerbetica.otf" + "name" "Cerbetica" } } } \ No newline at end of file diff --git a/resource/scheme/clientscheme_icons.res b/resource/scheme/clientscheme_icons.res new file mode 100644 index 0000000..1e7c298 --- /dev/null +++ b/resource/scheme/clientscheme_icons.res @@ -0,0 +1,93 @@ +Scheme +{ + Fonts + { + "MenuArrows" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "15" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "ClassIcons" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "62" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons10" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons12" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons14" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons18" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons20" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + } + + CustomFontFiles + { + "121" + { + "font" "resource/fonts/FlawHUDIcons.otf" + "name" "FlawHUDIcons" + } + } +} \ No newline at end of file diff --git a/resource/scheme/clientscheme_settings.res b/resource/scheme/clientscheme_settings.res index 45194eb..61656ce 100644 --- a/resource/scheme/clientscheme_settings.res +++ b/resource/scheme/clientscheme_settings.res @@ -121,7 +121,7 @@ Scheme PropertySheet.SelectedTextColor "White" PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another - RadioButton.TextColor "Base Color" + RadioButton.TextColor "ColorCyan" RadioButton.SelectedTextColor "Orange" RichText.TextColor "Gray" diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 7c8419d..b45c80b 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -343,114 +343,26 @@ Scheme "outline" "0" } } - "size:41,outline:off" + "size:10,outline:on" { "1" { "name" "KnucklesCrosses" - "tall" "41" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:42,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "42" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:43,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "43" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:44,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "44" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:45,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "45" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:46,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "46" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:47,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "47" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:48,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "48" - "antialias" "1" - "additive" "0" - "outline" "0" - } - } - "size:49,outline:off" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "49" - "antialias" "1" + "tall" "10" + "antialias" "0" "additive" "0" - "outline" "0" + "outline" "1" } } - "size:50,outline:off" + "size:11,outline:on" { "1" { "name" "KnucklesCrosses" - "tall" "50" - "antialias" "1" + "tall" "11" + "antialias" "0" "additive" "0" - "outline" "0" + "outline" "1" } } "size:12,outline:on" @@ -756,7 +668,7 @@ Scheme { "name" "KnucklesCrosses" "tall" "39" - "antiaias" "0" + "antialias" "0" "additive" "0" "outline" "1" } @@ -772,116 +684,6 @@ Scheme "outline" "1" } } - "size:41,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "41" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:42,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "42" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:43,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "43" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:44,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "44" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:45,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "45" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:46,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "46" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:47,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "47" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:48,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "48" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:49,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "49" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } - "size:50,outline:on" - { - "1" - { - "name" "KnucklesCrosses" - "tall" "50" - "antialias" "0" - "additive" "0" - "outline" "1" - } - } "xHairCircle" { @@ -1725,22 +1527,22 @@ Scheme CustomFontFiles { - "100" // Fog's xHairs + "110" // Fog's xHairs { "font" "resource/fonts/crosshairs.ttf" "name" "Crosshairs" } - "101" // Thin Cross + "111" // Thin Cross { "font" "resource/fonts/Symbol.ttf" "name" "Symbol" } - "102" // Konr Wings + "112" // Konr Wings { "font" "resource/fonts/Garm3nFont.ttf" "name" "Garm3nFont" } - "103" + "113" { "font" "resource/fonts/KnucklesCrosses.ttf" "name" "KnucklesCrosses" diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index 2b1b2ab..989b240 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -57,7 +57,7 @@ Scheme // scheme-specific colors Border.Bright "200 200 200 196" Border.Dark "40 40 40 196" - Border.Selection "0 0 0 196"default/selected button + Border.Selection "0 0 0 196" Button.TextColor "196 196 196 255" Button.BgColor "120 120 120 128" @@ -90,7 +90,7 @@ Scheme RadioButton.ArmedTextColor "TFTextMedium" Frame.BgColor "40 40 40 245" - Frame.OutOfFocusBgColor "40 40 40 100" + Frame.OutOfFocusBgColor "40 40 40 245" FrameGrip.Color1 "200 200 200 196" FrameGrip.Color2 "0 0 0 196" FrameTitleButton.FgColor "200 200 200 196" @@ -141,150 +141,10 @@ Scheme TextEntry.TextColor "OffWhite" TextEntry.DisabledTextColor "DullWhite" TextEntry.SelectedBgColor "RaysPrimary" - - // Borrowed from CS:S SourceScheme - Frame.TitleTextInsetX "14" - Frame.ClientInsetY "9" - Frame.ClientInsetX "8" - Frame.FocusTransitionEffectTime "0.3" - Frame.TransitionEffectTime "0.3" - Frame.AutoSnapRange "0" - FrameTitleButton.BgColor "Blank" - FrameTitleButton.DisabledFgColor "255 255 255 192" - FrameTitleButton.DisabledBgColor "Blank" - FrameSystemButton.FgColor "Blank" - FrameSystemButton.BgColor "Blank" - FrameSystemButton.Icon "" - FrameSystemButton.DisabledIcon "" - FrameTitleBar.BgColor "0 0 0 210" - FrameTitleBar.DisabledBgColor "Blank" - GraphPanel.FgColor "White" - GraphPanel.BgColor "TransparentBlack" - ListPanel.TextBgColor "Blank" - ListPanel.SelectedTextColor "Black" - ListPanel.EmptyListInfoTextColor "OffWhite" - Menu.TextColor "White" - Menu.ArmedTextColor "Black" - Panel.FgColor "DullWhite" - Panel.BgColor "Blank" - ProgressBar.FgColor "White" - ProgressBar.BgColor "TransparentBlack" - PropertySheet.TextColor "OffWhite" - PropertySheet.SelectedTextColor "White" - PropertySheet.TransitionEffectTime "0.25" - RichText.TextColor "OffWhite" - RichText.BgColor "TransparentBlack" - RichText.SelectedTextColor "Black" - RichText.SelectedBgColor "RaysPrimary" - ScrollBar.Wide "17" - SectionedListPanel.HeaderTextColor "White" - SectionedListPanel.HeaderBgColor "Blank" - SectionedListPanel.DividerColor "Black" - SectionedListPanel.TextColor "DullWhite" - SectionedListPanel.BrightTextColor "White" - SectionedListPanel.BgColor "TransparentBlack" - SectionedListPanel.SelectedTextColor "Black" - SectionedListPanel.SelectedBgColor "RaysPrimary" - SectionedListPanel.OutOfFocusSelectedTextColor "Black" - SectionedListPanel.OutOfFocusSelectedBgColor "100 100 100 128" - TextEntry.BgColor "TransparentBlack" - TextEntry.CursorColor "OffWhite" - TextEntry.DisabledBgColor "Blank" - TextEntry.SelectedTextColor "Black" - TextEntry.OutOfFocusSelectedBgColor "100 100 100 128" - TextEntry.FocusEdgeColor "0 0 0 196" - ToggleButton.SelectedTextColor "White" - Tooltip.TextColor "0 0 0 196" - Tooltip.BgColor "RaysPrimary" - TreeView.BgColor "TransparentBlack" - WizardSubPanel.BgColor "Blank" - MainMenu.DepressedTextColor "150 150 150 128" - MainMenu.MenuItemHeight "25" - MainMenu.Backdrop "0 0 0 156" - Console.TextColor "OffWhite" - Console.DevTextColor "White" - NewGame.TextColor "White" - NewGame.FillColor "0 0 0 255" - NewGame.SelectionColor "RaysPrimary" - NewGame.DisabledColor "128 128 128 196" } Fonts { - "DefaultFixedOutline" //edited by INsane 2010 for small netgraph font on all screen sizes - { - "1" //For screen heights between 480 and 599 (eg 4:3 aspect Width 640x480 High, Width 720x576 High. 16:10 aspect Width 720x480 High) - { - "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts - "name" "Lucida Console" [$X360] //"Lucida Console" - "name" "Georgia" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS - "tall" "11" [$POSIX] // "11" - "tall" "10" //good positioning is ... "net_graphpos 183" and "net_graphheight 30" and ensure you select "antialias" "1" with all others off with "Georgia" font. - "weight" "0" //"0" // This is the thickness, like a bold setting max is about 700. Small fonts will look better as "0". - "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - "outline" "0" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. - "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look - "antialias" "1" //not default added //smoothing the edges. - } - "2" //For screen heights between 600 and 767 (eg 4:3 aspect Width 800X600 High, ... 16:9 aspect Width 1152x648 High.) - { - "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts - "name" "Lucida Console" [$X360] //"Lucida Console" - "name" "Georgia" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS - "tall" "12" [$POSIX] // "11" - "tall" "12" //good positioning is ... "net_graphpos 190" and "net_graphheight 45" and ensure you select "antialias" "1" with all others off with "Georgia" font. - "weight" "0" - "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" - "outline" "0" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. - "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look - "antialias" "1" //not default added //smoothing the edges. - } - "3" //For screen heights between 768 and 1023 (eg 4:3 aspect Width 1024X768 High... 16:9 aspect Width 1360x768 High, 16:9 aspect Width 1776x1000 High... 16:10 aspect Width 1280x768 High, 16:10 aspect Width 1280x800 High, 16:10 aspect Width 1400x900 High.) - { - "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts - "name" "Lucida Console" [$X360] //"Lucida Console" - "name" "Verdana" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS - "tall" "13" [$POSIX] // "11" - "tall" "13" //good positioning is ... "net_graphpos 203" and "net_graphheight 85" and ensure you select "outline" "1" with all others off with "Microsoft Sans Serif" font. - "weight" "0" - "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. - "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look - "antialias" "0" //not default added //smoothing the edges. - } - "4" //For screen heights between 1024 and 1199 (eg 4:3 aspect Width 1280X1024 High, Width 1400X1050 High... 16:9 aspect Width 1920x1080 High... 16:10 aspect Width 1680x1050 High.) - { - "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts - "name" "Lucida Console" [$X360] //"Lucida Console" - "name" "Arial" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS - "tall" "19" [$POSIX] // "11" - "tall" "19" // good positioning is ... net_graphheight 87 and net_graphpos 210 and ensure you select "outline" "1" with all others off with Ariel font. - "weight" "0" - "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. - "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look - "antialias" "0" //not default added //smoothing the edges. - } - "5" //For screen heights between 1200 and 6000 (6000...wow that's freaking huge!) (eg 4:3 aspect Width 1600X1200 High... 16:10 aspect Width 1920x1200 High.... and beyond) - { - "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts - "name" "Lucida Console" [$X360] //"Lucida Console" - "name" "Arial" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" and "Arial" Mac Installation location: /Library/Fonts and is default on Mac OS - "tall" "19" [$POSIX] // "11" - "tall" "19" // good positioning is ... net_graphheight 95 and net_graphpos 225 and ensure you select "outline" "1" with all others off with Ariel font. - "weight" "0" - "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. - "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look - "antialias" "0" //not default added //smoothing the edges. - } - } - "MainMenuFont" { "1" [$WIN32] @@ -299,9 +159,9 @@ Scheme "MenuLarge" { - "1" [$X360] + "1" [disabled] { - "tall_hidef" "24" + "tall_disabled" "24" } } @@ -311,14 +171,14 @@ Scheme { "name" "TF2 Build" "tall" "35" - "tall_lodef" "40" + "tall_disabled" "40" "weight" "500" "additive" "0" "antialias" "1" } } - "Default" [$OSX] + "Default" [disabled] { "1" { @@ -380,10 +240,10 @@ Scheme "1" { "name" "Arial" [!$OSX] - "name" "Verdana Bold" [$OSX] + "name" "Verdana Bold" [disabled] "weight" "1500" "tall" "16" [!$OSX] - "tall" "18" [$OSX] + "tall" "18" [disabled] "antialias" "1" } } @@ -393,10 +253,10 @@ Scheme "1" { "name" "Arial" [!$OSX] - "name" "Verdana Bold" [$OSX] + "name" "Verdana Bold" [disabled] "weight" "1500" "tall" "18" [!$OSX] - "tall" "19" [$OSX] + "tall" "19" [disabled] "antialias" "1" } } @@ -406,21 +266,151 @@ Scheme "1" { "name" "Arial" [!$OSX] - "name" "Verdana" [$OSX] + "name" "Verdana" [disabled] "weight" "1000" "tall" "14" [!$OSX] - "tall" "12" [$OSX] + "tall" "12" [disabled] "antialias" "1" [!$OSX] } } + + "DefaultFixedOutline" //edited by INsane 2010 for small netgraph font on all screen sizes + { + "1" //For screen heights between 480 and 599 (eg 4:3 aspect Width 640x480 High, Width 720x576 High. 16:10 aspect Width 720x480 High) + { + "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts + "name" "Lucida Console" [$X360] //"Lucida Console" + "name" "Georgia" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS + "tall" "11" [$POSIX] // "11" + "tall" "10" //good positioning is ... "net_graphpos 183" and "net_graphheight 30" and ensure you select "antialias" "1" with all others off with "Georgia" font. + "weight" "0" //"0" // This is the thickness, like a bold setting max is about 700. Small fonts will look better as "0". + "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + "outline" "0" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. + "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look + "antialias" "1" //not default added //smoothing the edges. + } + "2" //For screen heights between 600 and 767 (eg 4:3 aspect Width 800X600 High, ... 16:9 aspect Width 1152x648 High.) + { + "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts + "name" "Lucida Console" [$X360] //"Lucida Console" + "name" "Georgia" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS + "tall" "12" [$POSIX] // "11" + "tall" "12" //good positioning is ... "net_graphpos 190" and "net_graphheight 45" and ensure you select "antialias" "1" with all others off with "Georgia" font. + "weight" "0" + "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + "outline" "0" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. + "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look + "antialias" "1" //not default added //smoothing the edges. + } + "3" //For screen heights between 768 and 1023 (eg 4:3 aspect Width 1024X768 High... 16:9 aspect Width 1360x768 High, 16:9 aspect Width 1776x1000 High... 16:10 aspect Width 1280x768 High, 16:10 aspect Width 1280x800 High, 16:10 aspect Width 1400x900 High.) + { + "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts + "name" "Lucida Console" [$X360] //"Lucida Console" + "name" "Verdana" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS + "tall" "13" [$POSIX] // "11" + "tall" "13" //good positioning is ... "net_graphpos 203" and "net_graphheight 85" and ensure you select "outline" "1" with all others off with "Microsoft Sans Serif" font. + "weight" "0" + "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. + "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look + "antialias" "0" //not default added //smoothing the edges. + } + "4" //For screen heights between 1024 and 1199 (eg 4:3 aspect Width 1280X1024 High, Width 1400X1050 High... 16:9 aspect Width 1920x1080 High... 16:10 aspect Width 1680x1050 High.) + { + "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts + "name" "Lucida Console" [$X360] //"Lucida Console" + "name" "Arial" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS + "tall" "19" [$POSIX] // "11" + "tall" "19" // good positioning is ... net_graphheight 87 and net_graphpos 210 and ensure you select "outline" "1" with all others off with Ariel font. + "weight" "0" + "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. + "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look + "antialias" "0" //not default added //smoothing the edges. + } + "5" //For screen heights between 1200 and 6000 (6000...wow that's freaking huge!) (eg 4:3 aspect Width 1600X1200 High... 16:10 aspect Width 1920x1200 High.... and beyond) + { + "name" "Arial" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts + "name" "Lucida Console" [$X360] //"Lucida Console" + "name" "Arial" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" and "Arial" Mac Installation location: /Library/Fonts and is default on Mac OS + "tall" "19" [$POSIX] // "11" + "tall" "19" // good positioning is ... net_graphheight 95 and net_graphpos 225 and ensure you select "outline" "1" with all others off with Ariel font. + "weight" "0" + "range" "0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts. + "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look + "antialias" "0" //not default added //smoothing the edges. + } + } } CustomFontFiles { - "9" + "6" { "font" "resource/TF2Build.ttf" "name" "TF2 Build" + "turkish" + { + "range" "0x0000 0x015F" + } + "swedish" + { + "range" "0x0000 0x00F6" + } + "spanish" + { + "range" "0x0000 0x00FC" + } + "romanian" + { + "range" "0x0000 0x021B" + } + "polish" + { + "range" "0x0000 0x017C" + } + "norwegian" + { + "range" "0x0000 0x00F8" + } + "danish" + { + "range" "0x0000 0x00F8" + } + "hungarian" + { + "range" "0x0000 0x0171" + } + "german" + { + "range" "0x0000 0x00FC" + } + "french" + { + "range" "0x0000 0x0178" + } + "finnish" + { + "range" "0x0000 0x017E" + } + "czech" + { + "range" "0x0000 0x017E" + } + "bulgarian" + { + "range" "0x0000 0x0451" + } + "russian" + { + "range" "0x0000 0x0451" + } } } } \ No newline at end of file diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index b322631..9d65287 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -5,8 +5,8 @@ event HudHealthBonusPulse Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Buff" Accel 0.0 0.0 RunEvent HudHealthBonusPulseLoop 0.4 } @@ -17,11 +17,10 @@ event HudHealthBonusPulseStop StopEvent HudHealthBonusPulseLoop 0.0 Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 } - -//=========================================== +//================================================================================== // Low Health Pulse event HudHealthDyingPulse { @@ -29,8 +28,8 @@ event HudHealthDyingPulse Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0 RunEvent HudHealthDyingPulseLoop 0.4 } @@ -41,11 +40,10 @@ event HudHealthDyingPulseStop StopEvent HudHealthDyingPulseLoop 0.0 Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 } - -//=========================================== +//================================================================================== // Low Ammo Pulse event HudLowAmmoPulse { @@ -68,7 +66,7 @@ event HudLowAmmoPulseStop Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 } -//=========================================== +//================================================================================== // Hitmarker Pulse event DamagedPlayer { @@ -85,23 +83,20 @@ event HitMarker Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 } -//=========================================== +//================================================================================== // Spy Disguise event HudSpyDisguiseFadeIn { //RunEvent HudSpyDisguiseChanged 0.0 //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 - //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0 } event HudSpyDisguiseFadeOut { //RunEvent HudSpyDisguiseChanged 0.0 //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 - //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0 } - -//=========================================== +//================================================================================== // Ubercharge Meters event HudMedicCharged { @@ -159,14 +154,15 @@ event HudMedicChargedStop StopEvent HudMedicOrangePulseCharge 0.0 StopEvent HudMedicChargedLoop 0.0 - Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 + Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 + } event HudReadyPulse { - Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3 - Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3 + Animate TournamentInstructionsLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate TournamentInstructionsLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 RunEvent HudReadyPulseLoop 0.6 } @@ -180,8 +176,7 @@ event CompetitiveGame_ShowDisconnectButton { Animate DisconnectButton ypos r30 Accel 0.0 0.4 } - -//=========================================== +//================================================================================== // Do not move chat window event CompetitiveGame_LowerChatWindow { } event CompetitiveGame_RestoreChatWindow { } diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 04a7477..7d84959 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -770,8 +770,8 @@ "fieldName" "HudMedicCharge" "visible" "1" "enabled" "1" - "xpos" "c-150" - "ypos" "c20" + "xpos" "c-75" + "ypos" "c25" "xpos_minmode" "c-62" "ypos_minmode" "c24" "wide" "500" @@ -942,7 +942,7 @@ "enabled" "1" "xpos" "c-100" "ypos" "246" - "ypos_minmode" "345" + "ypos_minmode" "315" "zpos" "1" "wide" "600" "tall" "47" @@ -970,7 +970,8 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "305" + "ypos" "276" + "ypos_minmode" "290" "zpos" "1" "wide" "600" "tall" "45" @@ -1079,16 +1080,16 @@ HudDamageIndicator { - //"fieldName" "HudDamageIndicator" - //"visible" "1" - //"enabled" "1" - //"MinimumWidth" "10" - //"MaximumWidth" "10" - //"StartRadius" "80" - //"EndRadius" "80" - //"MinimumHeight" "30" - //"MaximumHeight" "60" - //"MinimumTime" "1" + "fieldName" "HudDamageIndicator" + "visible" "1" + "enabled" "1" + "MinimumWidth" "10" + "MaximumWidth" "10" + "StartRadius" "80" + "EndRadius" "80" + "MinimumHeight" "30" + "MaximumHeight" "60" + "MinimumTime" "1" } HudCommentary @@ -1661,13 +1662,13 @@ HudDemomanPipes { - "fieldName" "HudItemEffectMeter" + "fieldName" "HudDemomanPipes" "visible" "1" "enabled" "1" - "xpos" "c75" [$WIN32] - "ypos" "c137" [$WIN32] - "wide" "150" - "tall" "50" + "xpos" "c-75" [$WIN32] + "ypos" "c25" [$WIN32] + "wide" "500" + "tall" "500" "MeterFG" "White" "MeterBG" "Gray" } @@ -1986,9 +1987,9 @@ "tall" "150" } - "CTFKillStreakNotice" + "CTFStreakNotice" { - "fieldName" "CTFKillStreakNotice" + "fieldName" "CTFStreakNotice" "xpos" "0" "ypos" "0" "wide" "640" -- cgit v1.2.3 From fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 15:52:33 -0500 Subject: Updated Engineer/Spy PDAs - Pinned and added shadows to certain labels - Updated colors to use the schema instead of RBG codes - Corrected element names, removed unused elements --- resource/ui/build_menu/HudMenuEngyBuild.res | 26 +++------- resource/ui/build_menu/base_active.res | 57 ++++++++++---------- .../ui/build_menu/base_active_teleport_target.res | 20 ++++---- resource/ui/build_menu/base_already_built.res | 60 +++++----------------- resource/ui/build_menu/base_cant_afford.res | 49 +++++++++--------- .../base_unavailable_teleport_target.res | 56 ++++---------------- resource/ui/build_menu/hudmenueurekaeffect.res | 26 +++------- resource/ui/build_menu/pipboy/HudMenuEngyBuild.res | 18 +++++-- resource/ui/build_menu/pipboy/base_active.res | 10 ++-- .../pipboy/base_active_teleport_target.res | 6 +-- .../ui/build_menu/pipboy/base_already_built.res | 6 +-- resource/ui/build_menu/pipboy/base_cant_afford.res | 4 +- .../pipboy/base_unavailable_teleport_target.res | 6 +-- .../ui/build_menu/pipboy/hudmenueurekaeffect.res | 6 +-- resource/ui/destroy_menu/HudMenuEngyDestroy.res | 18 ++++--- resource/ui/destroy_menu/dispenser_active.res | 24 +-------- resource/ui/destroy_menu/dispenser_inactive.res | 22 +------- .../ui/destroy_menu/pipboy/HudMenuEngyDestroy.res | 21 +++----- .../ui/destroy_menu/pipboy/dispenser_active.res | 8 +-- .../ui/destroy_menu/pipboy/dispenser_inactive.res | 8 +-- resource/ui/destroy_menu/pipboy/sentry_active.res | 8 +-- .../ui/destroy_menu/pipboy/sentry_inactive.res | 10 ++-- .../destroy_menu/pipboy/tele_entrance_active.res | 8 +-- .../destroy_menu/pipboy/tele_entrance_inactive.res | 8 +-- .../ui/destroy_menu/pipboy/tele_exit_active.res | 8 +-- .../ui/destroy_menu/pipboy/tele_exit_inactive.res | 8 +-- resource/ui/destroy_menu/sentry_active.res | 26 ++-------- resource/ui/destroy_menu/sentry_inactive.res | 20 -------- resource/ui/destroy_menu/tele_entrance_active.res | 26 ++-------- .../ui/destroy_menu/tele_entrance_inactive.res | 23 +-------- resource/ui/destroy_menu/tele_exit_active.res | 26 ++-------- resource/ui/destroy_menu/tele_exit_inactive.res | 23 +-------- resource/ui/disguise_menu/HudMenuSpyDisguise.res | 14 ++--- resource/ui/disguise_menu/demoman_blue.res | 6 +-- resource/ui/disguise_menu/engineer_blue.res | 6 +-- resource/ui/disguise_menu/engineer_red.res | 6 --- resource/ui/disguise_menu/heavy_blue.res | 9 ++-- resource/ui/disguise_menu/heavy_red.res | 8 +-- resource/ui/disguise_menu/medic_blue.res | 6 +-- resource/ui/disguise_menu/pyro_blue.res | 6 +-- resource/ui/disguise_menu/scout_blue.res | 6 +-- resource/ui/disguise_menu/sniper_blue.res | 7 +-- resource/ui/disguise_menu/sniper_red.res | 5 ++ resource/ui/disguise_menu/soldier_blue.res | 7 +-- resource/ui/disguise_menu/soldier_red.res | 5 ++ resource/ui/disguise_menu/spy_blue.res | 6 +-- 46 files changed, 254 insertions(+), 488 deletions(-) diff --git a/resource/ui/build_menu/HudMenuEngyBuild.res b/resource/ui/build_menu/HudMenuEngyBuild.res index c5d864d..14a89b2 100644 --- a/resource/ui/build_menu/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/HudMenuEngyBuild.res @@ -29,23 +29,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_build" - "iconColor" "255 255 255 255" - } - - "BuildIconShadow" - { - "ControlName" "CIconPanel" - "fieldName" "BuildIconShadow" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "48" - "tall" "48" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_build" - "iconColor" "0 0 0 255" + "iconColor" "White" } "TitleLabel" @@ -74,8 +58,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "70" // align me to the left edge of the first selection - "ypos" "-8" + "xpos" "-1" // align me to the left edge of the first selection + "ypos" "-1" "zpos" "1" "wide" "300" "tall" "38" @@ -87,6 +71,10 @@ "textAlignment" "Left" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "CancelLabel" diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res index c967b69..852b53d 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -24,13 +24,13 @@ { "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" @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" + "iconColor" "White" } "MetalIcon" @@ -76,7 +76,7 @@ "fgcolor" "TanLight" "xpos" "49" "ypos" "16" - "zpos" "1" + "zpos" "2" "wide" "84" "tall" "13" "autoResize" "0" @@ -87,6 +87,29 @@ "textAlignment" "Left" } + "CostLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CostLabelShadow" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "ModeLabel" { "ControlName" "CExLabel" @@ -119,7 +142,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -142,24 +165,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_active_teleport_target.res b/resource/ui/build_menu/base_active_teleport_target.res index 0a155eb..be7aced 100644 --- a/resource/ui/build_menu/base_active_teleport_target.res +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -24,13 +24,13 @@ { "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" @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" + "iconColor" "White" } "ModeLabel" @@ -75,16 +75,16 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "99" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res index 4eaee37..0fff64e 100644 --- a/resource/ui/build_menu/base_already_built.res +++ b/resource/ui/build_menu/base_already_built.res @@ -56,22 +56,6 @@ "iconColor" "ProgressOffWhite" } - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" - } - "MetalIcon" { "ControlName" "CIconPanel" @@ -94,15 +78,15 @@ "fieldName" "CostLabel" "font" "CerbeticaBold16" "fgcolor" "TanLight" - "xpos" "99999" - "ypos" "99999" + "xpos" "1" + "ypos" "55" "zpos" "1" - "wide" "84" + "wide" "58" "tall" "13" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%metal%" "textAlignment" "Left" } @@ -130,16 +114,16 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "99" "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -162,24 +146,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res index bea2718..0a3a662 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -68,7 +68,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" + "iconColor" "White" } "MetalIcon" @@ -95,7 +95,7 @@ "fgcolor" "RedSolid" "xpos" "49" "ypos" "16" - "zpos" "1" + "zpos" "2" "wide" "84" "tall" "13" "autoResize" "0" @@ -106,6 +106,29 @@ "textAlignment" "Left" } + "CostLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CostLabelShadow" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + + "pin_to_sibling" "CostLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "ModeLabel" { "ControlName" "CExLabel" @@ -138,7 +161,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -161,24 +184,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable_teleport_target.res b/resource/ui/build_menu/base_unavailable_teleport_target.res index 6ba5c24..7a43cc8 100644 --- a/resource/ui/build_menu/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -24,13 +24,13 @@ { "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" @@ -55,22 +55,6 @@ "dulltext" "0" "brighttext" "0" } - - "BuildingIcon" - { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "" - "ypos" "9999" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "255 255 255 255" - } "ModeLabel" { @@ -95,16 +79,16 @@ { "ControlName" "CIconPanel" "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" + "xpos" "41" + "ypos" "99" "zpos" "0" "wide" "18" "tall" "18" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -115,7 +99,7 @@ "fgcolor" "TanLight" "xpos" "0" "ypos" "85" - "zpos" "1" + "zpos" "2" "wide" "100" "tall" "18" "autoResize" "0" @@ -127,24 +111,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabelShadow" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "86" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res index 25beff4..db4d926 100644 --- a/resource/ui/build_menu/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -29,23 +29,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_build" - "iconColor" "255 255 255 255" - } - - "BuildIconShadow" - { - "ControlName" "CIconPanel" - "fieldName" "BuildIconShadow" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "48" - "tall" "48" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_build" - "iconColor" "0 0 0 255" + "iconColor" "White" } "TitleLabel" @@ -74,8 +58,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "36" // align me to the left edge of the first selection - "ypos" "-8" + "xpos" "-1" // align me to the left edge of the first selection + "ypos" "-1" "zpos" "1" "wide" "300" "tall" "38" @@ -87,6 +71,10 @@ "textAlignment" "Left" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "CancelLabel" diff --git a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res index 3632554..80112b3 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res @@ -2,13 +2,25 @@ "Resource/UI/build_menu/HudMenuEngyBuild.res" { - "MainBackground" + "ItemBackground" { - "fillcolor" "50 255 50 50" + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "50" + "ypos" "10" + "zpos" "0" + "wide" "400" + "tall" "130" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" } "TitleLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res index fd1edbb..66d1210 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -4,26 +4,26 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "MetalIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "CostLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active_teleport_target.res b/resource/ui/build_menu/pipboy/base_active_teleport_target.res index 2c15a00..2da02c0 100644 --- a/resource/ui/build_menu/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -4,7 +4,7 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "ItemBackground" @@ -14,11 +14,11 @@ "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ 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 80d28ec..857f384 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -4,16 +4,16 @@ { "CantBuildReason" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_cant_afford.res b/resource/ui/build_menu/pipboy/base_cant_afford.res index e6b0e84..ca5645e 100644 --- a/resource/ui/build_menu/pipboy/base_cant_afford.res +++ b/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -4,11 +4,11 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "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 473d1cf..1d7ccac 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "CantBuildReason" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res index 6024fdd..1414349 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -42,16 +42,16 @@ "BuildIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "TitleLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "CancelLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/HudMenuEngyDestroy.res index 528c3e0..f977aa7 100644 --- a/resource/ui/destroy_menu/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/HudMenuEngyDestroy.res @@ -29,7 +29,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_demolish" - "iconColor" "255 255 255 255" + "iconColor" "White" } "TitleLabel" @@ -58,8 +58,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "70" // align me to the left edge of the first selection - "ypos" "-8" + "xpos" "-1" // align me to the left edge of the first selection + "ypos" "-1" "zpos" "1" "wide" "300" "tall" "38" @@ -71,6 +71,10 @@ "textAlignment" "Left" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "CancelLabel" @@ -95,7 +99,7 @@ "active_item_1" { - "ControlName" "EditablePanel" + "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_1" "xpos" "50" "ypos" "23" @@ -107,7 +111,7 @@ "active_item_2" { - "ControlName" "EditablePanel" + "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_2" "xpos" "150" "ypos" "23" @@ -119,7 +123,7 @@ "active_item_3" { - "ControlName" "EditablePanel" + "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_3" "xpos" "250" "ypos" "23" @@ -131,7 +135,7 @@ "active_item_4" { - "ControlName" "EditablePanel" + "ControlName" "CEngyDestroyMenuItem" "fieldName" "active_item_4" "xpos" "350" "ypos" "23" diff --git a/resource/ui/destroy_menu/dispenser_active.res b/resource/ui/destroy_menu/dispenser_active.res index ef2fdf3..4587b45 100644 --- a/resource/ui/destroy_menu/dispenser_active.res +++ b/resource/ui/destroy_menu/dispenser_active.res @@ -65,7 +65,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_dispenser" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberBg" @@ -81,7 +81,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -104,24 +104,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_inactive.res b/resource/ui/destroy_menu/dispenser_inactive.res index 901f937..020f75f 100644 --- a/resource/ui/destroy_menu/dispenser_inactive.res +++ b/resource/ui/destroy_menu/dispenser_inactive.res @@ -40,7 +40,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold20" + "font" "CerbeticaBold16" "xpos" "10" "ypos" "48" "zpos" "2" @@ -112,24 +112,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ 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 71df4e5..ba228c8 100644 --- a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res @@ -2,20 +2,15 @@ "Resource/UI/build_menu/HudMenuEngyDestroy.res" { - "MainBackground" - { - "fillcolor" "50 255 50 50" - } - "ItemBackground" { "ControlName" "CTFImagePanel" "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-2" - "wide" "450" - "tall" "180" + "xpos" "50" + "ypos" "10" + "zpos" "0" + "wide" "400" + "tall" "130" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -42,16 +37,16 @@ "DestroyIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "TitleLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "CancelLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_active.res b/resource/ui/destroy_menu/pipboy/dispenser_active.res index 6211a50..91b68ca 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_active.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "DestroyIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res index 434c229..339e3bf 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "UnavailableLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_active.res b/resource/ui/destroy_menu/pipboy/sentry_active.res index 949ee51..52f9f1f 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_active.res +++ b/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "DestroyIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res index 11020bb..fa012c7 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -4,23 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "font" "CerbeticaBold20" - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "UnavailableLabel" { - "fgcolor" "0 255 0 255" - "brighttext" "0" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res index 6860178..db85d90 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "DestroyIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res index 54dfeee..2d985bc 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "UnavailableLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_active.res b/resource/ui/destroy_menu/pipboy/tele_exit_active.res index 56a594f..9ea1ff1 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_active.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "DestroyIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "BuildingIcon" { - "iconColor" "0 255 0 255" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res index ae1dd33..805238b 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "UnavailableLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "0 255 0 255" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_active.res b/resource/ui/destroy_menu/sentry_active.res index 32c1bdb..e4c8aa0 100644 --- a/resource/ui/destroy_menu/sentry_active.res +++ b/resource/ui/destroy_menu/sentry_active.res @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_demolish" - "iconColor" "255 255 255 255" + "iconColor" "White" } "BuildingIcon" @@ -65,7 +65,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberBg" @@ -81,7 +81,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -104,24 +104,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_inactive.res b/resource/ui/destroy_menu/sentry_inactive.res index a17c2cf..4bf2a35 100644 --- a/resource/ui/destroy_menu/sentry_inactive.res +++ b/resource/ui/destroy_menu/sentry_inactive.res @@ -112,24 +112,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_active.res b/resource/ui/destroy_menu/tele_entrance_active.res index 10f50b2..b223cb3 100644 --- a/resource/ui/destroy_menu/tele_entrance_active.res +++ b/resource/ui/destroy_menu/tele_entrance_active.res @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_demolish" - "iconColor" "255 255 255 255" + "iconColor" "White" } "BuildingIcon" @@ -65,7 +65,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_tele_entrance" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberBg" @@ -81,7 +81,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -104,24 +104,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "3" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_inactive.res b/resource/ui/destroy_menu/tele_entrance_inactive.res index 4ce356a..b7579be 100644 --- a/resource/ui/destroy_menu/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/tele_entrance_inactive.res @@ -89,7 +89,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -112,25 +112,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "3" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } - } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_active.res b/resource/ui/destroy_menu/tele_exit_active.res index e5d3a45..c6a0b6f 100644 --- a/resource/ui/destroy_menu/tele_exit_active.res +++ b/resource/ui/destroy_menu/tele_exit_active.res @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_demolish" - "iconColor" "255 255 255 255" + "iconColor" "White" } "BuildingIcon" @@ -65,7 +65,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_tele_exit" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberBg" @@ -81,7 +81,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -104,24 +104,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "4" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_inactive.res b/resource/ui/destroy_menu/tele_exit_inactive.res index 0a1810c..dacd4c0 100644 --- a/resource/ui/destroy_menu/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/tele_exit_inactive.res @@ -89,7 +89,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel" @@ -112,25 +112,4 @@ "dulltext" "1" "brighttext" "0" } - "NumberLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "1" - "ypos" "96" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "4" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" - } - } \ No newline at end of file diff --git a/resource/ui/disguise_menu/HudMenuSpyDisguise.res b/resource/ui/disguise_menu/HudMenuSpyDisguise.res index 197027b..bf29c14 100644 --- a/resource/ui/disguise_menu/HudMenuSpyDisguise.res +++ b/resource/ui/disguise_menu/HudMenuSpyDisguise.res @@ -13,7 +13,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_bg" - "iconColor" "255 255 255 255" + "iconColor" "White" } "TitleLabel" @@ -348,7 +348,7 @@ "enabled" "0" "scaleImage" "0" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel1" @@ -356,7 +356,7 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold14" - "fgcolor" "255 255 255 255" + "fgcolor" "White" "xpos" "25" "ypos" "87" "zpos" "5" @@ -385,7 +385,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel2" @@ -393,7 +393,7 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold14" - "fgcolor" "255 255 255 255" + "fgcolor" "White" "xpos" "25" "ypos" "123" "zpos" "5" @@ -422,7 +422,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel3" @@ -430,7 +430,7 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold14" - "fgcolor" "255 255 255 255" + "fgcolor" "White" "xpos" "25" "ypos" "159" "zpos" "5" diff --git a/resource/ui/disguise_menu/demoman_blue.res b/resource/ui/disguise_menu/demoman_blue.res index ee652f6..160647b 100644 --- a/resource/ui/disguise_menu/demoman_blue.res +++ b/resource/ui/disguise_menu/demoman_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Demoman" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "1" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_blue.res b/resource/ui/disguise_menu/engineer_blue.res index aa54361..2fa8298 100644 --- a/resource/ui/disguise_menu/engineer_blue.res +++ b/resource/ui/disguise_menu/engineer_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Engineer" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "3" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "6" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_red.res b/resource/ui/disguise_menu/engineer_red.res index 387ec25..571266e 100644 --- a/resource/ui/disguise_menu/engineer_red.res +++ b/resource/ui/disguise_menu/engineer_red.res @@ -7,12 +7,6 @@ "labelText" "#TF_Class_Name_Engineer" } - "NumberBg" - { - "wide" "0" - "tall" "0" - } - "NewNumberLabel" { "labelText" "3" diff --git a/resource/ui/disguise_menu/heavy_blue.res b/resource/ui/disguise_menu/heavy_blue.res index 1932d4d..0324406 100644 --- a/resource/ui/disguise_menu/heavy_blue.res +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -4,16 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_HWGuy" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "5" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_red.res b/resource/ui/disguise_menu/heavy_red.res index e88c93a..430e740 100644 --- a/resource/ui/disguise_menu/heavy_red.res +++ b/resource/ui/disguise_menu/heavy_red.res @@ -15,7 +15,7 @@ "visible" "1" "enabled" "1" "labelText" "#TF_Class_Name_HWGuy" - "fgcolor" "205 50 50 153" + "fgcolor" "HUDRedTeamSolid" "textAlignment" "west" "dulltext" "0" "brighttext" "0" @@ -49,7 +49,7 @@ "enabled" "1" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NewNumberLabel" @@ -57,7 +57,7 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold14" - "fgcolor" "205 50 50 153" + "fgcolor" "HUDRedTeamSolid" "xpos" "5" "ypos" "3" "zpos" "0" @@ -78,7 +78,7 @@ "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold14" - "fgcolor" "205 50 50 153" + "fgcolor" "HUDRedTeamSolid" "xpos" "5" "ypos" "3" "zpos" "0" diff --git a/resource/ui/disguise_menu/medic_blue.res b/resource/ui/disguise_menu/medic_blue.res index 2975251..acbba40 100644 --- a/resource/ui/disguise_menu/medic_blue.res +++ b/resource/ui/disguise_menu/medic_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Medic" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "1" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "7" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_blue.res b/resource/ui/disguise_menu/pyro_blue.res index 74f6ebd..6c74381 100644 --- a/resource/ui/disguise_menu/pyro_blue.res +++ b/resource/ui/disguise_menu/pyro_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Pyro" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "3" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_blue.res b/resource/ui/disguise_menu/scout_blue.res index 1268574..36c2387 100644 --- a/resource/ui/disguise_menu/scout_blue.res +++ b/resource/ui/disguise_menu/scout_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Scout" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "1" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "1" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_blue.res b/resource/ui/disguise_menu/sniper_blue.res index 59d16e4..71591b6 100644 --- a/resource/ui/disguise_menu/sniper_blue.res +++ b/resource/ui/disguise_menu/sniper_blue.res @@ -4,18 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Sniper" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "8" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_red.res b/resource/ui/disguise_menu/sniper_red.res index d5923e0..bf70290 100644 --- a/resource/ui/disguise_menu/sniper_red.res +++ b/resource/ui/disguise_menu/sniper_red.res @@ -7,6 +7,11 @@ "labelText" "#TF_Class_Name_Sniper" } + "NewNumberLabel" + { + "labelText" "2" + } + "NumberLabel" { "labelText" "8" diff --git a/resource/ui/disguise_menu/soldier_blue.res b/resource/ui/disguise_menu/soldier_blue.res index cab74ff..60cbecf 100644 --- a/resource/ui/disguise_menu/soldier_blue.res +++ b/resource/ui/disguise_menu/soldier_blue.res @@ -4,18 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Soldier" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_red.res b/resource/ui/disguise_menu/soldier_red.res index c611e23..d141661 100644 --- a/resource/ui/disguise_menu/soldier_red.res +++ b/resource/ui/disguise_menu/soldier_red.res @@ -7,6 +7,11 @@ "labelText" "#TF_Class_Name_Soldier" } + "NewNumberLabel" + { + "labelText" "2" + } + "NumberLabel" { "labelText" "2" diff --git a/resource/ui/disguise_menu/spy_blue.res b/resource/ui/disguise_menu/spy_blue.res index fc1b70b..c993ad7 100644 --- a/resource/ui/disguise_menu/spy_blue.res +++ b/resource/ui/disguise_menu/spy_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "#TF_Class_Name_Spy" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "3" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" "labelText" "9" } } \ No newline at end of file -- cgit v1.2.3 From b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:08:53 -0500 Subject: Updated HUD Files - Updated colors to use the schema instead of RGB codes - Removed unused or redundant code - Added shadows to certain elements - Corrected element names, reorganized some files - Pinned some elements to their parent elements - Fixed elements referencing non-existing colors or fonts --- resource/GameMenu.res | 2 +- resource/ui/CharInfoLoadoutSubPanel.res | 218 +-- resource/ui/ControlPointCountdown.res | 4 +- resource/ui/DisguiseStatusPanel.res | 50 + resource/ui/FreezePanelKillerHealth.res | 4 +- resource/ui/FreezePanel_Basic.res | 176 +-- resource/ui/HudAccountPanel.res | 9 +- resource/ui/HudArenaPlayerCount.res | 4 +- resource/ui/HudArenaTeamMenu.res | 228 +--- resource/ui/HudArenaWinPanel.res | 72 +- resource/ui/HudCurrencyAccount.res | 23 +- resource/ui/HudMannVsMachineStatus.res | 2 +- resource/ui/HudObjectiveFlagPanel.res | 22 +- resource/ui/HudObjectiveTimePanel.res | 1 - resource/ui/HudPlayerClass.res | 11 +- resource/ui/HudPlayerHealth.res | 132 +- resource/ui/HudTournament.res | 142 +- resource/ui/HudTournamentSetup.res | 15 +- resource/ui/MainMenuOverride.res | 1409 +++++++++----------- resource/ui/MvMCreditSubPanel.res | 33 +- resource/ui/MvMInWorldCurrency.res | 45 - resource/ui/MvMScoreboard.res | 6 +- resource/ui/ObjectiveStatusEscort.res | 6 +- resource/ui/ScoreBoard.res | 503 +++---- resource/ui/SpectatorGUIHealth.res | 18 +- resource/ui/SpectatorTournamentGUIHealth.res | 15 - resource/ui/TFAdvancedOptionsDialog.res | 11 +- resource/ui/TargetID.res | 77 +- resource/ui/Teammenu.res | 285 +--- resource/ui/TextWindow.res | 10 +- resource/ui/TextWindowCustomServer.res | 6 +- resource/ui/WaveStatusPanel.res | 61 +- resource/ui/charinfoarmorysubpanel.res | 80 +- resource/ui/charinfopanel.res | 21 +- resource/ui/classloadoutpanel.res | 30 +- resource/ui/compstats.res | 24 +- resource/ui/craftingpanel.res | 26 +- resource/ui/craftingstatusdialog.res | 12 +- .../ConfirmApplyCardUpgradeApplicationDialog.res | 18 +- resource/ui/econ/ConfirmApplyDecodeDialog.res | 23 +- resource/ui/econ/ConfirmApplyGiftWrapDialog.res | 23 +- resource/ui/econ/ConfirmApplyPaintCanDialog.res | 28 +- .../ConfirmApplyStrangePartApplicationDialog.res | 24 +- .../econ/ConfirmApplyTeamColorPaintCanDialog.res | 43 +- resource/ui/econ/ConfirmCustomizeTextureDialog.res | 46 +- resource/ui/econ/ConfirmDialogAbandonNoPenalty.res | 20 +- resource/ui/econ/ConfirmDialogAbandonPenalty.res | 22 +- resource/ui/econ/ConfirmDialogAbandonSafe.res | 20 +- resource/ui/econ/ConfirmItemPreviewDialog.res | 16 +- resource/ui/econ/ItemModelPanel.res | 10 +- resource/ui/econ/comboboxbackpackoverlaydialog.res | 8 +- resource/ui/econ/confirmapplystrangifierdialog.res | 24 +- resource/ui/econ/confirmdialog.res | 116 -- resource/ui/econ/confirmdialogoptout.res | 2 +- resource/ui/econ/itempickuppanel.res | 14 +- resource/ui/econ/strangecounttransferdialog.res | 10 +- resource/ui/hud_obj_dispenser.res | 14 +- resource/ui/hud_obj_sapper.res | 6 +- resource/ui/hud_obj_sentrygun.res | 18 +- resource/ui/hud_obj_sentrygun_disp.res | 11 +- resource/ui/hud_obj_tele.res | 14 +- resource/ui/hud_obj_tele_entrance.res | 14 +- resource/ui/hud_obj_tele_exit.res | 14 +- resource/ui/hudmatchstatus.res | 12 +- resource/ui/hudmenutauntselection.res | 70 +- resource/ui/hudminigame_base.res | 2 +- resource/ui/hudrocketpack.res | 32 +- resource/ui/hudroundcounter.res | 8 +- resource/ui/hudspellselection.res | 16 +- resource/ui/hudupgradepanel.res | 2 +- resource/ui/itemoptionspanel.res | 6 +- resource/ui/itemquickswitch.res | 10 +- resource/ui/itemrenameconfirmationdialog.res | 34 +- resource/ui/itemrenamedialog.res | 35 +- resource/ui/itemrenameinvaliddialog.res | 15 +- resource/ui/lobbycontainerframe.res | 6 +- resource/ui/matchmakingcasualcriteria.res | 4 +- resource/ui/matchmakingcategorypanel.res | 21 +- resource/ui/matchmakingdashboardcasualcriteria.res | 2 +- resource/ui/matchmakingdashboardcomp.res | 2 +- resource/ui/matchmakingdashboardplaylist.res | 2 +- resource/ui/matchmakingdashboardsidepanel.res | 14 +- resource/ui/mvmcreditspendpanel.res | 14 +- resource/ui/quickplaydialog.res | 14 +- resource/ui/replaybrowser/basepage.res | 4 +- resource/ui/replaybrowser/thumbnailcollection.res | 6 +- resource/ui/revivedialog.res | 2 +- resource/ui/stampdonationadd.res | 4 +- resource/ui/streamlistpanel.res | 8 +- resource/ui/streampanel.res | 8 +- resource/ui/tankprogressbar.res | 2 +- resource/ui/votehud.res | 58 +- resource/ui/winpanel.res | 35 +- 93 files changed, 1788 insertions(+), 3011 deletions(-) delete mode 100644 resource/ui/econ/confirmdialog.res diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 2138d67..53b97c9 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -11,7 +11,7 @@ "label" "Mann Co. Store" "command" "engine open_store" } - "ReplayBrowserButton" + "ReplayButton" { "label" "Replay" "command" "engine replay_reloadbrowser" diff --git a/resource/ui/CharInfoLoadoutSubPanel.res b/resource/ui/CharInfoLoadoutSubPanel.res index 9c7e1d4..2422281 100644 --- a/resource/ui/CharInfoLoadoutSubPanel.res +++ b/resource/ui/CharInfoLoadoutSubPanel.res @@ -15,9 +15,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "selectlabely_default" "25" "selectlabely_onchanges" "15" "class_ypos" "40" @@ -28,8 +28,8 @@ "class_tall_max" "200" "class_distance_min" "7" "class_distance_max" "100" - "itemcountcolor" "Base Color" - "itemcountcolor_noitems" "117 107 94 255" + "itemcountcolor" "ColorCyan" + "itemcountcolor_noitems" "TextColor" } "scout" @@ -290,7 +290,7 @@ "ControlName" "CExLabel" "fieldName" "ShowBackpackLabel" "font" "CerbeticaBold16" - "labelText" "#BackpackTitle" + "labelText" "BACKPACK" "textAlignment" "north" "xpos" "0" "ypos" "5" @@ -386,7 +386,7 @@ "ControlName" "CExLabel" "fieldName" "ShowArmoryLabel" "font" "CerbeticaBold16" - "labelText" "#Armory" + "labelText" "CATALOG" "textAlignment" "north" "xpos" "0" "ypos" "5" @@ -535,7 +535,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } @@ -593,7 +593,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" } "LoadoutChangesLabel" @@ -702,7 +702,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -721,7 +721,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -749,10 +749,10 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" "SubImage" @@ -766,7 +766,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -813,11 +813,11 @@ "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -875,7 +875,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -894,7 +894,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -922,10 +922,10 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" "SubImage" @@ -939,7 +939,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -969,11 +969,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1035,11 +1035,11 @@ "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1096,7 +1096,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1115,7 +1115,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1143,10 +1143,10 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" "SubImage" @@ -1160,7 +1160,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1190,11 +1190,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1256,11 +1256,11 @@ "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1318,7 +1318,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1337,7 +1337,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1366,10 +1366,10 @@ "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" "SubImage" @@ -1383,7 +1383,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1413,11 +1413,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1479,11 +1479,11 @@ "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1541,7 +1541,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1560,7 +1560,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1588,10 +1588,10 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" "SubImage" @@ -1605,7 +1605,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1635,11 +1635,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1673,7 +1673,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "NextButton" @@ -1701,11 +1701,11 @@ "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1763,7 +1763,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1782,7 +1782,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1810,11 +1810,11 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -1827,7 +1827,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1857,11 +1857,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1923,11 +1923,11 @@ "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -1983,7 +1983,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -2002,7 +2002,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -2030,10 +2030,10 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" "SubImage" @@ -2047,7 +2047,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -2076,11 +2076,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "NeutralWhite" + "image_armedcolor" "White" "SubImage" { @@ -2139,6 +2139,6 @@ "tall" "f100" "visible" "0" "proportionaltoparent" "1" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" } } \ No newline at end of file diff --git a/resource/ui/ControlPointCountdown.res b/resource/ui/ControlPointCountdown.res index f79cec7..fb28d66 100644 --- a/resource/ui/ControlPointCountdown.res +++ b/resource/ui/ControlPointCountdown.res @@ -17,7 +17,7 @@ "wrap" "0" "labelText" "%capturetime%" "textAlignment" "center" - "fgcolor" "235 226 202 255" - "bgcolor" "235 226 202 255" + "fgcolor" "NeutralWhite" + "bgcolor" "NeutralWhite" } } \ No newline at end of file diff --git a/resource/ui/DisguiseStatusPanel.res b/resource/ui/DisguiseStatusPanel.res index 9ad0a5a..a45c94f 100644 --- a/resource/ui/DisguiseStatusPanel.res +++ b/resource/ui/DisguiseStatusPanel.res @@ -72,6 +72,31 @@ "dulltext" "0" "brighttext" "0" } + + "DisguiseNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabelShadow" + "font" "Cerbetica14" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "DisguiseNameLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } "WeaponNameLabel" { @@ -92,6 +117,31 @@ "dulltext" "0" "brighttext" "0" } + + "WeaponNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabelShadow" + "font" "Cerbetica12" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "WeaponNameLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } "WeaponBackground" { "ControlName" "ImagePanel" diff --git a/resource/ui/FreezePanelKillerHealth.res b/resource/ui/FreezePanelKillerHealth.res index 5767ce7..84c553a 100644 --- a/resource/ui/FreezePanelKillerHealth.res +++ b/resource/ui/FreezePanelKillerHealth.res @@ -61,10 +61,10 @@ "textAlignment" "center" } - "PlayerStatusHealthValueFreezeBackground" + "PlayerStatusHealthValueFreezePanelShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueFreezeBackground" + "fieldName" "PlayerStatusHealthValueFreezePanelShadow" "xpos" "4" "ypos" "4" "zpos" "5" diff --git a/resource/ui/FreezePanel_Basic.res b/resource/ui/FreezePanel_Basic.res index 9b52678..dc89f40 100644 --- a/resource/ui/FreezePanel_Basic.res +++ b/resource/ui/FreezePanel_Basic.res @@ -1,162 +1,5 @@ "Resource/UI/FreezePanel_Basic.res" { - "FreezePanelBase" [$X360] - { - "ControlName" "EditablePanel" - "fieldName" "FreezePanelBase" - "xpos" "0" - "ypos" "0" - "wide" "640" - "tall" "480" - "visible" "1" - - "NemesisSubPanel" - { - "ControlName" "EditablePanel" - "fieldName" "NemesisSubPanel" - "xpos" "c46" - "xpos_hidef" "c109" - "ypos" "223" - "ypos_hidef" "223" - "ypos_lodef" "193" - "zpos" "4" - "wide" "166" - "tall" "38" - "visible" "1" - - "NemesisPanelBG" - { - "ControlName" "ImagePanel" - "fieldName" "NemesisPanelBG" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "166" - "tall" "38" - "visible" "1" - "enabled" "1" - "image" "../hud/freezecam_black_bg" - "scaleImage" "1" - } - "NemesisIcon" - { - "ControlName" "ImagePanel" - "fieldName" "NemesisIcon" - "xpos" "5" - "ypos" "-1" - "zpos" "6" - "wide" "36" - "tall" "36" - "visible" "1" - "enabled" "1" - "image" "../hud/leaderboard_nemesis_freezecam" - "scaleImage" "1" - } - "NemesisLabel" - { - "ControlName" "Label" - "fieldName" "NemesisLabel" - "font" "HudFontMediumSmall" - "xpos" "44" - "ypos" "10" - "ypos_hidef" "11" - "ypos_lodef" "13" - "zpos" "6" - "wide" "112" - "tall" "18" - "tall_hidef" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%nemesisname%" - "textAlignment" "west" - } - } - "FreezePanelBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "FreezePanelBG" - "xpos" "c-38" - "xpos_hidef" "c25" - "ypos" "245" - "ypos_hidef" "245" - "ypos_lodef" "215" - "zpos" "0" - "wide" "266" - "tall" "48" - "visible" "1" - "enabled" "1" - "image" "../hud/color_panel_blu" - "scaleImage" "1" - } - - "FreezeLabel" - { - "ControlName" "Label" - "fieldName" "FreezeLabel" - "font" "DefaultSmall" - "xpos" "c2" - "xpos_hidef" "c65" - "ypos" "255" - "ypos_hidef" "256" - "ypos_lodef" "225" - "zpos" "1" - "wide" "252" - "tall" "9" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#FreezePanel_Killer" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "FreezeLabelKiller" - { - "ControlName" "Label" - "fieldName" "FreezeLabelKiller" - "font" "HudFontSmall" - "xpos" "c6" // No avatar image on X360 - "xpos_hidef" "c69" - "ypos" "266" - "ypos_hidef" "266" - "ypos_lodef" "236" - "zpos" "1" - "wide" "252" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%killername%" - "textAlignment" "Left" - } - - "FreezePanelHealth" - { - "ControlName" "EditablePanel" - "fieldName" "FreezePanelHealth" - "xpos" "c-30" - "xpos_hidef" "c35" - "ypos" "253" - "ypos_hidef" "253" - "ypos_lodef" "223" - "zpos" "1" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "9" - "HealthDeathWarning" "0.49" - "TFFont" "HudFontSmall" - "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" - } - } - "itempanel" { "ControlName" "CItemModelPanel" @@ -334,23 +177,6 @@ "ControlName" "CExLabel" "fieldName" "FreezeLabelKiller" "font" "Cerbetica12" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "550" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%killername%" - "textAlignment" "Left" - } - "FreezeLabelKiller2" - { - "ControlName" "CExLabel" - "fieldName" "FreezeLabelKiller2" - "font" "Cerbetica13" "xpos" "42" "ypos" "28" "zpos" "1" @@ -377,7 +203,7 @@ "enabled" "1" "image" "" "scaleImage" "1" - "color_outline" "52 48 45 255" + "color_outline" "HudTimerProgressInActive" } "NemesisSubPanel" diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res index 389c326..185f0e1 100644 --- a/resource/ui/HudAccountPanel.res +++ b/resource/ui/HudAccountPanel.res @@ -66,9 +66,8 @@ { "ControlName" "CIconPanel" "fieldName" "MetalIconBackground" - "xpos" "1" - "ypos" "121" - "ypos_minmode" "71" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "10" "tall" "10" @@ -77,6 +76,10 @@ "scaleImage" "1" "icon" "ico_metal" "iconColor" "TransparentBlack" + + "pin_to_sibling" "MetalIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "AccountValue" diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res index 2b5b397..7f8979f 100644 --- a/resource/ui/HudArenaPlayerCount.res +++ b/resource/ui/HudArenaPlayerCount.res @@ -67,7 +67,7 @@ "font" "Cerbetica24" "labelText" "%blue_alive%" "textAlignment" "center" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" "pin_to_sibling" "count" "pin_corner_to_sibling" "PIN_TOPLEFT" @@ -157,7 +157,7 @@ "font" "Cerbetica24" "labelText" "%red_alive%" "textAlignment" "center" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" "pin_to_sibling" "count" "pin_corner_to_sibling" "PIN_TOPLEFT" diff --git a/resource/ui/HudArenaTeamMenu.res b/resource/ui/HudArenaTeamMenu.res index 53bb8d4..d205939 100644 --- a/resource/ui/HudArenaTeamMenu.res +++ b/resource/ui/HudArenaTeamMenu.res @@ -139,7 +139,6 @@ "brighttext" "0" "paintborder" "0" "command" "jointeam spectate" - "associated_model" "autodoor" "font" "CerbeticaBold20" "defaultFgColor_override" "255 255 255 128" @@ -175,7 +174,6 @@ "brighttext" "0" "paintborder" "0" "command" "jointeam spectatearena" - "associated_model" "spectate" "font" "CerbeticaBold20" "defaultFgColor_override" "255 255 255 128" @@ -191,54 +189,11 @@ "selectedBgColor_override" "TanDarker" } - "CancelButton" [$WIN32] - { - "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" - } - "TeamMenuAuto" { "ControlName" "CExLabel" "fieldName" "TeamMenuAuto" - "xpos" "9999" [$WIN32] - "ypos" "9999" - "zpos" "1" - "wide" "102" [$WIN32] - "wide" "94" [$X360] - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Arena_Menu_Fight" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "MenuSmallFont" - "fgcolor" "black" + "xpos" "9999" } "TeamMenuSpectate" @@ -246,23 +201,6 @@ "ControlName" "CExLabel" "fieldName" "TeamMenuSpectate" "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "44" - "wide_lodef" "70" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Spectate" - "textAlignment" "north" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "MenuSmallestFont" - "font_lodef" "MenuSmallFont" - "fgcolor" "white" } "MenuBG" @@ -300,19 +238,6 @@ "ControlName" "ImagePanel" "fieldName" "ShadedBar" "xpos" "9999" - "ypos" "99999" - "zpos" "5" - "wide" "f0" - "tall" "50" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 180" - "PaintBackgroundType" "0" } "autodoor" @@ -320,140 +245,39 @@ "ControlName" "CModelPanel" "fieldName" "autodoor" "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - - "model" - { - "modelname" "models/vgui/ui_arenadoor01.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_x_lodef" "320" - "origin_x_hidef" "305" - "origin_y" "0" - "origin_z" "-34" - - "animation" - { - "name" "idle_enabled" - "sequence" "idle" - "default" "1" - } - - "animation" - { - "name" "enter_enabled" - "sequence" "hoveropen" - } - - "animation" - { - "name" "exit_enabled" - "sequence" "hoverclose" - } - } } "spectate" { "ControlName" "CModelPanel" "fieldName" "spectate" + "xpos" "9999" + } + + "CancelButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "CancelButton" "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "480" + "ypos" "r40" + "zpos" "6" + "wide" "255" + "tall" "30" "autoResize" "0" - "pinCorner" "0" + "pinCorner" "2" "visible" "0" - "enabled" "0" - "fov" "20" - - "model" - { - "modelname" "models/vgui/UI_team01_spectate.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_x_lodef" "320" - "origin_x_hidef" "305" - "origin_y" "0" - "origin_z" "-34" - - "animation" - { - "name" "idle_enabled" - "sequence" "idle" - "default" "1" - } - - "animation" - { - "name" "enter_enabled" - "sequence" "hover" - } - - "animation" - { - "name" "exit_enabled" - "sequence" "idle" - } - } - } - - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "zpos" "6" - "tall" "80" - "button_separator" "10" - "button_separator_lodef" "5" - "buttongap" "50" - "buttongap_hidef" "35" - "buttongap_lodef" "18" - "textadjust" "3" - "textadjust_lodef" "0" - "buttonoffsety" "20" - "buttonoffsety_hidef" "0" - "buttonoffsety_lodef" "18" - "center" "0" - "button_pin_right_lodef" "55" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "cancel" - "text" "#GameUI_Cancel" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "nextprev" - "text" "#TF_NextPrev" - "icon" "#GameUI_Icons_DPAD" - } - - "button" - { - "name" "select" - "text" "#GameUI_Select" - "icon" "#GameUI_Icons_A_BUTTON" - } + "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" } } \ No newline at end of file diff --git a/resource/ui/HudArenaWinPanel.res b/resource/ui/HudArenaWinPanel.res index 96df576..a2893c0 100644 --- a/resource/ui/HudArenaWinPanel.res +++ b/resource/ui/HudArenaWinPanel.res @@ -14,21 +14,6 @@ { "ControlName" "ImagePanel" "fieldName" "BlueScoreBG" - "xpos" "9999" - "ypos" "9999" - "wide" "200" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 153" - "scaleImage" "1" - } - "BlueScoreBG2" - { - "ControlName" "ImagePanel" - "fieldName" "BlueScoreBG2" "xpos" "25" "ypos" "35" "zpos" "-1" @@ -45,21 +30,6 @@ { "ControlName" "ImagePanel" "fieldName" "RedScoreBG" - "xpos" "9999" - "ypos" "9999" - "wide" "200" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - "fillcolor" "205 50 50 153" - } - "RedScoreBG2" - { - "ControlName" "ImagePanel" - "fieldName" "RedScoreBG2" "xpos" "225" "ypos" "35" "zpos" "-1" @@ -113,8 +83,8 @@ "fgcolor" "TransparentBlack" "labelText" "%blueteamscore%" "textAlignment" "east" - "xpos" "140" - "ypos" "3" + "xpos" "-2" + "ypos" "-2" "zpos" "3" "wide" "80" "tall" "70" @@ -122,6 +92,10 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + + "pin_to_sibling" "BlueTeamScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "RedTeamLabel" { @@ -164,8 +138,8 @@ "fgcolor" "TransparentBlack" "labelText" "%redteamscore%" "textAlignment" "west" - "xpos" "232" - "ypos" "3" + "xpos" "-2" + "ypos" "-2" "zpos" "3" "wide" "80" "tall" "70" @@ -173,6 +147,10 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + + "pin_to_sibling" "RedTeamScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "ArenaStreaksBG" @@ -251,10 +229,10 @@ "draw_corner_height" "0" } - "LosingTeamLabel" + "WinningTeamLabel" { "ControlName" "CExLabel" - "fieldName" "LosingTeamLabel" + "fieldName" "WinningTeamLabel" "font" "CerbeticaBold20" "xpos" "35" "ypos" "94" @@ -265,15 +243,15 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "%LosingTeamLabel%" + "labelText" "%WinningTeamLabel%" "textAlignment" "Center" "dulltext" "0" "brighttext" "0" } - "LosingTeamLabelDropshadow" + "WinningTeamLabelDropshadow" { "ControlName" "CExLabel" - "fieldName" "LosingTeamLabelDropshadow" + "fieldName" "WinningTeamLabelDropshadow" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" "xpos" "36" @@ -285,16 +263,16 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "%LosingTeamLabel%" + "labelText" "%WinningTeamLabel%" "textAlignment" "Center" "dulltext" "0" "brighttext" "0" } - - "WinningTeamLabel" + + "LosingTeamLabel" { "ControlName" "CExLabel" - "fieldName" "WinningTeamLabel" + "fieldName" "LosingTeamLabel" "font" "CerbeticaBold20" "xpos" "35" "ypos" "94" @@ -305,15 +283,15 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "%WinningTeamLabel%" + "labelText" "%LosingTeamLabel%" "textAlignment" "Center" "dulltext" "0" "brighttext" "0" } - "WinningTeamLabelDropshadow" + "LosingTeamLabelDropshadow" { "ControlName" "CExLabel" - "fieldName" "WinningTeamLabelDropshadow" + "fieldName" "LosingTeamLabelDropshadow" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" "xpos" "36" @@ -325,7 +303,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "%WinningTeamLabel%" + "labelText" "%LosingTeamLabel%" "textAlignment" "Center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/HudCurrencyAccount.res b/resource/ui/HudCurrencyAccount.res index 1cd9a27..e38fe0e 100644 --- a/resource/ui/HudCurrencyAccount.res +++ b/resource/ui/HudCurrencyAccount.res @@ -38,7 +38,7 @@ "ControlName" "CExLabel" "fieldName" "Currency" "font" "Cerbetica14" - "fgcolor" "OmpText" + "fgcolor" "CreditsGreen" "xpos" "45" "ypos" "0" "zpos" "3" @@ -49,25 +49,4 @@ "textAlignment" "east" "labelText" "%currency%" } - - "CurrencyShadow" - { - "ControlName" "CExLabel" - "fieldName" "CurrencyShadow" - "xpos" "9999" - } - - "WhiteBG" - { - "ControlName" "EditablePanel" - "fieldName" "WhiteBG" - "xpos" "9999" - } - - "GreenBG" - { - "ControlName" "EditablePanel" - "fieldName" "WhiteBG" - "xpos" "9999" - } } \ No newline at end of file diff --git a/resource/ui/HudMannVsMachineStatus.res b/resource/ui/HudMannVsMachineStatus.res index 40c1ba8..4dd8778 100644 --- a/resource/ui/HudMannVsMachineStatus.res +++ b/resource/ui/HudMannVsMachineStatus.res @@ -251,7 +251,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } } } \ No newline at end of file diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res index 9871e81..246d6c6 100644 --- a/resource/ui/HudObjectiveFlagPanel.res +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -135,8 +135,8 @@ { "ControlName" "CExLabel" "fieldName" "BlueScoreShadow" - "xpos" "c-56" - "ypos" "r32" + "xpos" "-1" + "ypos" "-1" "zpos" "8" "wide" "50" "tall" "35" @@ -145,7 +145,11 @@ "textAlignment" "east" "labelText" "%bluescore%" "font" "Cerbetica40" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "BlueScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" "if_hybrid" { @@ -199,8 +203,8 @@ { "ControlName" "CExLabel" "fieldName" "RedScoreShadow" - "xpos" "c8" - "ypos" "r32" + "xpos" "-1" + "ypos" "-1" "zpos" "8" "wide" "50" "tall" "35" @@ -209,7 +213,11 @@ "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "RedScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" "if_hybrid" { @@ -294,7 +302,7 @@ "tall" "20" [$WIN32] "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 0" + "fillcolor" "Transparent" "scaleImage" "1" "if_hybrid" diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index f0292fe..06b353b 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -34,7 +34,6 @@ "tall" "20" "tall_lodef" "25" "visible" "0" - "visible_minmode" "0" "enabled" "1" "scaleImage" "1" "image" "../hud/objectives_timepanel_progressbar" diff --git a/resource/ui/HudPlayerClass.res b/resource/ui/HudPlayerClass.res index f1667fb..3a97f66 100644 --- a/resource/ui/HudPlayerClass.res +++ b/resource/ui/HudPlayerClass.res @@ -17,16 +17,15 @@ { "ControlName" "CTFClassImage" "fieldName" "PlayerStatusClassImage" - "xpos" "165" [$WIN32] - "ypos" "r95" [$WIN32] + "xpos" "c210" [$WIN32] + "ypos" "r60" [$WIN32] "zpos" "2" - "wide" "35" - "tall" "35" + "wide" "60" + "tall" "60" "visible" "1" "enabled" "1" "image" "../hud/class_scoutred" "scaleImage" "1" - "alpha" "0" } "PlayerStatusSpyImage" { @@ -39,8 +38,8 @@ "ControlName" "CTFImagePanel" "fieldName" "PlayerStatusSpyOutlineImage" "xpos" "3" [$WIN32] - "xpos_minmode" "-5" [$WIN32] "ypos" "r67" [$WIN32] + "xpos_minmode" "-5" [$WIN32] "ypos_minmode" "r44" [$WIN32] "xpos" "35" [$X360] "ypos" "r89" [$X360] diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index d0f62fd..f5abbce 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -86,8 +86,8 @@ { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "2" - "ypos" "2" + "xpos" "-2" + "ypos" "-2" "zpos" "5" "wide" "300" "tall" "100" @@ -98,6 +98,10 @@ "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "PlayerStatusMaxHealthValue" @@ -116,8 +120,8 @@ "fieldName" "PlayerStatusAnchor" "xpos" "0" "ypos" "15" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" } @@ -129,8 +133,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -148,8 +152,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -167,8 +171,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -186,8 +190,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -205,8 +209,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -224,8 +228,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -243,8 +247,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -262,8 +266,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -281,8 +285,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -300,8 +304,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -319,8 +323,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -338,8 +342,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -357,8 +361,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -376,8 +380,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -395,8 +399,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -414,8 +418,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -432,8 +436,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -450,8 +454,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -469,8 +473,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -488,8 +492,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -507,8 +511,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -526,8 +530,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -545,8 +549,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -564,8 +568,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -583,8 +587,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -602,8 +606,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -621,8 +625,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -640,8 +644,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -659,8 +663,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -678,8 +682,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index dafcd73..89e5c4b 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -57,10 +57,10 @@ "color_ready" "0 255 0 220" "color_notready" "0 0 0 220" - "BG" + "PanelBG" { "ControlName" "ImagePanel" - "fieldName" "BG" + "fieldName" "PanelBG" "xpos" "0" "ypos" "0" "zpos" "0" @@ -400,74 +400,14 @@ { "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBG" - "xpos" "0" - "ypos" "26" - "zpos" "-1" - "wide" "250" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "image" "../HUD/tournament_panel_brown" - - "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" - - if_mvm { - "visible" "0" - } - - if_competitive - { - "xpos" "195" - "ypos" "5" - "visible" "0" - } - - if_readymode - { - "xpos" "195" - "visible" "0" - } + "wide" "0" } + "TournamentLabel" { "ControlName" "Label" "fieldName" "TournamentLabel" - "font" "HudFontSmall" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "240" - "tall" "19" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "labelText" "%tournamentstatelabel%" - "textAlignment" "center" - - if_mvm - { - "visible" "0" - } - - if_competitive - { - "xpos" "200" - "visible" "0" - } - - if_readymode - { - "xpos" "200" - "visible" "0" - } + "wide" "0" } "HudTournamentBLUEBG" @@ -479,8 +419,6 @@ "zpos" "-1" "wide" "125" "tall" "16" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "image" "../HUD/tournament_panel_blu" @@ -804,36 +742,6 @@ } } - "HelpBackground" - { - "ControlName" "ImagePanel" - "fieldName" "HelpBackground" - "xpos" "c-125" - "ypos" "26" - "zpos" "-1" - "wide" "250" - "tall" "18" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "50 50 50 255" - - if_mvm { - "visible" "0" - } - - if_readymode { - "xpos" "c-125" - } - - if_competitive - { - "xpos" "c-125" - "ypos" "32" - "visible" "0" - } - } - "TournamentInstructionsLabel" { "ControlName" "CExLabel" @@ -914,45 +822,7 @@ { "ControlName" "ScalableImagePanel" "fieldName" "CountdownBG" - "xpos" "230" - "ypos" "r55" - "zpos" "-1" - "wide" "40" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../HUD/color_panel_red" - - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - - "if_mvm" - { - "visible" "1" - "enabled" "1" - "xpos" "c-20" - } - - if_competitive - { - "visible" "0" - "enabled" "0" - "wide" "0" - "tall" "0" - } - - if_readymode - { - "visible" "0" - "enabled" "0" - "wide" "0" - "tall" "0" - } + "wide" "0" } "CountdownLabel" diff --git a/resource/ui/HudTournamentSetup.res b/resource/ui/HudTournamentSetup.res index 151dabb..9ae33e1 100644 --- a/resource/ui/HudTournamentSetup.res +++ b/resource/ui/HudTournamentSetup.res @@ -80,7 +80,7 @@ "unicode" "0" "wrap" "0" "fgcolor_override" "235 226 202 255" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "labelText" "%teamname%" "font" "Cerbetica12" "textAlignment" "west" @@ -88,18 +88,9 @@ "HudTournamentNameBG" { - "ControlName" "ImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HudTournamentNameBG" - "xpos" "30" - "ypos" "28" - "wide" "0" - "tall" "0" - "zpos" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "fillcolor" "255 0 0 255" + "xpos" "9999" } "TournamentNotReadyButton" diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 8bd7880..2a1b2d3 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -130,8 +130,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "border" "MainMenuBGBorder" @@ -156,7 +156,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -176,10 +176,10 @@ "image" "" } - "HudNameBG" + "MainMenuSideBG" { "ControlName" "ImagePanel" - "fieldName" "HudNameBG" + "fieldName" "MainMenuSideBG" "xpos" "30" "ypos" "57" "zpos" "-55" @@ -240,20 +240,6 @@ "image" "glyph_quit" } } - - "TFCharacterImage" - { - //"ControlName" "ImagePanel" - "fieldName" "TFCharacterImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "-99" - "wide" "600" - "tall" "600" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - } "RankModelPanel" { @@ -443,7 +429,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" "wrap" "1" } @@ -554,191 +540,6 @@ } } } - - "Notifications_Panel" - { - "ControlName" "EditablePanel" - "fieldName" "Notifications_Panel" - "xpos" "c0" - "ypos" "102" - "zpos" "1" - "wide" "210" - "tall" "80" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "Notifications_CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "Notifications_CloseButton" - "xpos" "186" - "ypos" "8" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "actionsignallevel" "2" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "noti_hide" - "paintbackground" "0" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - - "Notifications_TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "Notifications_TitleLabel" - "font" "HudFontSmallBold" - "labelText" "%notititle%" - "textAlignment" "north-west" - "xpos" "12" - "ypos" "8" - "wide" "250" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "46 43 42 255" - "wrap" "1" - } - - "Notifications_Scroller" - { - "ControlName" "ScrollableEditablePanel" - "fieldName" "Notifications_Scroller" - "xpos" "8" - "ypos" "25" - "wide" "210" - "tall" "135" - "PaintBackgroundType" "2" - "fgcolor_override" "117 107 94 255" - - "Notifications_Control" - { - "ControlName" "CMainMenuNotificationsControl" - "fieldName" "Notifications_Control" - "xpos" "0" - "ypos" "0" - "wide" "220" - "tall" "135" - "visible" "1" - } - } - } - - "MOTD_ShowButtonPanel" - { - "ControlName" "EditablePanel" - "fieldName" "MOTD_ShowButtonPanel" - "xpos" "40" - "ypos" "48" - "zpos" "1" - "wide" "20" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "0" - "enabled" "0" - - "MOTD_ShowButtonPanel_SB" - { - "ControlName" "CExImageButton" - "fieldName" "MOTD_ShowButtonPanel_SB" - "xpos" "0" - "ypos" "-1" - "zpos" "1" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "labelText" "" - "font" "" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "motd_show" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "" - "paintbackground" "0" - "actionsignallevel" "2" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "Button Color" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "image" "replay/thumbnails/motd" - "scaleImage" "1" - } - } - } - - "MOTD_Panel" - { - "ControlName" "EditablePanel" - "fieldName" "MOTD_Panel" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "" - } "QuestLogButtonNew" { @@ -894,95 +695,450 @@ "paintbackground" "2" "bgcolor_override" "25 25 25 230" "border" "NoBorder" - - "navDown" "SettingsButton" - "navLeft" "WatchStreamButton" } - "SteamWorkshopButton" + "MOTD_Panel" { "ControlName" "EditablePanel" - "fieldname" "SteamWorkshopButton" - "xpos" "125" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "fieldName" "MOTD_Panel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "" + } - "SubButton" + "Notifications_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_Panel" + "xpos" "c0" + "ypos" "102" + "zpos" "1" + "wide" "210" + "tall" "80" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "Notifications_CloseButton" { "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "fieldName" "Notifications_CloseButton" + "xpos" "186" + "ypos" "8" + "zpos" "10" + "wide" "14" + "tall" "14" "autoResize" "0" - "pinCorner" "3" + "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" + "labeltext" "" + "font" "HudFontSmallBold" "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" + "actionsignallevel" "2" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - + "Command" "noti_hide" "paintbackground" "0" - "paintborder" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" - "SubImage" + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + } + } + + "Notifications_TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%notititle%" + "textAlignment" "north-west" + "xpos" "12" + "ypos" "8" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanDarker" + "wrap" "1" + } + + "Notifications_Scroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "Notifications_Scroller" + "xpos" "8" + "ypos" "25" + "wide" "210" + "tall" "135" + "PaintBackgroundType" "2" + "fgcolor_override" "TextColor" + + "Notifications_Control" + { + "ControlName" "CMainMenuNotificationsControl" + "fieldName" "Notifications_Control" + "xpos" "0" + "ypos" "0" + "wide" "220" + "tall" "135" + "visible" "1" + } + } + } + + "CompetitiveAccessInfoPanel" + { + "ControlName" "CCompetitiveAccessInfoPanel" + "fieldName" "CompetitiveAccessInfoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "visible" "0" + } + + "FriendsContainer" + { + "ControlName" "EditablePanel" + "fieldname" "FriendsContainer" + "xpos" "30" + "ypos" "255" + "zpos" "5" + "wide" "260" + "tall" "195" + "visible" "1" + "border" "NoBorder" + "bgcolor_override" "TransparentPanelBG" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Competitive_Friends" + "textAlignment" "west" + "xpos" "12" + "ypos" "3" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textinsetx" "0" + "fgcolor_override" "235 227 203 255" + } + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldname" "InnerShadow" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "501" + "wide" "f20" + "tall" "160" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "paintborder" "1" + "border" "InnerShadowBorder" + } + + "SteamFriendsList" + { + "ControlName" "CSteamFriendsListPanel" + "fieldname" "SteamFriendsList" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "500" + "wide" "f20" + "tall" "160" + "visible" "1" + "proportionaltoparent" "1" + + "columns_count" "2" + "inset_x" "10" + "inset_y" "5" + "row_gap" "5" + "column_gap" "20" + "restrict_width" "0" + + "friendpanel_kv" + { + "wide" "100" + "tall" "20" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "BelowDarken" + { + "ControlName" "EditablePanel" + "fieldname" "BelowDarken" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "499" + "wide" "f20" + "tall" "160" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 100" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "15" + "ypos" "35" + "wide" "179" + "tall" "45" + "visible" "0" + "enabled" "0" + "image" "../logo/new_tf2_logo" + "command" "engine play vo/heavy_battlecry02.mp3" + "scaleImage" "1" + } + + "TFCharacterImage" + { + //"ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + } + + "VersionLabel" + { + "ControlName" "CExLabel" + "fieldName" "VersionLabel" + "font" "Cerbetica14" + "labelText" "v2018.1220" + "xpos" "r55" + "ypos" "r13" + "wide" "80" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + } + + "CharacterSetupButton" + { + "ControlName" "EditablePanel" + "fieldname" "CharacterSetupButton" + "xpos" "30" + "ypos" "82" + "zpos" "12" + "wide" "260" + "tall" "18" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "260" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "GeneralStoreButton" + { + "ControlName" "EditablePanel" + "fieldname" "GeneralStoreButton" + "xpos" "30" + "ypos" "102" + "zpos" "11" + "wide" "260" + "tall" "18" + "visible" "1" + "PaintBackgroundType" "0" + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "260" + "tall" "18" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - - "ReportBugButton" + + "SettingsButton" { "ControlName" "EditablePanel" - "fieldname" "ReportBugButton" - "xpos" "145" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldName" "SettingsButton" + "xpos" "30" + "ypos" "142" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" + "PaintBackgroundType" "0" "SubButton" { @@ -990,130 +1146,120 @@ "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - "AchievementsButton" + "TF2SettingsButton" { "ControlName" "EditablePanel" - "fieldname" "AchievementsButton" - "xpos" "165" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldName" "TF2SettingsButton" + "xpos" "30" + "ypos" "162" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "PaintBackgroundType" "0" "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - - "ConsoleButton" + + "AchievementsButton" { "ControlName" "EditablePanel" - "fieldname" "ConsoleButton" - "xpos" "185" + "fieldname" "AchievementsButton" + "xpos" "165" "ypos" "62" "zpos" "1" "wide" "20" @@ -1161,7 +1307,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1174,16 +1320,16 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" + "image" "glyph_bug" } } } - "ReportPlayerButton" + "ConsoleButton" { "ControlName" "EditablePanel" - "fieldname" "ReportPlayerButton" - "xpos" "205" + "fieldname" "ConsoleButton" + "xpos" "185" "ypos" "62" "zpos" "1" "wide" "20" @@ -1249,81 +1395,74 @@ } } - "CallVoteButton" + "ReplayButton" { "ControlName" "EditablePanel" - "fieldname" "CallVoteButton" - "xpos" "225" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldname" "ReplayButton" + "xpos" "30" + "ypos" "122" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "PaintBackgroundType" "0" "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" "wide" "14" "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - "MutePlayersButton" + "ReportBugButton" { - "ControlName" "EditablePanel" - "fieldname" "MutePlayersButton" - "xpos" "245" + "ControlName" "EditablePanel" + "fieldname" "ReportBugButton" + "xpos" "145" "ypos" "62" "zpos" "1" "wide" "20" @@ -1371,7 +1510,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1379,21 +1518,21 @@ "xpos" "3" "ypos" "1" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" + "image" "glyph_bug" } } } - "RequestCoachButton" + "SteamWorkshopButton" { "ControlName" "EditablePanel" - "fieldname" "RequestCoachButton" - "xpos" "265" + "fieldname" "SteamWorkshopButton" + "xpos" "125" "ypos" "62" "zpos" "1" "wide" "20" @@ -1420,7 +1559,7 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine cl_coach_find_coach" + "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1441,7 +1580,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1449,489 +1588,292 @@ "xpos" "3" "ypos" "1" "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "glyph_create" - } - } - } - - "CompetitiveAccessInfoPanel" - { - "ControlName" "CCompetitiveAccessInfoPanel" - "fieldName" "CompetitiveAccessInfoPanel" - "xpos" "cs-0.5" - "ypos" "cs-0.5" - "zpos" "1000" - "wide" "f0" - "tall" "f0" - "visible" "0" - } - - "FriendsContainer" - { - "ControlName" "EditablePanel" - "fieldname" "FriendsContainer" - "xpos" "30" - "ypos" "255" - "zpos" "5" - "wide" "260" - "tall" "195" - "visible" "1" - "border" "NoBorder" - "bgcolor_override" "TransparentPanelBG" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Competitive_Friends" - "textAlignment" "west" - "xpos" "12" - "ypos" "3" - "wide" "f0" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textinsetx" "0" - "fgcolor_override" "235 227 203 255" - } - - "InnerShadow" - { - "ControlName" "EditablePanel" - "fieldname" "InnerShadow" - "xpos" "cs-0.5" - "ypos" "rs1-10" - "zpos" "501" - "wide" "f20" - "tall" "160" - "visible" "1" - "PaintBackgroundType" "0" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - - "paintborder" "1" - "border" "InnerShadowBorder" - } - - "SteamFriendsList" - { - "ControlName" "CSteamFriendsListPanel" - "fieldname" "SteamFriendsList" - "xpos" "cs-0.5" - "ypos" "rs1-10" - "zpos" "500" - "wide" "f20" - "tall" "160" - "visible" "1" - "proportionaltoparent" "1" - - "columns_count" "2" - "inset_x" "10" - "inset_y" "5" - "row_gap" "5" - "column_gap" "20" - "restrict_width" "0" - - "friendpanel_kv" - { - "wide" "100" - "tall" "20" - } - - "ScrollBar" - { - "ControlName" "ScrollBar" - "FieldName" "ScrollBar" - "xpos" "rs1-1" - "ypos" "0" - "tall" "f0" - "wide" "5" // This gets slammed from client schme. GG. - "zpos" "1000" - "nobuttons" "1" - "proportionaltoparent" "1" - - "Slider" - { - "fgcolor_override" "TanDark" - } - - "UpButton" - { - "ControlName" "Button" - "FieldName" "UpButton" - "visible" "0" - } - - "DownButton" - { - "ControlName" "Button" - "FieldName" "DownButton" - "visible" "0" - } - } - } - - "BelowDarken" - { - "ControlName" "EditablePanel" - "fieldname" "BelowDarken" - "xpos" "cs-0.5" - "ypos" "rs1-10" - "zpos" "499" - "wide" "f20" - "tall" "160" - "visible" "1" - "PaintBackgroundType" "0" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - "bgcolor_override" "0 0 0 100" - } - } - - "TFLogoImage" - { - "ControlName" "ImagePanel" - "fieldName" "TFLogoImage" - "xpos" "15" - "ypos" "35" - "wide" "179" - "tall" "45" - "visible" "0" - "enabled" "0" - "image" "../logo/new_tf2_logo" - "command" "engine play vo/heavy_battlecry02.mp3" - "scaleImage" "1" - - if_operation - { - "xpos" "65" - "ypos" "25" - "zpos" "1" - "wide" "o2" - "tall" "105" - "image" "../logo/jungle_inferno_logo" - } - } - - "CharacterSetupButton" - { - "ControlName" "EditablePanel" - "fieldname" "CharacterSetupButton" - "xpos" "30" - "ypos" "82" - "zpos" "12" - "wide" "260" - "tall" "18" - "visible" "1" - "PaintBackgroundType" "0" - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "260" - "tall" "18" - "autoResize" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" - "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "glyph_bug" } } } - - "GeneralStoreButton" - { - "ControlName" "EditablePanel" - "fieldname" "GeneralStoreButton" - "xpos" "30" - "ypos" "102" - "zpos" "11" - "wide" "260" - "tall" "18" + + "CallVoteButton" + { + "ControlName" "EditablePanel" + "fieldname" "CallVoteButton" + "xpos" "225" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "Command" "engine bug" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" "wide" "14" "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "glyph_create" } } } - "ReplayBrowserButton" + "MutePlayersButton" { "ControlName" "EditablePanel" - "fieldname" "ReplayBrowserButton" - "xpos" "30" - "ypos" "122" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "MutePlayersButton" + "xpos" "245" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "Command" "engine bug" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" "wide" "14" "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "glyph_create" } } } - - "SettingsButton" + + "ReportPlayerButton" { "ControlName" "EditablePanel" - "fieldname" "SettingsButton" - "xpos" "30" - "ypos" "142" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "ReportPlayerButton" + "xpos" "205" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "Command" "engine bug" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "glyph_create" } } } - "TF2SettingsButton" + "RequestCoachButton" { "ControlName" "EditablePanel" - "fieldname" "TF2SettingsButton" - "xpos" "30" - "ypos" "162" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "RequestCoachButton" + "xpos" "265" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "Command" "engine cl_coach_find_coach" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" "wide" "14" "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "glyph_create" } } } @@ -1968,11 +1910,11 @@ "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" - "defaultBgColor_override" "0 0 0 0" + "defaultBgColor_override" "Transparent" "armedBgColor_override" "TransparentPanelBG" "depressedBgColor_override" "TransparentPanelBG" - "image_drawcolor" "117 107 94 255" + "image_drawcolor" "TextColor" "SubImage" { "ControlName" "ImagePanel" @@ -1989,23 +1931,6 @@ } } - "VersionNumber" - { - "ControlName" "CExLabel" - "fieldname" "VersionNumber" - "font" "Cerbetica14" - "labelText" "v2018.1220" - "xpos" "r55" - "ypos" "r13" - "wide" "80" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "White" - } - "icon_generator" { "ControlName" "CEmbeddedItemModelPanel" diff --git a/resource/ui/MvMCreditSubPanel.res b/resource/ui/MvMCreditSubPanel.res index 4a026af..bc00cc8 100644 --- a/resource/ui/MvMCreditSubPanel.res +++ b/resource/ui/MvMCreditSubPanel.res @@ -11,13 +11,13 @@ "ypos" "0" "wide" "300" "tall" "15" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "TableBackground" { "ControlName" "EditablePanel" - "fieldName" "TestBackground" + "fieldName" "TableBackground" "xpos" "0" "ypos" "14" "zpos" "-1" @@ -38,7 +38,7 @@ "ypos" "15" "wide" "70" "tall" "12" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CreditCollectedCountLabel" @@ -66,7 +66,7 @@ "ypos" "27" "wide" "70" "tall" "12" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CreditMissedCountLabel" @@ -86,7 +86,7 @@ "CreditBonusTextLabel" { "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" + "fieldName" "CreditBonusTextLabel" "font" "HudFontSmall" "labelText" "#TF_PVE_Bonus" "textAlignment" "north-west" @@ -94,13 +94,13 @@ "ypos" "39" "wide" "70" "tall" "12" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CreditBonusCountLabel" { "ControlName" "CExLabel" - "fieldName" "CreditCollectedCountLabel" + "fieldName" "CreditBonusCountLabel" "font" "HudFontSmall" "labelText" "%creditbonus%" "textAlignment" "north-east" @@ -114,7 +114,7 @@ "CreditRatingLabel" { "ControlName" "CExLabel" - "fieldName" "CreditCollectedTextLabel" + "fieldName" "CreditRatingLabel" "font" "HudFontMediumBold" "labelText" "%rating%" "textAlignment" "center" @@ -123,21 +123,6 @@ "zpos" "1" "wide" "70" "tall" "20" - "fgcolor" "tanlight" - } - - "CreditRatingLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "CreditRatingLabelShadow" - "font" "HudFontMediumBold" - "labelText" "%ratingshadow%" - "textAlignment" "center" - "xpos" "126" - "ypos" "26" - "zpos" "0" - "wide" "70" - "tall" "20" - "fgcolor" "Black" + "fgcolor" "TanLight" } } \ No newline at end of file diff --git a/resource/ui/MvMInWorldCurrency.res b/resource/ui/MvMInWorldCurrency.res index db56cfc..72dc21c 100644 --- a/resource/ui/MvMInWorldCurrency.res +++ b/resource/ui/MvMInWorldCurrency.res @@ -1,50 +1,5 @@ "Resource/UI/MvMInWorldCurrency.res" { - "BorderBG" - { - "ControlName" "EditablePanel" - "fieldName" "BorderBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "46" - "tall" "100" - "visible" "1" - "enabled" "1" - "bgcolor_override" "TanLight" - "PaintBackgroundType" "0" - } - - "BackgroundGood" - { - "ControlName" "EditablePanel" - "fieldName" "BackgroundGood" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "44" - "tall" "12" - "visible" "1" - "enabled" "1" - "bgcolor_override" "221 182 72 250" - "PaintBackgroundType" "0" - } - - "MoneyImagePanel" - { - "ControlName" "ImagePanel" - "fieldName" "MoneyImagePanel" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "14" - "tall" "14" - "image" "../HUD/mvm_cash" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - } - "CurrencyBG" { "ControlName" "ImagePanel" diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index b6a4991..72a28a2 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -104,7 +104,7 @@ "MvMPlayerList" { - "ControlName" "SectionedLsistPanel" + "ControlName" "SectionedListPanel" "fieldName" "MvMPlayerList" "xpos" "c-260" "ypos" "248" @@ -162,7 +162,7 @@ "xpos" "9999" "ypos" "9999" "wide" "200" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "PreviousWaveCreditInfoPanel" @@ -224,7 +224,7 @@ "ypos" "8" "wide" "220" "tall" "40" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } } } \ No newline at end of file diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index b99627c..6dc0714 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -47,7 +47,6 @@ "if_single_with_hills" { "ypos" "120" - "ypos_minmode" "120" "tall" "12" "image" "../hud/cart_track_neutral_opaque" } @@ -479,7 +478,7 @@ "enabled" "1" "scaleImage" "1" "icon" "cappoint_progressbar_teardrop" - "iconColor" "255 255 255 255" + "iconColor" "White" "if_multiple_trains" { @@ -528,7 +527,6 @@ "fieldName" "Blocked" "xpos" "2" "ypos" "2" - "ypos_minmode" "2" "zpos" "1" "wide" "50" "wide_minmode" "31" @@ -538,7 +536,7 @@ "enabled" "1" "scaleImage" "1" "icon" "cappoint_progressbar_blocked" - "iconColor" "255 255 255 255" + "iconColor" "White" "if_multiple_trains" { diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index 9d29822..6672a46 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -577,6 +577,25 @@ "visible" "1" } } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "mapname" + "font" "Cerbetica14" + "labelText" "%mapname%" + "textAlignment" "west" + "xpos" "3" + "ypos" "25" + "zpos" "3" + "wide" "480" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "236 227 203 255" + } "HorizontalLine" { "ControlName" "ImagePanel" @@ -622,24 +641,6 @@ "visible" "0" } } - "MapName" - { - "ControlName" "CExLabel" - "fieldName" "mapname" - "font" "Cerbetica14" - "labelText" "%mapname%" - "textAlignment" "west" - "xpos" "3" - "ypos" "25" - "zpos" "3" - "wide" "480" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "236 227 203 255" - } "LocalPlayerDuelStatsPanel" { @@ -716,7 +717,7 @@ "tall" "36" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "AvatarImage" { @@ -795,7 +796,7 @@ "tall" "36" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "AvatarImage" { @@ -885,57 +886,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - "DeathsLabel" - { - "ControlName" "CExLabel" - "fieldName" "DeathsLabel" - "font" "Cerbetica24" - "labelText" "#TF_ScoreBoard_DeathsLabel" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "AssistsLabel" - { - "ControlName" "CExLabel" - "fieldName" "AssistsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_AssistsLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DestructionLabel" - { - "ControlName" "CExLabel" - "fieldName" "DestructionLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DestructionLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "16" [$WIN32] - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" } "Kills" { @@ -972,6 +922,24 @@ "enabled" "1" "fgcolor_override" "TanLight" } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "font" "Cerbetica24" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "east" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "95" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Deaths" { "ControlName" "CExLabel" @@ -1027,6 +995,24 @@ "enabled" "0" "fgcolor" "185 177 153 255" } + + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "2" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Assists" { "ControlName" "CExLabel" @@ -1062,6 +1048,24 @@ "enabled" "1" "fgcolor_override" "TanLight" } + + "DestructionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DestructionLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DestructionLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "16" [$WIN32] + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Destruction" { "ControlName" "CExLabel" @@ -1096,50 +1100,16 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - "CapturesLabel" - { - "ControlName" "CExLabel" - "fieldName" "CapturesLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_CapturesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "30" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DefensesLabel" - { - "ControlName" "CExLabel" - "fieldName" "DefensesLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DefensesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "44" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DominationLabel" + } + "RevengeLabel" { "ControlName" "CExLabel" - "fieldName" "DominationLabel" + "fieldName" "RevengeLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DominationLabel" + "labelText" "#TF_ScoreBoard_RevengeLabel" "textAlignment" "west" "xpos" "102" - "ypos" "2" + "ypos" "16" "zpos" "3" "wide" "100" "tall" "20" @@ -1148,15 +1118,15 @@ "visible" "1" "enabled" "1" } - "RevengeLabel" + "CapturesLabel" { "ControlName" "CExLabel" - "fieldName" "RevengeLabel" + "fieldName" "CapturesLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_RevengeLabel" + "labelText" "#TF_ScoreBoard_CapturesLabel" "textAlignment" "west" - "xpos" "102" - "ypos" "16" + "xpos" "4" + "ypos" "30" "zpos" "3" "wide" "100" "tall" "20" @@ -1164,7 +1134,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Captures" { "ControlName" "CExLabel" @@ -1200,6 +1170,24 @@ "enabled" "1" "fgcolor_override" "TanLight" } + + "DefensesLabel" + { + "ControlName" "CExLabel" + "fieldName" "DefensesLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DefensesLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "44" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Defenses" { "ControlName" "CExLabel" @@ -1234,7 +1222,24 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } + } + "DominationLabel" + { + "ControlName" "CExLabel" + "fieldName" "DominationLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DominationLabel" + "textAlignment" "west" + "xpos" "102" + "ypos" "2" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Domination" { "ControlName" "CExLabel" @@ -1322,57 +1327,6 @@ "visible" "1" "enabled" "1" } - "InvulnLabel" - { - "ControlName" "CExLabel" - "fieldName" "InvulnLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_InvulnLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "TeleportsLabel" - { - "ControlName" "CExLabel" - "fieldName" "TeleportsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_TeleportsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "HeadshotsLabel" - { - "ControlName" "CExLabel" - "fieldName" "HeadshotsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HeadshotsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "16" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } "Healing" { "ControlName" "CExLabel" @@ -1407,6 +1361,23 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" + } + "InvulnLabel" + { + "ControlName" "CExLabel" + "fieldName" "InvulnLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_InvulnLabel" + "textAlignment" "west" + "xpos" "102" + "ypos" "44" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "Invuln" { @@ -1443,6 +1414,24 @@ "enabled" "1" "fgcolor_override" "TanLight" } + + "TeleportsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_TeleportsLabel" + "textAlignment" "west" + "xpos" "342" + "ypos" "2" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Teleports" { "ControlName" "CExLabel" @@ -1477,6 +1466,24 @@ "visible" "1" "enabled" "1" } + + "HeadshotsLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "textAlignment" "west" + "xpos" "342" + "ypos" "16" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Headshots" { "ControlName" "CExLabel" @@ -1718,166 +1725,6 @@ } } - "ButtonLegendBG" [$X360] - { - "ControlName" "ImagePanel" - "fieldName" "ButtonLegendBG" - "xpos" "10" - "xpos_hidef" "30" - "ypos" "373" - "zpos" "0" - "wide" "539" - "wide_hidef" "559" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 153" - "PaintBackgroundType" "0" - } - - "ButtonLegend" [$X360] - { - "ControlName" "EditablePanel" - "fieldName" "ButtonLegend" - "xpos" "10" - "xpos_hidef" "35" - "ypos" "373" - "zpos" "1" - "wide" "539" - "wide_hidef" "595" - "tall" "150" - "visible" "1" - - "SelectHintIcon" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintIcon" - "font" "GameUIButtons" - "xpos" "10" - "xpos_hidef" "0" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "C" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "SelectHintLabel" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintLabel" - "font" "ScoreboardMedium" - "xpos" "25" - "xpos_lodef" "37" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_Select" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardIcon" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardIcon" - "font" "GameUIButtons" - "xpos" "150" - "xpos_hidef" "145" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "A" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardLabel" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardLabel" - "font" "ScoreboardMedium" - "xpos" "170" - "xpos_lodef" "177" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_ViewGamercard" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationIcon" - { - "ControlName" "CExLabel" - "fieldName" "ReputationIcon" - "font" "GameUIButtons" - "xpos" "350" - "xpos_hidef" "378" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "X" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationLabel" - { - "ControlName" "CExLabel" - "fieldName" "ReputationLabel" - "font" "ScoreboardMedium" - "xpos" "403" - "xpos_lodef" "377" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_PlayerReview" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - } - "MvMScoreboard" { "ControlName" "CTFHudMannVsMachineScoreboard" diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index 0a440cd..0a972f9 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -42,10 +42,10 @@ "scaleImage" "1" } - "PlayerStatusHealthValue" + "PlayerStatusHealthValueSpec" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValue" + "fieldName" "PlayerStatusHealthValueSpec" "xpos" "2" "ypos" "19" "zpos" "5" @@ -59,12 +59,12 @@ "textAlignment" "center" } - "PlayerStatusHealthValueBackground" + "PlayerStatusHealthValueSpecShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueBackground" - "xpos" "3" - "ypos" "20" + "fieldName" "PlayerStatusHealthValueSpecShadow" + "xpos" "-1" + "ypos" "-1" "zpos" "5" "wide" "40" "tall" "10" @@ -72,8 +72,12 @@ "enabled" "1" "labelText" "%Health%" "font" "CerbeticaBold16" - "fgcolor" "0 0 0 255" "textAlignment" "center" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "PlayerStatusHealthValueSpec" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "PlayerStatusPlayerLevel" diff --git a/resource/ui/SpectatorTournamentGUIHealth.res b/resource/ui/SpectatorTournamentGUIHealth.res index 3359cc4..c584867 100644 --- a/resource/ui/SpectatorTournamentGUIHealth.res +++ b/resource/ui/SpectatorTournamentGUIHealth.res @@ -29,21 +29,6 @@ "scaleImage" "1" } - "BuildingStatusHealthImageBG" - { - "ControlName" "ImagePanel" - "fieldName" "BuildingStatusHealthImageBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "22" - "tall" "22" - "visible" "0" - "enabled" "1" - "image" "../hud/health_equip_bg" - "scaleImage" "1" - } - "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" diff --git a/resource/ui/TFAdvancedOptionsDialog.res b/resource/ui/TFAdvancedOptionsDialog.res index 910cde1..2b56e78 100644 --- a/resource/ui/TFAdvancedOptionsDialog.res +++ b/resource/ui/TFAdvancedOptionsDialog.res @@ -13,12 +13,12 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "paintborder" "1" "paintbackground" "1" - "border" "CyanBorder" + "border" "CyanBorderThick" "control_w" "500" "control_h" "25" "slider_w" "500" @@ -127,7 +127,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" } "TooltipPanel" @@ -140,10 +140,9 @@ "wide" "240" "tall" "50" "visible" "0" - "paintborder" "1" "paintbackground" "1" "border" "ButtonHover" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkerGrey" "TipLabel" { @@ -161,7 +160,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "235 226 202 255" + "fgcolor_override" "TanLight" "wrap" "1" //"centerwrap" "1" } diff --git a/resource/ui/TargetID.res b/resource/ui/TargetID.res index 0875ae3..c7b99f2 100644 --- a/resource/ui/TargetID.res +++ b/resource/ui/TargetID.res @@ -40,8 +40,6 @@ "zpos" "-1" "wide" "640" "tall" "10" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "image" "../hud/color_panel_brown" @@ -107,7 +105,7 @@ "TargetNameLabel" { - "ControlName" "CExLabel" + "ControlName" "Label" "fieldName" "TargetNameLabel" "font" "Cerbetica14" "xpos" "45" @@ -115,14 +113,31 @@ "zpos" "7" "wide" "300" "tall" "15" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "%targetname%" "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" + } + + "TargetNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "TargetNameLabelShadow" + "font" "Cerbetica14" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%targetname%" + "textAlignment" "west" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "TargetNameLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TargetDataLabel" @@ -135,16 +150,30 @@ "zpos" "6" "wide" "300" "tall" "15" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "%targetdata%" "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" } + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "-2" + "ypos" "12" + "zpos" "10" + "wide" "38" + "tall" "42" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning""0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + "AmmoIcon" { "ControlName" "ImagePanel" @@ -160,10 +189,10 @@ "scaleImage" "1" } - "KillStreakIconAnchor" + "KillStreakAnchor" { "ControlName" "EditablePanel" - "fieldName" "KillStreakIconAnchor" + "fieldName" "KillStreakAnchor" "xpos" "2" "ypos" "18" "wide" "8" @@ -185,29 +214,11 @@ "enabled" "1" "image" "../hud/leaderboard_streak" "scaleImage" "1" - "pin_to_sibling" "KillStreakIconAnchor" + "pin_to_sibling" "KillStreakAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - "SpectatorGUIHealth" - { - "ControlName" "EditablePanel" - "fieldName" "SpectatorGUIHealth" - "xpos" "-2" - "ypos" "12" - "zpos" "10" - "wide" "38" - "tall" "42" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "10" - "HealthDeathWarning""0.49" - "TFFont" "HudFontSmall" - "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" - } - "MoveableSubPanel" { "ControlName" "EditablePanel" @@ -291,7 +302,7 @@ { "ControlName" "Label" "fieldName" "MoveableKeyLabel" - "font_minmode" "Cerbetica12" + "font" "Cerbetica12" "xpos" "0" "ypos" "29" "zpos" "6" diff --git a/resource/ui/Teammenu.res b/resource/ui/Teammenu.res index ab6ffd5..ea7350c 100644 --- a/resource/ui/Teammenu.res +++ b/resource/ui/Teammenu.res @@ -27,7 +27,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "fillcolor" "0 0 0 0" + "fillcolor" "Transparent" } "SidePanelBG" { @@ -43,32 +43,6 @@ "scaleImage" "1" "fillcolor" "0 0 0 60" } - "BlueTeamBG" - { - "ControlName" "ImagePanel" - "fieldName" "BlueTeamBG" - "xpos" "0" - "ypos" "c-35" - "zpos" "0" - "wide" "255" - "tall" "30" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 125" - } - "RedTeamBG" - { - "ControlName" "ImagePanel" - "fieldName" "RedTeamBG" - "xpos" "0" - "ypos" "c5" - "zpos" "0" - "wide" "255" - "tall" "30" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - } "AutojoinBackground" { "ControlName" "ImagePanel" @@ -146,6 +120,27 @@ "fgcolor" "TanLight" } + "TeamMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuSelect" + "xpos" "0" + "ypos" "c165" + "zpos" "6" + "wide" "255" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_lodef" "0" + "enabled" "1" + "labelText" "#TF_SelectATeam" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold32" + "fgcolor" "HudOffWhite" + } "teambutton0" { "ControlName" "CTFTeamButton" @@ -173,6 +168,19 @@ "selectedFgColor_override" "TanLight" } + "BlueTeamBG" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamBG" + "xpos" "0" + "ypos" "c-35" + "zpos" "0" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 125" + } "teambutton1" { "ControlName" "CTFTeamButton" @@ -200,6 +208,19 @@ "selectedFgColor_override" "TanLight" } + "RedTeamBG" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamBG" + "xpos" "0" + "ypos" "c5" + "zpos" "0" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "fillcolor" "205 50 50 153" + } "teambutton2" { "ControlName" "CTFTeamButton" @@ -254,55 +275,6 @@ "selectedFgColor_override" "TanLight" } - "CancelButton" [$WIN32] - { - "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" - } - - "TeamMenuSelect" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuSelect" - "xpos" "0" - "ypos" "c165" - "zpos" "6" - "wide" "255" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" - "labelText" "#TF_SelectATeam" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold32" - "fgcolor" "HudOffWhite" - } - "TeamMenuAuto" { "ControlName" "CExLabel" @@ -323,7 +295,7 @@ "brighttext" "0" "wrap" "0" "font" "MenuSmallFont" - "fgcolor" "black" + "fgcolor" "Black" } "TeamMenuSpectate" @@ -345,7 +317,7 @@ "brighttext" "0" "wrap" "0" "font" "CerbeticaBold16" - "fgcolor" "white" + "fgcolor" "White" } "MenuBG" @@ -364,27 +336,6 @@ "fillcolor" "255 255 255 7" } - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "0" - "tall" "0" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - "BlueCount" { "ControlName" "CExLabel" @@ -405,26 +356,6 @@ "font" "CerbeticaBold20" "fgcolor" "255 255 255 255" } - "BlueCountPlayers" - { - "ControlName" "CExLabel" - "fieldName" "BlueCountPlayers" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "players" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } "RedCount" { @@ -446,90 +377,6 @@ "font" "CerbeticaBold20" "fgcolor" "255 255 255 255" } - "RedCountPlayers" - { - "ControlName" "CExLabel" - "fieldName" "RedCountPlayers" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "players" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } - - "bluedoor" - { - "ControlName" "CModelPanel" - "fieldName" "bluedoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "reddoor" - { - "ControlName" "CModelPanel" - "fieldName" "reddoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "autodoor" - { - "ControlName" "CModelPanel" - "fieldName" "autodoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "spectate" - { - "ControlName" "CModelPanel" - "fieldName" "spectate" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } "HighlanderLabel" [$WIN32] { @@ -627,18 +474,30 @@ "pin_to_sibling_corner" "PIN_TOPLEFT" } - "TeamsFullArrow" [$WIN32] + "CancelButton" [$WIN32] { - "ControlName" "CTFImagePanel" - "fieldName" "TeamsFullArrow" - "xpos" "9999" - "ypos" "9999" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "r40" "zpos" "6" - "wide" "0" - "tall" "0" + "wide" "255" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" "visible" "0" - "enabled" "0" - "image" "../HUD/arrow_big_down" - "scaleImage" "1" + "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" } } \ No newline at end of file diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 64659ca..9bf7f9a 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -29,7 +29,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "fillcolor" "TransparentBlack" } "TFMessageTitle" @@ -57,8 +57,7 @@ { "ControlName" "TextEntry" "fieldName" "TextMessage" - "visible" "0" - "enabled" "0" + "xpos" "9999" } "TFTextMessage" @@ -144,8 +143,6 @@ "zpos" "5" "wide" "f0" "tall" "50" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" @@ -158,7 +155,6 @@ { "ControlName" "Label" "fieldName" "MessageTitle" - "visible" "0" - "enabled" "0" + "xpos" "9999" } } \ No newline at end of file diff --git a/resource/ui/TextWindowCustomServer.res b/resource/ui/TextWindowCustomServer.res index f1f436a..cf2dc3a 100644 --- a/resource/ui/TextWindowCustomServer.res +++ b/resource/ui/TextWindowCustomServer.res @@ -1,4 +1,4 @@ -"Resource/UI/TextWindow.res" +"Resource/UI/TextWindowCustomServer.res" { "info" { @@ -132,8 +132,8 @@ { "ControlName" "CModelPanel" "fieldName" "MenuBG" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "0" "zpos" "0" "wide" "f0" "tall" "480" diff --git a/resource/ui/WaveStatusPanel.res b/resource/ui/WaveStatusPanel.res index f210786..dada9fc 100644 --- a/resource/ui/WaveStatusPanel.res +++ b/resource/ui/WaveStatusPanel.res @@ -41,6 +41,29 @@ "labelText" "%wave_count%" } + "WaveCountLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "WaveCountLabelShadow" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "200" + "tall" "15" + "wide_minmode" "180" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textAlignment_minmode" "west" + "labelText" "%wave_count%" + + "pin_to_sibling" "WaveCountLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "SeparatorBar" { "ControlName" "Panel" @@ -105,6 +128,23 @@ "draw_corner_height" "0" } + "NewProgressBarBG" + { + "ControlName" "ImagePanel" + "fieldName" "NewProgressBarBG" + "xpos" "211" + "ypos" "22" + "zpos" "2" + "wide" "178" + "tall" "7" + "ypos_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "ColorCyan" + } + "ProgressBarBG" { "ControlName" "ScalableImagePanel" @@ -114,9 +154,7 @@ "zpos" "3" "wide" "180" "tall" "12" - "xpos_minmode" "210" "ypos_minmode" "7" - "wide_minmode" "180" "visible" "0" "enabled" "0" "image" "../HUD/tournament_panel_tan" @@ -127,23 +165,4 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } - - "ProgressBarBG2" - { - "ControlName" "ImagePanel" - "fieldName" "ProgressBarBG2" - "xpos" "211" - "ypos" "22" - "zpos" "2" - "wide" "178" - "tall" "7" - "xpos_minmode" "211" - "ypos_minmode" "10" - "wide_minmode" "178" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "Base Color" - } } \ No newline at end of file diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res index c5924f9..7f198ef 100644 --- a/resource/ui/charinfoarmorysubpanel.res +++ b/resource/ui/charinfoarmorysubpanel.res @@ -13,10 +13,10 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" - "thumbnail_bgcolor" "51 47 46 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" + "thumbnail_bgcolor" "Grey" "thumbnail_bgcolor_mouseover" "156 146 128 255" "thumbnail_bgcolor_selected" "176 166 148 255" "thumbnails_rows" "4" @@ -34,7 +34,7 @@ "tall" "49" "visible" "0" "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "7" @@ -114,7 +114,7 @@ { "ControlName" "ComboBox" "fieldName" "FilterComboBox" - "Font" "HudFontSmallestBold" + "font" "HudFontSmallestBold" "xpos" "c-240" "ypos" "32" "zpos" "1" @@ -131,13 +131,13 @@ "NumericInputOnly" "0" "unicode" "0" - "fgcolor_override" "235 226 202 255" - "bgcolor_override" "51 47 46 255" - "disabledFgColor_override" "235 226 202 255" - "disabledBgColor_override" "51 47 46 255" - "selectionColor_override" "51 47 46 255" - "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "51 47 46 255" + "fgcolor_override" "TanLight" + "bgcolor_override" "Grey" + "disabledFgColor_override" "TanLight" + "disabledBgColor_override" "Grey" + "selectionColor_override" "Grey" + "selectionTextColor_override" "TanLight" + "defaultSelectionBG2Color_override" "Grey" } "DataPanel" @@ -171,7 +171,7 @@ "enabled" "1" "fgcolor" "TanLight" "wrap" "1" - "highlight_color" "Base Color" + "highlight_color" "ColorCyan" "itemset_color" "216 244 9 255" "link_color" "200 128 255 255" "image_up_arrow" "scroll_up_off" @@ -247,7 +247,7 @@ "tall" "180" "visible" "0" "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -296,14 +296,8 @@ "Command" "prevpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "35 35 35 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "border_default" "CyanBorderThick" + "border_armed" "CyanBorderThick" } "CurPageLabel" @@ -322,7 +316,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" @@ -347,14 +341,8 @@ "Command" "nextpage" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "35 35 35 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "border_default" "CyanBorderThick" + "border_armed" "CyanBorderThick" } "WikiButton" @@ -380,12 +368,6 @@ "Command" "wiki" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "35 35 35 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" "border_default" "CyanBorderThick" "border_armed" "CyanBorderThick" } @@ -413,12 +395,6 @@ "Command" "viewset" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "35 35 35 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" "border_default" "CyanBorderThick" "border_armed" "CyanBorderThick" } @@ -438,19 +414,13 @@ "enabled" "1" "tabPosition" "0" "labelText" "#ArmoryButton_Store" - "font" "HudFontSmallBold" + "font" "HudFontSmallestBold" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "Command" "openstore" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "35 35 35 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" "border_default" "CyanBorderThick" "border_armed" "CyanBorderThick" } @@ -467,7 +437,7 @@ "autoResize" "0" "pinCorner" "0" "visible" "0" - "enabled" "1" + "enabled" "0" "tabPosition" "0" "labelText" "RELOADSCHEME" "font" "HudFontSmallestBold" @@ -478,12 +448,6 @@ "Command" "reloadscheme" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "35 35 35 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" "border_default" "CyanBorderThick" "border_armed" "CyanBorderThick" } diff --git a/resource/ui/charinfopanel.res b/resource/ui/charinfopanel.res index 1397368..0c60dbc 100644 --- a/resource/ui/charinfopanel.res +++ b/resource/ui/charinfopanel.res @@ -23,9 +23,9 @@ "title_font" "HudFontMediumBold" "titletextinsetX" "40" "titletextinsetY" "0" - "titlebarfgcolor_override" "200 187 161 255" - "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "46 43 42 255" + "titlebarfgcolor_override" "HudOffWhite" + "titlebardisabledfgcolor_override" "HudOffWhite" + "titlebarbgcolor_override" "DarkGrey" "clientinsetx_override" "0" "sheetinset_bottom" "40" @@ -100,10 +100,8 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" - "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "Sheet" @@ -128,10 +126,8 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" - "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "tabskv" @@ -174,13 +170,6 @@ "Command" "back" "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" } diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index ad006ac..9d9d08e 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -14,9 +14,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "item_xpos_offcenter_a" "-310" "item_xpos_offcenter_b" "165" @@ -41,8 +41,8 @@ "wide" "140" "tall" "70" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -213,8 +213,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "0" @@ -237,7 +237,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -331,16 +331,13 @@ "fgcolor" "TanLight" "defaultFgColor_override" "250 68 17 255" - "armedFgColor_override" "Base Color" + "armedFgColor_override" "ColorCyan" "depressedFgColor_override" "250 68 17 255" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "keyboardinputenabled" "0" - "paintbackground" "1" - "border_default" "NoBorder" - "border_armed" "NoBorder" - "border_depressed" "NoBorder" + "paintbackground" "1" } "BlueButton" @@ -365,7 +362,7 @@ "fgcolor" "TanLight" "defaultFgColor_override" "0 98 255 255" - "armedFgColor_override" "Base Color" + "armedFgColor_override" "ColorCyan" "depressedFgColor_override" "0 98 255 255" "sound_depressed" "UI/buttonclick.wav" @@ -373,9 +370,6 @@ "keyboardinputenabled" "0" "paintbackground" "1" - "border_default" "NoBorder" - "border_armed" "NoBorder" - "border_depressed" "NoBorder" } "CharacterLoadoutButton" @@ -456,7 +450,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../hud/ico_reel" + "image" "../vgui/replay/thumbnails/reel" } } diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index c56bc5a..4552806 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -195,9 +195,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort0" "actionsignallevel" "4" @@ -228,9 +228,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort1" "actionsignallevel" "4" @@ -261,9 +261,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort2" "actionsignallevel" "4" @@ -292,9 +292,9 @@ "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - "image_selectedcolor" "255 255 255 255" - "image_armedcolor" "0 0 0 0" - "image_drawcolor" "0 0 0 0" + "image_selectedcolor" "White" + "image_armedcolor" "Transparent" + "image_drawcolor" "Transparent" "command" "sort3" "actionsignallevel" "4" diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res index 6be58df..11c19cc 100644 --- a/resource/ui/craftingpanel.res +++ b/resource/ui/craftingpanel.res @@ -16,9 +16,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "item_ypos" "85" "output_item_ypos" "255" @@ -38,7 +38,7 @@ "tall" "45" "visible" "0" "bgcolor_override" "Transparent" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -85,7 +85,7 @@ "enabled" "1" "labelText" "%itemname%" "textAlignment" "south" - "fgcolor" "235 226 202 255" + "fgcolor" "NeutralWhite" "wrap" "1" "centerwrap" "1" } @@ -107,9 +107,9 @@ "centerwrap" "0" "textAlignment" "west" "textinsetx" "0" - "defaultFgColor_override" "117 107 94 255" + "defaultFgColor_override" "TextColor" "defaultBgColor_override" "Transparent" - "armedFgColor_override" "235 226 202 255" + "armedFgColor_override" "NeutralWhite" "armedBgColor_override" "Transparent" "depressedFgColor_override" "178 82 22 255" "depressedBgColor_override" "Transparent" @@ -228,7 +228,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" } "OutputLabel" @@ -247,7 +247,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" } "CraftButton" @@ -364,8 +364,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -388,7 +388,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -404,7 +404,7 @@ "tall" "42" "visible" "0" "bgcolor_override" "Transparent" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "model_ypos" "5" diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 36b16b2..84c0e3b 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -9,9 +9,8 @@ "ypos" "200" "wide" "200" "tall" "110" - "paintbackgroundtype" "2" - "paintbackground" "1" - "bgcolor_override" "30 30 30 255" + "paintbackgroundtype" "0" + "bgcolor_override" "DarkGrey" "settitlebarvisible" "0" "border" "CyanBorder" } @@ -118,13 +117,6 @@ "Command" "close" "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" } diff --git a/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res b/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res index 77dd2dc..502f8f1 100644 --- a/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res +++ b/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res @@ -25,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -49,7 +49,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -118,8 +118,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -182,8 +182,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -233,7 +233,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -259,7 +259,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/ConfirmApplyDecodeDialog.res b/resource/ui/econ/ConfirmApplyDecodeDialog.res index 063fd0d..e1f901c 100644 --- a/resource/ui/econ/ConfirmApplyDecodeDialog.res +++ b/resource/ui/econ/ConfirmApplyDecodeDialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -26,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -50,7 +49,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -119,8 +118,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -184,8 +183,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -238,7 +237,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -265,7 +264,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/ConfirmApplyGiftWrapDialog.res b/resource/ui/econ/ConfirmApplyGiftWrapDialog.res index c9b120d..da23244 100644 --- a/resource/ui/econ/ConfirmApplyGiftWrapDialog.res +++ b/resource/ui/econ/ConfirmApplyGiftWrapDialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -26,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -50,7 +49,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -119,8 +118,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -184,8 +183,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -257,7 +256,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -284,7 +283,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/ConfirmApplyPaintCanDialog.res b/resource/ui/econ/ConfirmApplyPaintCanDialog.res index 92555c9..a3458c8 100644 --- a/resource/ui/econ/ConfirmApplyPaintCanDialog.res +++ b/resource/ui/econ/ConfirmApplyPaintCanDialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "mouseoveritempanel" { @@ -25,8 +24,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -49,7 +48,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -118,8 +117,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -183,8 +182,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -199,7 +198,6 @@ { "use_item_rendertarget" "0" "allow_rot" "0" - "inventory_image_type" "1" } } @@ -232,8 +230,8 @@ "wide" "100" "tall" "100" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -286,7 +284,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -313,7 +311,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res index 63f5ace..7e755e1 100644 --- a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res +++ b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -26,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -50,7 +49,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -119,8 +118,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -184,8 +183,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -200,7 +199,6 @@ { "use_item_rendertarget" "0" "allow_rot" "0" - "inventory_image_type" "1" } } @@ -238,7 +236,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -265,7 +263,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res b/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res index 9035791..3d8f1f1 100644 --- a/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res +++ b/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -50,7 +49,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -119,8 +118,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -184,8 +183,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -233,8 +232,8 @@ "wide" "100" "tall" "100" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -263,8 +262,8 @@ "wide" "100" "tall" "100" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -299,7 +298,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "CancelButton" @@ -317,7 +316,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -325,13 +324,6 @@ "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" } @@ -351,7 +343,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -359,13 +351,6 @@ "Command" "apply" "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" } diff --git a/resource/ui/econ/ConfirmCustomizeTextureDialog.res b/resource/ui/econ/ConfirmCustomizeTextureDialog.res index 3bbe1be..8e46e0e 100644 --- a/resource/ui/econ/ConfirmCustomizeTextureDialog.res +++ b/resource/ui/econ/ConfirmCustomizeTextureDialog.res @@ -25,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "0" "text_ypos" "20" @@ -65,7 +65,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -111,8 +111,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -184,8 +184,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -211,8 +211,8 @@ "wide" "160" "tall" "160" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "paintborder" "0" "model_xpos" "00" "model_ypos" "00" @@ -294,7 +294,7 @@ "wide" "300" "tall" "20" "labelText" "#ToolCustomizeTextureBrowseButton" - "font" "DfButton" + "font" "HudFontSmall" "Command" "pick_image" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -357,7 +357,7 @@ "disabledBgColor_override" "0 0 0 255" "selectionColor_override" "0 0 0 255" "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "defaultSelectionBG2Color_override" "Transparent" } } "CancelButton" @@ -370,7 +370,7 @@ "wide" "130" "tall" "25" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" @@ -395,7 +395,7 @@ "wide" "130" "tall" "25" "labelText" "#TF_NextCarat" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "next_page" "sound_depressed" "UI/buttonclick.wav" @@ -474,7 +474,7 @@ "disabledBgColor_override" "0 0 0 255" "selectionColor_override" "0 0 0 255" "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "defaultSelectionBG2Color_override" "Transparent" } "PainterlyOptions" { @@ -544,7 +544,7 @@ "wide" "65" "tall" "15" "labelText" "<<" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "prev_stencil_palette" "sound_depressed" "UI/buttonclick.wav" @@ -569,7 +569,7 @@ "wide" "65" "tall" "15" "labelText" ">>" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "next_stencil_palette" "sound_depressed" "UI/buttonclick.wav" @@ -609,7 +609,7 @@ "disabledBgColor_override" "0 0 0 255" "selectionColor_override" "0 0 0 255" "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "defaultSelectionBG2Color_override" "Transparent" } } } @@ -686,7 +686,7 @@ "wide" "130" "tall" "25" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" @@ -711,7 +711,7 @@ "wide" "130" "tall" "25" "labelText" "#TF_BackCarat" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "prev_page" "sound_depressed" "UI/buttonclick.wav" @@ -736,7 +736,7 @@ "wide" "130" "tall" "25" "labelText" "#TF_NextCarat" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "next_page" "sound_depressed" "UI/buttonclick.wav" @@ -850,7 +850,7 @@ "wide" "130" "tall" "25" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "default" "0" "Command" "cancel" @@ -876,7 +876,7 @@ "wide" "130" "tall" "25" "labelText" "#TF_BackCarat" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "Command" "prev_page" "sound_depressed" "UI/buttonclick.wav" @@ -901,7 +901,7 @@ "wide" "130" "tall" "25" "labelText" "#ToolCustomizeTextureOKButton" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "default" "1" "Command" "apply" diff --git a/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res b/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res index a57b29d..1f15e17 100644 --- a/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res +++ b/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res @@ -36,7 +36,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "AbandonIcon" @@ -88,7 +88,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_CancelBold" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -96,13 +96,6 @@ "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" } @@ -123,7 +116,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#ConfirmButtonText" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -131,13 +124,6 @@ "Command" "confirm" "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" } diff --git a/resource/ui/econ/ConfirmDialogAbandonPenalty.res b/resource/ui/econ/ConfirmDialogAbandonPenalty.res index 2386a02..e1e2416 100644 --- a/resource/ui/econ/ConfirmDialogAbandonPenalty.res +++ b/resource/ui/econ/ConfirmDialogAbandonPenalty.res @@ -36,7 +36,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "AbandonIcon" @@ -70,7 +70,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "CancelButton" { @@ -87,7 +87,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_CancelBold" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -95,13 +95,6 @@ "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" } @@ -122,7 +115,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#ConfirmButtonText" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -130,13 +123,6 @@ "Command" "confirm" "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" } diff --git a/resource/ui/econ/ConfirmDialogAbandonSafe.res b/resource/ui/econ/ConfirmDialogAbandonSafe.res index 83d4ce5..1044c91 100644 --- a/resource/ui/econ/ConfirmDialogAbandonSafe.res +++ b/resource/ui/econ/ConfirmDialogAbandonSafe.res @@ -36,7 +36,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "ExplanationLabel" @@ -74,7 +74,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_CancelBold" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -82,13 +82,6 @@ "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" } @@ -109,7 +102,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#ConfirmButtonText" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -117,13 +110,6 @@ "Command" "confirm" "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" } diff --git a/resource/ui/econ/ConfirmItemPreviewDialog.res b/resource/ui/econ/ConfirmItemPreviewDialog.res index 9c9fd5e..87979a8 100644 --- a/resource/ui/econ/ConfirmItemPreviewDialog.res +++ b/resource/ui/econ/ConfirmItemPreviewDialog.res @@ -25,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "0" "text_ypos" "20" @@ -65,7 +65,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -133,8 +133,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -167,7 +167,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "CancelButton" { @@ -184,7 +184,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -217,7 +217,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/ItemModelPanel.res b/resource/ui/econ/ItemModelPanel.res index ed6f4e3..347904b 100644 --- a/resource/ui/econ/ItemModelPanel.res +++ b/resource/ui/econ/ItemModelPanel.res @@ -43,7 +43,7 @@ "wide" "f0" "tall" "f0" "visible" "1" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "itemmodelpanel" { @@ -110,7 +110,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "south" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } @@ -130,7 +130,7 @@ "enabled" "1" "labelText" "#ItemPanelEquipped" "textAlignment" "center" - "fgcolor" "200 80 60 255" + "fgcolor" "LightRed" "bgcolor_override" "0 0 0 255" "PaintBackgroundType" "2" } @@ -164,7 +164,7 @@ "enabled" "1" "labelText" "" "textAlignment" "center" - "fgcolor" "200 80 60 255" + "fgcolor" "LightRed" "bgcolor_override" "0 0 0 255" "PaintBackgroundType" "2" } @@ -285,7 +285,7 @@ "tall" "18" "visible" "0" "bgcolor_override" "0 0 0 200" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "useparentbg" "0" diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res index 3ed5528..a5f2954 100644 --- a/resource/ui/econ/comboboxbackpackoverlaydialog.res +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -9,7 +9,7 @@ "ypos" "105" "wide" "280" "tall" "240" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "1" "border" "CyanBorderThick" @@ -45,8 +45,8 @@ "tall" "120" "visible" "1" "enabled" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "model_xpos" "2" @@ -120,6 +120,8 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "OkButton" diff --git a/resource/ui/econ/confirmapplystrangifierdialog.res b/resource/ui/econ/confirmapplystrangifierdialog.res index ae84616..07054ad 100644 --- a/resource/ui/econ/confirmapplystrangifierdialog.res +++ b/resource/ui/econ/confirmapplystrangifierdialog.res @@ -9,11 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "paintbackgroundtype" "0" "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -26,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -50,7 +49,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -103,8 +102,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -152,8 +151,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -168,7 +167,6 @@ { "use_item_rendertarget" "0" "allow_rot" "0" - "inventory_image_type" "1" } } @@ -207,7 +205,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -234,7 +232,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameConfirm" - "font" "DfButton" + "font" "HudFontSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res deleted file mode 100644 index 602d565..0000000 --- a/resource/ui/econ/confirmdialog.res +++ /dev/null @@ -1,116 +0,0 @@ -"Resource/UI/ConfirmDialog.res" -{ - "ConfirmDialog" - { - "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-150" - "ypos" "140" - "wide" "324" - "tall" "200" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "settitlebarvisible" "0" - "PaintBackgroundType" "0" - "paintbackground" "1" - "paintborder" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica26" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "324" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "ExplanationLabel" - { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "HudFontSmall" - "labelText" "%text%" - "textAlignment" "center" - "xpos" "40" - "ypos" "50" - "zpos" "1" - "wide" "324" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - "fgcolor_override" "Yellow" - } - - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "190" - "ypos" "165" - "zpos" "20" - "wide" "124" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - - "ConfirmButton" - { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "10" - "ypos" "165" - "zpos" "20" - "wide" "175" - "tall" "20" - "default" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "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/confirmdialogoptout.res b/resource/ui/econ/confirmdialogoptout.res index 380d25a..81b8d1b 100644 --- a/resource/ui/econ/confirmdialogoptout.res +++ b/resource/ui/econ/confirmdialogoptout.res @@ -55,7 +55,7 @@ "visible" "1" "enabled" "1" "centerwrap" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "CancelButton" diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index bec9d6f..839cff2 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -16,9 +16,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "modelpanels_spacing" "40" "modelpanels_width" "500" @@ -307,9 +307,9 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "117 107 94 255" + "defaultBgColor_override" "TextColor" "armedBgColor_override" "145 73 59 255" - "depressedBgColor_override" "117 107 94 255" + "depressedBgColor_override" "TextColor" "image_drawcolor" "235 226 202 255" "image_armedcolor" "235 226 202 255" @@ -380,8 +380,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" - "bgcolor_override" "46 43 42 255" + "fgcolor_override" "LightRed" + "bgcolor_override" "TanDarker" } "ScoreEntry" diff --git a/resource/ui/econ/strangecounttransferdialog.res b/resource/ui/econ/strangecounttransferdialog.res index 30d95a3..c362dd8 100644 --- a/resource/ui/econ/strangecounttransferdialog.res +++ b/resource/ui/econ/strangecounttransferdialog.res @@ -24,7 +24,7 @@ "zpos" "0" "wide" "400" "tall" "240" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "proportionaltoparent" "1" @@ -78,8 +78,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -127,8 +127,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" diff --git a/resource/ui/hud_obj_dispenser.res b/resource/ui/hud_obj_dispenser.res index c12b93c..57d61c9 100644 --- a/resource/ui/hud_obj_dispenser.res +++ b/resource/ui/hud_obj_dispenser.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_dispenser" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -93,7 +93,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_2" @@ -109,7 +109,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_3" @@ -125,7 +125,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -154,7 +154,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -170,7 +170,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" diff --git a/resource/ui/hud_obj_sapper.res b/resource/ui/hud_obj_sapper.res index 42acbb7..8944faf 100644 --- a/resource/ui/hud_obj_sapper.res +++ b/resource/ui/hud_obj_sapper.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica12" + "font" "DefaultSmall" "xpos" "60" "ypos" "0" "wide" "200" @@ -168,7 +168,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "TargetHealth" diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res index c124510..e103d7e 100644 --- a/resource/ui/hud_obj_sentrygun.res +++ b/resource/ui/hud_obj_sentrygun.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Sentry_2" @@ -52,7 +52,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Sentry_3" @@ -67,7 +67,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -84,7 +84,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -122,7 +122,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_2" @@ -138,7 +138,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_3" @@ -154,7 +154,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -185,7 +185,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -201,7 +201,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" diff --git a/resource/ui/hud_obj_sentrygun_disp.res b/resource/ui/hud_obj_sentrygun_disp.res index 29cf5dc..6ae1f7d 100644 --- a/resource/ui/hud_obj_sentrygun_disp.res +++ b/resource/ui/hud_obj_sentrygun_disp.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_sentrygun_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -93,7 +93,7 @@ "enabled" "0" "scaleImage" "1" "icon" "" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -102,7 +102,6 @@ "fieldName" "AlertTray" "xpos" "114" "ypos" "0" - "ypos" "0" "zpos" "-2" "wide" "44" "tall" "30" @@ -124,7 +123,7 @@ "enabled" "0" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -140,7 +139,7 @@ "enabled" "0" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" diff --git a/resource/ui/hud_obj_tele.res b/resource/ui/hud_obj_tele.res index fc97d84..02270c7 100644 --- a/resource/ui/hud_obj_tele.res +++ b/resource/ui/hud_obj_tele.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_tele_entrance" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -93,7 +93,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_2" @@ -109,7 +109,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_3" @@ -125,7 +125,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -154,7 +154,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -170,7 +170,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" diff --git a/resource/ui/hud_obj_tele_entrance.res b/resource/ui/hud_obj_tele_entrance.res index 9025303..f195a9c 100644 --- a/resource/ui/hud_obj_tele_entrance.res +++ b/resource/ui/hud_obj_tele_entrance.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_tele_entrance" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -93,7 +93,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_2" @@ -109,7 +109,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_3" @@ -125,7 +125,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -154,7 +154,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -170,7 +170,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" diff --git a/resource/ui/hud_obj_tele_exit.res b/resource/ui/hud_obj_tele_exit.res index ebeab4b..304d77e 100644 --- a/resource/ui/hud_obj_tele_exit.res +++ b/resource/ui/hud_obj_tele_exit.res @@ -37,7 +37,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_tele_exit" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NotBuiltPanel" @@ -54,7 +54,7 @@ { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" - "font" "Cerbetica9" + "font" "Cerbetica10" "xpos" "60" "ypos" "0" "wide" "200" @@ -93,7 +93,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_1" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_2" @@ -109,7 +109,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_2" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Icon_Upgrade_3" @@ -125,7 +125,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_upgrade_3" - "iconColor" "255 255 255 255" + "iconColor" "White" } "AlertTray" @@ -154,7 +154,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_wrench" - "iconColor" "255 255 255 255" + "iconColor" "White" } "SapperIcon" @@ -170,7 +170,7 @@ "enabled" "1" "scaleImage" "1" "icon" "obj_status_icon_sapper" - "iconColor" "255 255 255 255" + "iconColor" "White" } "Health" diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 8ae1cb5..c2eef31 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -102,7 +102,7 @@ "wrap" "0" "labelText" "%countdown%" "textAlignment" "center" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" "proportionaltoparent" "1" if_readymode @@ -292,7 +292,6 @@ if_match { - "ypos" "0" "delta_item_x" "35" "delta_item_start_y" "12" "delta_item_end_y" "50" @@ -327,7 +326,6 @@ "ypos" "13" "tall" "10" "font" "HudFontSmall" - "font_minmode" "HudFontSmall" "font_lodef" "HudFontSmall" } } @@ -373,8 +371,8 @@ "percentage_health_med" "0.6" "color_bar_health_low" "191 58 58 255" "percentage_health_low" "0.3" - "color_portrait_blend_dead_red" "255 255 255 255" - "color_portrait_blend_dead_blue" "255 255 255 255" + "color_portrait_blend_dead_red" "White" + "color_portrait_blend_dead_blue" "White" "playername" { @@ -687,7 +685,7 @@ "tall" "39" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "BluePlayerList" { @@ -825,7 +823,7 @@ "tall" "39" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "RedPlayerList" { diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res index c6be995..ebb060c 100644 --- a/resource/ui/hudmenutauntselection.res +++ b/resource/ui/hudmenutauntselection.res @@ -20,28 +20,14 @@ { "ControlName" "ImagePanel" "fieldName" "Divider" - "xpos" "8" - "ypos" "65" - "zpos" "1" - "wide" "0" - "tall" "0" - "fillcolor" "255 222 208 255" + "xpos" "9999" } "IcoReelIcon" { "ControlName" "CIconPanel" "fieldName" "IcoReelIcon" - "xpos" "10" - "ypos" "-3" - "zpos" "1" - "wide" "0" - "tall" "0" - "visible" "1" - "enabled" "0" - "scaleImage" "0" - "icon" "hud_taunt_menu_icon" - "iconColor" "255 255 255 255" + "xpos" "9999" } "TitleLabel" @@ -70,8 +56,8 @@ "fieldName" "TitleLabelDropshadow" "font" "CerbeticaBold32" "fgcolor" "TransparentBlack" - "xpos" "20" // align me to the left edge of the first selection - "ypos" "2" + "xpos" "-1" + "ypos" "-1" "zpos" "3" "wide" "360" "tall" "38" @@ -83,6 +69,10 @@ "textAlignment" "Left" "dulltext" "1" "brighttext" "0" + + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "WeaponTauntLabel" @@ -135,8 +125,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -174,7 +164,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel1" @@ -229,8 +219,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -323,8 +313,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -418,8 +408,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -456,7 +446,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel4" @@ -511,8 +501,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -550,7 +540,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel5" @@ -605,8 +595,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -644,7 +634,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel6" @@ -699,8 +689,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -738,7 +728,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel7" @@ -793,8 +783,8 @@ "wide" "50" "tall" "40" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" "paintborder" "1" @@ -832,7 +822,7 @@ "enabled" "0" "scaleImage" "1" "icon" "ico_key_blank" - "iconColor" "255 255 255 255" + "iconColor" "White" } "NumberLabel8" diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res index 71b3990..08d6680 100644 --- a/resource/ui/hudminigame_base.res +++ b/resource/ui/hudminigame_base.res @@ -143,7 +143,7 @@ "tall" "20" [$WIN32] "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 0" + "fillcolor" "Transparent" "scaleImage" "1" } diff --git a/resource/ui/hudrocketpack.res b/resource/ui/hudrocketpack.res index 360c9f0..7fde849 100644 --- a/resource/ui/hudrocketpack.res +++ b/resource/ui/hudrocketpack.res @@ -3,11 +3,8 @@ { HudItemEffectMeter { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" "xpos" "c-75" - "ypos" "c123" + "ypos" "c103" "ypos_minmode" "c60" "wide" "200" "tall" "500" @@ -17,19 +14,7 @@ { "ControlName" "CTFImagePanel" "fieldName" "ItemEffectMeterBG" - "xpos" "4" - "ypos" "0" - "zpos" "1" - "wide" "90" - "tall" "45" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "image" "../hud/ammo_blue_bg" - "teambg_2" "../hud/ammo_red_bg" - "teambg_2_lodef" "../hud/ammo_red_bg_lodef" - "teambg_3" "../hud/ammo_blue_bg" - "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" + "xpos" "9999" } "ItemEffectIcon" @@ -50,31 +35,19 @@ "ItemEffectMeterLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" "xpos" "32" "ypos" "12" - "zpos" "2" "wide" "90" "tall" "15" - "autoResize" "1" - "pinCorner" "2" "visible" "0" - "enabled" "0" - "tabPosition" "0" "labelText" "#TF_RocketPack_Disabled" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" "font" "HudFontSmallest" - "fgcolor" "178 0 0 255" } "ItemEffectMeter" { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter" - "font" "Default" "xpos" "0" "xpos_minmode" "15" "ypos" "5" @@ -98,7 +71,6 @@ { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter2" - "font" "Default" "xpos" "60" "ypos" "5" "xpos_minmode" "75" diff --git a/resource/ui/hudroundcounter.res b/resource/ui/hudroundcounter.res index adb78d8..39c2dcd 100644 --- a/resource/ui/hudroundcounter.res +++ b/resource/ui/hudroundcounter.res @@ -63,10 +63,10 @@ "proportionaltoparent" "1" } - "BlueScoreBG" + "BlueTeamBackground" { "ControlName" "ImagePanel" - "fieldName" "BlueScoreBG" + "fieldName" "BlueTeamBackground" "xpos" "c-36" "ypos" "0" "wide" "36" @@ -77,10 +77,10 @@ "proportionaltoparent" "1" } - "RedScoreBG" + "RedTeamBackground" { "ControlName" "ImagePanel" - "fieldName" "RedScoreBG" + "fieldName" "RedTeamBackground" "xpos" "c0" "ypos" "0" "wide" "36" diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index 38abb43..76ab103 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -41,7 +41,7 @@ "ypos" "9999" "wide" "100" "tall" "10" - "fgcolor" "tanlight" + "fgcolor" "TanLight" "visible" "1" } @@ -75,7 +75,7 @@ "ypos_minmode" "50" "wide" "20" "tall" "30" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "CountTextShadow" @@ -85,14 +85,16 @@ "font" "CerbeticaBold28" "labelText" "%counttext%" "textAlignment" "center" - "xpos" "44" - "ypos" "31" + "xpos" "-1" + "ypos" "-1" "zpos" "0" "font_minmode" "CerbeticaBold20" - "xpos_minmode" "19" - "ypos_minmode" "51" "wide" "20" "tall" "30" - "fgcolor" "0 0 0 255" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "CountText" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } \ No newline at end of file diff --git a/resource/ui/hudupgradepanel.res b/resource/ui/hudupgradepanel.res index 1c1c61a..ef93a24 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" diff --git a/resource/ui/itemoptionspanel.res b/resource/ui/itemoptionspanel.res index 9186c57..a821f3c 100644 --- a/resource/ui/itemoptionspanel.res +++ b/resource/ui/itemoptionspanel.res @@ -60,7 +60,7 @@ "visible" "0" "enabled" "1" "tabPosition" "0" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "SetStyleButton" @@ -85,10 +85,6 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "set_style" - - "border_default" "NoBorder" - "border_armed" "NoBorder" - "border_depressed" "NoBorder" } } } \ No newline at end of file diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index 615eea4..ec7c213 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -15,7 +15,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "2" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "itempanel_xpos" "0" "itempanel_ydelta" "0" "border" "NoBorder" @@ -36,7 +36,7 @@ "text_xpos" "60" "text_wide" "190" "name_only" "1" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" } } @@ -150,8 +150,8 @@ "tall" "40" "visible" "1" "PaintBackgroundType" "2" - "fgcolor_override" "200 80 60 255" - "bgcolor_override" "0 0 0 0" + "fgcolor_override" "LightRed" + "bgcolor_override" "Transparent" } } @@ -171,7 +171,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "loadout_preset_panel" diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res index 54837bf..8c1a1ce 100644 --- a/resource/ui/itemrenameconfirmationdialog.res +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -11,8 +11,7 @@ "tall" "240" "settitlebarvisible" "0" "paintbackgroundtype" "2" - "paintbackground" "1" - "bgcolor_override" "30 30 30 255" + "bgcolor_override" "DarkGrey" "border" "CyanBorder" } @@ -80,8 +79,8 @@ "wide" "200" "tall" "70" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -143,8 +142,8 @@ "wide" "90" "tall" "70" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -178,13 +177,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "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" } @@ -206,7 +198,7 @@ "visible" "1" "enabled" "1" "centerwrap" "1" - "fgcolor_override" "235 226 202 255" + "fgcolor_override" "NeutralWhite" } "WarningLabel" @@ -251,13 +243,6 @@ "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" } @@ -285,13 +270,6 @@ "Command" "apply" "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" } diff --git a/resource/ui/itemrenamedialog.res b/resource/ui/itemrenamedialog.res index 83fbd58..4c316d0 100644 --- a/resource/ui/itemrenamedialog.res +++ b/resource/ui/itemrenamedialog.res @@ -9,10 +9,9 @@ "ypos" "105" "wide" "400" "tall" "240" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "2" "settitlebarvisible" "0" - "paintbackground" "1" "border" "CyanBorder" } @@ -26,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -69,7 +68,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -138,8 +137,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" @@ -205,7 +204,7 @@ "tall" "64" "visible" "1" "bgcolor_override" "Transparent" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" @@ -261,7 +260,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "255 255 255 255" + "fgcolor_override" "White" "paintbackground" "0" } @@ -280,7 +279,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" "paintbackground" "0" } @@ -320,7 +319,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "255 255 255 255" + "fgcolor_override" "White" "paintbackground" "0" } @@ -393,13 +392,6 @@ "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" } @@ -427,13 +419,6 @@ "Command" "apply" "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" } diff --git a/resource/ui/itemrenameinvaliddialog.res b/resource/ui/itemrenameinvaliddialog.res index 00fb6af..5f41a73 100644 --- a/resource/ui/itemrenameinvaliddialog.res +++ b/resource/ui/itemrenameinvaliddialog.res @@ -9,8 +9,7 @@ "ypos" "105" "wide" "400" "tall" "240" - "bgcolor_override" "25 25 25 255" - "paintbackground" "1" + "bgcolor_override" "DarkGrey" "settitlebarvisible" "0" "PaintBackgroundType" "2" "border" "CyanBorder" @@ -80,8 +79,8 @@ "wide" "200" "tall" "70" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -145,8 +144,8 @@ "wide" "90" "tall" "70" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -181,7 +180,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "GivenName" @@ -219,7 +218,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "BackFromInvalidButton" diff --git a/resource/ui/lobbycontainerframe.res b/resource/ui/lobbycontainerframe.res index 55bf690..35bec20 100644 --- a/resource/ui/lobbycontainerframe.res +++ b/resource/ui/lobbycontainerframe.res @@ -25,7 +25,7 @@ "titletextinsetY" "0" "titlebarfgcolor_override" "200 187 161 255" "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "46 43 42 255" + "titlebarbgcolor_override" "TanDarker" "clientinsetx_override" "0" "sheetinset_bottom" "40" @@ -103,7 +103,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "Sheet" @@ -130,7 +130,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "tabskv" diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index 974ce96..9c4954b 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -73,7 +73,7 @@ "sound_released" "UI/buttonclickrelease.wav" "actionsignallevel" "2" "proportionaltoparent" "1" - "image_drawcolor" "242 242 242 255" + "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" "SubImage" @@ -117,7 +117,7 @@ "sound_released" "UI/buttonclickrelease.wav" "actionsignallevel" "2" "proportionaltoparent" "1" - "image_drawcolor" "242 242 242 255" + "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" "SubImage" diff --git a/resource/ui/matchmakingcategorypanel.res b/resource/ui/matchmakingcategorypanel.res index 832cad7..00892f0 100644 --- a/resource/ui/matchmakingcategorypanel.res +++ b/resource/ui/matchmakingcategorypanel.res @@ -159,8 +159,8 @@ { "ControlName" "CExLabel" "fieldName" "TitleShadow" - "xpos" "rs1-23" - "ypos" "3" + "xpos" "-1" + "ypos" "-1" "zpos" "2" "wide" "200" "tall" "15" @@ -176,8 +176,11 @@ "default" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" - - "fgcolor_override" "7 7 7 255" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "Title" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "DescLabel" @@ -209,8 +212,8 @@ "font" "MMenuPlayListDesc" "labelText" "%desc_token%" "textAlignment" "north-west" - "xpos" "rs1-4" - "ypos" "19" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "120" "tall" "40" @@ -219,9 +222,13 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "7 7 7 255" "proportionaltoparent" "1" "mouseinputenabled" "0" + "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "DescLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index 62e6fea..a32e170 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -27,7 +27,7 @@ "labeltext" "#TF_Matchmaking_HeaderCasual" "textAlignment" "west" "font" "CerbeticaBold24" - "fgcolor_override" "242 242 242 255" + "fgcolor_override" "White" "mouseinputenabled" "0" } diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index 249ed51..9f9c030 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -27,7 +27,7 @@ "labeltext" "#TF_Matchmaking_HeaderCompetitive" "textAlignment" "west" "font" "CerbeticaBold24" - "fgcolor_override" "242 242 242 255" + "fgcolor_override" "White" "mouseinputenabled" "0" } diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res index af212e8..60f827b 100644 --- a/resource/ui/matchmakingdashboardplaylist.res +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -27,7 +27,7 @@ "labeltext" "#TF_Matchmaking_HeaderModeSelect" "textAlignment" "west" "font" "CerbeticaBold24" - "fgcolor_override" "242 242 242 255" + "fgcolor_override" "White" "mouseinputenabled" "0" } diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res index 55e2122..5c0a230 100644 --- a/resource/ui/matchmakingdashboardsidepanel.res +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -108,9 +108,9 @@ "textAlignment" "east" "font" "Cerbetica14" - "armedBgColor_override" "0 0 0 0" - "defaultBgColor_override" "0 0 0 0" - "defaultFgColor_override" "242 242 242 255" + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "defaultFgColor_override" "White" "armedFgColor_override" "169 123 53 255" } @@ -138,9 +138,9 @@ "textAlignment" "west" "font" "Cerbetica14" - "armedBgColor_override" "0 0 0 0" - "defaultBgColor_override" "0 0 0 0" - "defaultFgColor_override" "242 242 242 255" + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "defaultFgColor_override" "White" "armedFgColor_override" "169 123 53 255" } @@ -156,6 +156,6 @@ "visible" "1" "proportionaltoparent" "1" "border" "TeamMenuBorder" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" } } \ No newline at end of file diff --git a/resource/ui/mvmcreditspendpanel.res b/resource/ui/mvmcreditspendpanel.res index 80f3417..47f5a13 100644 --- a/resource/ui/mvmcreditspendpanel.res +++ b/resource/ui/mvmcreditspendpanel.res @@ -11,7 +11,7 @@ "ypos" "0" "wide" "300" "tall" "15" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "TableBackground" @@ -38,7 +38,7 @@ "ypos" "15" "wide" "90" "tall" "20" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "UpgradesCountLabel" @@ -52,7 +52,7 @@ "ypos" "15" "wide" "30" "tall" "20" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "BuyBackLabel" @@ -66,7 +66,7 @@ "ypos" "27" "wide" "90" "tall" "20" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "BuyBackCountLabel" @@ -80,7 +80,7 @@ "ypos" "27" "wide" "30" "tall" "20" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "BottleLabel" @@ -94,7 +94,7 @@ "ypos" "39" "wide" "90" "tall" "20" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "BottleCountLabel" @@ -108,6 +108,6 @@ "ypos" "39" "wide" "30" "tall" "20" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } } \ No newline at end of file diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index 1628f1e..d837ff3 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -13,7 +13,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "event247_image" "illustrations/gamemode_halloween2015" "community_update_image" "illustrations/gamemode_invasion" } @@ -959,7 +959,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -978,7 +978,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" "proportionaltoparent" "1" } @@ -1009,12 +1009,12 @@ "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "TanDarker" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { diff --git a/resource/ui/replaybrowser/basepage.res b/resource/ui/replaybrowser/basepage.res index a775665..bab6724 100644 --- a/resource/ui/replaybrowser/basepage.res +++ b/resource/ui/replaybrowser/basepage.res @@ -15,7 +15,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" } "SearchTextEntry" @@ -53,7 +53,7 @@ "enabled" "1" "tabPosition" "0" "paintbackground" "1" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "autohide_scrollbar" "1" } } diff --git a/resource/ui/replaybrowser/thumbnailcollection.res b/resource/ui/replaybrowser/thumbnailcollection.res index 3511fa9..7e0f1f1 100644 --- a/resource/ui/replaybrowser/thumbnailcollection.res +++ b/resource/ui/replaybrowser/thumbnailcollection.res @@ -12,7 +12,7 @@ "enabled" "1" "tabPosition" "0" "settitlebarvisible" "1" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" } "RenderAllButton" @@ -135,7 +135,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "bgcolor_override" "22 22 22 255" + "bgcolor_override" "DarkerGrey" } "NoReplayItemsLabel" @@ -151,7 +151,7 @@ "visible" "1" "enabled" "1" "centerwrap" "1" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" } "ShowPrevButton" diff --git a/resource/ui/revivedialog.res b/resource/ui/revivedialog.res index 21ac7bf..50ebb24 100644 --- a/resource/ui/revivedialog.res +++ b/resource/ui/revivedialog.res @@ -70,7 +70,7 @@ "visible" "1" "enabled" "1" "centerwrap" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "ConfirmButton" diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 5cc1d57..9087d0a 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -52,7 +52,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "ExplanationLabel2" @@ -72,7 +72,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "ItemImagePanel" diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index af191bb..e2af3e7 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -61,13 +61,13 @@ "paintbackground" "0" //"defaultFgColor_override" "235 226 202 255" - //"armedFgColor_override" "46 43 42 255" + //"armedFgColor_override" "TanDarker" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Base Color" + "armedFgColor_override" "ColorCyan" "depressedFgColor_override" "TanLight" "image_drawcolor" "235 226 202 255" - "image_armedcolor" "200 80 60 255" + "image_armedcolor" "LightRed" "SubImage" { @@ -205,7 +205,7 @@ "sound_released" "UI/buttonclickrelease.wav" "defaultFgColor_override" "235 226 202 255" - "defaultBgColor_override" "46 43 42 255" + "defaultBgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "235 226 202 255" } diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index ddf573d..26212fc 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -153,9 +153,9 @@ "border_armed" "TeamMenuBorder" - "defaultFgColor_override" "0 0 0 0" - "defaultBgColor_override" "0 0 0 0" - "armedFgColor_override" "0 0 0 0" - "armedBgColor_override" "0 0 0 0" + "defaultFgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "armedFgColor_override" "Transparent" + "armedBgColor_override" "Transparent" } } \ No newline at end of file diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res index 41e2838..521e286 100644 --- a/resource/ui/tankprogressbar.res +++ b/resource/ui/tankprogressbar.res @@ -81,6 +81,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "Base Color" + "fillcolor" "ColorCyan" } } \ No newline at end of file diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 8a2ad98..146f6ec 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -11,7 +11,7 @@ "visible" "0" "enabled" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "PassedIcon" { @@ -43,7 +43,7 @@ "brighttext" "0" "font" "ScoreboardSmall" "wrap" "1" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "PassedResult" @@ -62,7 +62,7 @@ "brighttext" "0" "font" "ScoreboardVerySmall" "wrap" "1" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" "noshortcutsyntax" "1" } } @@ -78,7 +78,7 @@ "visible" "0" "enabled" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "Header" { @@ -96,7 +96,7 @@ "brighttext" "0" "font" "ScoreboardVerySmall" "wrap" "1" - "fgcolor_override" "128 128 128 255" + "fgcolor_override" "ColorGreyMid" } "Issue" @@ -114,7 +114,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardSmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" "wrap" "1" "noshortcutsyntax" "1" } @@ -142,7 +142,7 @@ "ypos" "50" "wide" "130" "tall" "1" - "fillcolor" "128 128 128 255" + "fillcolor" "ColorGreyMid" "zpos" "0" } @@ -163,7 +163,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "Option1Background_Selected" @@ -195,7 +195,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardSmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "LabelOption2" @@ -214,7 +214,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "Option2Background_Selected" @@ -246,7 +246,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardSmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "LabelOption3" @@ -265,7 +265,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "Option3Background_Selected" @@ -297,7 +297,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "Option4Background_Selected" @@ -329,7 +329,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } "Option5Background_Selected" @@ -353,7 +353,7 @@ "ypos" "100" "wide" "130" "tall" "1" - "fillcolor" "128 128 128 255" + "fillcolor" "ColorGreyMid" "zpos" "0" } @@ -372,7 +372,7 @@ "dulltext" "0" "brighttext" "0" "font" "ScoreboardVerySmall" - "fgcolor_override" "128 128 128 255" + "fgcolor_override" "ColorGreyMid" } // Vote Bar @@ -407,7 +407,7 @@ "visible" "0" "enabled" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "FailedIcon" { @@ -458,7 +458,7 @@ "brighttext" "0" "font" "ScoreboardVerySmall" "wrap" "1" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } } @@ -474,7 +474,7 @@ "visible" "0" "enabled" "1" "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "FailedIcon" { @@ -525,7 +525,7 @@ "brighttext" "0" "font" "ScoreboardVerySmall" "wrap" "1" - "fgcolor_override" "ColorWhite" + "fgcolor_override" "White" } } @@ -646,13 +646,13 @@ "NumericInputOnly" "0" "unicode" "0" - "fgcolor_override" "117 107 94 255" - "bgcolor_override" "251 235 202 255" - "disabledFgColor_override" "117 107 94 255" - "disabledBgColor_override" "251 235 202 255" - "selectionColor_override" "251 235 202 255" - "selectionTextColor_override" "117 107 94 255" - "defaultSelectionBG2Color_override" "251 235 202 255" + "fgcolor_override" "TextColor" + "bgcolor_override" "Yellow" + "disabledFgColor_override" "TextColor" + "disabledBgColor_override" "Yellow" + "selectionColor_override" "Yellow" + "selectionTextColor_override" "TextColor" + "defaultSelectionBG2Color_override" "Yellow" } "CallVoteButton" @@ -662,7 +662,7 @@ "xpos" "75" "ypos" "275" "wide" "160" - "tall" "24" + "tall" "25" "autoResize" "0" "pinCorner" "3" "visible" "1" @@ -683,7 +683,7 @@ "xpos" "240" "ypos" "275" "wide" "80" - "tall" "24" + "tall" "25" "autoResize" "0" "pinCorner" "3" "visible" "1" diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 6c019b0..924f013 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -109,7 +109,7 @@ "enabled" "1" "image" "" "scaleImage" "1" - "color_outline" "52 48 45 255" + "color_outline" "Grey" } "RedTeamLabel" { @@ -180,7 +180,7 @@ "enabled" "1" "image" "" "scaleImage" "1" - "color_outline" "52 48 45 255" + "color_outline" "Grey" } } "WinPanelBGBorder" @@ -198,10 +198,10 @@ "border" "TFFatLineBorderBlueBG" "proportionaltoparent" "1" } - "WinPanelBackground2" + "WinPanelBG2" { "ControlName" "ImagePanel" - "fieldName" "WinPanelBackground2" + "fieldName" "WinPanelBG2" "xpos" "0" "ypos" "55" "zpos" "0" @@ -283,7 +283,7 @@ "ControlName" "CExLabel" "fieldName" "AdvancingTeamLabelDropshadow" "font" "CerbeticaBold20" - "fgcolor" "black" + "fgcolor" "TransparentBlack" "xpos" "-1" "ypos" "-1" "zpos" "1" @@ -306,20 +306,8 @@ { "ControlName" "CExLabel" "fieldName" "WinReasonLabel" - "font" "Cerbetica12" + "font" "ScoreboardVerySmall" "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "292" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%WinReasonLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" } "DetailsLabel" { @@ -345,17 +333,6 @@ "ControlName" "ImagePanel" "fieldName" "ShadedBar" "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "268" - "tall" "84" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 150" - "PaintBackgroundType" "0" } "TopPlayersLabel" { -- cgit v1.2.3 From ed8a4f66f73efb133ba066969ceb7d368f91e834 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:10:56 -0500 Subject: Updated Item Effect Meters - Fixed some Demoman/Medic meters not displaying correctly - Repositioned all item effect meters - Fixed some meters not using #base correctly - Added shadows to labels, removed unused elements - Updated the Vaccinator meter --- resource/ui/HudDemomanCharge.res | 9 +- resource/ui/HudDemomanPipes.res | 81 ++-------- resource/ui/HudItemEffectMeter.res | 3 +- resource/ui/HudItemEffectMeter_Cleaver.res | 2 +- resource/ui/HudItemEffectMeter_Demoman.res | 20 +-- resource/ui/HudItemEffectMeter_Engineer.res | 100 +----------- resource/ui/HudItemEffectMeter_Heavy.res | 4 +- resource/ui/HudItemEffectMeter_ParticleCannon.res | 3 +- resource/ui/HudItemEffectMeter_Pomson.res | 2 +- resource/ui/HudItemEffectMeter_Raygun.res | 1 + resource/ui/HudItemEffectMeter_Sapper.res | 2 +- resource/ui/HudItemEffectMeter_Scout.res | 2 +- resource/ui/HudItemEffectMeter_Sniper.res | 101 +----------- resource/ui/HudItemEffectMeter_SniperFocus.res | 4 +- resource/ui/HudItemEffectMeter_SodaPopper.res | 2 +- resource/ui/HudItemEffectMeter_Spy.res | 104 +------------ resource/ui/HudItemEffectMeter_SpyKnife.res | 2 +- resource/ui/HudMedicCharge.res | 179 ++++++++++------------ resource/ui/huditemeffectmeter_kartcharge.res | 27 +--- resource/ui/huditemeffectmeter_organs.res | 112 +------------- resource/ui/huditemeffectmeter_pyro.res | 3 +- 21 files changed, 140 insertions(+), 623 deletions(-) diff --git a/resource/ui/HudDemomanCharge.res b/resource/ui/HudDemomanCharge.res index 190bb39..ca97bed 100644 --- a/resource/ui/HudDemomanCharge.res +++ b/resource/ui/HudDemomanCharge.res @@ -4,7 +4,6 @@ { "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" - "font" "Cerbetica12" "xpos" "0" "ypos" "87" "xpos_minmode" "15" @@ -12,7 +11,6 @@ "zpos" "2" "wide" "120" "tall" "8" - "wide_minmode" "120" "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" @@ -23,10 +21,10 @@ "brighttext" "0" "fgcolor_override" "White" } - "ChargeMeterLabel" + "ItemEffectMeterLabel" { "ControlName" "CExLabel" - "fieldName" "ChargeMeterLabel" + "fieldName" "ItemEffectMeterLabel" "xpos" "125" "ypos" "87" "xpos_minmode" "9999" @@ -39,11 +37,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "CHARGE" + "labelText" "#TF_Charge" "textAlignment" "west" "dulltext" "0" "brighttext" "0" "font" "Cerbetica10" - "fgcolor_override" "White" } } \ No newline at end of file diff --git a/resource/ui/HudDemomanPipes.res b/resource/ui/HudDemomanPipes.res index a370ff8..ec45666 100644 --- a/resource/ui/HudDemomanPipes.res +++ b/resource/ui/HudDemomanPipes.res @@ -1,25 +1,5 @@ "Resource/UI/HudDemomanPipes.res" { - "background" - { - "ControlName" "CTFImagePanel" - "fieldName" "background" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "76" - "tall" "38" - "visible" "1" - "visible_minmode" "0" - "enabled" "1" - "image" "../hud/misc_ammo_area_blue" - "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" - "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" - } - "ChargeLabel" { "ControlName" "CExLabel" @@ -41,14 +21,12 @@ "dulltext" "0" "brighttext" "0" "font" "Cerbetica10" - "fgcolor_override" "White" } "ChargeMeter" { "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" - "font" "Default" "xpos" "0" "ypos" "99" "xpos_minmode" "15" @@ -56,7 +34,6 @@ "zpos" "1" "wide" "120" "tall" "8" - "wide_minmode" "120" "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" @@ -79,22 +56,6 @@ "tall" "50" "visible" "1" - "PipeIcon" - { - "ControlName" "CTFImagePanel" - "fieldName" "PipeIcon" - "xpos" "9999" - "ypos" "9999" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - "image" "../hud/ico_stickybomb_red" - "scaleImage" "1" - "teambg_2" "../hud/ico_stickybomb_red" - "teambg_3" "../hud/ico_stickybomb_blue" - } - "NumPipesLabel" { "ControlName" "CExLabel" @@ -122,9 +83,8 @@ { "ControlName" "CExLabel" "fieldName" "NumPipesLabelDropshadow" - "xpos" "35" - "ypos" "9" - "ypos_minmode" "11" + "xpos" "-1" + "ypos" "-1" "zpos" "2" "wide" "35" "tall" "24" @@ -141,6 +101,10 @@ "font" "CerbeticaBold32" "font_minmode" "CerbeticaBold20" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "NumPipesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } @@ -155,25 +119,6 @@ "tall" "50" "visible" "1" - "PipeIcon" - { - "ControlName" "CTFImagePanel" - "fieldName" "PipeIcon" - "xpos" "26" - "ypos" "16" - "ypos_minmode" "12" - "wide" "20" - "wide_minmode" "14" - "tall" "20" - "tall_minmode" "14" - "visible" "1" - "enabled" "1" - "image" "../hud/ico_stickybomb_red_faded" - "scaleImage" "1" - "teambg_2" "../hud/ico_stickybomb_red_faded" - "teambg_3" "../hud/ico_stickybomb_blue_faded" - } - "NumPipesLabel" { "ControlName" "CExLabel" @@ -203,11 +148,9 @@ { "ControlName" "CExLabel" "fieldName" "NumPipesLabelDropshadow" - "xpos" "51" - "xpos_minmode" "43" - "ypos" "19" - "ypos_minmode" "13" - "zpos" "2" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" "wide" "35" "tall" "24" "tall_minmode" "20" @@ -223,7 +166,11 @@ "font" "HudFontMedium" "font_minmode" "HudFontSmall" "font_lodef" "HudFontMediumBig" - "fgcolor" "black" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "NumPipesLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter.res b/resource/ui/HudItemEffectMeter.res index fc54b77..24b3519 100644 --- a/resource/ui/HudItemEffectMeter.res +++ b/resource/ui/HudItemEffectMeter.res @@ -6,7 +6,7 @@ "visible" "1" "enabled" "1" "xpos" "c-75" - "ypos" "c123" + "ypos" "c103" "ypos_minmode" "c60" "wide" "200" "tall" "500" @@ -49,7 +49,6 @@ "zpos" "2" "wide" "120" "tall" "8" - "wide_minmode" "120" "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/HudItemEffectMeter_Cleaver.res b/resource/ui/HudItemEffectMeter_Cleaver.res index f798b59..bacf449 100644 --- a/resource/ui/HudItemEffectMeter_Cleaver.res +++ b/resource/ui/HudItemEffectMeter_Cleaver.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c103" + "ypos" "c83" "ypos_minmode" "c53" } diff --git a/resource/ui/HudItemEffectMeter_Demoman.res b/resource/ui/HudItemEffectMeter_Demoman.res index be5ec92..d46df50 100644 --- a/resource/ui/HudItemEffectMeter_Demoman.res +++ b/resource/ui/HudItemEffectMeter_Demoman.res @@ -5,7 +5,7 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c25" + "xpos" "c5" "ypos" "355" "wide" "500" "tall" "500" @@ -19,10 +19,10 @@ "fieldName" "ItemEffectMeterLabel" "xpos" "190" "xpos_minmode" "192" - "ypos" "-1" + "ypos" "0" "zpos" "2" "wide" "40" - "tall" "12" + "tall" "11" "autoResize" "1" "pinCorner" "2" "visible" "1" @@ -43,7 +43,7 @@ "xpos" "25" "ypos" "23" "ypos_minmode" "0" - "xpos_minmode" "0" + "xpos_minmode" "50" "zpos" "2" "wide" "40" "wide_minmode" "50" @@ -84,10 +84,8 @@ { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountShadow" - "xpos" "191" - "ypos" "11" - "xpos_minmode" "193" - "ypos_minmode" "6" + "xpos" "-1" + "ypos" "-1" "zpos" "2" "wide" "40" "tall" "20" @@ -101,6 +99,10 @@ "brighttext" "0" "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold16" - "fgcolor" "transparentblack" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "ItemEffectMeterCount" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Engineer.res b/resource/ui/HudItemEffectMeter_Engineer.res index 543e330..a137185 100644 --- a/resource/ui/HudItemEffectMeter_Engineer.res +++ b/resource/ui/HudItemEffectMeter_Engineer.res @@ -1,102 +1,6 @@ +#base "huditemeffectmeter_demoman.res" + "Resource/UI/HudItemEffectMeter_Engineer.res" { - HudItemEffectMeter - { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c25" - "ypos" "355" - "wide" "500" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - } - - "ItemEffectMeterLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" - "xpos" "190" - "xpos_minmode" "145" - "ypos" "-1" - "zpos" "2" - "wide" "40" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Ball" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica12" - } - "ItemEffectMeter" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "font" "Default" - "xpos" "25" - "ypos" "23" - "zpos" "2" - "wide" "40" - "tall" "6" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemEffectMeterCount" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCount" - "xpos" "190" - "ypos" "10" - "xpos_minmode" "145" - "ypos_minmode" "5" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - } - "ItemEffectMeterCountBackground" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCountBackground" - "xpos" "191" - "ypos" "11" - "xpos_minmode" "146" - "ypos_minmode" "6" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - "fgcolor" "transparentblack" - } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Heavy.res b/resource/ui/HudItemEffectMeter_Heavy.res index 4936ad7..903601c 100644 --- a/resource/ui/HudItemEffectMeter_Heavy.res +++ b/resource/ui/HudItemEffectMeter_Heavy.res @@ -1,10 +1,10 @@ #base "huditemeffectmeter.res" -"Resource/UI/HudItemEffectMeter_Cleaver.res" +"Resource/UI/HudItemEffectMeter_Scout.res" { "HudItemEffectMeter" { - "ypos" "c113" + "ypos" "c93" "ypos_minmode" "c53" } diff --git a/resource/ui/HudItemEffectMeter_ParticleCannon.res b/resource/ui/HudItemEffectMeter_ParticleCannon.res index b3c8814..aa360cf 100644 --- a/resource/ui/HudItemEffectMeter_ParticleCannon.res +++ b/resource/ui/HudItemEffectMeter_ParticleCannon.res @@ -4,8 +4,7 @@ { "HudItemEffectMeter" { - "xpos" "c-75" [$WIN32] - "ypos" "c113" [$WIN32] + "ypos" "c93" [$WIN32] "ypos_minmode" "c46" [$WIN32] } diff --git a/resource/ui/HudItemEffectMeter_Pomson.res b/resource/ui/HudItemEffectMeter_Pomson.res index dbab866..88f3458 100644 --- a/resource/ui/HudItemEffectMeter_Pomson.res +++ b/resource/ui/HudItemEffectMeter_Pomson.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c113" + "ypos" "c93" "ypos_minmode" "c46" } diff --git a/resource/ui/HudItemEffectMeter_Raygun.res b/resource/ui/HudItemEffectMeter_Raygun.res index 86cc8f5..aa44c51 100644 --- a/resource/ui/HudItemEffectMeter_Raygun.res +++ b/resource/ui/HudItemEffectMeter_Raygun.res @@ -4,6 +4,7 @@ { "HudItemEffectMeter" { + "ypos" "c103" "ypos_minmode" "c54" } diff --git a/resource/ui/HudItemEffectMeter_Sapper.res b/resource/ui/HudItemEffectMeter_Sapper.res index f2cc063..8c2339e 100644 --- a/resource/ui/HudItemEffectMeter_Sapper.res +++ b/resource/ui/HudItemEffectMeter_Sapper.res @@ -1,6 +1,6 @@ #base "huditemeffectmeter.res" -"Resource/UI/HudItemEffectMeter_SodaPopper.res" +"Resource/UI/HudItemEffectMeter_Sapper.res" { "HudItemEffectMeter" { diff --git a/resource/ui/HudItemEffectMeter_Scout.res b/resource/ui/HudItemEffectMeter_Scout.res index 4e679cd..8cf9dcf 100644 --- a/resource/ui/HudItemEffectMeter_Scout.res +++ b/resource/ui/HudItemEffectMeter_Scout.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c103" + "ypos" "c93" "ypos_minmode" "c53" } diff --git a/resource/ui/HudItemEffectMeter_Sniper.res b/resource/ui/HudItemEffectMeter_Sniper.res index ed8e5dc..74fa08f 100644 --- a/resource/ui/HudItemEffectMeter_Sniper.res +++ b/resource/ui/HudItemEffectMeter_Sniper.res @@ -1,103 +1,6 @@ +#base "huditemeffectmeter_demoman.res" + "Resource/UI/HudItemEffectMeter_Sniper.res" { - HudItemEffectMeter - { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c25" - "ypos" "355" - "wide" "500" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - } - - "ItemEffectMeterLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" - "xpos" "190" - "xpos_minmode" "192" - "ypos" "-1" - "zpos" "2" - "wide" "40" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Ball" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica12" - } - - "ItemEffectMeter" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "font" "Default" - "ypos" "0" - "xpos" "0" - "zpos" "2" - "wide" "40" - "tall" "6" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemEffectMeterCount" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCount" - "xpos" "190" - "ypos" "10" - "xpos_minmode" "192" - "ypos_minmode" "6" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - } - "ItemEffectMeterCountBackground" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCountBackground" - "xpos" "191" - "ypos" "11" - "xpos_minmode" "193" - "ypos_minmode" "6" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - "fgcolor" "transparentblack" - } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SniperFocus.res b/resource/ui/HudItemEffectMeter_SniperFocus.res index 4124c74..2f854a2 100644 --- a/resource/ui/HudItemEffectMeter_SniperFocus.res +++ b/resource/ui/HudItemEffectMeter_SniperFocus.res @@ -1,10 +1,10 @@ #base "huditemeffectmeter.res" -"Resource/UI/HudItemEffectMeter_SodaPopper.res" +"Resource/UI/HudItemEffectMeter_SniperFocus.res" { "HudItemEffectMeter" { - "ypos" "c111" + "ypos" "c93" "ypos_minmode" "c46" } diff --git a/resource/ui/HudItemEffectMeter_SodaPopper.res b/resource/ui/HudItemEffectMeter_SodaPopper.res index fe63e43..582043d 100644 --- a/resource/ui/HudItemEffectMeter_SodaPopper.res +++ b/resource/ui/HudItemEffectMeter_SodaPopper.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c113" + "ypos" "c83" "ypos_minmode" "c46" } diff --git a/resource/ui/HudItemEffectMeter_Spy.res b/resource/ui/HudItemEffectMeter_Spy.res index f2375e3..acf9ca0 100644 --- a/resource/ui/HudItemEffectMeter_Spy.res +++ b/resource/ui/HudItemEffectMeter_Spy.res @@ -1,106 +1,6 @@ +#base "huditemeffectmeter_demoman.res" + "Resource/UI/HudItemEffectMeter_Spy.res" { - HudItemEffectMeter - { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c25" - "ypos" "355" - "wide" "500" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - } - - "ItemEffectMeterLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" - "xpos" "190" - "xpos_minmode" "192" - "ypos" "-1" - "zpos" "2" - "wide" "40" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Ball" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica12" - } - - "ItemEffectMeter" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "font" "Default" - "xpos" "25" - "ypos" "23" - "ypos_minmode" "0" - "xpos_minmode" "0" - "zpos" "2" - "wide" "40" - "wide_minmode" "50" - "tall" "6" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "ItemEffectMeterCount" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCount" - "xpos" "190" - "ypos" "10" - "xpos_minmode" "192" - "ypos_minmode" "5" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - } - "ItemEffectMeterCountBackground" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCountBackground" - "xpos" "191" - "ypos" "11" - "xpos_minmode" "193" - "ypos_minmode" "6" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - "fgcolor" "transparentblack" - } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SpyKnife.res b/resource/ui/HudItemEffectMeter_SpyKnife.res index 81d4b2d..1db0b2e 100644 --- a/resource/ui/HudItemEffectMeter_SpyKnife.res +++ b/resource/ui/HudItemEffectMeter_SpyKnife.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c113" + "ypos" "c93" "ypos_minmode" "c53" } diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index a13388d..4c531fb 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -4,44 +4,25 @@ { "ControlName" "CTFImagePanel" "fieldName" "Background" - "xpos" "9999" - "ypos" "9999" + "xpos" "0" + "ypos" "0" "zpos" "0" "wide" "130" "tall" "65" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../hud/medic_charge_blue_bg" "scaleImage" "1" "teambg_2" "../hud/medic_charge_red_bg" "teambg_3" "../hud/medic_charge_blue_bg" } - "ChargeBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ChargeBackground" - "font" "Default" - "xpos" "75" - "ypos" "115" - "xpos_minmode" "0" - "ypos_minmode" "35" - "zpos" "2" - "wide" "150" - "tall" "20" - "wide_minmode" "124" - "tall_minmode" "14" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 50" - } - "ChargeLabel" { "ControlName" "CExLabel" "fieldName" "ChargeLabel" - "xpos" "236" - "ypos" "40" + "xpos" "150" + "ypos" "35" "xpos_minmode" "96" "ypos_minmode" "-5" "zpos" "2" @@ -87,19 +68,46 @@ "fgcolor" "Ammo In Clip" } + "ChargeMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeMeterLabel" + "xpos" "75" + "ypos" "117" + "xpos_minmode" "0" + "ypos_minmode" "34" + "zpos" "3" + "wide" "150" + "tall" "15" + "wide_minmode" "124" + "tall_minmode" "16" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica16" + "font_minmode" "Cerbetica12" + "fgcolor" "150 150 150 255" + } + "ChargeMeter" { "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" "font" "Default" - "xpos" "75" - "ypos" "95" - "xpos_minmode" "2" - "ypos_minmode" "37" + "xpos" "0" + "ypos" "60" + "xpos_minmode" "10" + "ypos_minmode" "27" "zpos" "2" "wide" "150" "tall" "20" - "wide_minmode" "124" + "wide_minmode" "114" "tall_minmode" "10" "autoResize" "0" "pinCorner" "0" @@ -117,15 +125,16 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter1" "font" "Default" - "xpos" "250" - "ypos" "55" + "xpos" "0" + "ypos" "60" "zpos" "3" - "wide" "100" - "xpos_minmode" "136" - "ypos_minmode" "23" + "xpos_minmode" "33" + "ypos_minmode" "22" "zpos_minmode" "4" + "wide" "36" + "tall" "20" "wide_minmode" "20" - "tall" "9" + "tall_minmode" "17" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -141,15 +150,13 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter2" "font" "Default" - "xpos" "250" - "ypos" "66" - "zpos" "3" - "wide" "100" - "xpos_minmode" "158" - "ypos_minmode" "23" - "zpos_minmode" "4" - "wide_minmode" "19" - "tall" "10" + "xpos" "2" + "ypos" "0" + "zpos" "4" + "wide" "36" + "tall" "20" + "wide_minmode" "20" + "tall_minmode" "17" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -158,6 +165,10 @@ "dulltext" "0" "brighttext" "0" "fgcolor_override" "Uber Bar Color" + + "pin_to_sibling" "ChargeMeter1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "ChargeMeter3" @@ -165,15 +176,13 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter3" "font" "Default" - "xpos" "250" - "ypos" "78" - "zpos" "3" - "wide" "100" - "tall" "10" - "xpos_minmode" "136" - "ypos_minmode" "34" - "zpos_minmode" "4" + "xpos" "2" + "ypos" "0" + "zpos" "4" + "wide" "36" + "tall" "20" "wide_minmode" "20" + "tall_minmode" "17" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -182,6 +191,10 @@ "dulltext" "0" "brighttext" "0" "fgcolor_override" "Uber Bar Color" + + "pin_to_sibling" "ChargeMeter2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "ChargeMeter4" @@ -189,16 +202,13 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter4" "font" "Default" - "xpos" "250" - "ypos" "90" - "zpos" "3" - "xpos_minmode" "158" - "ypos_minmode" "34" - "zpos_minmode" "4" - "wide" "100" - "tall" "9" - "wide_minmode" "19" - "tall_minmode" "10" + "xpos" "2" + "ypos" "0" + "zpos" "4" + "wide" "36" + "tall" "20" + "wide_minmode" "20" + "tall_minmode" "17" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -207,43 +217,22 @@ "dulltext" "0" "brighttext" "0" "fgcolor_override" "Uber Bar Color" - } - "ChargeMeterLabel" - { - "ControlName" "CExLabel" - "fieldName" "ChargeMeterLabel" - "xpos" "75" - "ypos" "117" - "xpos_minmode" "0" - "ypos_minmode" "34" - "zpos" "3" - "wide" "150" - "tall" "15" - "wide_minmode" "124" - "tall_minmode" "16" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica16" - "font_minmode" "Cerbetica12" - "fgcolor" "150 150 150 255" - } + "pin_to_sibling" "ChargeMeter3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" + } "ResistIconAnchor" { "ControlName" "EditablePanel" "fieldName" "ResistIconAnchor" - "xpos" "0" - "ypos" "22" - "wide" "25" - "tall" "25" + "xpos" "150" + "ypos" "57" + "xpos_minmode" "136" + "ypos_minmode" "18" + "wide" "45" + "tall" "45" "visible" "1" "enabled" "1" } @@ -253,7 +242,7 @@ "ControlName" "ImagePanel" "fieldName" "ResistIcon" "xpos" "0" - "ypos" "20" + "ypos" "0" "wide" "25" "tall" "25" "visible" "1" diff --git a/resource/ui/huditemeffectmeter_kartcharge.res b/resource/ui/huditemeffectmeter_kartcharge.res index 4dcf37d..1079577 100644 --- a/resource/ui/huditemeffectmeter_kartcharge.res +++ b/resource/ui/huditemeffectmeter_kartcharge.res @@ -14,25 +14,6 @@ "MeterBG" "Gray" } - "ItemEffectMeterBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemEffectMeterBG" - "xpos" "-30" - "ypos" "28" - "zpos" "0" - "wide" "150" - "tall" "75" - "visible" "0" - "enabled" "0" - "image" "../hud/misc_ammo_area_horiz2_blue" - "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" - "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" - } - "ItemEffectMeterLabel" { "ControlName" "CExLabel" @@ -107,8 +88,8 @@ "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountShadow" "xpos" "2" - "ypos" "2" - "ypos_minmode" "6" + "xpos" "-1" + "ypos" "-1" "zpos" "2" "wide" "150" "tall" "30" @@ -123,5 +104,9 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold20" "fgcolor_override" "TransparentBlack" + + "pin_to_sibling" "ItemEffectMeterCount" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } } \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_organs.res b/resource/ui/huditemeffectmeter_organs.res index 8ee7703..6429453 100644 --- a/resource/ui/huditemeffectmeter_organs.res +++ b/resource/ui/huditemeffectmeter_organs.res @@ -1,114 +1,6 @@ +#base "huditemeffectmeter_demoman.res" + "Resource/UI/HudItemEffectMeter_Scout.res" { - "HudItemEffectMeter" - { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c155" - "ypos" "363" - "wide" "75" - "tall" "20" - "MeterFG" "TanLight" - "MeterBG" "Gray" - } - - "ItemEffectMeterBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "ItemEffectMeterBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "100" - "tall" "50" - "visible" "1" - "enabled" "1" - "image" "../hud/misc_ammo_area_horiz2_blue" - "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - } - - "ItemEffectMeterLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" - "xpos" "0" - "ypos" "5" - "zpos" "2" - "wide" "40" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold12" - "fgcolor_override" "White" - } - - "ItemEffectMeter" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "font" "Default" - "xpos" "45" - "ypos" "23" - "zpos" "2" - "wide" "30" - "tall" "5" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - "ItemEffectMeterCount" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCount" - "xpos" "46" - "ypos" "0" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - } - "ItemEffectMeterCountBackground" - { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCountBackground" - "xpos" "47" - "ypos" "1" - "zpos" "2" - "wide" "40" - "tall" "20" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" - "fgcolor" "Black" - } } \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_pyro.res b/resource/ui/huditemeffectmeter_pyro.res index 4125694..fe3426c 100644 --- a/resource/ui/huditemeffectmeter_pyro.res +++ b/resource/ui/huditemeffectmeter_pyro.res @@ -4,7 +4,6 @@ { "HudItemEffectMeter" { - "fieldName" "HudItemEffectMeter" - "ypos" "c113" + "ypos" "c93" } } \ No newline at end of file -- cgit v1.2.3 From 075b3c0f9faa3d71e5d53209af15d177cf3b65a9 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:12:39 -0500 Subject: Updated Mann Co. Store - Fixed store item tooltips not displaying properly - Updated store page background and buttons - Updated the item preview panel and fullscreen view --- resource/ui/econ/store/v2/storehome_base.res | 122 +- resource/ui/econ/store/v2/storepage.res | 98 +- resource/ui/econ/store/v2/storepanel.res | 12 +- .../ui/econ/store/v2/storepreviewitempanel.res | 1515 ++++++++++++++++++++ .../store/v2/storepreviewitempanel_fullscreen.res | 350 +++++ resource/ui/econ/store/v2/storeviewcartpanel.res | 24 +- 6 files changed, 1976 insertions(+), 145 deletions(-) create mode 100644 resource/ui/econ/store/v2/storepreviewitempanel.res create mode 100644 resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res index 3efcfdf..1ed52b4 100644 --- a/resource/ui/econ/store/v2/storehome_base.res +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -15,13 +15,13 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "item_controls_xoffset" "2" "item_controls_yoffset" "2" "max_cart_model_panels" "8" - "item_ypos" "40" + "item_ypos" "70" "item_mod_wide" "40" "item_panels" "12" "item_columns" "4" @@ -30,14 +30,14 @@ "item_ydelta" "8" "item_backdrop_zpos" "1" "show_item_backdrop" "1" - "item_backdrop_color" "25 25 25 255" + "item_backdrop_color" "DarkGrey" "item_backdrop_left_margin" "11" "item_backdrop_right_margin" "11" "item_backdrop_top_margin" "9" "item_backdrop_bottom_margin" "42" - "item_backdrop_paintbackgroundtype" "2" + "item_backdrop_paintbackgroundtype" "0" "item_backdrop_zpos" "1" - "item_panel_bgcolor" "51 47 46 255" + "item_panel_bgcolor" "Grey" "item_panel_bgcolor_mouseover" "156 146 128 255" "item_panel_bgcolor_selected" "176 166 148 255" "classicon_xdelta" "5" @@ -52,10 +52,9 @@ "tall" "62" "visible" "0" "bgcolor_override" "25 25 25 255" - "noitem_textcolor" "117 107 94 255" - "PaintBackgroundType" "2" - "paintborder" "1" - "border" "NoBorder" + "noitem_textcolor" "TextColor" + "PaintBackgroundType" "0" + "paintborder" "0" "model_xpos" "24" "model_ypos" "6" "model_wide" "71" @@ -108,10 +107,9 @@ "tall" "25" "visible" "0" "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" - "PaintBackgroundType" "2" - "paintborder" "1" - "border" "NoBorder" + "noitem_textcolor" "TextColor" + "PaintBackgroundType" "0" + "paintborder" "0" "model_xpos" "2" "model_ypos" "2" @@ -161,10 +159,16 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" "BackColor" { @@ -179,7 +183,7 @@ "enabled" "1" "pinCorner" "0" "autoResize" "0" - "PaintBackgroundType""1" + "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "35 35 35 255" } @@ -198,7 +202,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -224,7 +228,7 @@ "zpos" "0" "wide" "420" "tall" "220" - "visible" "1" + "visible" "0" "enabled" "1" "image" "store/saxton_welcome" "scaleImage" "1" @@ -240,8 +244,8 @@ "zpos" "-1" "wide" "f0" "tall" "f0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "proportiontoparent" "1" "StoreBackgroundImage" @@ -291,10 +295,10 @@ "ControlName" "CNavigationPanel" "fieldName" "ItemCategoryTabs" "xpos" "c-230" - "ypos" "8" + "ypos" "30" "zpos" "0" "wide" "430" - "tall" "30" + "tall" "25" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -304,7 +308,6 @@ "selected_button_default" "0" "auto_layout_horizontal_buffer" "9" "display_vertically" "0" - "border" "NoBorder" "ButtonSettings" { @@ -323,9 +326,9 @@ "fgcolor" "124 114 99 255" "defaultBgColor_override" "25 25 25 255" "defaultFgColor_override" "124 114 99 255" - "armedBgColor_override" "30 30 30 255" + "armedBgColor_override" "0 0 0 100" "armedFgColor_override" "124 114 99 255" - "selectedBgColor_override" "10 10 10 255" + "selectedBgColor_override" "0 0 0 100" "selectedFgColor_override" "235 227 203 255" "sound_depressed" "UI/buttonclick.wav" @@ -346,7 +349,7 @@ "ControlName" "CExButton" "fieldName" "PrevPageButton" "xpos" "c130" - "ypos" "253" + "ypos" "283" "zpos" "5" "wide" "20" "tall" "20" @@ -363,16 +366,7 @@ "Command" "prevpage" "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" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "TanDarker" } "CurPageLabel" @@ -383,7 +377,7 @@ "labelText" "%backpackpage%" "textAlignment" "center" "xpos" "c160" - "ypos" "253" + "ypos" "283" "zpos" "5" "wide" "40" "tall" "20" @@ -391,7 +385,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" @@ -399,7 +393,7 @@ "ControlName" "CExButton" "fieldName" "NextPageButton" "xpos" "c210" - "ypos" "253" + "ypos" "283" "zpos" "5" "wide" "20" "tall" "20" @@ -416,16 +410,7 @@ "Command" "nextpage" "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" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "TanDarker" } "BackpackSpaceLabel" @@ -436,7 +421,7 @@ "labelText" "%freebackpackspace%" "textAlignment" "west" "xpos" "c-237" - "ypos" "283" + "ypos" "312" "zpos" "10" "wide" "160" "tall" "20" @@ -454,7 +439,7 @@ "labelText" "%storecart%" "textAlignment" "east" "xpos" "c-238" - "ypos" "305" + "ypos" "334" "zpos" "12" "wide" "56" "tall" "24" @@ -462,9 +447,7 @@ "enabled" "1" "PaintBackgroundType" "2" "textinsetx" "15" - "border" "NoBorder" "Command" "viewcart" - "font" "HudFontSmallBold" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "defaultBgColor_override" "25 25 25 255" @@ -475,8 +458,8 @@ "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "CartImage" @@ -484,7 +467,7 @@ "ControlName" "ImagePanel" "fieldName" "CartImage" "xpos" "c-233" - "ypos" "308" + "ypos" "336" "zpos" "13" "wide" "24" "tall" "20" @@ -533,7 +516,7 @@ "ControlName" "CExButton" "fieldName" "MarketPlaceButton" "xpos" "c-230" - "ypos" "c10" + "ypos" "c40" "zpos" "2" "wide" "170" "tall" "23" @@ -550,7 +533,7 @@ "default" "1" "Command" "marketplace" "paintbackground" "1" - "defaultBgColor_override" "46 43 42 255" + "defaultBgColor_override" "TanDarker" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -639,4 +622,21 @@ "enabled" "1" } } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "55" + "zpos" "-5" + "wide" "f0" + "tall" "255" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" + } } \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res index 1195de7..7df789b 100644 --- a/resource/ui/econ/store/v2/storepage.res +++ b/resource/ui/econ/store/v2/storepage.res @@ -15,9 +15,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "max_cart_model_panels" "10" "item_ypos" "70" "item_panels" "15" @@ -28,13 +28,13 @@ "item_controls_xoffset" "2" "item_controls_yoffset" "2" "show_item_backdrop" "1" - "item_backdrop_color" "25 25 25 255" + "item_backdrop_color" "DarkGrey" "item_backdrop_left_margin" "11" "item_backdrop_right_margin" "11" "item_backdrop_top_margin" "9" "item_backdrop_bottom_margin" "42" "item_backdrop_paintbackgroundtype" "2" - "item_panel_bgcolor" "51 47 46 255" + "item_panel_bgcolor" "Grey" "item_panel_bgcolor_mouseover" "156 146 128 255" "item_panel_bgcolor_selected" "176 166 148 255" "classicon_xdelta" "5" @@ -49,10 +49,9 @@ "tall" "62" "visible" "0" "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" - "border" "NoBorder" + "paintborder" "0" "model_xpos" "24" "model_ypos" "6" "model_wide" "71" @@ -105,10 +104,9 @@ "tall" "25" "visible" "0" "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" - "border" "NoBorder" + "paintborder" "0" "model_xpos" "2" "model_ypos" "2" "model_wide" "28" @@ -190,13 +188,13 @@ "border_override" "ButtonBorder" "paintborder" "1" - "fgcolor_override" "235 226 202 255" - "bgcolor_override" "0 0 0 0" - "disabledFgColor_override" "235 226 202 255" - "disabledBgColor_override" "0 0 0 0" - "selectionColor_override" "0 0 0 0" - "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "fgcolor_override" "TanLight" + "bgcolor_override" "15 15 15 255" + "disabledFgColor_override" "TanLight" + "disabledBgColor_override" "15 15 15 255" + "selectionColor_override" "15 15 15 255" + "selectionTextColor_override" "TanLight" + "defaultSelectionBG2Color_override" "15 15 15 255" "Button" { @@ -231,13 +229,13 @@ "border_override" "ButtonBorder" "paintborder" "1" - "fgcolor_override" "235 226 202 255" - "bgcolor_override" "0 0 0 0" - "disabledFgColor_override" "235 226 202 255" - "disabledBgColor_override" "0 0 0 0" - "selectionColor_override" "0 0 0 0" - "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "fgcolor_override" "TanLight" + "bgcolor_override" "15 15 15 255" + "disabledFgColor_override" "TanLight" + "disabledBgColor_override" "15 15 15 255" + "selectionColor_override" "15 15 15 255" + "selectionTextColor_override" "TanLight" + "defaultSelectionBG2Color_override" "15 15 15 255" "Button" { @@ -259,8 +257,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -302,7 +300,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -322,7 +320,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" "PaintBackgroundType" "2" "centerwrap" "1" "paintborder" "1" @@ -353,14 +351,7 @@ "Command" "prevpage" "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" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "TanDarker" } "CurPageLabel" @@ -379,7 +370,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" @@ -404,14 +395,7 @@ "Command" "nextpage" "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" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "TanDarker" } "PriceLabel" @@ -553,17 +537,12 @@ "sound_armed" "UI/buttonrollover.wav" "paintbackground" "0" - "paintborder" "1" - "border" "NoBorder" + "paintborder" "0" "image_drawcolor" "75 215 255 180" "image_armedcolor" "75 215 255 255" "image_selectedcolor" "75 215 255 255" - //"image_drawcolor" "175 50 255 180" - //"image_armedcolor" "175 50 255 255" - //"image_selectedcolor" "175 50 255 255" - "stayselectedonclick" "1" "keyboardinputenabled" "0" @@ -725,7 +704,7 @@ "labelText" "%freebackpackspace%" "textAlignment" "west" "xpos" "c-292" - "ypos" "279" + "ypos" "277" "zpos" "0" "wide" "200" "tall" "20" @@ -756,17 +735,8 @@ "font" "HudFontSmallBold" "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" "NoBorder" - "border_armed" "NoBorder" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "CartImage" diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index a77734a..97aa3c0 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -22,9 +22,9 @@ "title_font" "HudFontMediumBold" "titletextinsetX" "40" "titletextinsetY" "0" - "titlebarfgcolor_override" "200 187 161 255" - "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "46 43 42 255" + "titlebarfgcolor_override" "HudOffWhite" + "titlebardisabledfgcolor_override" "HudOffWhite" + "titlebarbgcolor_override" "TanDarker" "clientinsetx_override" "0" "sheetinset_bottom" "40" } @@ -99,10 +99,8 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" - "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "Sheet" @@ -130,7 +128,7 @@ "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "tabskv" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res new file mode 100644 index 0000000..e7d6317 --- /dev/null +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -0,0 +1,1515 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-140" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c226" + "ypos" "c-120" + "wide" "4" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "0" + "fgcolor_override" "132 132 132 255" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-150" + "zpos" "0" + "wide" "480" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "border" "CyanBorder" + "bgcolor_override" "DarkGrey" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "220" + "tall" "213" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "CyanBorder" + "bgcolor_override" "Grey" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold20" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + // Scrollable editable panel for right-hand side of preview, for all text details + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Transparent" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Transparent" + "skip_autoresize" "1" + "autoresize" "0" + + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "DullWhite" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "LightRed" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "LightRed" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "CerbeticaBold14" + "textAlignment" "north-west" + "wide" "228" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%price%" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%armory_text%" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "20" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ItemDesc_ItemWikiPage" + "font" "CerbeticaBold12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "TradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Tradable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "TradableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%tradable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "GiftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Giftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "GiftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%giftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "NameableLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Nameable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "NameableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%nameable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "CraftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Craftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "CraftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%craftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "c-230" + "ypos" "c-132" + "zpos" "1" + "wide" "220" + "tall" "213" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "render_texture" "0" + "fov" "40" + "allow_rot" "1" + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "modelname" "" + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "Grey" + } + + "itempanel" + { + "fieldName" "itempanel" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon2" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon2" + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "Grey" + } + + "itempanel" + { + "fieldName" "itempanel" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon3" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon3" + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "Grey" + } + + "itempanel" + { + "fieldName" "itempanel" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon4" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon4" + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "Grey" + } + + "itempanel" + { + "fieldName" "itempanel" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + "ItemIcon5" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon5" + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "Grey" + } + + "itempanel" + { + "fieldName" "itempanel" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Transparent" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-224" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-35" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "CerbeticaBold12" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-31" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "gofullscreen" + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen" + "scaleImage" "1" + } + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "c-47" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-220" + "ypos" "c-123" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "White" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "PaintButton" + { + "ControlName" "CExButton" + "fieldName" "PaintButton" + "xpos" "c-158" + "ypos" "c-140" + "zpos" "20" + "wide" "76" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Paint" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "paint_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "FontStorePrice" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c-126" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "NextStyleButton" + { + "ControlName" "CExButton" + "fieldName" "NextStyleButton" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextStyle" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_style" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + //--- + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c221" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "closex" // Intentionally using "closex" instead of "close" for stats + "paintbackground" "0" + + "defaultFgColor_override" "Blank" + "armedFgColor_override" "Blank" + "depressedFgColor_override" "Blank" + "image_drawcolor" "White" + "image_armedcolor" "255 0 0 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "9" + "tall" "9" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-230" + "ypos" "c105" + "zpos" "2" + "wide" "90" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Back" + "font" "CerbeticaBold14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "c-130" + "ypos" "c105" + "zpos" "2" + "wide" "120" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Try It Out" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c40" + "ypos" "c103" + "zpos" "2" + "wide" "160" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%storeaddtocart%" + "font" "CerbeticaBold14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "1001" + "wide" "200" + "tall" "150" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" + "PaintBackgroundType" "2" + "paintborder" "1" + "text_center_x" "1" + "resize_to_text" "1" + "padding_height" "15" + "model_ypos" "15" + "model_wide" "150" + "model_tall" "100" + "hide_collection_panel" "1" + "model_center_x" "1" + "name_only" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res b/resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res new file mode 100644 index 0000000..2a5af49 --- /dev/null +++ b/resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res @@ -0,0 +1,350 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "FullscreenStorePreview" + { + "ControlName" "CMouseMessageForwardingPanel" + "fieldName" "FullscreenStorePreview" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "DarkGrey" + + "fullscreen_fade_to_black_duration" "0.32" + "fullscreen_modelpanel_origin_x" "221" + "fullscreen_modelpanel_origin_y" "0" + "fullscreen_modelpanel_origin_z" "-42" + "ui_fadeout_time" "3.0" + "ui_fadeout_duration" "2.0" + } + + // This control fades in if the mouse cursor isn't moving around + "OverlayPanel" + { + "ControlName" "EditablePanel" + "fieldName" "OverlayPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "DarkGrey" + } + + "RotateLeftButton" + { + "ControlName" "CExButton" + "fieldName" "RotateLeftButton" + "xpos" "c-200" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold36" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "255 255 255 255" + "depressedFgColor_override" "236 227 203 255" + } + + "RotateRightButton" + { + "ControlName" "CExButton" + "fieldName" "RotateRightButton" + "xpos" "c180" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold36" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "255 255 255 255" + "depressedFgColor_override" "236 227 203 255" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "r45" + "ypos" "30" + "zpos" "4" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "10" + "ypos" "30" + "zpos" "4" + "wide" "38" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "display_vertically" "1" + "align" "west" + "auto_layout_vertical_buffer" "-4" + + "ButtonSettings" + { + "wide" "38" + "tall" "38" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "38" + "tall" "38" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r24" + "ypos" "30" + "zpos" "4" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" // Intentionally using "closex" instead of "close" for stats + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen_exit" + "scaleImage" "1" + } + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "r170" + "ypos" "r65" + "zpos" "4" + "wide" "160" + "tall" "22" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "CerbeticaBold16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "r170" + "ypos" "r37" + "zpos" "4" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "CerbeticaBold16" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } +} \ 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 f853c97..7a940cc 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -15,17 +15,17 @@ "tabPosition" "0" "settitlebarvisible" "1" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "title" "#StoreTitle" "title_font" "HudFontMediumBold" "titletextinsetX" "40" "titletextinsetY" "0" - "titlebarfgcolor_override" "200 187 161 255" - "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "27 27 27 255" + "titlebarfgcolor_override" "HudOffWhite" + "titlebardisabledfgcolor_override" "HudOffWhite" + "titlebarbgcolor_override" "DarkGrey" "clientinsetx_override" "0" "sheetinset_bottom" "40" @@ -47,7 +47,7 @@ "tall" "58" "visible" "1" "bgcolor_override" "0 0 0 255" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" @@ -241,10 +241,9 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "ClientArea" @@ -255,7 +254,7 @@ "ypos" "55" "wide" "f0" "tall" "368" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" "HeaderLine" { @@ -268,10 +267,9 @@ "tall" "2" "visible" "1" "enabled" "1" - "autoResize" "0" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "Base Color" + "bgcolor_override" "ColorCyan" } "CartItemsLabel" @@ -336,7 +334,7 @@ "tall" "240" "PaintBackgroundType" "2" "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" "autohide_buttons" "1" "Scrollbar" -- cgit v1.2.3 From 7e771db8525caa6eb61a180b156aad5b75ee5c75 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:15:36 -0500 Subject: Updated Main Menu - Updated the matchmaking dashboard, rank panel, replay, trading, item selection, war paint, backpack, player stats, steam workshop and item preview pages - Added a Show Stock Weapons checkbox - Leftover backend changes to the class selection screen --- resource/ui/ClassSelection.res | 455 ++--------- resource/ui/econ/BackpackPanel.res | 399 ++++----- resource/ui/econ/inspectionpanel.res | 11 +- resource/ui/econ/inspectionpanel_cosmetic.res | 1082 +++++++++++++++++++++++++ resource/ui/econ/tradingstartdialog.res | 19 +- resource/ui/itemselectionpanel.res | 63 +- resource/ui/mainmenuplaylistentry.res | 232 ++++++ resource/ui/matchmakingdashboard.res | 62 +- resource/ui/pvprankpanel.res | 10 +- resource/ui/replaybrowser/mainpanel.res | 30 +- resource/ui/statsummary.res | 250 ++---- resource/ui/statsummary_embedded.res | 142 +--- resource/ui/steamworkshopdialog.res | 16 +- 13 files changed, 1801 insertions(+), 970 deletions(-) create mode 100644 resource/ui/econ/inspectionpanel_cosmetic.res create mode 100644 resource/ui/mainmenuplaylistentry.res diff --git a/resource/ui/ClassSelection.res b/resource/ui/ClassSelection.res index 5f6fa34..a65cc98 100644 --- a/resource/ui/ClassSelection.res +++ b/resource/ui/ClassSelection.res @@ -3,7 +3,7 @@ "class" { "ControlName" "ImagePanel" - "fieldName" "ShadeBG" + "fieldName" "class" "xpos" "0" "ypos" "0" "wide" "f0" @@ -16,17 +16,6 @@ "fillcolor" "0 0 0 128" } - "charInfo" - { - "fieldName" "charInfo" - "xpos" "0" - "ypos" "0" - "visible" "0" - "enabled" "0" - "wide" "0" - "tall" "0" - } - "SysMenu" { "ControlName" "Menu" @@ -42,6 +31,26 @@ "tabPosition" "0" } + "SelectClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectClassLabel" + "xpos" "9999" + "ypos" "9999" + "zpos" "5" + "wide" "255" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_lodef" "0" + "enabled" "1" + "labelText" "#TF_SelectAClass" + "textAlignment" "center" + "font" "CerbeticaBold28" + "fgcolor" "HudOffWhite" + } + "SidePanelBG" { "ControlName" "ImagePanel" @@ -56,67 +65,7 @@ "scaleImage" "1" "fillcolor" "0 0 0 60" } - - "random" - { - "ControlName" "CExLabel" - "fieldName" "random" - "xpos" "30" - "ypos" "419" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&R Random" [$WIN32] - "textAlignment" "west" - "Command" "joinclass random" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "TanLight" - "selectedFgColor_override" "Button Color" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "Default" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" - } - - "Offense" - { - "ControlName" "CExLabel" - "fieldName" "Offense" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "tall_lodef" "22" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Offense" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } + "scout" { "ControlName" "CExImageButton" @@ -228,28 +177,6 @@ "keyboardinputenabled" "0" } - "Defense" - { - "ControlName" "CExLabel" - "fieldName" "Defense" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "tall_lodef" "22" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Defense" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } "demoman" { "ControlName" "CExImageButton" @@ -362,27 +289,6 @@ "keyboardinputenabled" "0" } - "Support" - { - "ControlName" "CExLabel" - "fieldName" "Support" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Support" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } "medic" { "ControlName" "CExImageButton" @@ -494,48 +400,85 @@ "selectonhover" "1" "keyboardinputenabled" "0" } - - "CancelButton" [$WIN32] + "random" + { + "ControlName" "CExLabel" + "fieldName" "random" + "xpos" "30" + "ypos" "419" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&R Random" [$WIN32] + "textAlignment" "west" + "Command" "joinclass random" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "stayselectedonclick" "1" + "Default" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "EditLoadoutButton" [$WIN32] { "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "30" + "fieldName" "EditLoadoutButton" + "xpos" "135" "ypos" "r38" "zpos" "6" - "wide" "75" + "wide" "100" "tall" "25" "autoResize" "0" "pinCorner" "2" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#TF_ClassMenu_Cancel" - "textAlignment" "west" "paintbackground""0" - "Command" "vguicancel" + "labelText" "EDIT LOADOUT (&E)" + "textAlignment" "west" + "Command" "openloadout" "font" "CerbeticaBold16" - "fgcolor" "TanLight" } - - "EditLoadoutButton" [$WIN32] + + "CancelButton" [$WIN32] { "ControlName" "CExButton" - "fieldName" "EditLoadoutButton" - "xpos" "135" + "fieldName" "CancelButton" + "xpos" "30" "ypos" "r38" "zpos" "6" - "wide" "100" + "wide" "75" "tall" "25" "autoResize" "0" "pinCorner" "2" "visible" "1" "enabled" "1" "tabPosition" "0" - "paintbackground""0" - "labelText" "EDIT LOADOUT (&E)" + "labelText" "(&C) CANCEL" "textAlignment" "west" - "Command" "openloadout" - "font" "CerbeticaBold16" + "paintbackground""0" + "Command" "vguicancel" + "font" "CerbeticaBold14" + "fgcolor" "TanLight" } "LoadoutButtonBackground" { @@ -566,26 +509,6 @@ "Command" "resetclass" "font" "CerbeticaBold16" } - - "ClassMenuSelect" - { - "ControlName" "CExLabel" - "fieldName" "ClassMenuSelect" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "255" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" - "labelText" "#TF_SelectAClass" - "textAlignment" "center" - "font" "CerbeticaBold28" - "fgcolor" "HudOffWhite" - } "MenuBG" { @@ -668,63 +591,12 @@ "PaintBackgroundType" "0" } - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "zpos" "6" - "tall" "80" - "button_separator" "10" - "button_separator_lodef" "5" - "buttongap" "50" - "buttongap_hidef" "35" - "buttongap_lodef" "18" - "textadjust" "3" - "textadjust_lodef" "0" - "buttonoffsety" "20" - "buttonoffsety_hidef" "0" - "buttonoffsety_lodef" "18" - "center" "0" - "button_pin_right_lodef" "55" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "cancel" - "text" "#GameUI_Cancel" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "nextprev" - "text" "#TF_NextPrev" - "icon" "#GameUI_Icons_DPAD" - } - - "button" - { - "name" "select" - "text" "#GameUI_Select" - "icon" "#GameUI_Icons_A_BUTTON" - } - } - "localPlayerImage" [$WIN32] { "ControlName" "CTFImagePanel" "fieldName" "localPlayerImage" "xpos" "9999" "ypos" "9999" - "zpos" "9" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "0" - "image" "" - "scaleImage" "1" } "localPlayerBG" @@ -732,24 +604,7 @@ "ControlName" "CTFImagePanel" "fieldName" "localPlayerBG" "xpos" "9999" - "ypos" "99999" - "zpos" "2" - "wide" "55" - "tall" "80" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../hud/color_panel_clear" - "scaleImage" "1" - "teambg_2" "../hud/color_panel_clear" - "teambg_3" "../hud/color_panel_clear" - - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" + "ypos" "9999" } "countImage0" [$WIN32] @@ -917,26 +772,6 @@ "scaleImage" "1" } - "CountLabel" [$WIN32] - { - "ControlName" "CExLabel" - "fieldName" "CountLabel" - "xpos" "9999" - "ypos" "9999" - "zpos" "10" - "wide" "150" - "tall" "18" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_TeamCount" - "textAlignment" "left" - "font" "HudFontMediumSmallSecondary" - "fgcolor" "TanLight" - } - "numScout" [$WIN32] { "ControlName" "CExLabel" @@ -1251,115 +1086,6 @@ "image" "mvm/class_upgraded" "scaleImage" "1" } - - "StartExplanation" - { - "ControlName" "CExplanationPopup" - "fieldName" "StartExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "250" - "tall" "165" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "c-170" - "end_y" "115" - "end_wide" "300" - "end_tall" "240" - "callout_inparents_x" "c-270" - "callout_inparents_y" "40" - "next_explanation" "VoucherExplanation" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_UpgradeExplanation_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "260" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_UpgradeExplanation_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "45" - "wide" "260" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "280" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - } "TFPlayerModel" { @@ -1403,15 +1129,6 @@ "ControlName" "CTFClassTipsPanel" "fieldName" "ClassTipsPanel" "xpos" "9999" - "ypos" "9999" - "zpos" "7" - "wide" "235" - "tall" "165" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" } "ClassHighlightPanel" @@ -1454,7 +1171,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "ClassHighlightText" @@ -1473,7 +1190,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1501,12 +1218,12 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { "ControlName" "ImagePanel" @@ -1518,7 +1235,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index 2677a77..7e0d8f0 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -14,9 +14,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" - "bgcolor_override" "25 25 25 255" - "infocus_bgcolor_override" "25 25 25 255" - "outoffocus_bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" "item_xpos_offcenter_a" "-310" "item_xpos_offcenter_b" "165" @@ -45,8 +45,8 @@ "wide" "10" "tall" "10" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -57,8 +57,8 @@ "wide" "25" "tall" "13" "visible" "1" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "textAlignment" "center" @@ -101,8 +101,8 @@ "wide" "54" "tall" "42" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -211,12 +211,12 @@ { "ControlName" "ComboBox" "fieldName" "ShowRarityComboBox" - "Font" "HudFontSmallestBold" + "font" "HudFontSmallestBold" "wrap" "0" - "xpos" "c-85" + "xpos" "c-25" "ypos" "37" "zpos" "1" - "wide" "205" + "wide" "150" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -230,20 +230,35 @@ "default" "0" "border" "CyanBorder" - "fgcolor_override" "235 226 202 255" - "bgcolor_override" "0 0 0 0" - "disabledFgColor_override" "235 226 202 255" - "disabledBgColor_override" "0 0 0 0" - "selectionColor_override" "0 0 0 0" - "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "fgcolor_override" "TanLight" + "bgcolor_override" "Transparent" + "disabledFgColor_override" "TanLight" + "disabledBgColor_override" "Transparent" + "selectionColor_override" "Transparent" + "selectionTextColor_override" "TanLight" + "defaultSelectionBG2Color_override" "Transparent" } "ShowBaseItemsCheckbox" { - "ControlName" "CheckButton" - "fieldName" "ShowBaseItemsCheckbox" - "xpos" "9999" + "ControlName" "CheckButton" + "fieldName" "ShowBaseItemsCheckbox" + "labelText" "#ShowBaseItemsCheckBox" + "font" "Cerbetica10" + "textAlignment" "east" + "xpos" "c-29" + "ypos" "15" + "zpos" "1" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" + "bgcolor_override" "Black" } "NameFilterLabel" @@ -257,7 +272,7 @@ "ypos" "0" "zpos" "1" "wide" "90" - "tall" "20" + "tall" "15" "autoResize" "1" "pinCorner" "0" "visible" "1" @@ -271,7 +286,7 @@ "fieldName" "NameFilterTextEntry" "xpos" "c+137" "ypos" "15" - "wide" "90" + "wide" "150" "tall" "19" "autoResize" "0" "pinCorner" "0" @@ -293,7 +308,7 @@ { "ControlName" "ComboBox" "fieldName" "SortByComboBox" - "Font" "HudFontSmallestBold" + "font" "HudFontSmallestBold" "xpos" "c137" "ypos" "37" "zpos" "1" @@ -310,13 +325,13 @@ "NumericInputOnly" "0" "unicode" "0" - "fgcolor_override" "235 226 202 255" - "bgcolor_override" "0 0 0 0" - "disabledFgColor_override" "235 226 202 255" - "disabledBgColor_override" "0 0 0 0" - "selectionColor_override" "0 0 0 0" - "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "0 0 0 0" + "fgcolor_override" "TanLight" + "bgcolor_override" "Transparent" + "disabledFgColor_override" "TanLight" + "disabledBgColor_override" "Transparent" + "selectionColor_override" "Transparent" + "selectionTextColor_override" "TanLight" + "defaultSelectionBG2Color_override" "Transparent" } "mouseoveritempanel" @@ -329,8 +344,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -354,7 +369,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -369,8 +384,8 @@ "wide" "54" "tall" "42" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "model_ypos" "5" @@ -391,7 +406,7 @@ "ControlName" "CExButton" "fieldName" "PrevPageButton" "xpos" "c-288" - "ypos" "38" + "ypos" "40" "zpos" "1" "wide" "25" "tall" "13" @@ -416,9 +431,6 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - - "border_default" "NoBorder" - "border_armed" "NoBorder" } "CurPageLabel" @@ -429,7 +441,7 @@ "labelText" "%backpackpage%" "textAlignment" "center" "xpos" "c-260" - "ypos" "38" + "ypos" "40" "zpos" "1" "wide" "53" "tall" "13" @@ -437,7 +449,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" @@ -445,7 +457,7 @@ "ControlName" "CExButton" "fieldName" "NextPageButton" "xpos" "c-204" - "ypos" "38" + "ypos" "40" "zpos" "1" "wide" "25" "tall" "13" @@ -457,7 +469,6 @@ "labelText" "&D" "font" "MenuArrows" "fgcolor" "TanLight" - "border" "NoBorder" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -472,9 +483,6 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - - "border_default" "NoBorder" - "border_armed" "NoBorder" } "DragToNextPageButton" @@ -529,11 +537,11 @@ { "ControlName" "CExButton" "fieldName" "CancelApplyToolButton" - "xpos" "c-288" - "ypos" "307" - "zpos" "20" - "wide" "100" - "tall" "25" + "xpos" "c137" + "ypos" "37" + "zpos" "1" + "wide" "150" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -557,8 +565,8 @@ "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "ShowExplanationsButton" @@ -610,7 +618,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -629,7 +637,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -657,11 +665,11 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -674,7 +682,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -695,7 +703,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "NextButton" @@ -717,17 +725,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -784,7 +792,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -803,7 +811,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -831,11 +839,11 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -848,7 +856,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -878,11 +886,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -916,7 +924,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "NextButton" @@ -938,17 +946,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -970,7 +978,7 @@ "ContextExplanation" { "ControlName" "CExplanationPopup" - "fieldName" "DeleteExplanation" + "fieldName" "ContextExplanation" "xpos" "0" "ypos" "0" "zpos" "10000" @@ -995,7 +1003,7 @@ "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "HudFontSmallBold" - "labelText" "#BackpackDeleteExplanation_Title" + "labelText" "#BackpackContextExplanation_Title" "textAlignment" "north" "xpos" "20" "ypos" "10" @@ -1006,7 +1014,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1014,7 +1022,7 @@ "ControlName" "CExLabel" "fieldName" "TextLabel" "font" "HudFontSmall" - "labelText" "#BackpackDeleteExplanation_Text" + "labelText" "#BackpackContextExplanation_Text" "textAlignment" "north-west" "xpos" "20" "ypos" "45" @@ -1025,7 +1033,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1047,17 +1055,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -1070,7 +1078,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1100,11 +1108,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -1141,17 +1149,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -1185,7 +1193,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } } @@ -1229,7 +1237,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1248,7 +1256,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1270,17 +1278,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -1293,7 +1301,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1323,11 +1331,11 @@ "Command" "prevexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -1364,17 +1372,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -1408,7 +1416,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } } @@ -1451,7 +1459,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1470,7 +1478,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1492,19 +1500,18 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { "ControlName" "ImagePanel" @@ -1516,7 +1523,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1547,12 +1554,11 @@ "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { "ControlName" "ImagePanel" @@ -1587,17 +1593,17 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { @@ -1631,7 +1637,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } } @@ -1674,7 +1680,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1693,7 +1699,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1715,19 +1721,18 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { "ControlName" "ImagePanel" @@ -1739,7 +1744,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1769,12 +1774,11 @@ "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { "ControlName" "ImagePanel" @@ -1809,19 +1813,18 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "nextexplanation" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { "ControlName" "ImagePanel" @@ -1853,7 +1856,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } } @@ -1895,7 +1898,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "TextLabel" @@ -1914,7 +1917,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1936,19 +1939,18 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "default" "1" + "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { "ControlName" "ImagePanel" @@ -1960,7 +1962,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -1990,12 +1992,11 @@ "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 255 255 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TanLight" + "image_armedcolor" "White" "SubImage" { "ControlName" "ImagePanel" @@ -2028,7 +2029,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } } } \ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index 9508b10..f719282 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -214,14 +214,15 @@ "ControlName" "EditablePanel" "fieldName" "PaintkitPreviewContainer" "xpos" "cs-0.5" - "ypos" "p.7" + "ypos" "p.68" "wide" "300" "tall" "100" "zpos" "100" - "border" "MainMenuBGBorder" + "border" "CyanBorder" "mouseinputenabled" "1" "proportionaltoparent" "1" "visible" "0" + "bgcolor_override" "DarkerGrey" "fixed_item" { @@ -396,7 +397,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemLabel" - "font" "CodeLC12" + "font" "Cerbetica12" "labelText" "#TF_ItemPreview_ItemPreview" "textAlignment" "west" "xpos" "8" @@ -498,6 +499,7 @@ { "ControlName" "Button" "fieldName" "NewSeedButton" + "font" "HudFontSmallest" "xpos" "8" "ypos" "75" @@ -595,7 +597,7 @@ "wide" "75" "tall" "20" "labelText" "#TF_ItemAd_ViewOnMarket" - "font" "AdFont_PurchaseButton" + "font" "Cerbetica10" "textinsetx" "0" "textAlignment" "center" "proportionaltoparent" "1" @@ -606,7 +608,6 @@ "defaultFgColor_override" "White" "armedFgColor_override" "White" - "border_default" "NoBorder" "defaultBgColor_override" "72 103 32 255" "armedBgColor_override" "72 133 32 255" diff --git a/resource/ui/econ/inspectionpanel_cosmetic.res b/resource/ui/econ/inspectionpanel_cosmetic.res new file mode 100644 index 0000000..1c56f05 --- /dev/null +++ b/resource/ui/econ/inspectionpanel_cosmetic.res @@ -0,0 +1,1082 @@ +"Resource/UI/econ/InspectionPanel_Cosmetic.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-190" + + "FullscreenStorePreview" + { + "ControlName" "CMouseMessageForwardingPanel" + "fieldName" "FullscreenStorePreview" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + "proportionaltoparent" "1" + + "fullscreen_fade_to_black_duration" "0.32" + "fullscreen_modelpanel_origin_x" "275" + "fullscreen_modelpanel_origin_y" "0" + "fullscreen_modelpanel_origin_z" "-30" + "ui_fadeout_time" "3.0" + "ui_fadeout_duration" "2.0" + + "RotateLeftButton" + { + "ControlName" "CExButton" + "fieldName" "RotateLeftButton" + "xpos" "c-200" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "RotateRightButton" + { + "ControlName" "CExButton" + "fieldName" "RotateRightButton" + "xpos" "c180" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "r45" + "ypos" "10" + "zpos" "4" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + } + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c222" + "ypos" "c-120" + "wide" "11" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-200" + "zpos" "0" + "wide" "480" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "220" + "tall" "264" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold20" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + // Scrollable editable panel for right-hand side of preview, for all text details + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Transparent" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "Transparent" + "skip_autoresize" "1" + "autoresize" "0" + + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "LightRed" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "LightRed" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "132 132 132 255" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%armory_text%" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "zpos" "2" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "collectionhighlight" + { + "ControlName" "EditablePanel" + "fieldName" "collectionhighlight" + "xpos" "208" + "ypos" "42" + "zpos" "1" + "wide" "145" + "tall" "9" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "215 206 182 255" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "20" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ItemDesc_ItemWikiPage" + "font" "CerbeticaBold12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "c-230" + "ypos" "c-160" + "zpos" "1" + "wide" "220" + "tall" "266" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "render_texture" "0" + "fov" "40" + "allow_rot" "1" + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "150" + "origin_y" "0" + "origin_z" "-30" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "modelname" "" + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-170" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + "PaintBackgroundType" "2" + "paintborder" "0" + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-265" + "ypos" "c125" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Transparent" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-31" + "ypos" "c-173" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "gofullscreen" + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen" + "scaleImage" "1" + } + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-45" + "ypos" "c-173" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "options" + "paintbackground" "0" + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-220" + "ypos" "c-173" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "FontStorePrice" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c-176" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c221" + "ypos" "c-194" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "closex" // Intentionally using "closex" instead of "close" for stats + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "9" + "tall" "9" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "1001" + "wide" "200" + "tall" "150" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" + "PaintBackgroundType" "2" + "paintborder" "1" + "text_center_x" "1" + "resize_to_text" "1" + "padding_height" "15" + "model_ypos" "15" + "model_wide" "150" + "model_tall" "100" + "hide_collection_panel" "1" + "model_center_x" "1" + "name_only" "1" + } +} \ No newline at end of file diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index df43996..224dcf4 100644 --- a/resource/ui/econ/tradingstartdialog.res +++ b/resource/ui/econ/tradingstartdialog.res @@ -11,7 +11,6 @@ "tall" "300" "settitlebarvisible" "" "paintbackgroundtype" "2" - "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "35 35 35 255" @@ -100,7 +99,7 @@ "wide" "380" "tall" "130" "PaintBackgroundType" "2" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" "bgcolor_override" "0 0 0 64" "PlayerList" @@ -143,7 +142,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 187 161 255" + "fgcolor_override" "HudOffWhite" } "subbutton0" @@ -273,7 +272,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 187 161 255" + "fgcolor_override" "HudOffWhite" } "EmptyPlayerListLabel" @@ -294,7 +293,7 @@ "enabled" "1" "wrap" "1" "centerwrap" "1" - "fgcolor_override" "200 187 161 255" + "fgcolor_override" "HudOffWhite" "paintbackground" "1" "defaultBgColor_override" "15 15 15 255" "armedBgColor_override" "25 25 25 255" @@ -334,7 +333,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "200 187 161 255" + "fgcolor_override" "HudOffWhite" } "EmptyPlayerListLabel" @@ -355,7 +354,7 @@ "enabled" "1" "wrap" "1" "centerwrap" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } } "StatePanel3" @@ -386,7 +385,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "URLHelpLabel" @@ -428,7 +427,7 @@ "enabled" "1" "wrap" "1" "centerwrap" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "URLSearchingLabel" { @@ -448,7 +447,7 @@ "enabled" "1" "wrap" "1" "centerwrap" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "URLEntry" diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index 7343859..bbbe858 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -15,7 +15,7 @@ "enabled" "1" "tabPosition" "0" "settitlebarvisible" "0" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" "item_ypos" "60" "item_ydelta" "80" @@ -48,7 +48,7 @@ "tall" "42" "visible" "0" "bgcolor_override" "Transparent" - "noitem_textcolor" "117 107 94 255" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -230,7 +230,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "fgcolor_override" "200 80 60 255" + "fgcolor_override" "LightRed" } "CancelButton" @@ -262,10 +262,10 @@ "ControlName" "CheckButton" "fieldName" "OnlyAllowUniqueQuality" "labelText" "#OnlyAllowUniqueQuality" - "Font" "HudFontSmallestBold" + "font" "HudFontSmallestBold" "textAlignment" "east" - "xpos" "c-306" - "ypos" "340" + "xpos" "c-291" + "ypos" "320" "zpos" "1" "wide" "290" "tall" "25" @@ -300,17 +300,8 @@ "Command" "show_backpack" "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" "NoBorder" - "border_armed" "NoBorder" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "ShowSelection" { @@ -335,13 +326,15 @@ "Command" "show_selection" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "PrevPageButton" { "ControlName" "CExButton" "fieldName" "PrevPageButton" - "xpos" "c195" + "xpos" "c205" "ypos" "290" "zpos" "1" "wide" "20" @@ -359,17 +352,6 @@ "Command" "prevpage" "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" "NoBorder" - "border_armed" "NoBorder" } "CurPageLabel" @@ -379,7 +361,7 @@ "font" "HudFontSmallBold" "labelText" "%backpackpage%" "textAlignment" "center" - "xpos" "c220" + "xpos" "c230" "ypos" "290" "zpos" "1" "wide" "40" @@ -388,14 +370,14 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" { "ControlName" "CExButton" "fieldName" "NextPageButton" - "xpos" "c265" + "xpos" "c275" "ypos" "290" "zpos" "1" "wide" "20" @@ -413,17 +395,6 @@ "Command" "nextpage" "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" "NoBorder" - "border_armed" "NoBorder" } "mouseoveritempanel" @@ -436,8 +407,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" @@ -461,7 +432,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } diff --git a/resource/ui/mainmenuplaylistentry.res b/resource/ui/mainmenuplaylistentry.res new file mode 100644 index 0000000..6e9a8a9 --- /dev/null +++ b/resource/ui/mainmenuplaylistentry.res @@ -0,0 +1,232 @@ +"Resource/UI/MainMenuPlayListEntry.res" +{ + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "o4" + "tall" "p1.17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" + } + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "InnerShadowBorderThin" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "BGColor" + { + "ControlName" "EditablePanel" + "fieldName" "BGColor" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 255" + } + + "ToolTipHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipHack" + "xpos" "0" + "ypos" "0" + "zpos" "490" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + } + + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "5" + "wide" "122" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%button_token%" + "textinsetx" "4" + "use_proportional_insets" "1" + "font" "Cerbetica12" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "%button_command%" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "border_default" "NoBorder" + "border_armed" "MenuBorder" + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + "depressedFgColor_override" "75 125 255 255" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 250" + "proportionaltoparent" "1" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "MMenuPlayListDesc" + "fgcolor_override" "RedSolid" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "south-west" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "proportionaltoparent" "1" + + "paintbackground" "0" + } + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1" + "ypos" "18" + "zpos" "2" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TransparentBlack" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "pin_to_sibling" "DescLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "DisabledIcon" + { + "ControlName" "CExImageButton" + "fieldName" "DisabledIcon" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "actionsignallevel" "1" + "command" "comp_access_info" + "labeltext" "" + "eatmouseinput" "0" + "button_activation_type" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDarker" + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "Transparent" + "depressedBgColor_override" "Transparent" + + "image_drawcolor" "TextColor" + "image_armedcolor" "TanLight" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "110" + "ypos" "2" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "locked_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 6bd4cad..1f40ee9 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -61,7 +61,7 @@ "visible" "1" "PaintBackgroundType" "2" "border" "NoBorder" - "bgcolor_override" "27 27 27 255" + "bgcolor_override" "DarkGrey" "proportionaltoparent" "1" } @@ -87,7 +87,7 @@ "xpos" "0" "ypos" "0" "zpos" "100" - "wide" "40" + "wide" "30" "tall" "f6" "autoResize" "0" "pinCorner" "3" @@ -125,7 +125,7 @@ "enabled" "1" "scaleImage" "1" "proportionaltoparent" "1" - "image" "glyph_chat" + "image" "replay/thumbnails/chat" } } @@ -133,7 +133,7 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot0" - "xpos" "40" + "xpos" "30" "ypos" "rs1-6" "zpos" "100" "wide" "o1" @@ -153,7 +153,7 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot1" - "xpos" "64" + "xpos" "54" "ypos" "rs1-6" "zpos" "100" "wide" "o1" @@ -173,7 +173,7 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot2" - "xpos" "88" + "xpos" "78" "ypos" "rs1-6" "zpos" "100" "wide" "o1" @@ -193,7 +193,7 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot3" - "xpos" "112" + "xpos" "102" "ypos" "rs1-6" "zpos" "100" "wide" "o1" @@ -213,7 +213,7 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot4" - "xpos" "136" + "xpos" "126" "ypos" "rs1-6" "zpos" "100" "wide" "o1" @@ -233,7 +233,7 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot5" - "xpos" "160" + "xpos" "150" "ypos" "rs1-6" "zpos" "100" "wide" "o1" @@ -350,22 +350,6 @@ "labelText" "%queue_state%" "proportionaltoparent" "1" "mouseinputenabled" "0" - - "fonts" - { - "0" - { - "font" "HudFontSmallestBold" // TF2 Build 11 - } - "1" - { - "font" "StorePromotionsTitle" // TF2 Build 10 - } - "2" - { - "font" "FontStorePrice" // TF2 Build 9 - } - } } "MultiQueuesManageButton" @@ -373,7 +357,7 @@ "ControlName" "CExImageButton" "fieldName" "MultiQueuesManageButton" "xpos" "rs1-6" - "ypos" "11" + "ypos" "12" "zpos" "10" "wide" "14" "tall" "14" @@ -395,11 +379,11 @@ "actionsignallevel" "3" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -444,11 +428,11 @@ "actionsignallevel" "3" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "depressedFgColor_override" "TanDarker" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { @@ -461,7 +445,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } @@ -719,8 +703,8 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "235 226 202 255" + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" "SubImage" { @@ -777,8 +761,8 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "235 226 202 255" + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" "SubImage" { diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 16580ce..b9e4692 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.5" + "ypos" "cs-0.45" "zpos" "0" "wide" "o1" "tall" "p0.12" @@ -58,7 +58,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fov" "70" + "fov" "50" "proportionaltoparent" "1" if_mini @@ -165,7 +165,7 @@ "ControlName" "Button" "fieldName" "MedalButton" "xpos" "cs-0.5" - "ypos" "cs-0.5+2" + "ypos" "cs-0.4" "zpos" "100" "wide" "o1" "tall" "42" @@ -340,7 +340,7 @@ "visible" "0" "enabled" "1" "font" "ItemFontAttribSmall" - "fgcolor_override" "255 255 255 255" + "fgcolor_override" "White" "textAlignment" "center" "labelText" "%current_xp%" "proportionaltoparent" "1" @@ -412,7 +412,7 @@ "progress" "1" "fgcolor_override" "20 20 20 180" - "bgcolor_override" "0 0 0 0" + "bgcolor_override" "Transparent" } "ContinuousProgressBar" diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index 0db0361..430b78c 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -23,9 +23,9 @@ "title_font" "CerbeticaBold36" "titletextinsetX" "40" "titletextinsetY" "0" - "titlebarfgcolor_override" "200 187 161 255" - "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "27 27 27 255" + "titlebarfgcolor_override" "HudOffWhite" + "titlebardisabledfgcolor_override" "HudOffWhite" + "titlebarbgcolor_override" "DarkGrey" "clientinsetx_override" "0" "sheetinset_bottom" "40" } @@ -87,17 +87,19 @@ } "FooterLine" { - "ControlName" "ImagePanel" - "fieldName" "FooterLine" + "ControlName" "EditablePanel" + "fieldName" "HeaderLine" "xpos" "0" "ypos" "420" "zpos" "2" "wide" "f0" - "tall" "10" - "visible" "0" - "enabled" "0" - "image" "loadout_solid_line" - "scaleImage" "1" + "tall" "2" + "visible" "1" + "enabled" "1" + "autoResize" "0" + "PaintBackgroundType" "2" + "border" "NoBorder" + "bgcolor_override" "ColorCyan" } "Sheet" { @@ -146,14 +148,14 @@ "ypos" "437" "zpos" "2" "wide" "100" - "tall" "20" + "tall" "25" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "Back" - "font" "CerbeticaBold14" + "labelText" "<< Back (&Q)" + "font" "HudFontSmallBold" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -161,5 +163,7 @@ "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/statsummary.res b/resource/ui/statsummary.res index b43b3d4..8c1b2a7 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -1,4 +1,4 @@ -"Resource/UI/winpanel.res" +"Resource/UI/statsummary.res" { "TFStatsSummary" { @@ -12,40 +12,21 @@ "enabled" "1" } - "BGImage" + "MainBackground" { "ControlName" "ImagePanel" - "fieldName" "BGImage" + "fieldName" "MainBackground" "xpos" "0" "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - "image" "../console/background_upward_widescreen" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../console/background_upward" "scaleImage" "1" } - "LoadingText" - { - "ControlName" "CExLabel" - "fieldName" "LoadingText" - "font" "Cerbetica32" - "labelText" "Loading..." - "textAlignment" "west" - "xpos" "5" - "ypos" "414" - "zpos" "201" - "wide" "f0" - "tall" "96" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "MainBackground" + "MainBG" { "ControlName" "ImagePanel" "fieldName" "MainBackground" @@ -55,9 +36,9 @@ "tall" "480" "visible" "1" "enabled" "1" - "image" "" + "image" "../console/background_upward" "scaleImage" "1" - } + } "MapInfo" { @@ -69,84 +50,20 @@ "tall" "480" "visible" "0" "enabled" "1" - "bgcolor_override" "46 43 42 255" + "bgcolor_override" "TanDarker" - "Background" + "MainBG" { "ControlName" "ImagePanel" - "fieldName" "Background" + "fieldName" "MainBackground" "xpos" "0" "ypos" "0" - "wide" "640" + "wide" "f0" "tall" "480" "visible" "1" "enabled" "1" - "image" "stamp_background_map" - "scaleImage" "1" - } - - "MapImage" - { - "ControlName" "ImagePanel" - "fieldName" "MapImage" - "xpos" "30" - "ypos" "45" - "zpos" "2" - "wide" "300" - "tall" "300" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "ContributedLabel" - { - "ControlName" "EditablePanel" - "fieldName" "ContributedLabel" - "xpos" "30" - "ypos" "345" - "zpos" "40" - "wide" "300" - "tall" "100" - "visible" "0" - "enabled" "1" - - "BG" - { - "ControlName" "EditablePanel" - "fieldName" "BG" - "xpos" "0" - "ypos" "0" - "wide" "300" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "border" "NoBorder" - "bgcolor_override" "15 15 15 150" - } - - "ActualLabel" - { - "ControlName" "CExLabel" - "fieldName" "ActualLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Contributed" - "textAlignment" "center" - "xpos" "10" - "ypos" "0" - "zpos" "40" - "wide" "280" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - "wrap" "1" - } + "image" "../console/background_upward" + "scaleImage" "1" } "InfoBG" @@ -240,6 +157,23 @@ "enabled" "0" "fgcolor_override" "TanLight" } + "LoadingLabel" + { + "ControlName" "CExLabel" + "fieldName" "LoadingLabel" + "font" "Cerbetica32" + "labelText" "Loading..." + "textAlignment" "west" + "xpos" "5" + "ypos" "414" + "zpos" "201" + "wide" "f0" + "tall" "96" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "MapLabel" { "ControlName" "CExLabel" @@ -426,7 +360,7 @@ "ControlName" "ComboBox" "fieldName" "ClassCombo" "xpos" "c+124" - "ypos" "200" + "ypos" "212" "zpos" "10" "wide" "167" "tall" "14" @@ -1861,7 +1795,7 @@ "labelText" "#StatSummary_Label_BestMoments" "textAlignment" "west" "xpos" "c+124" - "ypos" "170" [!$OSX] + "ypos" "185" [!$OSX] "ypos" "180" [$OSX] "wide" "300" "tall" "20" @@ -1878,14 +1812,14 @@ "xpos" "c+124" "xpos_hidef" "c-270" "xpos_lodef" "c-270" - "ypos" "217" + "ypos" "230" "ypos_hidef" "229" "ypos_lodef" "229" "zpos" "2" "wide" "167" "wide_hidef" "540" "wide_lodef" "540" - "tall" "157" + "tall" "160" "tall_hidef" "183" "tall_lodef" "183" "autoResize" "0" @@ -1925,7 +1859,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "214" + "ypos" "229" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -1949,7 +1883,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "214" + "ypos" "229" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -1973,7 +1907,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "224" + "ypos" "239" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -1997,7 +1931,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "224" + "ypos" "239" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -2021,7 +1955,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "234" + "ypos" "249" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -2045,7 +1979,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "234" + "ypos" "249" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -2069,7 +2003,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "244" + "ypos" "259" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -2093,7 +2027,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "244" + "ypos" "259" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -2117,7 +2051,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "254" + "ypos" "269" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -2141,7 +2075,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "254" + "ypos" "269" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -2165,7 +2099,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "264" + "ypos" "279" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2189,7 +2123,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "264" + "ypos" "279" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2213,7 +2147,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "274" + "ypos" "289" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2237,7 +2171,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "274" + "ypos" "289" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2261,7 +2195,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "284" + "ypos" "299" "ypos_hidef" "330" "ypos_lodef" "330" "zpos" "5" @@ -2285,7 +2219,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "284" + "ypos" "299" "ypos_hidef" "330" "ypos_lodef" "330" "zpos" "5" @@ -2309,7 +2243,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "294" + "ypos" "309" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -2333,7 +2267,7 @@ "xpos" "c+210" "xpos_hidef" "c+148" "xpos_lodef" "c+148" - "ypos" "294" + "ypos" "309" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -2357,7 +2291,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "304" + "ypos" "319" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -2381,7 +2315,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "304" + "ypos" "319" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -2405,7 +2339,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "314" + "ypos" "329" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -2429,7 +2363,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "314" + "ypos" "329" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -2453,7 +2387,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "324" + "ypos" "339" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -2477,7 +2411,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "324" + "ypos" "339" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -2501,7 +2435,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "334" + "ypos" "349" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -2525,7 +2459,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "334" + "ypos" "349" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -2549,7 +2483,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "344" + "ypos" "359" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2573,7 +2507,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "344" + "ypos" "359" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2597,7 +2531,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "354" + "ypos" "369" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2621,7 +2555,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "354" + "ypos" "369" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2658,7 +2592,7 @@ "labelText" "%tiptext%" "textAlignment" "west" "xpos" "9999" - "ypos" "99999" + "ypos" "9999" "zpos" "12" "wide" "0" "tall" "0" @@ -2728,50 +2662,4 @@ "brighttext" "0" "Command" "vguicancel" } - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "bgcolor" "TanDarker" - "paintbackground" "1" - "tall" "100" - "tall_lodef" "60" - "center" "1" - "buttonoffsety" "20" - "buttonoffsety_lodef" "5" - "button_separator" "10" - "button_separator_lodef" "2" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "buttongap" "50" - "textadjust" "3" - "textadjust_lodef" "0" - "zpos" "6" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "back" - "text" "#GameUI_Back" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "nexttip" - "text" "#TF_NextTip_360" - "icon" "#GameUI_Icons_A_BUTTON" - } - } - "TitleBanner" [$X360] - { - "ControlName" "ImagePanel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "128" - "image" "menu_header" - "visible_lodef" "0" - "enabled_lodef" "0" - } } \ No newline at end of file diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res index 9ccb51b..eb9acef 100644 --- a/resource/ui/statsummary_embedded.res +++ b/resource/ui/statsummary_embedded.res @@ -10,7 +10,7 @@ "tall" "480" "visible" "0" "enabled" "1" - "bgcolor_override" "25 25 25 255" + "bgcolor_override" "DarkGrey" } "MainBackground" @@ -237,7 +237,7 @@ "ControlName" "ComboBox" "fieldName" "ClassCombo" "xpos" "c+124" - "ypos" "200" + "ypos" "212" "zpos" "10" "wide" "167" "tall" "14" @@ -286,7 +286,7 @@ "xpos" "c-285" "xpos_hidef" "c-193" "xpos_lodef" "c-193" - "ypos" "170" [!$OSX] + "ypos" "185" [!$OSX] "ypos" "185" [$OSX] "ypos_hidef" "32" "ypos_lodef" "32" @@ -1665,7 +1665,7 @@ "labelText" "#StatSummary_Label_BestMoments" "textAlignment" "west" "xpos" "c+124" - "ypos" "170" [!$OSX] + "ypos" "185" [!$OSX] "ypos" "180" [$OSX] "wide" "300" "tall" "20" @@ -1682,14 +1682,14 @@ "xpos" "c+124" "xpos_hidef" "c-270" "xpos_lodef" "c-270" - "ypos" "217" + "ypos" "230" "ypos_hidef" "229" "ypos_lodef" "229" "zpos" "2" "wide" "167" "wide_hidef" "540" "wide_lodef" "540" - "tall" "157" + "tall" "160" "tall_hidef" "183" "tall_lodef" "183" "autoResize" "0" @@ -1729,7 +1729,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "214" + "ypos" "229" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -1753,7 +1753,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "214" + "ypos" "229" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -1777,7 +1777,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "224" + "ypos" "239" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -1801,7 +1801,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "224" + "ypos" "239" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -1825,7 +1825,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "234" + "ypos" "249" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -1849,7 +1849,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "234" + "ypos" "249" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -1873,7 +1873,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "244" + "ypos" "259" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -1897,7 +1897,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "244" + "ypos" "259" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -1921,7 +1921,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "254" + "ypos" "269" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -1945,7 +1945,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "254" + "ypos" "269" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -1969,7 +1969,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "264" + "ypos" "279" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -1993,7 +1993,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "264" + "ypos" "279" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2017,7 +2017,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "274" + "ypos" "289" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2041,7 +2041,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "274" + "ypos" "289" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2065,7 +2065,7 @@ "xpos" "c+128" "xpos_hidef" "c-265" "xpos_lodef" "c-265" - "ypos" "284" + "ypos" "299" "ypos_hidef" "330" "ypos_lodef" "330" "zpos" "5" @@ -2089,7 +2089,7 @@ "xpos" "c+210" "xpos_hidef" "c-155" "xpos_lodef" "c-155" - "ypos" "284" + "ypos" "299" "ypos_hidef" "330" "ypos_lodef" "330" "zpos" "5" @@ -2113,7 +2113,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "294" + "ypos" "309" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -2137,7 +2137,7 @@ "xpos" "c+210" "xpos_hidef" "c+148" "xpos_lodef" "c+148" - "ypos" "294" + "ypos" "309" "ypos_hidef" "246" "ypos_lodef" "246" "zpos" "5" @@ -2161,7 +2161,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "304" + "ypos" "319" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -2185,7 +2185,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "304" + "ypos" "319" "ypos_hidef" "258" "ypos_lodef" "258" "zpos" "5" @@ -2209,7 +2209,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "314" + "ypos" "329" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -2233,7 +2233,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "314" + "ypos" "329" "ypos_hidef" "270" "ypos_lodef" "270" "zpos" "5" @@ -2257,7 +2257,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "324" + "ypos" "339" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -2281,7 +2281,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "324" + "ypos" "339" "ypos_hidef" "282" "ypos_lodef" "282" "zpos" "5" @@ -2305,7 +2305,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "334" + "ypos" "349" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -2329,7 +2329,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "334" + "ypos" "349" "ypos_hidef" "294" "ypos_lodef" "294" "zpos" "5" @@ -2353,7 +2353,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "344" + "ypos" "359" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2377,7 +2377,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "344" + "ypos" "359" "ypos_hidef" "306" "ypos_lodef" "306" "zpos" "5" @@ -2401,7 +2401,7 @@ "xpos" "c+128" "xpos_hidef" "c-25" "xpos_lodef" "c-25" - "ypos" "354" + "ypos" "369" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2425,7 +2425,7 @@ "xpos" "c+210" "xpos_hidef" "c+160" "xpos_lodef" "c+160" - "ypos" "354" + "ypos" "369" "ypos_hidef" "318" "ypos_lodef" "318" "zpos" "5" @@ -2463,7 +2463,7 @@ "textAlignment" "west" "textAlignment_hidef" "north-west" "textAlignment_lodef" "north-west" - "xpos" "c-245" + "xpos" "c-285" "xpos_lodef" "c-180" "xpos_hidef" "c-180" "ypos" "263" @@ -2507,8 +2507,6 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" - "border_default" "NoBorder" - "border_armed" "NoBorder" } "ResetStatsButton" [$WIN32] { @@ -2529,14 +2527,8 @@ "dulltext" "0" "brighttext" "0" "Command" "resetstatsbutton" - "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" "NoBorder" - "border_armed" "NoBorder" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "CloseButton" [$WIN32] { @@ -2557,59 +2549,7 @@ "dulltext" "0" "brighttext" "0" "Command" "vguicancel" - "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" "NoBorder" - "border_armed" "NoBorder" - } - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "bgcolor" "TanDarker" - "paintbackground" "1" - "tall" "100" - "tall_lodef" "60" - "center" "1" - "buttonoffsety" "20" - "buttonoffsety_lodef" "5" - "button_separator" "10" - "button_separator_lodef" "2" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "buttongap" "50" - "textadjust" "3" - "textadjust_lodef" "0" - "zpos" "6" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "back" - "text" "#GameUI_Back" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "nexttip" - "text" "#TF_NextTip_360" - "icon" "#GameUI_Icons_A_BUTTON" - } - } - "TitleBanner" [$X360] - { - "ControlName" "ImagePanel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "128" - "image" "menu_header" - "visible_lodef" "0" - "enabled_lodef" "0" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } \ No newline at end of file diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 5f31944..7ca00dc 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -14,6 +14,7 @@ "enabled" "1" "tabPosition" "0" "bgcolor_override" "25 25 25 240" + "border" "CyanBorderThick" } "Container" @@ -95,7 +96,7 @@ "tabPosition" "0" "PaintBackgroundType" "0" "paintbackground" "1" - "border" "NoBorder" + "border" "CyanBorderThick" "TitleLabel" { @@ -302,7 +303,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "Base Color" + "fgcolor_override" "ColorCyan" } "NextPageButton" @@ -325,6 +326,8 @@ "dulltext" "0" "brighttext" "0" "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" } "ViewPublishedButton" @@ -637,6 +640,15 @@ "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" -- cgit v1.2.3 From 8b7eb12bf12a431b6b28bca0f7aea37351ae9bc8 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:15:46 -0500 Subject: Updated Closed Captions --- README.md | 1 + resource/closecaption_english.dat | Bin 9728 -> 55296 bytes resource/closecaption_english.txt | Bin 14356 -> 80138 bytes 3 files changed, 1 insertion(+) diff --git a/README.md b/README.md index 374599a..7c53e0d 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,6 @@ Credits * Whoever makes PVHUD - Inspiration, occasional reference. * My team - For dealing with me and giving me constructive feedback all the time. * Flame - If it weren't for your guide, I couldn't have made this at all. Thanks a million, man. +* clovervidia - For the updated closed captions. Check his Steam Guide on CC [here](https://steamcommunity.com/sharedfiles/filedetails/?id=167785751). v2018.1220 diff --git a/resource/closecaption_english.dat b/resource/closecaption_english.dat index 80693f6..1b8ec84 100644 Binary files a/resource/closecaption_english.dat and b/resource/closecaption_english.dat differ diff --git a/resource/closecaption_english.txt b/resource/closecaption_english.txt index 8738264..3f16cd5 100644 Binary files a/resource/closecaption_english.txt and b/resource/closecaption_english.txt differ -- cgit v1.2.3 From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/ChatScheme.res | 2 +- resource/GameMenu.res | 54 +- resource/scheme/clientscheme_borders.res | 1167 ++++------ resource/scheme/clientscheme_colors.res | 279 ++- resource/scheme/clientscheme_fonts.res | 2302 +++++++++++--------- resource/scheme/clientscheme_settings.res | 415 ++-- resource/scheme/clientscheme_xhairs.res | 24 +- resource/sourcescheme.res | 186 +- resource/ui/CharInfoLoadoutSubPanel.res | 624 +++--- resource/ui/ClassSelection.res | 226 +- resource/ui/ControlPointProgressBar.res | 2 +- resource/ui/DisguiseStatusPanel.res | 136 +- resource/ui/FreezePanelKillerHealth.res | 12 +- resource/ui/FreezePanel_Basic.res | 107 +- resource/ui/HudAccountPanel.res | 132 +- resource/ui/HudAchievementTrackerItem.res | 27 +- resource/ui/HudAmmoWeapons.res | 10 +- resource/ui/HudArenaCapPointCountdown.res | 2 +- resource/ui/HudArenaClassLayout.res | 56 +- resource/ui/HudArenaPlayerCount.res | 17 +- resource/ui/HudArenaTeamMenu.res | 66 +- resource/ui/HudArenaVsPanel.res | 14 +- resource/ui/HudArenaWinPanel.res | 17 +- resource/ui/HudBowCharge.res | 36 +- resource/ui/HudCurrencyAccount.res | 2 +- resource/ui/HudDamageAccount.res | 63 +- resource/ui/HudDemomanCharge.res | 74 +- resource/ui/HudDemomanPipes.res | 30 +- resource/ui/HudHealthAccount.res | 2 +- resource/ui/HudInspectPanel.res | 68 +- resource/ui/HudItemEffectMeter.res | 96 +- resource/ui/HudItemEffectMeter_Cleaver.res | 2 +- resource/ui/HudItemEffectMeter_Demoman.res | 14 +- resource/ui/HudItemEffectMeter_Heavy.res | 6 +- resource/ui/HudItemEffectMeter_ParticleCannon.res | 8 +- resource/ui/HudItemEffectMeter_Pomson.res | 8 +- resource/ui/HudItemEffectMeter_PowerupBottle.res | 8 +- resource/ui/HudItemEffectMeter_Sapper.res | 6 +- resource/ui/HudItemEffectMeter_Scout.res | 6 +- resource/ui/HudItemEffectMeter_SniperFocus.res | 6 +- resource/ui/HudItemEffectMeter_SodaPopper.res | 6 +- resource/ui/HudItemEffectMeter_SpyKnife.res | 4 +- resource/ui/HudMannVsMachineStatus.res | 29 +- resource/ui/HudMedicCharge.res | 84 +- resource/ui/HudObjectiveFlagPanel.res | 91 +- resource/ui/HudObjectiveKothTimePanel.res | 24 +- resource/ui/HudObjectiveTimePanel.res | 36 +- resource/ui/HudPlayerClass.res | 54 +- resource/ui/HudPlayerHealth.res | 86 +- resource/ui/HudTeamGoal.res | 6 +- resource/ui/HudTeamGoalTournament.res | 30 +- resource/ui/HudTournament.res | 249 ++- resource/ui/HudTournamentSetup.res | 41 +- resource/ui/MainMenuOverride.res | 409 ++-- resource/ui/MapInfoMenu.res | 24 +- resource/ui/MedicCallerPanel.res | 190 +- resource/ui/MvMScoreboard.res | 117 +- resource/ui/ObjectiveStatusEscort.res | 375 ++-- resource/ui/ScoreBoard.res | 480 ++-- resource/ui/Spectator.res | 37 +- resource/ui/SpectatorGUIHealth.res | 6 +- resource/ui/SpectatorTournament.res | 29 +- resource/ui/SpectatorTournamentGUIHealth.res | 8 +- resource/ui/TFAdvancedOptionsDialog.res | 4 +- resource/ui/TargetID.res | 236 +- resource/ui/Teammenu.res | 40 +- resource/ui/TextWindow.res | 220 +- resource/ui/TextWindowCustomServer.res | 264 +-- resource/ui/WaveStatusPanel.res | 28 +- resource/ui/basechat.res | 102 +- resource/ui/build_menu/HudMenuEngyBuild.res | 437 ++-- resource/ui/build_menu/base_active.res | 226 +- .../ui/build_menu/base_active_teleport_target.res | 174 +- resource/ui/build_menu/base_already_built.res | 252 +-- resource/ui/build_menu/base_cant_afford.res | 278 +-- .../base_unavailable_teleport_target.res | 188 +- resource/ui/build_menu/dispenser_active.res | 16 +- resource/ui/build_menu/dispenser_already_built.res | 10 +- resource/ui/build_menu/dispenser_cant_afford.res | 13 +- resource/ui/build_menu/dispenser_selectable.res | 12 +- resource/ui/build_menu/dispenser_unavailable.res | 14 +- resource/ui/build_menu/hudmenueurekaeffect.res | 228 +- resource/ui/build_menu/pipboy/HudMenuEngyBuild.res | 2 +- resource/ui/build_menu/pipboy/base_active.res | 10 +- .../pipboy/base_active_teleport_target.res | 8 +- .../ui/build_menu/pipboy/base_already_built.res | 14 +- .../pipboy/base_unavailable_teleport_target.res | 8 +- .../ui/build_menu/pipboy/hudmenueurekaeffect.res | 65 +- resource/ui/build_menu/sentry_cant_afford.res | 10 +- resource/ui/build_menu/tele_entrance_active.res | 16 +- .../ui/build_menu/tele_entrance_already_built.res | 15 +- .../ui/build_menu/tele_entrance_cant_afford.res | 15 +- .../ui/build_menu/tele_entrance_unavailable.res | 15 +- resource/ui/build_menu/tele_exit_active.res | 17 +- resource/ui/build_menu/tele_exit_already_built.res | 15 +- resource/ui/build_menu/tele_exit_cant_afford.res | 15 +- resource/ui/build_menu/tele_exit_unavailable.res | 15 +- resource/ui/charinfoarmorysubpanel.res | 67 +- resource/ui/charinfopanel.res | 38 +- resource/ui/classloadoutpanel.res | 44 +- resource/ui/compstats.res | 82 +- resource/ui/craftingpanel.res | 242 +- resource/ui/craftingstatusdialog.res | 126 +- resource/ui/destroy_menu/HudMenuEngyDestroy.res | 380 ++-- resource/ui/destroy_menu/dispenser_active.res | 178 +- resource/ui/destroy_menu/dispenser_inactive.res | 22 +- .../ui/destroy_menu/pipboy/HudMenuEngyDestroy.res | 60 +- .../ui/destroy_menu/pipboy/dispenser_inactive.res | 6 +- .../ui/destroy_menu/pipboy/sentry_inactive.res | 10 +- .../destroy_menu/pipboy/tele_entrance_inactive.res | 10 +- .../ui/destroy_menu/pipboy/tele_exit_inactive.res | 10 +- resource/ui/destroy_menu/sentry_active.res | 178 +- resource/ui/destroy_menu/sentry_inactive.res | 192 +- resource/ui/destroy_menu/tele_entrance_active.res | 178 +- .../ui/destroy_menu/tele_entrance_inactive.res | 194 +- resource/ui/destroy_menu/tele_exit_active.res | 164 +- resource/ui/destroy_menu/tele_exit_inactive.res | 194 +- resource/ui/disguise_menu/HudMenuSpyDisguise.res | 679 +++--- resource/ui/disguise_menu/demoman_blue.res | 12 +- resource/ui/disguise_menu/demoman_red.res | 6 +- resource/ui/disguise_menu/engineer_blue.res | 12 +- resource/ui/disguise_menu/engineer_red.res | 6 +- resource/ui/disguise_menu/heavy_blue.res | 12 +- resource/ui/disguise_menu/heavy_red.res | 148 +- resource/ui/disguise_menu/medic_blue.res | 12 +- resource/ui/disguise_menu/medic_red.res | 6 +- resource/ui/disguise_menu/pyro_blue.res | 12 +- resource/ui/disguise_menu/pyro_red.res | 6 +- resource/ui/disguise_menu/scout_blue.res | 12 +- resource/ui/disguise_menu/scout_red.res | 6 +- resource/ui/disguise_menu/sniper_blue.res | 14 +- resource/ui/disguise_menu/sniper_red.res | 6 +- resource/ui/disguise_menu/soldier_blue.res | 12 +- resource/ui/disguise_menu/soldier_red.res | 6 +- resource/ui/disguise_menu/spy_blue.res | 12 +- resource/ui/disguise_menu/spy_red.res | 6 +- resource/ui/econ/BackpackPanel.res | 569 ++--- .../ConfirmApplyCardUpgradeApplicationDialog.res | 371 ++-- resource/ui/econ/ConfirmApplyDecodeDialog.res | 380 ++-- resource/ui/econ/ConfirmApplyGiftWrapDialog.res | 128 +- resource/ui/econ/ConfirmApplyPaintCanDialog.res | 15 +- .../ConfirmApplyStrangePartApplicationDialog.res | 16 +- .../econ/ConfirmApplyTeamColorPaintCanDialog.res | 22 +- resource/ui/econ/ConfirmCustomizeTextureDialog.res | 865 ++++---- resource/ui/econ/ConfirmDialogAbandonNoPenalty.res | 210 +- resource/ui/econ/ConfirmDialogAbandonPenalty.res | 210 +- resource/ui/econ/ConfirmDialogAbandonSafe.res | 188 +- resource/ui/econ/ConfirmItemPreviewDialog.res | 282 +-- resource/ui/econ/ItemModelPanel.res | 42 +- resource/ui/econ/comboboxbackpackoverlaydialog.res | 8 +- resource/ui/econ/confirmapplystrangifierdialog.res | 6 +- resource/ui/econ/confirmdialogoptout.res | 202 +- resource/ui/econ/inspectionpanel.res | 4 +- resource/ui/econ/itempickuppanel.res | 33 +- resource/ui/econ/store/v2/storehome_base.res | 51 +- resource/ui/econ/store/v2/storepage.res | 74 +- resource/ui/econ/store/v2/storepanel.res | 50 +- resource/ui/econ/store/v2/storeviewcartpanel.res | 36 +- resource/ui/econ/tradingstartdialog.res | 33 +- resource/ui/flagstatus.res | 6 +- resource/ui/healthiconpanel.res | 2 +- resource/ui/hud_obj_sentrygun.res | 1 - resource/ui/hud_obj_sentrygun_disp.res | 2 +- resource/ui/hud_obj_tele.res | 1 - resource/ui/huditemeffectmeter_kartcharge.res | 2 +- resource/ui/huditemeffectmeter_killstreak.res | 176 +- resource/ui/huditemeffectmeter_pyro.res | 2 +- resource/ui/hudkillstreaknotice.res | 2 +- resource/ui/hudmatchstatus.res | 90 +- resource/ui/hudmenutauntselection.res | 36 +- resource/ui/hudminigame_base.res | 48 +- resource/ui/hudrocketpack.res | 15 +- resource/ui/hudspellselection.res | 6 +- resource/ui/itemquickswitch.res | 38 +- resource/ui/itemrenameconfirmationdialog.res | 414 ++-- resource/ui/itemrenamedialog.res | 30 +- resource/ui/itemrenameinvaliddialog.res | 366 ++-- resource/ui/itemselectionpanel.res | 42 +- resource/ui/loadoutpresetpanel.res | 30 +- resource/ui/matchmakingcasualcriteria.res | 4 +- resource/ui/matchmakingcategorypanel.res | 16 +- resource/ui/matchmakingdashboard.res | 80 +- resource/ui/matchmakingdashboardcomp.res | 12 +- resource/ui/matchmakingdashboardmvmmodeselect.res | 370 ++-- resource/ui/matchmakingdashboardplaylist.res | 75 +- resource/ui/matchmakingdashboardsidepanel.res | 112 +- resource/ui/pvprankpanel.res | 4 +- resource/ui/quickplaydialog.res | 25 +- resource/ui/replaybrowser/basepage.res | 2 +- resource/ui/replaybrowser/mainpanel.res | 22 +- resource/ui/replaybrowser/thumbnailcollection.res | 18 +- resource/ui/revivedialog.res | 106 +- resource/ui/stampdonationadd.res | 2 +- resource/ui/statsummary.res | 1170 +++------- resource/ui/statsummary_embedded.res | 936 ++------ resource/ui/steamworkshopdialog.res | 28 +- resource/ui/streamlistpanel.res | 4 +- resource/ui/streampanel.res | 11 +- resource/ui/votehud.res | 928 ++++---- resource/ui/winpanel.res | 324 +-- scripts/HudAnimations_custom.txt | 151 +- scripts/chapterbackgrounds.txt | 17 +- scripts/hudlayout.res | 743 +++---- 203 files changed, 12061 insertions(+), 13272 deletions(-) diff --git a/resource/ChatScheme.res b/resource/ChatScheme.res index 951bc52..a376d86 100644 --- a/resource/ChatScheme.res +++ b/resource/ChatScheme.res @@ -791,6 +791,6 @@ Scheme CustomFontFiles { "1" "resource/HALFLIFE2.ttf" - "2" "resource/HL2EP2.ttf" + "2" "resource/HL2EP2.ttf" } } \ No newline at end of file diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 53b97c9..fba28ce 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -3,35 +3,23 @@ // MAIN MENU "CharacterSetupButton" { - "label" "Inventory" - "command" "engine open_charinfo" + "label" "Inventory" + "command" "engine open_charinfo" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" } - "ReplayButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" - } "SettingsButton" { - "label" "Options" - "command" "OpenOptionsDialog" + "label" "Options" + "command" "OpenOptionsDialog" } "TF2SettingsButton" { - "label" "Adv. Options" - "command" "opentf2options" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -40,12 +28,10 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportBugButton" + "ReplayButton" { - "label" "" - "command" "engine bug" - "subimage" "glyph_bug" - "tooltip" "Report a Bug" + "label" "Replay" + "command" "engine replay_reloadbrowser" } "ConsoleButton" { @@ -54,21 +40,35 @@ "subimage" "glyph_options" "tooltip" "Console" } + "ReportBugButton" + { + "label" "" + "command" "engine bug" + "subimage" "glyph_bug" + "tooltip" "Report a Bug" + } + "SteamWorkshopButton" + { + "label" "" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + "tooltip" "Steam Workshop" + } "CallVoteButton" { "label" "" "command" "callvote" "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "Mute Players" + "subimage" "glyph_muted" + "tooltip" "Mute Players" } "ReportPlayerButton" { diff --git a/resource/scheme/clientscheme_borders.res b/resource/scheme/clientscheme_borders.res index a5f0b58..66737ef 100644 --- a/resource/scheme/clientscheme_borders.res +++ b/resource/scheme/clientscheme_borders.res @@ -2,8 +2,7 @@ Scheme { Borders { - // rayshud borders - ButtonHover + ButtonHover { "inset" "0 0 0 0" Left @@ -333,6 +332,7 @@ Scheme } } } + CyanBorderThick { "inset" "0 0 0 0" @@ -410,83 +410,6 @@ Scheme } } - WhiteBorderThick - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - Right - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - Top - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - Bottom - { - "1" - { - "color" "TanLight" - "offset" "0 0" - } - "2" - { - "color" "TanLight" - "offset" "1 0" - } - "3" - { - "color" "TanLight" - "offset" "2 0" - } - } - } - DarkCyanBorder { "inset" "0 0 0 0" @@ -524,117 +447,6 @@ Scheme } } - LimeGreenBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "15 255 15 255" - "offset" "0 0" - } - } - } - - PinkBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "200 75 75 255" - "offset" "0 0" - } - } - } - - PurpleBorder - { - "inset" "0 0 0 0" - Left - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - Right - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - Top - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - Bottom - { - "1" - { - "color" "200 64 255 255" - "offset" "0 0" - } - } - } - NoBorder { "inset" "0 0 0 0" @@ -734,6 +546,7 @@ Scheme "inset" "0 0 0 0" "backgroundtype" "2" } + ScrollBarButtonDepressedBorder { "inset" "0 0 0 0" @@ -745,17 +558,12 @@ Scheme "offset" "0 0" "color" "blank" } - // this is the border used for default buttons (the button that gets pressed when you hit enter) + ButtonKeyFocusBorder { "offset" "0 0" "color" "blank" } - //ButtonDepressedBorder - //{ - // "offset" "0 0" - // "color" "blank" - //} ComboBoxBorder { @@ -831,95 +639,6 @@ Scheme } } - TabsBorder - { - "inset" "0 0 1 1" - Left - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - Right - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - Top - { - "1" - { - "color" "15 255 255 255" - "offset" "0 1" - } - "2" - { - "color" "15 255 255 255" - "offset" "1 1" - } - "3" - { - "color" "15 255 255 255" - "offset" "2 1" - } - "4" - { - "color" "15 255 255 255" - "offset" "3 1" - } - "5" - { - "color" "15 255 255 255" - "offset" "4 1" - } - } - } - DarkComboBoxBorder { "inset" "0 0 1 1" @@ -1028,39 +747,20 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "loadout_round_rect_selected" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } - OutlinedBlueBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_round_rect_selected" - "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" - } + OutlinedDullGreyBox { "bordertype" "scalable_image" "backgroundtype" "2" "image" "loadout_round_rect" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - OutlinedDullBlueBox - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "loadout_round_rect" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -1070,119 +770,119 @@ Scheme "backgroundtype" "2" "image" "../hud/tournament_panel_brown" //"image" "../hud/color_panel_browner" - "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" - } - TFFatLineBorderOpaque - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "../hud/color_panel_brown_opaque" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderOpaque { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_brown_opaque" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorder { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_brown" - "src_corner_height" "23" // pixels inside the image + "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" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } + TFFatLineBorderRedBGOpaque { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_red_opaque" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderRedBGOpaque_Store { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_red_opaque" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderRedBG { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_red" - "src_corner_height" "23" // pixels inside the image + "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" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } + TFFatLineBorderRedBGMoreOpaque { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_red_more_opaque" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderBlueBG { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderBlueBGMoreOpaque { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_blu_more_opaque" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderBlueBGOpaque { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_blu_opaque" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + TFFatLineBorderClearBG { "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/color_panel_clear" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -1242,9 +942,9 @@ Scheme "backgroundtype" "2" "image" "loadout_rect" //"color" "ItemPanelBG" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } @@ -1253,9 +953,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "loadout_rect_red" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional "draw_corner_height" "11" } @@ -1265,11 +965,12 @@ Scheme "backgroundtype" "2" "image" "loadout_rect" //"color" "ItemPanelBG" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } + Econ.Button.Border.Default { "inset" "0 0 0 0" @@ -1306,6 +1007,7 @@ Scheme } } } + Econ.Button.Border.Armed { "inset" "0 0 0 0" @@ -1353,60 +1055,15 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + LoadoutItemPopupBorder { "bordertype" "scalable_image" "backgroundtype" "2" "image" "backpack_rect_mouseover_color" "color" "ItemPanelBG" - "src_corner_height" "32" // pixels inside the image - "src_corner_width" "32" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - // Collector's ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemMouseOverBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" - "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - BackpackItemGreyedOutSelectedBorder_Collectors - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" - "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } @@ -1423,6 +1080,7 @@ Scheme "draw_corner_height" "2" } + // Standard ------------------------------------------------------------------------------------------------ BackpackItemBorder { "bordertype" "scalable_image" @@ -1433,16 +1091,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemMouseOverBorder - { - "bordertype" "scalable_image" - "backgroundtype" "2" - "image" "backpack_rect_mouseover" - "src_corner_height" "24" // pixels inside the image - "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } + BackpackItemSelectedBorder { "bordertype" "scalable_image" @@ -1454,6 +1103,44 @@ Scheme "draw_corner_height" "2" } + BackpackItemMouseOverBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "60 54 53 255" + "offset" "0 0" + } + } + Right + { + "1" + { + "color" "60 54 53 255" + "offset" "0 0" + } + } + Top + { + "1" + { + "color" "60 54 53 255" + "offset" "0 0" + } + } + Bottom + { + "1" + { + "color" "60 54 53 255" + "offset" "0 0" + } + } + } + + // Unique ------------------------------------------------------------------------------------------------ BackpackItemBorder_Unique { "bordertype" "scalable_image" @@ -1465,6 +1152,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_Unique { "bordertype" "scalable_image" @@ -1476,6 +1164,8 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + + // Rarity1 ------------------------------------------------------------------------------------------------ BackpackItemBorder_1 { "bordertype" "scalable_image" @@ -1485,8 +1175,9 @@ Scheme "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } + BackpackItemMouseOverBorder_1 { "bordertype" "scalable_image" @@ -1496,8 +1187,10 @@ Scheme "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } + + // Rarity2 ------------------------------------------------------------------------------------------------ BackpackItemBorder_2 { "bordertype" "scalable_image" @@ -1509,6 +1202,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_2 { "bordertype" "scalable_image" @@ -1520,6 +1214,8 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + + // Rarity3 ------------------------------------------------------------------------------------------------ BackpackItemBorder_3 { "bordertype" "scalable_image" @@ -1531,6 +1227,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_3 { "bordertype" "scalable_image" @@ -1542,6 +1239,8 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + + // Rarity4 ------------------------------------------------------------------------------------------------ BackpackItemBorder_4 { "bordertype" "scalable_image" @@ -1553,6 +1252,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_4 { "bordertype" "scalable_image" @@ -1564,6 +1264,8 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + + // Haunted ------------------------------------------------------------------------------------------------ BackpackItemBorder_Haunted { "bordertype" "scalable_image" @@ -1575,6 +1277,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_Haunted { "bordertype" "scalable_image" @@ -1586,6 +1289,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_Haunted { "bordertype" "scalable_image" @@ -1597,6 +1301,7 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_Haunted { "bordertype" "scalable_image" @@ -1608,113 +1313,123 @@ Scheme "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - // PaintkitWeapon ------------------------------------------------------------------------------------------------ - BackpackItemBorder_PaintkitWeapon + + // Vintage ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Vintage { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorPaintkitWeapon" + "color" "QualityColorVintage" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemMouseOverBorder_PaintkitWeapon + + BackpackItemMouseOverBorder_Vintage { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorPaintkitWeapon" + "color" "QualityColorVintage" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_PaintkitWeapon + + BackpackItemGreyedOutBorder_Vintage { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorPaintkitWeapon_GreyedOut" + "color" "QualityColorVintage_GreyedOut" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_PaintkitWeapon + + BackpackItemGreyedOutSelectedBorder_Vintage { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorPaintkitWeaponGreyedOut" + "color" "QualityColorVintage_GreyedOut" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - // Collector's ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Collectors + // Community ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Community { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCollectors" + "color" "QualityColorCommunity" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Collectors + + BackpackItemMouseOverBorder_Community { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCollectors" + "color" "QualityColorCommunity" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Collectors + + BackpackItemGreyedOutBorder_Community { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" + "color" "QualityColorCommunity_GreyedOut" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Collectors + + BackpackItemGreyedOutSelectedBorder_Community { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCollectors_GreyedOut" + "color" "QualityColorCommunity_GreyedOut" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemBorder_Vintage + + // Developer ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Developer { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorVintage" + "color" "QualityColorDeveloper" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Vintage + + BackpackItemMouseOverBorder_Developer { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorVintage" + "color" "QualityColorDeveloper" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" @@ -1722,300 +1437,324 @@ Scheme "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Vintage + BackpackItemGreyedOutBorder_Developer { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorVintage_GreyedOut" + "color" "QualityColorDeveloper_GreyedOut" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Vintage + + BackpackItemGreyedOutSelectedBorder_Developer { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorVintage_GreyedOut" + "color" "QualityColorDeveloper_GreyedOut" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemBorder_Community + // SelfMade ------------------------------------------------------------------------------------------------ + BackpackItemBorder_SelfMade { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCommunity" + "color" "QualityColorSelfMade" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Community + + BackpackItemMouseOverBorder_SelfMade { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCommunity" + "color" "QualityColorSelfMade" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Community + + BackpackItemGreyedOutBorder_SelfMade { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCommunity_GreyedOut" + "color" "QualityColorSelfMade_GreyedOut" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Community + + BackpackItemGreyedOutSelectedBorder_SelfMade { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCommunity_GreyedOut" + "color" "QualityColorSelfMade_GreyedOut" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - // Developer ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Developer + + // Customized ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Customized { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorDeveloper" + "color" "QualityColorCustomized" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Developer + + BackpackItemMouseOverBorder_Customized { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorDeveloper" + "color" "QualityColorCustomized" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Developer + + BackpackItemGreyedOutBorder_Customized { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorDeveloper_GreyedOut" + "color" "QualityColorCustomized_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Developer + + BackpackItemGreyedOutSelectedBorder_Customized { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorDeveloper_GreyedOut" + "color" "QualityColorCustomized_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "2" } - // SelfMade ------------------------------------------------------------------------------------------------ - BackpackItemBorder_SelfMade + + // Strange ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Strange { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorSelfMade" + "color" "QualityColorStrange" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemMouseOverBorder_SelfMade + + BackpackItemMouseOverBorder_Strange { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorSelfMade" + "color" "QualityColorStrange" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_SelfMade + + BackpackItemGreyedOutBorder_Strange { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorSelfMade_GreyedOut" + "color" "QualityColorStrange_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_SelfMade + + BackpackItemGreyedOutSelectedBorder_Strange { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorSelfMade_GreyedOut" + "color" "QualityColorStrange_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "2" } - // Customized ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Customized + // Completed ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Completed { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCustomized" + "color" "QualityColorCompleted" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Customized + + BackpackItemMouseOverBorder_Completed { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCustomized" + "color" "QualityColorCompleted" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Customized + + BackpackItemGreyedOutBorder_Completed { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCustomized_GreyedOut" + "color" "QualityColorCompleted_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Customized + + BackpackItemGreyedOutSelectedBorder_Completed { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCustomized_GreyedOut" + "color" "QualityColorCompleted_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - // Strange ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Strange + + // PaintkitWeapon ------------------------------------------------------------------------------------------------ + BackpackItemBorder_PaintkitWeapon { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorStrange" + "color" "QualityColorPaintkitWeapon" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Strange + + BackpackItemMouseOverBorder_PaintkitWeapon { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorStrange" + "color" "QualityColorPaintkitWeapon" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Strange + + BackpackItemGreyedOutBorder_PaintkitWeapon { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorStrange_GreyedOut" + "color" "QualityColorPaintkitWeapon_GreyedOut" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Strange + + BackpackItemGreyedOutSelectedBorder_PaintkitWeapon { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorStrange_GreyedOut" + "color" "QualityColorPaintkitWeaponGreyedOut" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - // Completed ------------------------------------------------------------------------------------------------ - BackpackItemBorder_Completed + + // Collector's ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Collectors { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCompleted" + "color" "QualityColorCollectors" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - BackpackItemMouseOverBorder_Completed + + BackpackItemMouseOverBorder_Collectors { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCompleted" + "color" "QualityColorCollectors" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutBorder_Completed + + BackpackItemGreyedOutBorder_Collectors { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCompleted_GreyedOut" + "color" "QualityColorCollectors_GreyedOut" "image" "backpack_rect_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" + "draw_corner_height" "2" } - BackpackItemGreyedOutSelectedBorder_Completed + + BackpackItemGreyedOutSelectedBorder_Collectors { "bordertype" "scalable_image" "backgroundtype" "2" - "color" "QualityColorCompleted_GreyedOut" + "color" "QualityColorCollectors_GreyedOut" "image" "backpack_rect_mouseover_color" "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - // *************************************************************************** + // Rarity Default BackpackItemBorder_RarityDefault { @@ -2023,224 +1762,240 @@ Scheme "backgroundtype" "2" "color" "ItemRarityDefault" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_RarityDefault { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityDefault" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_RarityDefault { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityDefault_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_RarityDefault { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityDefault_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - // *************************************************** + BackpackItemBorder_RarityCommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityCommon" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_RarityCommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityCommon" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_RarityCommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityCommon_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_RarityCommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityCommon_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - // + BackpackItemBorder_RarityUncommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityUncommon" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_RarityUncommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityUncommon" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_RarityUncommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityUncommon_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_RarityUncommon { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityUncommon_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - //************** + BackpackItemBorder_RarityRare { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityRare" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_RarityRare { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityRare" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_RarityRare { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityRare_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_RarityRare { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityRare_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } - //****************** + BackpackItemBorder_RarityMythical { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityMythical" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_RarityMythical { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityMythical" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_RarityMythical { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityMythical_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_RarityMythical { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityMythical_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + // *************************************************** BackpackItemBorder_RarityLegendary { @@ -2248,44 +2003,48 @@ Scheme "backgroundtype" "2" "color" "ItemRarityLegendary" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemMouseOverBorder_RarityLegendary { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityLegendary" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutBorder_RarityLegendary { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityLegendary_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + BackpackItemGreyedOutSelectedBorder_RarityLegendary { "bordertype" "scalable_image" "backgroundtype" "2" "color" "ItemRarityLegendary_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } + //********************************************* BackpackItemBorder_RarityAncient { @@ -2293,9 +2052,9 @@ Scheme "backgroundtype" "2" "color" "ItemRarityAncient" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } BackpackItemMouseOverBorder_RarityAncient @@ -2304,9 +2063,9 @@ Scheme "backgroundtype" "2" "color" "ItemRarityAncient" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } BackpackItemGreyedOutBorder_RarityAncient @@ -2315,9 +2074,9 @@ Scheme "backgroundtype" "2" "color" "ItemRarityAncient_GreyedOut" "image" "backpack_rect_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } BackpackItemGreyedOutSelectedBorder_RarityAncient @@ -2326,9 +2085,9 @@ Scheme "backgroundtype" "2" "color" "ItemRarityAncient_GreyedOut" "image" "backpack_rect_mouseover_color" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional "draw_corner_height" "2" } @@ -2449,9 +2208,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "alert_rect" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -2461,9 +2220,9 @@ Scheme "backgroundtype" "2" "color" "178 83 22 255" "image" "button_glow" - "src_corner_height" "4" // pixels inside the image + "src_corner_height" "4" // pixels inside the image "src_corner_width" "4" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional "draw_corner_height" "4" } MainMenuButtonGlow2 @@ -2472,9 +2231,9 @@ Scheme "backgroundtype" "2" "color" "238 103 17 255" "image" "button_glow" - "src_corner_height" "4" // pixels inside the image + "src_corner_height" "4" // pixels inside the image "src_corner_width" "4" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional "draw_corner_height" "4" } MainMenuButtonDefault @@ -2482,9 +2241,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_central" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuButtonArmed @@ -2492,9 +2251,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_central_hover" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuButtonDisabled @@ -2502,9 +2261,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_central_disabled" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuMiniButtonDefault @@ -2512,9 +2271,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_central_adv" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuMiniButtonArmed @@ -2522,9 +2281,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_central_adv_hover" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuBGBorder @@ -2532,9 +2291,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_holder_central" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuBGBorderAlpha @@ -2542,9 +2301,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_holder_central_alpha" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuBlogTabBG @@ -2552,9 +2311,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "blog_tabby" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } MainMenuHighlightBorder @@ -2562,9 +2321,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "callout_bubble" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -2573,9 +2332,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "button_holder_central" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -2584,9 +2343,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/innershadow_border" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StoreNewBorder @@ -2594,9 +2353,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "new_corner" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StoreHighlightedBorder @@ -2604,9 +2363,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "featured_corner" - "src_corner_height" "32" // pixels inside the image + "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_width" "4" // screen size of the corners ( and sides ), proportional "draw_corner_height" "4" } StoreHighlightedBackgroundBorder @@ -2614,9 +2373,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/store_featured_item_bg01" - "src_corner_height" "80" // pixels inside the image + "src_corner_height" "80" // pixels inside the image "src_corner_width" "30" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StoreDiscountBorder @@ -2624,9 +2383,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "sale_corner" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StorePreviewBorder @@ -2634,9 +2393,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/store_inspector_bg_small" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StoreAddToCart @@ -2644,9 +2403,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/store_add_to_cart" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StorePreviewTabSelected @@ -2654,9 +2413,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/store_tab_selected" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StorePreviewTabUnselected @@ -2664,9 +2423,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/store_tab_unselected" - "src_corner_height" "32" // pixels inside the image + "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } StorePromotion @@ -2674,9 +2433,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "store/store_coupon_border" - "src_corner_height" "16" // pixels inside the image + "src_corner_height" "16" // pixels inside the image "src_corner_width" "16" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -2685,9 +2444,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "scroll_button_off" - "src_corner_height" "16" // pixels inside the image + "src_corner_height" "16" // pixels inside the image "src_corner_width" "16" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ArmoryScrollbarWell @@ -2695,9 +2454,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "scroll_well" - "src_corner_height" "16" // pixels inside the image + "src_corner_height" "16" // pixels inside the image "src_corner_width" "16" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -2708,36 +2467,36 @@ Scheme { "1" { - "color" "TanDark" - "offset" "0 1" + "color" "TanDark" + "offset" "0 1" } } Right { "1" { - "color" "TanDark" - "offset" "1 0" + "color" "TanDark" + "offset" "1 0" } } Top { "1" { - "color" "TanDark" - "offset" "0 0" + "color" "TanDark" + "offset" "0 0" } } Bottom { "1" { - "color" "TanDark" - "offset" "0 0" + "color" "TanDark" + "offset" "0 0" } } } - + SortCategoryBorder { "inset" "0 0 1 1" @@ -2745,11 +2504,11 @@ Scheme { "1" { - "color" "TanDark" - "offset" "1 0" + "color" "TanDark" + "offset" "1 0" } } - } + } SteamWorkshopBorder { @@ -2758,32 +2517,32 @@ Scheme { "1" { - "color" "TanDark" - "offset" "0 1" + "color" "TanDark" + "offset" "0 1" } } Right { "1" { - "color" "TanDark" - "offset" "1 0" + "color" "TanDark" + "offset" "1 0" } } Top { "1" { - "color" "TanDark" - "offset" "0 0" + "color" "TanDark" + "offset" "0 0" } } Bottom { "1" { - "color" "TanDark" - "offset" "0 0" + "color" "TanDark" + "offset" "0 0" } } } @@ -2793,9 +2552,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/fatlineborder_red" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayFatLineBorderOpaque @@ -2803,9 +2562,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/fatlineborder" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayGrayDialogBorder @@ -2813,9 +2572,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/graydialogborder" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayOutlinedGreyBox @@ -2823,9 +2582,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/outlinedgreybox" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayOutlinedDullGreyBox @@ -2833,9 +2592,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/dullgreybox" - "src_corner_height" "24" // pixels inside the image + "src_corner_height" "24" // pixels inside the image "src_corner_width" "24" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayThinLineBorder @@ -2844,9 +2603,9 @@ Scheme "backgroundtype" "2" "image" "../hud/tournament_panel_brown" //"image" "../hud/color_panel_browner" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayDefaultBorder @@ -2854,9 +2613,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/panel_scalable_default" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayHighlightBorder @@ -2864,9 +2623,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/panel_scalable_highlight" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayBalloonBorder @@ -2874,9 +2633,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/panel_scalable_balloon" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } ReplayBrowser.ScrollBar.SliderButton.Border @@ -2889,9 +2648,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "replay/panel_scalable_transparent" - "src_corner_height" "23" // pixels inside the image + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -2900,10 +2659,10 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/panel_scalable_red" - "src_corner_height" "23" // pixels inside the image + "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" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } BlueWithThinBorder @@ -2911,10 +2670,10 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "../hud/panel_scalable_blue" - "src_corner_height" "23" // pixels inside the image + "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" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } InnerShadowBorder @@ -2922,9 +2681,9 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "inner_shadow_border" - "src_corner_height" "5" // pixels inside the image + "src_corner_height" "5" // pixels inside the image "src_corner_width" "5" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional "draw_corner_height" "5" } InnerShadowBorderThin @@ -2965,50 +2724,50 @@ Scheme "bordertype" "scalable_image" "backgroundtype" "2" "image" "cyoa/cyoa_map_screen_border" - "src_corner_height" "63" // pixels inside the image + "src_corner_height" "63" // pixels inside the image "src_corner_width" "63" - "draw_corner_width" "26" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "26" + "draw_corner_width" "26" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "26" } CYOANodeViewBorder { "bordertype" "scalable_image" "backgroundtype" "2" "image" "cyoa/node_view_border" - "src_corner_height" "127" // pixels inside the image + "src_corner_height" "127" // pixels inside the image "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" } CYOANodeViewBorder_Active { "bordertype" "scalable_image" "backgroundtype" "2" "image" "cyoa/node_view_border_active" - "src_corner_height" "127" // pixels inside the image + "src_corner_height" "127" // pixels inside the image "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" } CYOANodeViewBorder_Inactive { "bordertype" "scalable_image" "backgroundtype" "2" "image" "cyoa/node_view_border_inactive" - "src_corner_height" "127" // pixels inside the image + "src_corner_height" "127" // pixels inside the image "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" } CYOANodeViewBorder_TurnIn { "bordertype" "scalable_image" "backgroundtype" "2" "image" "cyoa/node_view_border_turnin" - "src_corner_height" "127" // pixels inside the image + "src_corner_height" "127" // pixels inside the image "src_corner_width" "127" - "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "24" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" } CYOAPopupBorder { diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index 6309983..d0d428b 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -1,173 +1,167 @@ Scheme { Colors - { + { // HUD COLORS //--------------------------------------------- - "ColorRed" "255 0 0 255" - "ColorVermillion" "255 64 0 255" - "ColorOrange" "255 128 0 255" - "ColorYellow" "255 255 0 255" - "ColorLime" "128 255 0 255" - "ColorGreen" "0 255 0 255" - "ColorTeal" "0 255 128 255" - "ColorCyan" "0 255 255 255" - "ColorAqua" "0 128 255 255" - "ColorBlue" "0 0 255 255" - "ColorPurple" "128 0 255 255" - "ColorMagenta" "255 0 255 255" - "ColorRuby" "255 0 128 255" - "ColorBlack" "0 0 0 255" - "ColorGreyDark" "64 64 64 255" - "ColorGreyMid" "128 128 128 255" - "ColorGreyLight" "192 192 192 255" - "ColorWhite" "255 255 255 255" - "Tutorial Color" "0 255 0 128" - "TextColor" "117 107 94 255" - "DarkGrey" "27 27 27 255" - "DarkerGrey" "22 22 22 255" - "Grey" "51 47 46 255" - "DullWhite" "132 132 132 255" + "ColorRed" "255 0 0 255" + "ColorVermillion" "255 64 0 255" + "ColorOrange" "255 128 0 255" + "ColorYellow" "255 255 0 255" + "ColorLime" "128 255 0 255" + "ColorGreen" "0 255 0 255" + "ColorTeal" "0 255 128 255" + "ColorCyan" "15 255 255 255" + "ColorAqua" "0 128 255 255" + "ColorBlue" "0 0 255 255" + "ColorPurple" "128 0 255 255" + "ColorMagenta" "255 0 255 255" + "ColorRuby" "255 0 128 255" + "ColorBlack" "0 0 0 255" + "ColorGreyDark" "64 64 64 255" + "ColorGreyMid" "128 128 128 255" + "ColorGreyLight" "192 192 192 255" + "ColorWhite" "255 255 255 255" + "Grey" "51 47 46 255" + "DarkGrey" "27 27 27 255" + "DarkerGrey" "22 22 22 255" + "TextColor" "117 107 94 255" + "DullWhite" "132 132 132 255" //--------------------------------------------- // Gameplay - "Ammo In Clip" "48 255 48 255" - "Ammo In Reserve" "72 255 255 255" - "Ammo In Clip Low" "255 42 130 255" - "Ammo In Reserve Low" "255 128 28 255" - "Health Normal" "235 226 202 255" - "Health Buff" "48 255 48 255" - "Health Hurt" "255 153 0 255" - "Heal Numbers" "48 255 48 255" - "Damage Numbers" "72 255 255 255" - "Last DamageHeal Info" "72 255 255 255" - "TransparentPanelBG" "25 25 25 128" - "Base Color" "15 255 255 255" - "Button Color" "72 255 255 255" + "Ammo In Clip" "48 255 48 255" + "Ammo In Reserve" "72 255 255 255" + "Ammo In Clip Low" "255 42 130 255" + "Ammo In Reserve Low" "255 128 28 255" + "Health Normal" "235 226 202 255" + "Health Buff" "48 255 48 255" + "Health Hurt" "255 153 0 255" + "Heal Numbers" "48 255 48 255" + "Damage Numbers" "72 255 255 255" + "Last DamageHeal Info" "72 255 255 255" + "TransparentPanelBG" "25 25 25 148" + "ItemPanelBG" "50 50 50 255" + "Button Color" "72 255 255 255" //--------------------------------------------- // Crosshair Colors - "Crosshair" "242 242 242 255" - "CrosshairDamage" "255 0 0 255" - "Inactive Tab" "15 100 100 255" + "Crosshair" "242 242 242 255" + "CrosshairDamage" "255 0 0 255" //--------------------------------------------- // Ubercharge - "Uber Bar Color" "235 226 202 255" - "Solid Color Uber" "255 50 25 255" - "Flashing Uber Color1" "255 165 0 255" - "Flashing Uber Color2" "255 69 0 255" + "Uber Bar Color" "235 226 202 255" + "Solid Color Uber" "255 50 25 255" + "Flashing Uber Color1" "255 165 0 255" + "Flashing Uber Color2" "255 69 0 255" //--------------------------------------------- // Player Stats - "StatBar1" "15 255 255 128" - "StatBar2" "15 225 225 128" - "StatBar3" "15 195 195 128" - "StatBar4" "15 165 165 128" - "StatBar5" "15 135 135 128" - "StatBar6" "15 105 105 128" - "StatBar7" "15 85 85 128" - "StatBar8" "15 65 65 128" - "StatBar9" "15 45 45 128" - "ItemPanelBG" "50 50 50 255" - "Transparent" "0 0 0 0" + "StatBar1" "15 255 255 128" + "StatBar2" "15 225 225 128" + "StatBar3" "15 195 195 128" + "StatBar4" "15 165 165 128" + "StatBar5" "15 135 135 128" + "StatBar6" "15 105 105 128" + "StatBar7" "15 85 85 128" + "StatBar8" "15 65 65 128" + "StatBar9" "15 45 45 128" //--------------------------------------------- // DEFAULT COLORS //--------------------------------------------- - "Orange" "ColorCyan" - "OrangeDim" "ColorCyan" - "LightOrange" "188 112 0 128" - "GoalOrange" "255 133 0 255" - "TFOrange" "145 73 59 255" - "Purple" "137 69 99 255" - - "QuestGold" "208 147 75 255" - "HalloweenThemeColor2015_Light" "238 126 17 255" - "HalloweenThemeColor2015" "135 54 16 255" - "HalloweenThemeColor2015_Dark" "108 49 21 255" - "QuestUncommitted" "183 147 100 255" + "Orange" "ColorCyan" + "OrangeDim" "ColorCyan" + "LightOrange" "188 112 0 128" + "GoalOrange" "255 133 0 255" + "TFOrange" "145 73 59 255" + "Purple" "137 69 99 255" - "QuestMap_Bonus" "222 217 166 255" - "QuestMap_ActiveOrange" "212 127 25 255" - "QuestMap_InactiveGrey" "100 100 100 255" - "QuestMap_BGImages" "56 58 60 255" + "HalloweenThemeColor2015_Light" "238 126 17 255" + "HalloweenThemeColor2015" "135 54 16 255" + "HalloweenThemeColor2015_Dark" "108 49 21 255" - "PartyMember1" "124 173 255 255" - "PartyMember2" "99 232 167 255" - "PartyMember3" "229 255 121 255" - "PartyMember4" "232 184 99 255" - "PartyMember5" "255 118 108 255" - "PartyMember6" "255 133 255 255" - - "White" "235 235 235 255" - "Red" "192 28 0 140" - "RedSolid" "192 28 0 255" - "Blue" "0 28 162 140" - "Yellow" "251 235 202 255" - "TransparentYellow" "251 235 202 140" - //"Black" "0 0 0 255" - "GreenSolid" "76 107 34 255" - - "Black" "46 43 42 255" - "TransparentBlack" "0 0 0 196" - "TransparentLightBlack" "0 0 0 90" - "FooterBGBlack" "52 48 55 255" - - "HUDBlueTeam" "104 124 155 127" - "HUDRedTeam" "180 92 77 127" - "HUDSpectator" "124 124 124 127" - "HUDBlueTeamSolid" "104 124 155 255" - "HUDRedTeamSolid" "180 92 77 255" - "HUDDeathWarning" "255 0 0 255" - "HudWhite" "255 255 255 255" - "HudOffWhite" "200 187 161 255" - "HudBlack" "65 65 65 255" - "ProgressBarBlue" "91 122 142 255" - - "CreditsGreen" "94 150 49 255" - - "Gray" "178 178 178 255" + "QuestGold" "208 147 75 255" + "QuestUncommitted" "183 147 100 255" + "QuestMap_Bonus" "222 217 166 255" + "QuestMap_ActiveOrange" "212 127 25 255" + "QuestMap_InactiveGrey" "100 100 100 255" + "QuestMap_BGImages" "56 58 60 255" - "Blank" "0 0 0 0" - "ForTesting" "255 0 0 32" - "ForTesting_Magenta" "0 255 0 255" - "ForTesting_MagentaDim" "0 255 0 120" + "PartyMember1" "124 173 255 255" + "PartyMember2" "99 232 167 255" + "PartyMember3" "229 255 121 255" + "PartyMember4" "232 184 99 255" + "PartyMember5" "255 118 108 255" + "PartyMember6" "255 133 255 255" + + "White" "242 242 242 255" + "Red" "192 28 0 140" + "RedSolid" "192 28 0 255" + "Blue" "0 28 162 140" + "Yellow" "251 235 202 255" + "TransparentYellow" "251 235 202 140" + //"Black" "0 0 0 255" + "GreenSolid" "76 107 34 255" + + "Black" "46 43 42 255" + "Transparent" "0 0 0 0" + "TransparentBlack" "0 0 0 196" + "TransparentLightBlack" "0 0 0 90" + "FooterBGBlack" "52 48 55 255" + + "HUDBlueTeam" "104 124 155 127" + "HUDRedTeam" "180 92 77 127" + "HUDSpectator" "124 124 124 127" + "HUDBlueTeamSolid" "104 124 155 255" + "HUDRedTeamSolid" "180 92 77 255" + "HUDDeathWarning" "255 0 0 255" + "HudWhite" "255 255 255 255" + "HudOffWhite" "200 187 161 255" + //"HudBlack" "65 65 65 255" + "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" - "HudPanelForeground" "123 110 59 184" - "HudPanelBackground" "123 110 59 184" - "HudPanelBorder" "255 255 255 102" + "HudPanelForeground" "123 110 59 184" + "HudPanelBackground" "123 110 59 184" + "HudPanelBorder" "255 255 255 102" - "HudProgressBarActive" "240 207 78 255" - "HudProgressBarInActive" "140 120 73 255" - "HudProgressBarActiveLow" "240 30 30 255" - "HudProgressBarInActiveLow" "240 30 30 99" + "HudProgressBarActive" "240 207 78 255" + "HudProgressBarInActive" "140 120 73 255" + "HudProgressBarActiveLow" "240 30 30 255" + "HudProgressBarInActiveLow" "240 30 30 99" - "HudTimerProgressActive" "251 235 202 255" - "HudTimerProgressInActive" "52 48 45 255" - "HudTimerProgressWarning" "240 30 30 255" + "HudTimerProgressActive" "251 235 202 255" + "HudTimerProgressInActive" "52 48 45 255" + "HudTimerProgressWarning" "240 30 30 255" - // training - "HudTrainingHint" "212 160 23 255" + // Training + "HudTrainingHint" "212 160 23 255" - "TanDark" "117 107 94 255" - "TanLight" "235 226 202 255" - "TanDarker" "46 43 42 255" + "TanDark" "117 107 94 255" + "TanLight" "235 226 202 255" + "TanDarker" "46 43 42 255" - "StoreDarkTan" "131 121 104 255" - "StoreGreen" "76 107 34 255" + "StoreDarkTan" "131 121 104 255" + "StoreGreen" "76 107 34 255" // Building HUD Specific - "LowHealthRed" "255 0 0 255" - "ProgressOffWhite" "251 235 202 255" - "ProgressBackground" "250 234 201 51" - "HealthBgGrey" "72 71 69 255" - - "ProgressOffWhiteTransparent" "251 235 202 128" + "LowHealthRed" "255 0 0 255" + "ProgressOffWhite" "251 235 202 255" + "ProgressBackground" "250 234 201 51" + "HealthBgGrey" "72 71 69 255" - "LabelDark" "48 43 42 255" - "LabelTransparent" "109 96 80 180" + "LabelDark" "48 43 42 255" + "LabelTransparent" "109 96 80 180" - "BuildMenuActive" "248 231 198 255" + "BuildMenuActive" "248 231 198 255" - "DisguiseMenuIconRed" "192 56 63 255" - "DisguiseMenuIconBlue" "92 128 166 255" + "DisguiseMenuIconRed" "192 56 63 255" + "DisguiseMenuIconBlue" "92 128 166 255" + "ProgressOffWhiteTransparent" "251 235 202 128" "MatchmakingDialogTitleColor" "15 255 255 255" "MatchmakingMenuItemBackground" "46 43 42 255" "MatchmakingMenuItemBackgroundActive" "15 255 255 255" @@ -189,7 +183,6 @@ Scheme "ItemLimitedUse" "0 160 0 255" "ItemFlags" "117 107 94 255" "ItemLimitedQuantity" "225 209 0 255" - "QualityColorNormal" "178 178 178 255" "QualityColorrarity1" "77 116 85 255" @@ -223,6 +216,7 @@ Scheme "ItemRarityMythical_GreyedOut" "45 24 85 255" "ItemRarityLegendary_GreyedOut" "70 15 77 255" "ItemRarityAncient_GreyedOut" "78 25 25 255" + "QualityColorNormal_GreyedOut" "44 44 44 255" "QualityColorrarity1_GreyedOut" "20 29 21 255" "QualityColorrarity2_GreyedOut" "35 33 19 255" @@ -231,7 +225,7 @@ Scheme "QualityColorVintage_GreyedOut" "18 25 36 255" "QualityColorUnique_GreyedOut" "64 54 0 255" "QualityColorCommunity_GreyedOut" "28 44 19 255" - "QualityColorDeveloper_GreyedOut" "41 4 30 255" + "QualityColorDeveloper_GreyedOut" "41 4 30 255" "QualityColorSelfMade_GreyedOut" "28 44 74 255" "QualityColorCustomized_GreyedOut" "71 98 19 255" "QualityColorStrange_GreyedOut" "52 27 13 255" @@ -241,7 +235,6 @@ Scheme "QualityColorPaintkitWeapon_GreyedOut" "60 60 60 255" "SaleGreen" "76 107 34 255" - "LightRed" "200 80 60 255" "LighterRed" "220 100 80 255" "LighterDarkBrown" "59 54 48 255" @@ -258,4 +251,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 8109edd..a9d0214 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -495,200 +495,216 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "antialias" "1" } "2" { - "name" "Cerbetica_bold" - "tall" "72" - "antialias" "1" + "name" "Cerbetica_bold" + "tall" "72" + "weight" "800" + "antialias" "1" + } + } + "DefaultOutline" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "10" + "weight" "900" + "range" "0x0000 0x017F" + "outline" "1" } } "DefaultUnderline" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "500" - "underline" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "underline" "1" + "range" "0x0000 0x017F" } "2" { - "name" "Cerbetica_edited" - "tall" "11" - "range" "0x0000 0x00FF" - "weight" "800" + "name" "Cerbetica_edited" + "tall" "11" + "range" "0x0000 0x00FF" + "weight" "800" } } "DefaultSmall" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "480 599" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" } "2" { - "name" "Cerbetica_edited" - "tall" "13" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "600 767" + "name" "Cerbetica_edited" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" } "3" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "768 1023" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1024 1199" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1200 6000" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" } "6" { - "name" "Cerbetica_edited" - "tall" "12" - "range" "0x0000 0x00FF" - "weight" "0" + "name" "Cerbetica_edited" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" } } "DefaultVerySmall" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" } "2" { - "name" "Cerbetica_edited" - "tall" "12" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" } "3" { - "name" "Cerbetica_edited" - "tall" "12" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Cerbetica_edited" - "tall" "14" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Cerbetica_edited" - "tall" "16" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" } } DefaultLarge { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "480 599" } "2" { - "name" "Cerbetica_edited" - "tall" "21" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" + "name" "Cerbetica_edited" + "tall" "21" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "600 767" } "3" { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "22" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Cerbetica_edited" - "tall" "28" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "28" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Cerbetica_edited" - "tall" "30" - "weight" "900" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "30" + "weight" "900" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" } "6" { - "name" "Cerbetica_edited" - "tall" "20" - "range" "0x0000 0x00FF" - "weight" "900" + "name" "Cerbetica_edited" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "900" } "7" { - "name" "Cerbetica_edited" - "tall" "20" - "range" "0x0000 0x00FF" - "weight" "800" + "name" "Cerbetica_edited" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "800" } } CenterPrintText { - // note that this scales with the screen resolution "1" { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "900" + "antialias" "1" + "additive" "0" } } @@ -696,11 +712,11 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "6" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "6" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -708,230 +724,286 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" } } + "HudFontGiant" { "1" { - "name" "Cerbetica_edited" - "tall" "32" - "tall_lodef" "80" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "32" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "480 599" } "2" { - "name" "Cerbetica_edited" - "tall" "44" - "tall_hidef" "120" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "44" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "600 767" } "3" { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "768 1023" } "4" { - "name" "Cerbetica_edited" - "tall" "52" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "52" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "1024 1199" } "5" { - "name" "Cerbetica_edited" - "tall" "72" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "72" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "1200 10000" } } "HudFontGiantBold" { "1" { - "name" "Cerbetica_edited" - "tall" "64" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "64" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontBiggerBold" { "1" { - "name" "Cerbetica_edited" - "tall" "48" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "48" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontBig" { "1" { - "name" "Cerbetica_edited" - "tall" "44" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "44" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumBig" { "1" { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumBigBold" { "1" { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMedium" { "1" { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "32" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumSecondary" { "1" { - "name" "Cerbetica_edited" - "tall" "32" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "32" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumBold" { "1" { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "28" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumSmallBold" { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumSmall" { "1" { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "22" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontMediumSmallSecondary" { "1" { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "22" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmall" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmallishBold" { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmallBold" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmallBoldShadow" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmallest" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmallestShadow" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" } } "HudFontSmallestBold" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -939,10 +1011,11 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -950,10 +1023,10 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "additive" "0" + "antialias" "1" } } @@ -961,50 +1034,55 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "16" + //"weight" "500" + "additive" "0" + "antialias" "1" } } "FontStorePrice" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "0" + "additive" "0" + "antialias" "1" } } "FontStoreOriginalPrice" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "0" + "additive" "0" + "antialias" "1" } } "FontStorePriceSmall" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "8" + "weight" "0" + "additive" "0" + "antialias" "1" } } "FontStorePromotion" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "400" + "additive" "0" + "antialias" "1" } } @@ -1012,10 +1090,11 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -1023,103 +1102,129 @@ Scheme { "1" //[$X360] { - "bitmap" "1" - "name" "Buttons" - "scalex" "1.0" - "scalex_lodef" "0.75" - "scaley" "1.0" - "scaley_lodef" "0.75" + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" } } GameUIButtonsSmall { "1" [$X360] { - "bitmap" "1" - "name" "Buttons" - "scalex" "0.5" - "scaley" "0.5" + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" } } GameUIButtonsSmallest { "1" [$X360] { - "bitmap" "1" - "name" "Buttons" - "scalex" "0.4" - "scaley" "0.4" + "bitmap" "1" + "name" "Buttons" + "scalex" "0.4" + "scaley" "0.4" } } - "GameUIButtonText" + GameUIButtonsSteamController { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.5" + "scaley" "0.5" } } - - "HudClassHealth" + GameUIButtonsSteamControllerSmall { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "weight" "500" - "additive" "0" - "antialias" "1" + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.25" + "scaley" "0.25" } } - - "SpectatorKeyHints" + GameUIButtonsSteamControllerSmallest { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "weight" "500" - "additive" "0" - "antialias" "1" + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.15" + "scaley" "0.15" } } - - "ClockSubText" + "GameUIButtonText" { "1" { - "name" "Cerbetica_edited" - "tall" "9" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "ClockSubTextSuddenDeath" + + "HudClassHealth" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "tall_hidef" "9" - "tall_lodef" "10" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" } } - "ClockSubTextTiny" + + "SpectatorKeyHints" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "ClockSubText" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextSuddenDeath" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextTiny" { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "tall_hidef" "7" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -1127,70 +1232,62 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "15" - "weight" "700" + "name" "Cerbetica_edited" + "tall" "15" + "weight" "700" "antialias" "1" - "yres" "1 599" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "additive" "1" + "yres" "1 599" + "range" "0x0000 0x017F" + "additive" "1" } "2" { - "name" "Cerbetica_edited" - "tall" "15" [$WIN32] - "tall" "21" [$X360] - "weight" "700" + "name" "Cerbetica_edited" + "tall" "15" + "weight" "700" "antialias" "1" - "yres" "600 767" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "additive" "1" + "yres" "600 767" + "range" "0x0000 0x017F" + "additive" "1" } "3" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "900" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "900" "antialias" "1" - "yres" "768 1023" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "range" "0x0000 0x017F" } "4" { - "name" "Cerbetica_edited" - "tall" "21" - "weight" "900" + "name" "Cerbetica_edited" + "tall" "21" + "weight" "900" "antialias" "1" - "yres" "1024 1199" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "range" "0x0000 0x017F" } "5" { - "name" "Cerbetica_edited" - "tall" "24" - "weight" "1000" + "name" "Cerbetica_edited" + "tall" "24" + "weight" "1000" "antialias" "1" - "yres" "1200 10000" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 10000" + "range" "0x0000 0x017F" } } DebugOverlay { - "1" [$WIN32] - { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "outline" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - } - "1" [$X360] + "1" { - "name" "Tahoma" - "tall" "18" - "weight" "200" - "outline" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "400" + "outline" "1" + "range" "0x0000 0x017F" } } @@ -1198,10 +1295,10 @@ Scheme { "1" { - "name" "tfd" // tfd.ttf - "tall" "28" - "weight" "0" - "additive" "0" + "name" "tfd" + "tall" "28" + "weight" "0" + "additive" "0" "antialias" "1" } } @@ -1210,10 +1307,10 @@ Scheme { "1" { - "name" "Team Fortress" // tf.ttf - "tall" "28" - "weight" "0" - "additive" "1" + "name" "Team Fortress" + "tall" "28" + "weight" "0" + "additive" "1" "antialias" "1" } } @@ -1222,12 +1319,12 @@ Scheme { "1" { - "name" "Courier New" - "tall" "90" - "weight" "900" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Courier New" + "tall" "90" + "weight" "900" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } @@ -1235,19 +1332,19 @@ Scheme { "1" { - "name" "Team Fortress" // tf.ttf - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" + "name" "Team Fortress" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" } "2" { - "name" "Verdana" - "tall" "28" - "weight" "0" - "additive" "1" - "antialias" "1" + "name" "Verdana" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" } } @@ -1255,71 +1352,75 @@ Scheme { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica Bold" + "tall" "32" + "weight" "500" + "range" "0x0000 0x017F" } } "CloseCaption_Italic" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "italic" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica Bold" + "tall" "32" + "weight" "500" + "italic" "1" + "range" "0x0000 0x017F" } } "CloseCaption_Bold" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica Bold" + "tall" "32" + "weight" "900" + "range" "0x0000 0x017F" } } "CloseCaption_BoldItalic" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "italic" "1" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica Bold" + "tall" "32" + "weight" "900" + "italic" "1" + "range" "0x0000 0x017F" } } "CloseCaption_Small" { "1" { - "name" "Cerbetica Bold" - "tall" "32" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "name" "Cerbetica Bold" + "tall" "32" + "weight" "900" + "range" "0x0000 0x017F" } } - // this is the symbol font "Marlett" { "1" { - "name" "Marlett" - "tall" "20" - "weight" "0" - "symbol" "1" - "range" "0x0000 0x007F" // Basic Latin + "name" "Marlett" + "tall" "20" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" } } "MarlettSmall" { "1" { - "name" "Marlett" - "tall" "14" - "weight" "0" - "symbol" "1" - "range" "0x0000 0x007F" // Basic Latin + "name" "Marlett" + "tall" "14" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" } } @@ -1327,31 +1428,30 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "24" + "antialias" "1" + "weight" "500" } } "MenuClassBuckets" { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "tall_lodef" "14" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "11" + "antialias" "1" + "weight" "500" } } "MenuKeys" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "12" + "antialias" "1" + "weight" "500" } } @@ -1359,12 +1459,10 @@ Scheme { "1" { - "name" "Verdana" - "tall" "13" - "tall_hidef" "14" - "tall_lodef" "17" - "weight" "800" - "additive" "0" + "name" "Verdana" + "tall" "13" + "weight" "800" + "additive" "0" "antialias" "1" } } @@ -1375,8 +1473,9 @@ Scheme { "name" "Cerbetica_edited" "tall" "28" - "additive" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" + "weight" "500" } } "ChalkboardTitleBig" @@ -1385,18 +1484,20 @@ Scheme { "name" "Cerbetica_edited" "tall" "40" - "additive" "0" - "antialias" "1" + "additive" "0" + "antialias" "1" + "weight" "500" } } "ChalkboardTitleMedium" { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "24" + "additive" "0" + "antialias" "1" + "weight" "500" } } "ChalkboardText" @@ -1404,170 +1505,176 @@ Scheme "1" { "name" "Cerbetica_edited" - "tall" "14" + "tall" "14" [!$OSX] + "tall" "15" [$OSX] "additive" "0" "antialias" "1" + "weight" "500" } } + "ScoreboardSmallest" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } "ScoreboardVerySmall" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "400" + "additive" "0" + "antialias" "1" } } "ScoreboardSmall" { "1" { - "name" "Cerbetica_edited" - "tall" "13" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "13" + "weight" "400" + "additive" "0" + "antialias" "1" } } "ScoreboardMediumSmall" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "ScoreboardMedium" { "1" { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "ScoreboardTeamName" { "1" { - "name" "Cerbetica_edited" - "tall" "20" - "tall_hidef" "24" - "tall_lodef" "24" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "ScoreboardTeamCountNew" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "ScoreboardTeamNameNew" { "1" { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "ScoreboardTeamNameLarge" { "1" { - "name" "Cerbetica_edited" - "tall" "34" - "tall_hidef" "38" - "tall_lodef" "38" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "34" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "ScoreboardTeamScoreNew" { "1" { - "name" "TF2" - "tall" "36" - "tall_hidef" "48" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "TF2" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" } } "ScoreboardTeamScore" { "1" { - "name" "Cerbetica_edited" - "tall" "52" - "tall_lodef" "80" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1 599" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "52" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1 599" + "antialias" "1" } "2" { - "name" "Cerbetica_edited" - "tall" "72" - "tall_hidef" "120" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "600 767" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "72" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "600 767" + "antialias" "1" } "3" { - "name" "Cerbetica_edited" - "tall" "100" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "768 1023" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "100" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Cerbetica_edited" - "tall" "140" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1024 1199" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "140" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Cerbetica_edited" - "tall" "180" - "range" "0x0000 0x00FF" - "weight" "400" - "yres" "1200 10000" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "180" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1200 10000" + "antialias" "1" } } @@ -1575,34 +1682,34 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "36" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica Bold" + "tall" "36" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } "MatchSummaryStatsAndMedals" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" } } "MatchSummaryWinner" { "1" { - "name" "Cerbetica_edited" - "tall" "20" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "20" + "weight" "400" + "additive" "0" + "antialias" "1" } } @@ -1610,34 +1717,34 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" } - } + } "ControlPointTimer" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" } } "ControlPointTimerSmaller" { "1" { - "name" "Cerbetica_edited" - "tall" "7" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" } } @@ -1645,10 +1752,11 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "400" + "additive" "0" + "antialias" "1" } } @@ -1656,42 +1764,42 @@ Scheme { "1" { - "name" "Verdana" - "tall" "12" - "weight" "700" - "yres" "480 599" + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" "dropshadow" "0" } "2" { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "600 767" + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" "dropshadow" "0" } "3" { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "768 1023" + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" "dropshadow" "0" } "4" { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" "dropshadow" "0" } "5" { - "name" "Verdana" - "tall" "24" - "weight" "700" - "yres" "1200 10000" + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" "dropshadow" "0" } } @@ -1700,42 +1808,42 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "700" - "yres" "480 599" + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" "dropshadow" "1" } "2" { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "600 767" + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" "dropshadow" "1" } "3" { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "768 1023" + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" "dropshadow" "1" } "4" { - "name" "Verdana" - "tall" "20" - "weight" "700" - "yres" "1024 1199" + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" "dropshadow" "1" } "5" { - "name" "Verdana" - "tall" "24" - "weight" "700" - "yres" "1200 10000" + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" "dropshadow" "1" } } @@ -1743,42 +1851,42 @@ Scheme { "1" { - "name" "Verdana" - "tall" "10" - "weight" "700" - "yres" "480 599" + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "480 599" "dropshadow" "1" } "2" { - "name" "Verdana" - "tall" "10" - "weight" "700" - "yres" "600 767" + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "600 767" "dropshadow" "1" } "3" { - "name" "Verdana" - "tall" "13" - "weight" "700" - "yres" "768 1023" + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "768 1023" "dropshadow" "1" } "4" { - "name" "Verdana" - "tall" "14" - "weight" "700" - "yres" "1024 1199" + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "1024 1199" "dropshadow" "1" } "5" { - "name" "Verdana" - "tall" "15" - "weight" "700" - "yres" "1200 10000" + "name" "Verdana" + "tall" "15" + "weight" "700" + "yres" "1200 10000" "dropshadow" "1" } } @@ -1789,7 +1897,6 @@ Scheme { "name" "Arial Black" "tall" "8" - "tall_lodef" "12" "range" "0x0000 0x00FF" "weight" "300" "antialias" "1" @@ -1799,12 +1906,10 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "tall_lodef" "18" + "name" "Cerbetica_edited" + "tall" "14" "range" "0x0000 0x00FF" "weight" "300" - "weight_lodef" "600" "antialias" "1" } } @@ -1813,11 +1918,11 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "TextColor" "Black" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "range" "0x0000 0x017F" + "TextColor" "Black" "antialias" "1" } } @@ -1825,11 +1930,11 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "8" - "weight" "500" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "TextColor" "Black" + "name" "Cerbetica_edited" + "tall" "8" + "weight" "500" + "range" "0x0000 0x017F" + "TextColor" "Black" "antialias" "1" } } @@ -1838,12 +1943,10 @@ Scheme { "1" { - "name" "Verdana" - "tall" "8" - "tall_hidef" "10" - "tall_lodef" "12" - "weight" "0" - "additive" "1" + "name" "Verdana" + "tall" "8" + "weight" "0" + "additive" "1" "antialias" "1" } } @@ -1851,12 +1954,10 @@ Scheme { "1" { - "name" "Verdana" - "tall" "9" - "tall_hidef" "10" - "tall_lodef" "16" - "weight" "400" - "additive" "0" + "name" "Verdana" + "tall" "9" + "weight" "400" + "additive" "0" "antialias" "1" } } @@ -1865,11 +1966,11 @@ Scheme { "1" { - "name" "Verdana" - "tall" "11" [!$OSX] - "tall" "9" [$OSX] - "weight" "800" - "additive" "0" + "name" "Verdana" + "tall" "11" [!$OSX] + "tall" "9" [$OSX] + "weight" "800" + "additive" "0" "antialias" "1" } } @@ -1878,88 +1979,91 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" } } MatchmakingDialogSessionOptionsTitle { "1" { - "name" "Cerbetica_edited" - "tall" "30" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" } } MatchmakingDialogMenuLarge { "1" { - "name" "Cerbetica_edited" - "tall" "28" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "28" + "weight" "500" + "additive" "0" + "antialias" "1" } } MatchmakingDialogMenuBrowserHostname { - "1" // brower item hostname + "1" { - "name" "Cerbetica Bold" - "tall" "22" - "weight" "900" + "name" "Cerbetica Bold" + "tall" "22" + "weight" "900" } } MatchmakingDialogMenuBrowserDetails { - "1" // browser item players and map name + "1" { - "name" "Cerbetica Bold" - "tall" "18" - "weight" "900" + "name" "Cerbetica Bold" + "tall" "18" + "weight" "900" } - } + } MatchmakingDialogMenuMedium { "1" { - "name" "Cerbetica_edited" - "tall" "22" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "22" + "weight" "500" + "additive" "0" + "antialias" "1" } } MatchmakingDialogMenuMediumSmall { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" } } MatchmakingDialogMenuSmall { "1" { - "name" "Verdana" - "tall" "22" - "tall_lodef" "18" - "weight" "900" + "name" "Verdana" + "tall" "22" + "weight" "900" } } MatchmakingDialogMenuSmallest { "1" { - "name" "Verdana" - "tall" "18" - "tall_lodef" "18" - "weight" "900" + "name" "Verdana" + "tall" "18" + "weight" "900" } } @@ -1967,9 +2071,9 @@ Scheme { "1" { - "name" "Verdana" - "tall" "15" - "weight" "900" + "name" "Verdana" + "tall" "15" + "weight" "900" } } @@ -1977,20 +2081,21 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "36" - "additive" "0" - "antialias" "1" - } - } - "TeamMenu" + "name" "Cerbetica_edited" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "TeamMenu" { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "weight" "600" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "11" + "weight" "600" + "additive" "0" "antialias" "1" } } @@ -1999,10 +2104,10 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "400" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "400" + "additive" "0" "antialias" "1" } } @@ -2011,21 +2116,32 @@ Scheme { "1" { - "name" "Cerbetica Bold" - "tall" "14" - "weight" "900" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "14" + "weight" "900" + "antialias" "1" } } + "ImportToolSmallestBold" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "600" + "additive" "0" + "antialias" "1" + } + } "ImportToolSmallest" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "500" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "500" + "additive" "0" "antialias" "1" } } @@ -2034,12 +2150,12 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "additive" "0" - "dropshadow""1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "400" + "additive" "0" + "dropshadow" "1" + "antialias" "1" } } @@ -2048,123 +2164,139 @@ Scheme { "1" { - "name" "Verdana" - "tall" "10" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" - "antialias" "1" + "name" "Verdana" + "tall" "10" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + "antialias" "1" } "2" { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 1199" - "antialias" "1" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 1199" + "antialias" "1" } "3" { - "name" "Verdana" - "tall" "15" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Verdana" + "tall" "15" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" } } "ItemFontNameSmallest" { - "1" + "1" { - - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" } } "ItemFontNameSmall" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "13" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "13" + "weight" "500" + "additive" "0" + "antialias" "1" } } "ItemFontNameLarge" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } "ItemFontNameLarger" { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" } } "ItemFontAttribSmallest" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "10" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" } } ItemFontAttribSmallv2 { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "antialias" "1" - "weight" "500" + "name" "Cerbetica_edited" + "tall" "11" + "antialias" "1" + "weight" "500" } } "ItemFontAttribSmall" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" } - } + } "ItemFontAttribLarge" { - "1" + "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" } } "ItemFontAttribLarger" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "500" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemMeterFontSmall" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "6" + "weight" "500" + "additive" "0" "antialias" "1" } } @@ -2173,19 +2305,21 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "9" - "additive" "0" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" } } "AchievementTracker_NameGlow" { "1" { - "name" "Cerbetica_edited" - "tall" "9" - "additive" "1" + "name" "Cerbetica_edited" + "tall" "9" + "weight" "500" + "additive" "1" "antialias" "1" } } @@ -2193,9 +2327,10 @@ Scheme { "1" { - "name" "Verdana" - "tall" "7" - "additive" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "additive" "1" "antialias" "1" } } @@ -2204,10 +2339,10 @@ Scheme { "1" { - "name" "Verdana" - "tall" "7" - "weight" "0" - "additive" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "additive" "1" "antialias" "1" } } @@ -2215,9 +2350,9 @@ Scheme { "1" { - "name" "Verdana" - "tall" "7" - "weight" "0" + "name" "Verdana" + "tall" "7" + "weight" "0" "antialias" "1" } } @@ -2225,220 +2360,221 @@ Scheme { "1" { - "name" "Verdana" - "tall" "7" - "weight" "0" - "blur" "3" - "additive" "1" + "name" "Verdana" + "tall" "7" + "weight" "0" + "blur" "3" + "additive" "1" + "antialias" "1" + "custom" "1" + } + } + + "ItemTrackerScore_InGame" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" "antialias" "1" - "custom" "1" } } + "QuestFlavorText" { "1" { - "name" "ocra" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" + "name" "ocra" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" } "2" { - "name" "ocra" - "tall" "14" - "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" + "name" "ocra" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" } "3" { - "name" "ocra" - "tall" "18" - "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "name" "ocra" + "tall" "18" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } "QuestObjectiveText" { "1" { - "name" "ocra" - "tall" "10" - "weight" "800" - "yres" "480 599" - "additive" "0" - "antialias" "1" + "name" "ocra" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" } "2" { - "name" "ocra" - "tall" "14" - "weight" "800" - "additive" "0" - "yres" "600 1023" - "antialias" "1" + "name" "ocra" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" } "3" { - "name" "ocra" - "tall" "18" - "weight" "800" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "name" "ocra" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } "QuestLargeText" { "1" { - "name" "ocra" - "tall" "16" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "ocra" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" } } "QuestStickyText" { "1" { - "name" "TF2 Professor" - "tall" "20" - "antialias" "1" + "name" "TF2 Professor" + "tall" "20" + "antialias" "1" "custom" "1" [$OSX] - "weight" "500" + "weight" "500" } } "QuestInstructionText_Merasmus" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" } "2" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" } "3" { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } "QuestFlavorText_Merasmus" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "400" - "yres" "480 599" - "additive" "0" - "antialias" "1" - "italic" "1" + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + "italic" "1" } "2" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "400" - "additive" "0" - "yres" "600 1023" - "antialias" "1" - "italic" "1" + "name" "TF2 Secondary" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + "italic" "1" } "3" { - "name" "Cerbetica_edited" - "tall" "22" - "weight" "400" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" - "italic" "1" + "name" "TF2 Secondary" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + "italic" "1" } } "QuestObjectiveText_Merasmus" { "1" { - "name" "Cerbetica_edited" - "tall" "10" - "weight" "800" - "yres" "480 599" - "additive" "0" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" } "2" { - "name" "Cerbetica_edited" - "tall" "14" - "weight" "800" - "additive" "0" - "yres" "600 1023" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" } "3" { - "name" "Cerbetica_edited" - "tall" "18" - "weight" "800" - "additive" "0" - "yres" "1024 6000" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" } } "QuestMediumText_Merasmus" { "1" { - "name" "Cerbetica_edited" - "tall" "13" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "13" + "weight" "400" + "additive" "0" + "antialias" "1" } } "QuestLargeText_Merasmus" { "1" { - "name" "Cerbetica_edited" - "tall" "16" - "weight" "400" - "additive" "0" - "antialias" "1" - } - } - - "ItemTrackerScore_InGame" - { - "1" - { - "name" "Verdana" - "tall" "7" - "weight" "0" + "name" "TF2 Secondary" + "tall" "16" + "weight" "400" + "additive" "0" "antialias" "1" } } @@ -2447,32 +2583,31 @@ Scheme { "1" { - "name" "TF2 Secondary" - "tall" "10" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" } } - "AdFont_AdText" { "1" { - "name" "Verdana" - "tall" "8" - "weight" "400" - "additive" "0" - "antialias" "1" + "name" "Verdana" + "tall" "8" + "weight" "400" + "additive" "0" + "antialias" "1" } } "AdFont_PurchaseButton" { "1" { - "name" "Verdana" - "tall" "8" - "weight" "0" + "name" "Verdana" + "tall" "8" + "weight" "0" "antialias" "1" } } @@ -2481,81 +2616,81 @@ Scheme { "1" { - "name" "Verdana" - "tall" "8" - "weight" "400" - "antialias" "1" - "additive" "0" + "name" "Verdana" + "tall" "8" + "weight" "400" + "antialias" "1" + "additive" "0" } } "TradeUp_Quote" { "1" { - "name" "Trebuchet MS" - "tall" "9" - "weight" "400" - "antialias" "1" - "additive" "0" - "italic" "1" + "name" "Trebuchet MS" + "tall" "9" + "weight" "400" + "antialias" "1" + "additive" "0" + "italic" "1" } } - // + //////////////////// REPLAY FONTS ////////////////////////////// - // "ReplayVerySmall" { "1" { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" } "2" { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" } "3" { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Verdana" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" } } "ReplayBrowserSmallest" { "1" { - "name" "Cerbetica_edited" - "tall" "12" - "additive" "1" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "1" "antialias" "1" } } @@ -2563,51 +2698,51 @@ Scheme { "1" { - "name" "Verdana" - "tall" "12" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "480 599" + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" } "2" { - "name" "Verdana" - "tall" "13" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "600 767" + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" } "3" { - "name" "Verdana" - "tall" "14" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "768 1023" - "antialias" "1" + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Verdana" - "tall" "20" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1024 1199" - "antialias" "1" + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Verdana" - "tall" "22" - "weight" "0" - "range" "0x0000 0x017F" - "yres" "1200 6000" - "antialias" "1" + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" } "6" { - "name" "Arial" - "tall" "12" + "name" "Arial" + "tall" "12" "range" "0x0000 0x00FF" "weight" "0" } @@ -2616,75 +2751,79 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "11" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "11" + "weight" "500" + "additive" "1" + "antialias" "1" } } "ReplayMedium" { "1" { - "name" "Cerbetica_edited" - "tall" "14" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "14" + "weight" "500" + "additive" "1" + "antialias" "1" } } "ReplayMediumBig" { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "1" + "antialias" "1" } } "ReplayBrowserTab" { "1" { - "name" "Cerbetica_edited" - "tall" "24" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "24" + "weight" "500" + "additive" "1" + "antialias" "1" } } "ReplayLarger" { "1" { - "name" "Cerbetica_edited" - "tall" "18" - "additive" "1" - "antialias" "1" + "name" "Cerbetica_edited" + "tall" "18" + "weight" "500" + "additive" "1" + "antialias" "1" } } - // + //////////////////// ECON FONTS ////////////////////////////// - // "EconFontSmall" { "1" { - "name" "Cerbetica Bold" - "tall" "14" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" } } "EconFontMedium" { "1" { - "name" "Cerbetica Bold" - "tall" "24" - "weight" "500" - "additive" "0" - "antialias" "1" + "name" "Cerbetica Bold" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -2692,12 +2831,12 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "15" - "weight" "500" - "range" "0x0000 0x007F" // Basic Latin - "antialias" "1" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "15" + "weight" "500" + "range" "0x0000 0x007F" + "antialias" "1" + "additive" "0" } } @@ -2705,23 +2844,60 @@ Scheme { "1" { - "name" "Cerbetica_edited" - "tall" "9" - "weight" "400" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "9" + "weight" "400" + "additive" "0" "antialias" "1" } } - "TF2ComboBox" + "XPSource" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "11" + "weight" "500" + "antialias" "1" + "custom" "1" + } + } + "XPSource_Glow" + { + "1" + { + "name" "Cerbetica_edited" + "tall" "11" + "weight" "500" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "MapVotesPercentage" { "1" { - "name" "TF2 Secondary" - "tall" "11" - "weight" "500" - "additive" "0" + "name" "Cerbetica_edited" + "tall" "12" + "weight" "500" + "additive" "0" "antialias" "1" + "dropshadow" "1" + } + } + + "TF2ComboBox" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -2795,33 +2971,33 @@ Scheme "2" "resource/tfd.ttf" "3" { - "font" "resource/TF2.ttf" - "name" "TF2" + "font" "resource/TF2.ttf" + "name" "TF2" } "4" { - "font" "resource/TF2Secondary.ttf" - "name" "TF2 Secondary" + "font" "resource/TF2Secondary.ttf" + "name" "TF2 Secondary" } "5" { - "font" "resource/TF2Professor.ttf" - "name" "TF2 Professor" + "font" "resource/TF2Professor.ttf" + "name" "TF2 Professor" } "6" { - "font" "resource/TF2Build.ttf" - "name" "TF2 Build" + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" } "7" { - "font" "resource/fonts/Cerbetica_bold.otf" - "name" "Cerbetica Bold" + "font" "resource/fonts/Cerbetica_bold.otf" + "name" "Cerbetica Bold" } "8" { - "font" "resource/fonts/Cerbetica.otf" - "name" "Cerbetica" + "font" "resource/fonts/Cerbetica.otf" + "name" "Cerbetica" } } } \ No newline at end of file diff --git a/resource/scheme/clientscheme_settings.res b/resource/scheme/clientscheme_settings.res index 61656ce..d0cd65e 100644 --- a/resource/scheme/clientscheme_settings.res +++ b/resource/scheme/clientscheme_settings.res @@ -2,7 +2,6 @@ Scheme { BaseSettings { - // vgui_controls color specifications ReplayBrowser.BgColor "DarkBrown" ReplayBrowser.Details.TitleEdit.Carat.FgColor "200 128 255 255" ReplayBrowser.Button.ArmedBgColor "TFOrange" @@ -14,221 +13,219 @@ Scheme ReplayBrowser.Search.FgColor "White" Replay.RenderDialog.BgColor "30 30 30 255" - Econ.Dialog.BgColor "Blank" - Econ.Button.BgColor "25 25 25 255" - Econ.Button.FgColor "TanDark" - Econ.Button.ArmedBgColor "35 35 35 255" - Econ.Button.ArmedFgColor "TanLight" - Econ.Button.DepressedBgColor "25 25 25 255" - Econ.Button.DepressedFgColor "TanDark" - Econ.Button.PresetDefaultColorFg "15 255 255 255" - Econ.Button.PresetArmedColorFg "15 255 255 255" - Econ.Button.PresetDepressedColorFg "15 255 255 255" - Econ.Button.PresetDefaultColorBg "25 25 25 255" - Econ.Button.PresetArmedColorBg "50 50 50 255" - Econ.Button.PresetDepressedColorBg "25 25 25 255" - - Border.Bright "NoBorder" // the lit side of a control - Border.Dark "NoBorder" // the dark/unlit side of a control - Border.Selection "NoBorder" // the additional border color for displaying the default/selected button - - Button.TextColor "TanLight" - Button.BgColor "25 25 25 255" - Button.ArmedTextColor "TanLight" - Button.ArmedBgColor "35 35 35 255" - Button.SelectedTextColor "TanLight" - Button.SelectedBgColor "25 25 25 255" - Button.DepressedTextColor "TanLight" - Button.DepressedBgColor "35 35 35 255" - - CheckButton.TextColor "Yellow" - CheckButton.SelectedTextColor "Yellow" - CheckButton.BgColor "TransparentBlack" - CheckButton.Border1 "Yellow" // the left checkbutton border - CheckButton.Border2 "Yellow" // the right checkbutton border - CheckButton.Check "Yellow" // color of the check itself - CheckButton.HighlightFgColor "Yellow" - - ComboBoxButton.ArrowColor "TanLight" - ComboBoxButton.ArmedArrowColor "TanLight" - ComboBoxButton.BgColor "Blank" - ComboBoxButton.DisabledBgColor "Blank" - - Frame.BgColor "TransparentBlack" - Frame.OutOfFocusBgColor "TransparentBlack" - Frame.FocusTransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on focus/out of focus - Frame.TransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on open/close - Frame.FocusTransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on focus/out of focus - Frame.TransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on open/close - Frame.AutoSnapRange "0" - FrameGrip.Color1 "Blank" - FrameGrip.Color2 "Blank" - FrameTitleButton.FgColor "Blank" - FrameTitleButton.BgColor "Blank" - FrameTitleButton.DisabledFgColor "Blank" - FrameTitleButton.DisabledBgColor "Blank" - FrameSystemButton.FgColor "Blank" - FrameSystemButton.BgColor "Blank" - FrameSystemButton.Icon "" - FrameSystemButton.DisabledIcon "" - FrameTitleBar.TextColor "Orange" - FrameTitleBar.BgColor "Blank" - FrameTitleBar.DisabledTextColor "Orange" - FrameTitleBar.DisabledBgColor "Blank" - - GraphPanel.FgColor "Orange" - GraphPanel.BgColor "TransparentBlack" - - Label.TextDullColor "TanDark" - Label.TextColor "TanLight" - Label.TextBrightColor "TanLight" - Label.SelectedTextColor "White" - Label.BgColor "Blank" - Label.DisabledFgColor1 "Blank" - Label.DisabledFgColor2 "Black" - - ListPanel.TextColor "Orange" - ListPanel.BgColor "TransparentBlack" - ListPanel.SelectedTextColor "Black" - ListPanel.SelectedBgColor "Red" - ListPanel.SelectedOutOfFocusBgColor "Red" - ListPanel.EmptyListInfoTextColor "Orange" - - Menu.TextColor "TanLight" - Menu.BgColor "TransparentBlack" - Menu.ArmedTextColor "TanDark" - Menu.ArmedBgColor "TanLight" - Menu.TextInset "6" - - Chat.TypingText "Orange" - - Panel.FgColor "Gray" - Panel.BgColor "Blank" - - HTML.BgColor "Blank" - - ProgressBar.FgColor "ProgressOffWhite" - ProgressBar.BgColor "ProgressBackground" - - CircularProgressBar.FgColor "White" - CircularProgressBar.BgColor "White" - - "BuildingHealthBar.BgColor" "HealthBgGrey" - "BuildingHealthBar.Health" "ProgressOffWhite" - "BuildingHealthBar.LowHealth" "LowHealthRed" - - PropertySheet.TextColor "White" - PropertySheet.SelectedTextColor "White" - PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another - - RadioButton.TextColor "ColorCyan" - RadioButton.SelectedTextColor "Orange" - - RichText.TextColor "Gray" - RichText.BgColor "Blank" - RichText.SelectedTextColor "Gray" - RichText.SelectedBgColor "Red" - - ScrollBarButton.FgColor "Gray" - ScrollBarButton.BgColor "Blank" - ScrollBarButton.ArmedFgColor "Gray" - ScrollBarButton.ArmedBgColor "Blank" - ScrollBarButton.DepressedFgColor "Black" - ScrollBarButton.DepressedBgColor "Blank" - - ScrollBarSlider.FgColor "Gray" // nob color - ScrollBarSlider.BgColor "Blank" // slider background color - - SectionedListPanel.HeaderTextColor "White" - SectionedListPanel.HeaderBgColor "Blank" - SectionedListPanel.DividerColor "Black" - SectionedListPanel.TextColor "White" - SectionedListPanel.BgColor "TransparentLightBlack" - SectionedListPanel.BrightTextColor "White" - SectionedListPanel.SelectedTextColor "Black" - SectionedListPanel.SelectedBgColor "Red" + Econ.Dialog.BgColor "Blank" + Econ.Button.BgColor "25 25 25 255" + Econ.Button.FgColor "TanDark" + Econ.Button.ArmedBgColor "35 35 35 255" + Econ.Button.ArmedFgColor "TanLight" + Econ.Button.DepressedBgColor "25 25 25 255" + Econ.Button.DepressedFgColor "TanDark" + Econ.Button.PresetDefaultColorFg "15 255 255 255" + Econ.Button.PresetArmedColorFg "15 255 255 255" + Econ.Button.PresetDepressedColorFg "15 255 255 255" + Econ.Button.PresetDefaultColorBg "25 25 25 255" + Econ.Button.PresetArmedColorBg "50 50 50 255" + Econ.Button.PresetDepressedColorBg "25 25 25 255" + + Border.Bright "NoBorder" + Border.Dark "NoBorder" + Border.Selection "NoBorder" + + Button.TextColor "TanLight" + Button.BgColor "25 25 25 255" + Button.ArmedTextColor "TanLight" + Button.ArmedBgColor "35 35 35 255" + Button.SelectedTextColor "TanLight" + Button.SelectedBgColor "25 25 25 255" + Button.DepressedTextColor "TanLight" + Button.DepressedBgColor "35 35 35 255" + + CheckButton.TextColor "Yellow" + CheckButton.SelectedTextColor "Yellow" + CheckButton.BgColor "TransparentBlack" + CheckButton.Border1 "Yellow" // the left checkbutton border + CheckButton.Border2 "Yellow" // the right checkbutton border + CheckButton.Check "Yellow" // color of the check itself + CheckButton.HighlightFgColor "Yellow" + + ComboBoxButton.ArrowColor "TanLight" + ComboBoxButton.ArmedArrowColor "TanLight" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + Frame.BgColor "TransparentBlack" + Frame.OutOfFocusBgColor "TransparentBlack" + Frame.FocusTransitionEffectTime "0.0" + Frame.TransitionEffectTime "0.0" + Frame.AutoSnapRange "0" + FrameGrip.Color1 "Blank" + FrameGrip.Color2 "Blank" + FrameTitleButton.FgColor "Blank" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "Blank" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.TextColor "Orange" + FrameTitleBar.BgColor "Blank" + FrameTitleBar.DisabledTextColor "Orange" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "Orange" + GraphPanel.BgColor "TransparentBlack" + + Label.TextDullColor "TanDark" + Label.TextColor "TanLight" + Label.TextBrightColor "TanLight" + Label.SelectedTextColor "White" + Label.BgColor "Blank" + Label.DisabledFgColor1 "Blank" + Label.DisabledFgColor2 "Black" + + ListPanel.TextColor "Orange" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedTextColor "Black" + ListPanel.SelectedBgColor "Red" + ListPanel.SelectedOutOfFocusBgColor "Red" + ListPanel.EmptyListInfoTextColor "Orange" + + Menu.TextColor "TanLight" + Menu.BgColor "TransparentBlack" + Menu.ArmedTextColor "TanDark" + Menu.ArmedBgColor "TanLight" + Menu.TextInset "6" + + Chat.TypingText "Orange" + + Panel.FgColor "Gray" + Panel.BgColor "Blank" + + HTML.BgColor "Blank" + + ProgressBar.FgColor "ProgressOffWhite" + ProgressBar.BgColor "ProgressBackground" + + CircularProgressBar.FgColor "White" + CircularProgressBar.BgColor "White" + + "BuildingHealthBar.BgColor" "HealthBgGrey" + "BuildingHealthBar.Health" "ProgressOffWhite" + "BuildingHealthBar.LowHealth" "LowHealthRed" + + PropertySheet.TextColor "White" + PropertySheet.SelectedTextColor "White" + PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another + + RadioButton.TextColor "ColorCyan" + RadioButton.SelectedTextColor "Orange" + + RichText.TextColor "Gray" + RichText.BgColor "Blank" + RichText.SelectedTextColor "Gray" + RichText.SelectedBgColor "Red" + + ScrollBarButton.FgColor "Gray" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "Gray" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "Black" + ScrollBarButton.DepressedBgColor "Blank" + + ScrollBarSlider.FgColor "Gray" // nob color + ScrollBarSlider.BgColor "Blank" // slider background color + + SectionedListPanel.HeaderTextColor "White" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "White" + SectionedListPanel.BrightTextColor "White" + SectionedListPanel.BgColor "TransparentLightBlack" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Red" SectionedListPanel.OutOfFocusSelectedTextColor "Orange" SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32" - - Slider.NobColor "108 108 108 255" - Slider.TextColor "127 140 127 255" - Slider.TrackColor "31 31 31 255" - Slider.DisabledTextColor1 "117 117 117 255" - Slider.DisabledTextColor2 "30 30 30 255" - - TextEntry.TextColor "Gray" - TextEntry.BgColor "Blank" - TextEntry.CursorColor "Gray" - TextEntry.DisabledTextColor "Gray" - TextEntry.DisabledBgColor "Blank" - TextEntry.SelectedTextColor "TanLight" - TextEntry.SelectedBgColor "Gray" - TextEntry.OutOfFocusSelectedBgColor "Blank" - TextEntry.FocusEdgeColor "Blank" - - ToggleButton.SelectedTextColor "White" - - Tooltip.TextColor "TransparentBlack" - Tooltip.BgColor "Red" - - TreeView.BgColor "TransparentBlack" - - WizardSubPanel.BgColor "Blank" - - TimerProgress.Active "HudTimerProgressActive" - TimerProgress.InActive "HudTimerProgressInActive" - TimerProgress.Warning "HudTimerProgressWarning" - - HudObjectives.FgColor "HudPanelForeground" - HudObjectives.BgColor "HudPanelBackground" - HudObjectives.BorderColor "HudPanelBorder" - - HudProgressBar.Active "HudProgressBarActive" - HudProgressBar.InActive "HudProgressBarInActive" - - HudCaptureIcon.Active "HudProgressBarActive" - HudCaptureIcon.InActive "HudProgressBarInActive" - HudCaptureProgressBar.Active "HudProgressBarActive" - HudCaptureProgressBar.InActive "HudProgressBarInActive" - + + Slider.NobColor "108 108 108 255" + Slider.TextColor "127 140 127 255" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" + + TextEntry.TextColor "Gray" + TextEntry.BgColor "Blank" + TextEntry.CursorColor "Gray" + TextEntry.DisabledTextColor "Gray" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "TanLight" + TextEntry.SelectedBgColor "Gray" + TextEntry.OutOfFocusSelectedBgColor "Blank" + TextEntry.FocusEdgeColor "Blank" + + ToggleButton.SelectedTextColor "White" + + Tooltip.TextColor "TransparentBlack" + Tooltip.BgColor "Red" + + TreeView.BgColor "TransparentBlack" + + WizardSubPanel.BgColor "Blank" + + TimerProgress.Active "HudTimerProgressActive" + TimerProgress.InActive "HudTimerProgressInActive" + TimerProgress.Warning "HudTimerProgressWarning" + + HudObjectives.FgColor "HudPanelForeground" + HudObjectives.BgColor "HudPanelBackground" + HudObjectives.BorderColor "HudPanelBorder" + + HudProgressBar.Active "HudProgressBarActive" + HudProgressBar.InActive "HudProgressBarInActive" + + HudCaptureIcon.Active "HudProgressBarActive" + HudCaptureIcon.InActive "HudProgressBarInActive" + HudCaptureProgressBar.Active "HudProgressBarActive" + HudCaptureProgressBar.InActive "HudProgressBarInActive" + // Scheme-Specific Colors - "FgColor" "255 180 60 255" - "BgColor" "TransparentBlack" - - "ViewportBG" "Blank" - "TeamSpec" "204 204 204 255" - "TeamRed" "255 64 64 255" - "TeamBlue" "153 204 255 255" - - "MapDescriptionText" "Gray" // the text used in the map description window - "HudIcon_Green" "0 160 0 255" - "HudIcon_Red" "160 0 0 255" - + "FgColor" "255 180 60 255" + "BgColor" "TransparentBlack" + + "ViewportBG" "Blank" + "TeamSpec" "204 204 204 255" + "TeamRed" "255 64 64 255" + "TeamBlue" "153 204 255 255" + + "MapDescriptionText" "Gray" // the text used in the map description window + "HudIcon_Green" "0 160 0 255" + "HudIcon_Red" "160 0 0 255" + // CHudMenu - "ItemColor" "255 167 42 200" // default 255 167 42 255 - "MenuColor" "233 208 173 255" - "MenuBoxBg" "0 0 0 100" - + "ItemColor" "255 167 42 200" // default 255 167 42 255 + "MenuColor" "233 208 173 255" + "MenuBoxBg" "0 0 0 100" + // Weapon Selection Colors - "SelectionNumberFg" "251 235 202 255" - "SelectionTextFg" "251 235 202 255" - "SelectionEmptyBoxBg" "0 0 0 80" - "SelectionBoxBg" "0 0 0 80" - "SelectionSelectedBoxBg" "0 0 0 190" - - // Hint message colors - "HintMessageFg" "255 255 255 255" - "HintMessageBg" "0 0 0 60" - - "ProgressBarFg" "255 30 13 255" - + "SelectionNumberFg" "251 235 202 255" + "SelectionTextFg" "251 235 202 255" + "SelectionEmptyBoxBg" "0 0 0 80" + "SelectionBoxBg" "0 0 0 80" + "SelectionSelectedBoxBg" "0 0 0 190" + + // Hint Message Colors + "HintMessageFg" "255 255 255 255" + "HintMessageBg" "0 0 0 60" + + "ProgressBarFg" "255 30 13 255" + // Top-left corner of the menu on the main screen - "Main.Menu.X" "32" - "Main.Menu.Y" "248" - + "Main.Menu.X" "32" + "Main.Menu.Y" "248" + // Blank space to leave beneath the menu on the main screen - "Main.BottomBorder" "32" + "Main.BottomBorder" "32" - "VguiScreenCursor" "255 208 64 255" + "VguiScreenCursor" "255 208 64 255" } } \ No newline at end of file diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index b45c80b..a50d579 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -1527,25 +1527,25 @@ Scheme CustomFontFiles { - "110" // Fog's xHairs + "110" // Knuckles Crosses { - "font" "resource/fonts/crosshairs.ttf" - "name" "Crosshairs" + "font" "resource/fonts/KnucklesCrosses.ttf" + "name" "KnucklesCrosses" } - "111" // Thin Cross + "111" // Fog's xHairs { - "font" "resource/fonts/Symbol.ttf" - "name" "Symbol" + "font" "resource/fonts/crosshairs.ttf" + "name" "Crosshairs" } - "112" // Konr Wings + "112" // Thin Cross { - "font" "resource/fonts/Garm3nFont.ttf" - "name" "Garm3nFont" + "font" "resource/fonts/Symbol.ttf" + "name" "Symbol" } - "113" + "113" // Konr Wings { - "font" "resource/fonts/KnucklesCrosses.ttf" - "name" "KnucklesCrosses" + "font" "resource/fonts/Garm3nFont.ttf" + "name" "Garm3nFont" } } } \ No newline at end of file diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index 989b240..aaa121b 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -4,12 +4,13 @@ Scheme { Colors { - // rayshud + // HUD COLORS + //--------------------------------------------- "White" "255 255 255 255" "OffWhite" "200 200 200 255" "DullWhite" "142 142 142 255" "TransparentBlack" "0 0 0 128" - "Black" "10 10 10 255" + "Black" "10 10 10 255" "Blank" "0 0 0 0" "RaysPrimary" "15 255 255 255" "RaysPrimaryLight" "0 255 255 255" @@ -18,18 +19,19 @@ Scheme "RaysBlackTrans" "15 15 15 190" "RaysButtonHover" "12 52 85 128" - // TF2 + // BASE COLORS + //--------------------------------------------- "TFDarkBrown" "60 56 53 255" "TFDarkBrownTransparent" "60 56 53 190" "TFTanBright" "236 227 203 150" "TFTanLight" "201 188 162 150" "TFTanMedium" "131 121 104 150" - + "TFTanLightBright" "229 223 211 90" "TFTanLightDark" "96 90 78 90" - + "TFOrangeBright" "156 82 33 255" - + "TFTextBright" "251 236 203 150" "TFTextLight" "201 188 162 255" "TFTextMedium" "131 121 104 255" @@ -41,7 +43,7 @@ Scheme "QuickListBGDeselected" "69 64 58 255" "QuickListBGSelected" "131 121 104 150" - + "Blank" "0 0 0 0" "ControlBG" "76 88 68 255" // background color of controls @@ -76,7 +78,7 @@ Scheme CheckButton.Border1 "Black" CheckButton.Border2 "Black" CheckButton.Check "White" - CheckButton.DisabledBgColor "Blank" + CheckButton.DisabledBgColor "Blank" ToggleButton.SelectedTextColor "TFTextBright" @@ -106,41 +108,41 @@ Scheme Label.DisabledFgColor1 "117 117 117 255" Label.DisabledFgColor2 "30 30 30 255" - ListPanel.TextColor "OffWhite" - ListPanel.BgColor "TransparentBlack" - ListPanel.SelectedBgColor "RaysPrimary" + ListPanel.TextColor "OffWhite" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedBgColor "RaysPrimary" ListPanel.SelectedOutOfFocusBgColor "100 100 100 128" - MainMenu.TextColor "White" - MainMenu.ArmedTextColor "RaysPrimary" - MainMenu.Inset "32" + MainMenu.TextColor "White" + MainMenu.ArmedTextColor "RaysPrimary" + 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.TextInset "6" + Menu.FgColor "White" + Menu.BgColor "160 160 160 64" + Menu.ArmedFgColor "RaysPrimary" + Menu.ArmedBgColor "RaysPrimary" + Menu.DividerColor "BorderDark" - ScrollBarButton.FgColor "White" - ScrollBarButton.BgColor "Blank" - ScrollBarButton.ArmedFgColor "White" - ScrollBarButton.ArmedBgColor "Blank" - ScrollBarButton.DepressedFgColor "White" - ScrollBarButton.DepressedBgColor "Blank" + ScrollBarButton.FgColor "White" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "White" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "White" + ScrollBarButton.DepressedBgColor "Blank" - ScrollBarSlider.FgColor "100 100 100 150" - ScrollBarSlider.BgColor "70 70 70 96" + ScrollBarSlider.BgColor "70 70 70 96" + ScrollBarSlider.FgColor "100 100 100 150" - 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 "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" - TextEntry.TextColor "OffWhite" - TextEntry.DisabledTextColor "DullWhite" - TextEntry.SelectedBgColor "RaysPrimary" + TextEntry.TextColor "OffWhite" + TextEntry.DisabledTextColor "DullWhite" + TextEntry.SelectedBgColor "RaysPrimary" } Fonts @@ -161,7 +163,7 @@ Scheme { "1" [disabled] { - "tall_disabled" "24" + "tall_disabled" "24" } } @@ -169,12 +171,12 @@ Scheme { "1" { - "name" "TF2 Build" - "tall" "35" + "name" "TF2 Build" + "tall" "35" "tall_disabled" "40" - "weight" "500" - "additive" "0" - "antialias" "1" + "weight" "500" + "additive" "0" + "antialias" "1" } } @@ -182,9 +184,9 @@ Scheme { "1" { - "name" "Verdana" - "tall" "14" - "weight" "500" + "name" "Verdana" + "tall" "14" + "weight" "500" } } @@ -192,46 +194,46 @@ Scheme { "1" { - "name" "Tahoma" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "480 599" + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" } "2" { - "name" "Tahoma" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "600 767" + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" } "3" { - "name" "Tahoma" - "tall" "16" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "768 1023" - "antialias" "1" + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" } "4" { - "name" "Tahoma" - "tall" "19" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1024 1199" - "antialias" "1" + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" } "5" { - "name" "Tahoma" - "tall" "19" - "weight" "0" - "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A - "yres" "1200 6000" - "antialias" "1" + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" } } @@ -239,12 +241,12 @@ Scheme { "1" { - "name" "Arial" [!$OSX] - "name" "Verdana Bold" [disabled] - "weight" "1500" - "tall" "16" [!$OSX] - "tall" "18" [disabled] - "antialias" "1" + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [disabled] + "weight" "1500" + "tall" "16" [!$OSX] + "tall" "18" [disabled] + "antialias" "1" } } @@ -252,12 +254,12 @@ Scheme { "1" { - "name" "Arial" [!$OSX] - "name" "Verdana Bold" [disabled] - "weight" "1500" - "tall" "18" [!$OSX] - "tall" "19" [disabled] - "antialias" "1" + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [disabled] + "weight" "1500" + "tall" "18" [!$OSX] + "tall" "19" [disabled] + "antialias" "1" } } @@ -265,15 +267,15 @@ Scheme { "1" { - "name" "Arial" [!$OSX] - "name" "Verdana" [disabled] - "weight" "1000" - "tall" "14" [!$OSX] - "tall" "12" [disabled] - "antialias" "1" [!$OSX] + "name" "Arial" [!$OSX] + "name" "Verdana" [disabled] + "weight" "1000" + "tall" "14" [!$OSX] + "tall" "12" [disabled] + "antialias" "1" [!$OSX] } } - + "DefaultFixedOutline" //edited by INsane 2010 for small netgraph font on all screen sizes { "1" //For screen heights between 480 and 599 (eg 4:3 aspect Width 640x480 High, Width 720x576 High. 16:10 aspect Width 720x480 High) diff --git a/resource/ui/CharInfoLoadoutSubPanel.res b/resource/ui/CharInfoLoadoutSubPanel.res index 2422281..0bb89e6 100644 --- a/resource/ui/CharInfoLoadoutSubPanel.res +++ b/resource/ui/CharInfoLoadoutSubPanel.res @@ -2,17 +2,17 @@ { "CharInfoLoadoutSubPanel" { - "ControlName" "Frame" - "fieldName" "CharInfoLoadoutSubPanel" - "xpos" "0" - "ypos" "40" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "CharInfoLoadoutSubPanel" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" "bgcolor_override" "DarkGrey" @@ -57,6 +57,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } + "soldier" { "ControlName" "ImageButton" @@ -82,6 +83,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } + "pyro" { "ControlName" "ImageButton" @@ -132,7 +134,8 @@ "inactiveimage" "class_sel_sm_demo_inactive" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } + "heavyweapons" { "ControlName" "ImageButton" @@ -158,6 +161,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } + "engineer" { "ControlName" "ImageButton" @@ -209,6 +213,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } + "sniper" { "ControlName" "ImageButton" @@ -234,6 +239,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } + "spy" { "ControlName" "ImageButton" @@ -258,7 +264,7 @@ "inactiveimage" "class_sel_sm_spy_inactive" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } "ShowBackpackButton" { @@ -284,29 +290,29 @@ "inactiveimage" "..\hud\backpack_01_grey" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } "ShowBackpackLabel" { - "ControlName" "CExLabel" - "fieldName" "ShowBackpackLabel" - "font" "CerbeticaBold16" - "labelText" "BACKPACK" - "textAlignment" "north" - "xpos" "0" - "ypos" "5" - "zpos" "7" - "wide" "120" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "pin_to_sibling" "ShowBackpackButton" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "6" + "ControlName" "CExLabel" + "fieldName" "ShowBackpackLabel" + "font" "CerbeticaBold16" + "labelText" "BACKPACK" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "ShowBackpackButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" } - + "ShowCraftingButton" { "ControlName" "ImageButton" @@ -332,29 +338,29 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "ShowCraftingLabel" { - "ControlName" "CExLabel" - "fieldName" "ShowCraftingLabel" - "font" "CerbeticaBold16" - "labelText" "CRAFTING" - "textAlignment" "north" - "xpos" "0" - "ypos" "5" - "zpos" "7" - "wide" "120" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "pin_to_sibling" "ShowCraftingButton" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "6" - } - + "ControlName" "CExLabel" + "fieldName" "ShowCraftingLabel" + "font" "CerbeticaBold16" + "labelText" "CRAFTING" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "ShowCraftingButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + "ShowArmoryButton" { "ControlName" "ImageButton" @@ -379,30 +385,30 @@ "inactiveimage" "catalog_book_gray" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } - + } + "ShowArmoryLabel" { - "ControlName" "CExLabel" - "fieldName" "ShowArmoryLabel" - "font" "CerbeticaBold16" - "labelText" "CATALOG" - "textAlignment" "north" - "xpos" "0" - "ypos" "5" - "zpos" "7" - "wide" "120" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "pin_to_sibling" "ShowArmoryButton" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "6" + "ControlName" "CExLabel" + "fieldName" "ShowArmoryLabel" + "font" "CerbeticaBold16" + "labelText" "CATALOG" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "ShowArmoryButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" } - + "ShowTradeButton" { "ControlName" "ImageButton" @@ -427,31 +433,31 @@ "inactiveimage" "trading_parcel_gray" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } - + } + "ShowTradeLabel" { - "ControlName" "CExLabel" - "fieldName" "ShowTradeLabel" - "font" "CerbeticaBold16" - "labelText" "TRADING" - "textAlignment" "north" - "xpos" "0" - "ypos" "5" - "zpos" "7" - "wide" "120" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - + "ControlName" "CExLabel" + "fieldName" "ShowTradeLabel" + "font" "CerbeticaBold16" + "labelText" "TRADING" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "pin_to_sibling" "ShowTradeButton" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "6" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" } - + "ShowPaintkitsButton" { "ControlName" "ImageButton" @@ -477,142 +483,142 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "ShowPaintkitsLabel" { - "ControlName" "CExLabel" - "fieldName" "ShowPaintkitsLabel" - "font" "CerbeticaBold16" - "labelText" "#PaintkitTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "5" - "zpos" "7" - "wide" "120" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - + "ControlName" "CExLabel" + "fieldName" "ShowPaintkitsLabel" + "font" "CerbeticaBold16" + "labelText" "#PaintkitTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "pin_to_sibling" "ShowPaintkitsButton" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "6" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" } "ClassLabel" { - "ControlName" "Label" - "fieldName" "ClassLabel" - "font" "HudFontSmallBold" - "labelText" "classname" - "textAlignment" "north" - "xpos" "0" - "ypos" "200" - "zpos" "1" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" + "ControlName" "Label" + "fieldName" "ClassLabel" + "font" "HudFontSmallBold" + "labelText" "classname" + "textAlignment" "north" + "xpos" "0" + "ypos" "200" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" } - + "ItemsLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemsLabel" - "font" "HudFontSmall" - "labelText" "classname" - "textAlignment" "north" - "xpos" "0" - "ypos" "220" - "zpos" "1" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "fgcolor" "TextColor" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "ItemsLabel" + "font" "HudFontSmall" + "labelText" "classname" + "textAlignment" "north" + "xpos" "0" + "ypos" "220" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "TextColor" + "centerwrap" "1" } "NoSteamLabel" { - "ControlName" "CExLabel" - "fieldName" "NoSteamLabel" - "font" "HudFontSmallBold" - "labelText" "#NoSteamNoItems" - "textAlignment" "north" - "xpos" "0" - "ypos" "250" - "zpos" "1" - "wide" "f0" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "fgcolor_override" "TanLight" + "ControlName" "CExLabel" + "fieldName" "NoSteamLabel" + "font" "HudFontSmallBold" + "labelText" "#NoSteamNoItems" + "textAlignment" "north" + "xpos" "0" + "ypos" "250" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "TanLight" } - + "NoGCLabel" { - "ControlName" "CExLabel" - "fieldName" "NoGCLabel" - "font" "HudFontSmallBold" - "labelText" "#NoGCNoItems" - "textAlignment" "north" - "xpos" "0" - "ypos" "250" - "zpos" "1" - "wide" "f0" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "fgcolor_override" "TanLight" + "ControlName" "CExLabel" + "fieldName" "NoGCLabel" + "font" "HudFontSmallBold" + "labelText" "#NoGCNoItems" + "textAlignment" "north" + "xpos" "0" + "ypos" "250" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "TanLight" } - + "SelectLabel" { - "ControlName" "CExLabel" - "fieldName" "SelectLabel" - "font" "HudFontSmallBold" - "labelText" "#SelectClassLoadout" - "textAlignment" "north" - "xpos" "0" - "ypos" "300" - "zpos" "1" - "wide" "f0" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TextColor" + "ControlName" "CExLabel" + "fieldName" "SelectLabel" + "font" "HudFontSmallBold" + "labelText" "#SelectClassLoadout" + "textAlignment" "north" + "xpos" "0" + "ypos" "300" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TextColor" } - + "LoadoutChangesLabel" { - "ControlName" "CExLabel" - "fieldName" "LoadoutChangesLabel" - "font" "HudFontSmallBold" - "labelText" "#LoadoutChangesUpdate" - "textAlignment" "north" - "xpos" "0" - "ypos" "35" - "zpos" "1" - "wide" "f0" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" + "ControlName" "CExLabel" + "fieldName" "LoadoutChangesLabel" + "font" "HudFontSmallBold" + "labelText" "#LoadoutChangesUpdate" + "textAlignment" "north" + "xpos" "0" + "ypos" "35" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" } "class_loadout_panel" @@ -626,7 +632,7 @@ "zpos" "500" "visible" "0" } - + "backpack_panel" { "ControlName" "CBackpackPanel" @@ -746,7 +752,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -754,7 +760,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" - + "SubImage" { "ControlName" "ImagePanel" @@ -768,8 +774,8 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } + } + } "PositionLabel" { "ControlName" "CExLabel" @@ -810,7 +816,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -818,7 +824,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -832,9 +838,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - } + } + } + } "BackpackExplanation" { @@ -919,7 +925,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -927,7 +933,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" - + "SubImage" { "ControlName" "ImagePanel" @@ -941,9 +947,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -966,7 +972,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -974,7 +980,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -988,9 +994,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1009,7 +1015,7 @@ "enabled" "1" "fgcolor_override" "TanLight" } - + "NextButton" { "ControlName" "CExImageButton" @@ -1032,7 +1038,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1040,7 +1046,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1054,9 +1060,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - } + } + } + } "CraftingExplanation" { @@ -1140,7 +1146,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1148,7 +1154,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" - + "SubImage" { "ControlName" "ImagePanel" @@ -1162,9 +1168,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1187,7 +1193,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1195,7 +1201,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1209,9 +1215,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1230,7 +1236,7 @@ "enabled" "1" "fgcolor_override" "TanLight" } - + "NextButton" { "ControlName" "CExImageButton" @@ -1253,7 +1259,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1261,7 +1267,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1275,9 +1281,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - } + } + } + } "ArmoryExplanation" { @@ -1292,7 +1298,6 @@ "PaintBackgroundType" "2" "paintbackground" "0" "border" "MainMenuHighlightBorder" - "force_close" "1" "end_x" "c-120" "end_y" "60" @@ -1362,8 +1367,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1371,7 +1375,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" - + "SubImage" { "ControlName" "ImagePanel" @@ -1385,9 +1389,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1410,7 +1414,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1418,7 +1422,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1432,9 +1436,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1453,7 +1457,7 @@ "enabled" "1" "fgcolor_override" "TanLight" } - + "NextButton" { "ControlName" "CExImageButton" @@ -1476,7 +1480,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1484,7 +1488,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1498,8 +1502,8 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } + } + } } "TradingExplanation" @@ -1515,7 +1519,6 @@ "PaintBackgroundType" "2" "paintbackground" "0" "border" "MainMenuHighlightBorder" - "force_close" "1" "end_x" "c-30" "end_y" "60" @@ -1585,7 +1588,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1593,7 +1596,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" - + "SubImage" { "ControlName" "ImagePanel" @@ -1607,9 +1610,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } + } } - + "PrevButton" { "ControlName" "CExImageButton" @@ -1632,7 +1635,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1640,7 +1643,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1654,9 +1657,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1675,7 +1678,7 @@ "enabled" "1" "fgcolor_override" "LightRed" } - + "NextButton" { "ControlName" "CExImageButton" @@ -1698,7 +1701,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1706,7 +1709,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1720,10 +1723,10 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } + } + } } - + "PatternsExplanation" { "ControlName" "CExplanationPopup" @@ -1737,7 +1740,6 @@ "PaintBackgroundType" "2" "paintbackground" "0" "border" "MainMenuHighlightBorder" - "force_close" "1" "end_x" "c130" "end_y" "60" @@ -1807,7 +1809,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1815,7 +1817,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" - + "SubImage" { "ControlName" "ImagePanel" @@ -1829,9 +1831,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1854,7 +1856,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1862,7 +1864,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1876,9 +1878,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1897,7 +1899,7 @@ "enabled" "1" "fgcolor_override" "TanLight" } - + "NextButton" { "ControlName" "CExImageButton" @@ -1920,7 +1922,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1928,7 +1930,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1942,8 +1944,8 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } + } + } } "ExplanationExplanation" @@ -2027,7 +2029,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -2035,7 +2037,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" - + "SubImage" { "ControlName" "ImagePanel" @@ -2049,8 +2051,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -2073,7 +2076,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -2081,7 +2084,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "NeutralWhite" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -2095,8 +2098,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -2115,7 +2119,7 @@ "enabled" "1" "fgcolor_override" "TanLight" } - } + } "armory_panel" { @@ -2128,7 +2132,7 @@ "zpos" "500" "visible" "1" } - + "InspectionPanel" { "fieldName" "InspectionPanel" diff --git a/resource/ui/ClassSelection.res b/resource/ui/ClassSelection.res index a65cc98..00177de 100644 --- a/resource/ui/ClassSelection.res +++ b/resource/ui/ClassSelection.res @@ -40,17 +40,14 @@ "zpos" "5" "wide" "255" "tall" "30" - "autoResize" "0" - "pinCorner" "0" "visible" "1" - "visible_lodef" "0" "enabled" "1" "labelText" "#TF_SelectAClass" "textAlignment" "center" "font" "CerbeticaBold28" "fgcolor" "HudOffWhite" } - + "SidePanelBG" { "ControlName" "ImagePanel" @@ -65,7 +62,7 @@ "scaleImage" "1" "fillcolor" "0 0 0 60" } - + "scout" { "ControlName" "CExImageButton" @@ -80,9 +77,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&1 Scout" [$WIN32] + "labelText" "&1 Scout" "textAlignment" "west" "Command" "joinclass scout" + "Default" "1" "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -92,16 +90,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "soldier" { "ControlName" "CExImageButton" @@ -116,7 +114,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&2 Soldier" [$WIN32] + "labelText" "&2 Soldier" "textAlignment" "west" "Command" "joinclass soldier" "Default" "0" @@ -129,16 +127,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "pyro" { "ControlName" "CExImageButton" @@ -153,11 +151,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&3 Pyro" [$WIN32] + "labelText" "&3 Pyro" "textAlignment" "west" "Command" "joinclass pyro" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -166,13 +164,12 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } @@ -191,11 +188,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&4 Demoman" [$WIN32] + "labelText" "&4 Demoman" "textAlignment" "west" "Command" "joinclass demoman" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -204,16 +201,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" - } + } + "heavyweapons" { "ControlName" "CExLabel" @@ -228,11 +225,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&5 Heavy" [$WIN32] + "labelText" "&5 Heavy" "textAlignment" "west" "Command" "joinclass heavyweapons" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -241,16 +238,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" - } + } + "engineer" { "ControlName" "CExLabel" @@ -265,30 +262,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&6 Engineer" [$WIN32] + "labelText" "&6 Engineer" "textAlignment" "west" "Command" "joinclass engineer" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" - + "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - + "medic" { "ControlName" "CExImageButton" @@ -303,11 +299,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&7 Medic" [$WIN32] + "labelText" "&7 Medic" "textAlignment" "west" "Command" "joinclass medic" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -316,16 +312,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "sniper" { "ControlName" "CExImageButton" @@ -340,11 +336,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&8 Sniper" [$WIN32] + "labelText" "&8 Sniper" "textAlignment" "west" "Command" "joinclass sniper" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -353,16 +349,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "spy" { "ControlName" "CExImageButton" @@ -377,11 +373,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&9 Spy" [$WIN32] + "labelText" "&9 Spy" "textAlignment" "west" "Command" "joinclass spy" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -390,16 +386,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "random" { "ControlName" "CExLabel" @@ -414,7 +410,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&R Random" [$WIN32] + "labelText" "&R Random" "textAlignment" "west" "Command" "joinclass random" "Default" "0" @@ -427,18 +423,17 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - "EditLoadoutButton" [$WIN32] + "EditLoadoutButton" [$WIN32] { "ControlName" "CExButton" "fieldName" "EditLoadoutButton" @@ -452,14 +447,14 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "paintbackground""0" - "labelText" "EDIT LOADOUT (&E)" + "paintbackground" "0" + "labelText" "(&E) EDIT LOADOUT" "textAlignment" "west" "Command" "openloadout" "font" "CerbeticaBold16" } - - "CancelButton" [$WIN32] + + "CancelButton" [$WIN32] { "ControlName" "CExButton" "fieldName" "CancelButton" @@ -475,10 +470,10 @@ "tabPosition" "0" "labelText" "(&C) CANCEL" "textAlignment" "west" - "paintbackground""0" "Command" "vguicancel" "font" "CerbeticaBold14" - "fgcolor" "TanLight" + "paintbackground" "0" + "fgcolor" "TanLight" } "LoadoutButtonBackground" { @@ -489,7 +484,7 @@ "wide" "20" "tall" "0" } - "ResetButton" [$WIN32] + "ResetButton" { "ControlName" "CExButton" "fieldName" "ResetButton" @@ -533,8 +528,6 @@ "angles_y" "180" "angles_z" "0" "origin_x" "365" - "origin_x_lodef" "415" - "origin_x_hidef" "380" "origin_y" "0" "origin_z" "-40" } @@ -545,15 +538,10 @@ "ControlName" "CExLabel" "fieldName" "Hint" "xpos" "c-300" - "xpos_hidef" "c-287" - "xpos_lodef" "c-260" "ypos" "95" - "ypos_hidef" "101" - "ypos_lodef" "115" "zpos" "2" "wide" "600" "tall" "50" - "tall_lodef" "30" "autoResize" "1" "pinCorner" "2" "visible" "0" @@ -563,9 +551,7 @@ "textAlignment" "left" "wrap" "1" "font" "HudFontMediumSmallSecondary" - "font_lodef" "HudFontMediumSmallSecondary" "fgcolor" "HudTrainingHint" - "fgcolor_lodef" "HudTrainingHint" } "ShadedBar" @@ -574,15 +560,9 @@ "fieldName" "ShadedBar" "xpos" "9999" "ypos" "r50" - "ypos_lodef" "r74" - "ypos_hidef" "r65" "zpos" "4" "wide" "f0" "tall" "50" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" @@ -591,22 +571,6 @@ "PaintBackgroundType" "0" } - "localPlayerImage" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerImage" - "xpos" "9999" - "ypos" "9999" - } - - "localPlayerBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerBG" - "xpos" "9999" - "ypos" "9999" - } - "countImage0" [$WIN32] { "ControlName" "CTFImagePanel" @@ -618,8 +582,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage1" [$WIN32] @@ -633,8 +597,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage2" [$WIN32] @@ -648,8 +612,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage3" [$WIN32] @@ -663,8 +627,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage4" [$WIN32] @@ -678,8 +642,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage5" [$WIN32] @@ -693,8 +657,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage6" [$WIN32] @@ -708,8 +672,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage7" [$WIN32] @@ -723,8 +687,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage8" [$WIN32] @@ -738,8 +702,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage9" [$WIN32] @@ -753,8 +717,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage10" [$WIN32] @@ -768,11 +732,11 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } - "numScout" [$WIN32] + "numScout" { "ControlName" "CExLabel" "fieldName" "numScout" @@ -790,9 +754,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numSoldier" [$WIN32] + "numSoldier" { "ControlName" "CExLabel" "fieldName" "numSoldier" @@ -810,9 +774,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numPyro" [$WIN32] + "numPyro" { "ControlName" "CExLabel" "fieldName" "numPyro" @@ -830,9 +794,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numDemoman" [$WIN32] + "numDemoman" { "ControlName" "CExLabel" "fieldName" "numDemoman" @@ -852,7 +816,7 @@ "fgcolor" "TanLight" } - "numHeavy" [$WIN32] + "numHeavy" { "ControlName" "CExLabel" "fieldName" "numHeavy" @@ -872,7 +836,7 @@ "fgcolor" "TanLight" } - "numEngineer" [$WIN32] + "numEngineer" { "ControlName" "CExLabel" "fieldName" "numEngineer" @@ -890,9 +854,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numMedic" [$WIN32] + "numMedic" { "ControlName" "CExLabel" "fieldName" "numMedic" @@ -912,7 +876,7 @@ "fgcolor" "TanLight" } - "numSniper" [$WIN32] + "numSniper" { "ControlName" "CExLabel" "fieldName" "numSniper" @@ -932,7 +896,7 @@ "fgcolor" "TanLight" } - "numSpy" [$WIN32] + "numSpy" { "ControlName" "CExLabel" "fieldName" "numMedic" @@ -1102,7 +1066,7 @@ "enabled" "1" "fov" "25" "allow_rot" "0" - "paintbackground" "1" + "paintbackground" "1" "render_texture" "0" "paintbackgroundenabled" "1" "bgcolor_override" "255 255 255 0" @@ -1131,6 +1095,20 @@ "xpos" "9999" } + "localPlayerImage" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "xpos" "9999" + } + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "9999" + } + "ClassHighlightPanel" { "ControlName" "CExplanationPopup" diff --git a/resource/ui/ControlPointProgressBar.res b/resource/ui/ControlPointProgressBar.res index 13da0cf..26f2010 100644 --- a/resource/ui/ControlPointProgressBar.res +++ b/resource/ui/ControlPointProgressBar.res @@ -8,8 +8,8 @@ "ypos" "0" "zpos" "20" "wide" "100" - "wide_minmode" "65" "tall" "65" + "wide_minmode" "65" "tall_minmode" "42" "visible" "0" "enabled" "1" diff --git a/resource/ui/DisguiseStatusPanel.res b/resource/ui/DisguiseStatusPanel.res index a45c94f..da2d41f 100644 --- a/resource/ui/DisguiseStatusPanel.res +++ b/resource/ui/DisguiseStatusPanel.res @@ -6,7 +6,7 @@ "fieldName" "itemmodelpanel" "xpos" "0" "ypos" "0" - "zpos" "1" + "zpos" "1" "wide" "100" "tall" "100" "autoResize" "0" @@ -25,7 +25,7 @@ "angles_z" "0" } } - + "DisguiseStatusBG" { "ControlName" "CTFImagePanel" @@ -34,43 +34,40 @@ "ypos" "10" "zpos" "-1" "wide" "140" - "tall" "16" + "tall" "16" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../hud/color_panel_brown" - "teambg_1" "../hud/color_panel_brown" - "teambg_2" "../hud/color_panel_red" - "teambg_2_lodef" "../hud/color_panel_red" - "teambg_3" "../hud/color_panel_blu" - "teambg_3_lodef" "../hud/color_panel_blu" - + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" "src_corner_height" "23" "src_corner_width" "23" "draw_corner_width" "0" "draw_corner_height" "0" } - + "DisguiseNameLabel" - { - "ControlName" "Label" - "fieldName" "DisguiseNameLabel" - "font" "Cerbetica14" - "xpos" "80" - "ypos" "5" - "zpos" "1" - "wide" "110" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%disguisename%" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabel" + "font" "Cerbetica14" + "xpos" "80" + "ypos" "5" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" } "DisguiseNameLabelShadow" @@ -97,25 +94,25 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "WeaponNameLabel" { - "ControlName" "Label" - "fieldName" "WeaponNameLabel" - "font" "Cerbetica12" - "xpos" "80" - "ypos" "22" - "zpos" "1" - "wide" "110" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%weaponname%" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" + "ControlName" "Label" + "fieldName" "WeaponNameLabel" + "font" "Cerbetica12" + "xpos" "80" + "ypos" "22" + "zpos" "1" + "wide" "110" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" } "WeaponNameLabelShadow" @@ -142,36 +139,37 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } + "WeaponBackground" { - "ControlName" "ImagePanel" - "fieldName" "WeaponBackground" - "xpos" "50" - "ypos" "26" - "zpos" "-1" - "wide" "140" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 164" + "ControlName" "ImagePanel" + "fieldName" "WeaponBackground" + "xpos" "50" + "ypos" "26" + "zpos" "-1" + "wide" "140" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 164" } - + "SpectatorGUIHealth" { - "ControlName" "EditablePanel" - "fieldName" "SpectatorGUIHealth" - "xpos" "42" - "ypos" "-7" - "wide" "50" - "tall" "50" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "42" + "ypos" "-7" + "wide" "50" + "tall" "50" + "visible" "1" + "enabled" "1" "HealthBonusPosAdj" "10" - "HealthDeathWarning" "0.49" - "TFFont" "HudFontSmall" - "TextColor" "HudOffWhite" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" } } \ No newline at end of file diff --git a/resource/ui/FreezePanelKillerHealth.res b/resource/ui/FreezePanelKillerHealth.res index 84c553a..daf8419 100644 --- a/resource/ui/FreezePanelKillerHealth.res +++ b/resource/ui/FreezePanelKillerHealth.res @@ -56,9 +56,9 @@ "tall" "26" "visible" "1" "enabled" "1" - "labelText" "%Health%" - "font" "CerbeticaBold16" - "textAlignment" "center" + "textAlignment" "center" + "font" "CerbeticaBold16" + "labeltext" "%Health%" } "PlayerStatusHealthValueFreezePanelShadow" @@ -72,9 +72,9 @@ "tall" "26" "visible" "1" "enabled" "1" - "labelText" "%Health%" - "font" "CerbeticaBold16" - "fgcolor" "0 0 0 255" "textAlignment" "center" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "labeltext" "%Health%" } } \ No newline at end of file diff --git a/resource/ui/FreezePanel_Basic.res b/resource/ui/FreezePanel_Basic.res index dc89f40..2b47554 100644 --- a/resource/ui/FreezePanel_Basic.res +++ b/resource/ui/FreezePanel_Basic.res @@ -18,10 +18,10 @@ "model_wide" "90" "model_tall" "60" - "text_xpos" "10" - "text_ypos" "10" - "text_wide" "220" - "text_center" "1" + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "220" + "text_center" "1" "max_text_height" "100" "padding_height" "10" @@ -30,40 +30,41 @@ "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" + "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" { - "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" - "zpos" "-1" - "wide" "232" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "232" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" } "itemmodelpanel" { "fieldName" "itemmodelpanel" "use_item_rendertarget" "0" - "useparentbg" "1" + "useparentbg" "1" "inventory_image_type" "1" } @@ -88,7 +89,7 @@ } } - "FreezePanelBase" [$WIN32] + "FreezePanelBase" { "ControlName" "EditablePanel" "fieldName" "FreezePanelBase" @@ -97,21 +98,21 @@ "wide" "240" "tall" "200" "visible" "1" - + "FreezePanelBGTitle" { "ControlName" "ImagePanel" "fieldName" "FreezePanelBGTitle" "xpos" "0" - "ypos" "15" - "zpos" "-1" - "wide" "240" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 128" + "ypos" "15" + "zpos" "-1" + "wide" "240" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 128" } "FreezePanelBG" { @@ -132,11 +133,11 @@ "draw_corner_width" "0" "draw_corner_height" "0" - } - + } + "FreezeLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "FreezeLabel" "font" "Cerbetica13" "xpos" "40" @@ -151,10 +152,10 @@ "labelText" "#FreezePanel_Killer" "textAlignment" "west" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } - - "FreezePanelHealth" [$WIN32] + + "FreezePanelHealth" { "ControlName" "CTFFreezePanelHealth" "fieldName" "FreezePanelHealth" @@ -164,12 +165,12 @@ "wide" "30" "tall" "30" "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "9" - "HealthDeathWarning" "0.49" - "TFFont" "HudFontSmall" + "enabled" "1" + "HealthBonusPosAdj" "9" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" + "TextColor" "HudOffWhite" } "FreezeLabelKiller" @@ -189,7 +190,7 @@ "labelText" "%killername%" "textAlignment" "Left" } - + "AvatarImage" { "ControlName" "CAvatarImagePanel" @@ -205,7 +206,7 @@ "scaleImage" "1" "color_outline" "HudTimerProgressInActive" } - + "NemesisSubPanel" { "ControlName" "EditablePanel" diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res index 185f0e1..3c8c193 100644 --- a/resource/ui/HudAccountPanel.res +++ b/resource/ui/HudAccountPanel.res @@ -2,48 +2,46 @@ { "CHudAccountPanel" { - "delta_item_x" "12" - "delta_item_start_y" "130" - "delta_item_end_y" "150" + "delta_item_x" "12" + "delta_item_start_y" "130" + "delta_item_end_y" "150" "delta_item_start_y_minmode" "75" "delta_item_end_y_minmode" "105" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" - "delta_lifetime" "1.5" - "delta_item_font" "Cerbetica20" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica20" "delta_item_font_minmode" "Cerbetica16" } "CHudAccountPanelOutline" { - "delta_item_x" "0" - "delta_item_start_y" "120" - "delta_item_end_y" "150" + "delta_item_x" "0" + "delta_item_start_y" "120" + "delta_item_end_y" "150" "delta_item_start_y_minmode" "75" "delta_item_end_y_minmode" "105" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" - "delta_lifetime" "1.5" - "delta_item_font" "Cerbetica20" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica20" "delta_item_font_minmode" "Cerbetica16" } "AccountBG" { - "ControlName" "CTFImagePanel" - "fieldName" "AccountBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "84" - "tall" "42" - "visible" "1" - "enabled" "1" - "image" "../hud/misc_ammo_area_blue" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "84" + "tall" "42" + "visible" "1" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" "teambg_2" "../hud/misc_ammo_area_red" - "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "MetalIcon" @@ -84,51 +82,51 @@ "AccountValue" { - "ControlName" "CExLabel" - "fieldName" "AccountValue" - "xpos" "1" - "ypos" "112" - "ypos_minmode" "62" - "zpos" "2" - "wide" "55" - "tall" "26" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%metal%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica24" - "font_minmode" "Cerbetica20" + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "1" + "ypos" "112" + "ypos_minmode" "62" + "zpos" "2" + "wide" "55" + "tall" "26" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + "font_minmode" "Cerbetica20" } - + "AccountValueShadow" { - "ControlName" "CExLabel" - "fieldName" "AccountValueShadow" - "xpos" "-1" - "ypos" "-1" - "zpos" "2" - "wide" "55" - "tall" "26" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%metal%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica24" - "font_minmode" "Cerbetica20" - "fgcolor" "TransparentBlack" + "ControlName" "CExLabel" + "fieldName" "AccountValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "55" + "tall" "26" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + "font_minmode" "Cerbetica20" + "fgcolor" "TransparentBlack" "pin_to_sibling" "AccountValue" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } -} \ No newline at end of file +} diff --git a/resource/ui/HudAchievementTrackerItem.res b/resource/ui/HudAchievementTrackerItem.res index 65cbf75..0c2bb47 100644 --- a/resource/ui/HudAchievementTrackerItem.res +++ b/resource/ui/HudAchievementTrackerItem.res @@ -1,11 +1,11 @@ "Resource/UI/HudAchievementTrackerItem.res" -{ +{ "HudAchievementTrackerItem" { "ControlName" "EditablePanel" "fieldName" "HudAchievementTrackerItem" - "xpos" "0" [$WIN32] - "ypos" "0" [$WIN32] + "xpos" "0" + "ypos" "0" "zpos" "3" "wide" "190" "tall" "29" @@ -28,6 +28,7 @@ "font" "CerbeticaBold14" "textAlignment" "north-west" } + "AchievementNameGlow" { "ControlName" "Label" @@ -38,11 +39,12 @@ "wide" "190" "tall" "10" "zpos" "4" - "fgcolor_override" "235 226 202 255" - "font" "AchievementTracker_NameGlow" - "textinsetx" "5" - "textAlignment" "north-west" + "fgcolor_override" "235 226 202 255" + "font" "AchievementTracker_NameGlow" + "textinsetx" "5" + "textAlignment" "north-west" } + "AchievementDesc" { "ControlName" "Label" @@ -54,10 +56,10 @@ "tall" "18" "zpos" "4" "textinsetx" "5" - "fgcolor_override" "235 226 202 255" - "font" "AchievementTracker_Desc" - "wrap" "1" - "TextAlignment" "north-west" + "fgcolor_override" "235 226 202 255" + "font" "AchievementTracker_Desc" + "wrap" "1" + "TextAlignment" "north-west" } "ProgressBarBG" @@ -73,7 +75,8 @@ "visible" "1" "enabled" "1" } - "ProgressBar" // current completed + + "ProgressBar" { "ControlName" "ImagePanel" "fieldName" "ProgressBar" diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res index 2194c9d..c25167a 100644 --- a/resource/ui/HudAmmoWeapons.res +++ b/resource/ui/HudAmmoWeapons.res @@ -6,14 +6,14 @@ "fieldName" "HudWeaponAmmoBG" "xpos" "9999" } - + "HudWeaponLowAmmoImage" { "ControlName" "ImagePanel" "fieldName" "HudWeaponLowAmmoImage" "xpos" "9999" } - + "AmmoInClip" { "ControlName" "CExLabel" @@ -30,7 +30,7 @@ "tall" "80" "visible" "0" "enabled" "1" - "textAlignment" "east" + "textAlignment" "east" "labelText" "%Ammo%" } "AmmoInClipShadow" @@ -54,7 +54,7 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "AmmoInReserve" { "ControlName" "CExLabel" @@ -95,7 +95,7 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "AmmoNoClip" { "ControlName" "CExLabel" diff --git a/resource/ui/HudArenaCapPointCountdown.res b/resource/ui/HudArenaCapPointCountdown.res index 12df88a..0bc8242 100644 --- a/resource/ui/HudArenaCapPointCountdown.res +++ b/resource/ui/HudArenaCapPointCountdown.res @@ -1,7 +1,7 @@ "Resource/UI/HudArenaCapPointCountdown.res" { "CapCountdownLabel" - { + { "ControlName" "CExLabel" "fieldName" "CapCountdownLabel" "font" "Cerbetica16" diff --git a/resource/ui/HudArenaClassLayout.res b/resource/ui/HudArenaClassLayout.res index b91db4a..a7b7c5a 100644 --- a/resource/ui/HudArenaClassLayout.res +++ b/resource/ui/HudArenaClassLayout.res @@ -17,12 +17,11 @@ "scaleImage" "1" "teambg_2" "../hud/color_panel_red" "teambg_3" "../hud/color_panel_blu" - - "src_corner_height" "23" // pixels inside the image + + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "localPlayerBG" @@ -43,10 +42,9 @@ "teambg_2" "../hud/color_panel_clear" "teambg_3" "../hud/color_panel_clear" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "5" "draw_corner_height" "5" } @@ -68,6 +66,7 @@ "textAlignment" "center" "fgcolor" "TanLight" } + "titleShadow" { "ControlName" "CExLabel" @@ -105,6 +104,7 @@ "textAlignment" "center" "fgcolor" "TanLight" } + "changeLabelShadow" { "ControlName" "CExLabel" @@ -163,8 +163,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage3" { @@ -177,8 +177,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage4" { @@ -191,8 +191,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage5" { @@ -205,8 +205,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage6" { @@ -219,8 +219,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage7" { @@ -233,8 +233,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage8" { @@ -247,8 +247,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage9" { @@ -261,8 +261,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage10" { @@ -275,8 +275,8 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "classImage11" { @@ -289,7 +289,7 @@ "tall" "90" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } } \ No newline at end of file diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res index 7f8979f..48ea696 100644 --- a/resource/ui/HudArenaPlayerCount.res +++ b/resource/ui/HudArenaPlayerCount.res @@ -10,7 +10,7 @@ "wide" "60" "tall" "30" "visible" "1" - + "background" { "ControlName" "CTFImagePanel" @@ -26,11 +26,11 @@ "enabled" "1" "image" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "count" @@ -100,7 +100,7 @@ "wide" "60" "tall" "30" "visible" "1" - + "background" { "ControlName" "CTFImagePanel" @@ -116,11 +116,10 @@ "enabled" "1" "image" "../hud/color_panel_red" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "count" diff --git a/resource/ui/HudArenaTeamMenu.res b/resource/ui/HudArenaTeamMenu.res index d205939..174e61d 100644 --- a/resource/ui/HudArenaTeamMenu.res +++ b/resource/ui/HudArenaTeamMenu.res @@ -108,17 +108,13 @@ "ypos" "35" "wide" "235" "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" "textAlignment" "center" - "dulltext" "0" - "brighttext" "1" "font" "CerbeticaBold28" + "visible" "1" + "enabled" "1" "fgcolor" "TanLight" } + "teambutton2" { "ControlName" "CTFTeamButton" @@ -139,18 +135,16 @@ "brighttext" "0" "paintborder" "0" "command" "jointeam spectate" - "font" "CerbeticaBold20" + "font" "CerbeticaBold20" "defaultFgColor_override" "255 255 255 128" - "defaultBgColor_override" "0 0 0 200" - "armedFgColor_override" "TanLight" - "armedBgColor_override" "TanDarker" - "depressedFgColor_override" "255 255 255 128" - "depressedBgColor_override" "0 0 0 200" - "selectedFgColor_override" "TanLight" + + "defaultBgColor_override" "0 0 0 200" + "armedBgColor_override" "TanDarker" + "depressedBgColor_override" "0 0 0 200" "selectedBgColor_override" "TanDarker" } @@ -174,35 +168,19 @@ "brighttext" "0" "paintborder" "0" "command" "jointeam spectatearena" - "font" "CerbeticaBold20" + "font" "CerbeticaBold20" "defaultFgColor_override" "255 255 255 128" - "defaultBgColor_override" "0 0 0 200" - "armedFgColor_override" "TanLight" - "armedBgColor_override" "TanDarker" - "depressedFgColor_override" "255 255 255 128" - "depressedBgColor_override" "0 0 0 200" - "selectedFgColor_override" "TanLight" + + "defaultBgColor_override" "0 0 0 200" + "armedBgColor_override" "TanDarker" + "depressedBgColor_override" "0 0 0 200" "selectedBgColor_override" "TanDarker" } - "TeamMenuAuto" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuAuto" - "xpos" "9999" - } - - "TeamMenuSpectate" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuSpectate" - "xpos" "9999" - } - "MenuBG" { "ControlName" "CModelPanel" @@ -233,6 +211,20 @@ } } + "TeamMenuAuto" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuAuto" + "xpos" "9999" + } + + "TeamMenuSpectate" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuSpectate" + "xpos" "9999" + } + "ShadedBar" { "ControlName" "ImagePanel" @@ -253,8 +245,8 @@ "fieldName" "spectate" "xpos" "9999" } - - "CancelButton" [$WIN32] + + "CancelButton" { "ControlName" "CExButton" "fieldName" "CancelButton" diff --git a/resource/ui/HudArenaVsPanel.res b/resource/ui/HudArenaVsPanel.res index 5b909a7..2f30f5b 100644 --- a/resource/ui/HudArenaVsPanel.res +++ b/resource/ui/HudArenaVsPanel.res @@ -10,7 +10,7 @@ "wide" "200" "tall" "50" "visible" "1" - + "background" { "ControlName" "CTFImagePanel" @@ -26,10 +26,9 @@ "enabled" "1" "image" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } @@ -98,7 +97,7 @@ "wide" "200" "tall" "50" "visible" "1" - + "background" { "ControlName" "CTFImagePanel" @@ -114,10 +113,9 @@ "enabled" "1" "image" "../hud/color_panel_red" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } diff --git a/resource/ui/HudArenaWinPanel.res b/resource/ui/HudArenaWinPanel.res index a2893c0..e4da51d 100644 --- a/resource/ui/HudArenaWinPanel.res +++ b/resource/ui/HudArenaWinPanel.res @@ -24,7 +24,7 @@ "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" - "scaleImage" "1" + "scaleImage" "1" } "RedScoreBG" { @@ -167,7 +167,7 @@ "visible" "1" "enabled" "1" "image" "../HUD/tournament_panel_black" - "scaleImage" "1" + "scaleImage" "1" "src_corner_height" "23" "src_corner_width" "23" @@ -228,7 +228,7 @@ "draw_corner_width" "0" "draw_corner_height" "0" } - + "WinningTeamLabel" { "ControlName" "CExLabel" @@ -361,7 +361,6 @@ "enabled" "1" "tabPosition" "0" "fillcolor" "0 0 0 150" - "fillcolor_lodef" "0 0 0 200" "PaintBackgroundType" "0" } "TopPlayersLabel" @@ -417,7 +416,7 @@ "visible" "1" "enabled" "1" "labelText" "#TF_Arena_Winpanel_HealingThisRound" - "textAlignment" "west" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" } @@ -476,7 +475,7 @@ "fillcolor" "250 234 201 255" "PaintBackgroundType" "0" } - + "ArenaWinPanelWinnersPanel" { "ControlName" "EditablePanel" @@ -487,7 +486,7 @@ "tall" "218" "visible" "1" "zpos" "3" - + "Player1Avatar" { "ControlName" "CAvatarImagePanel" @@ -604,7 +603,7 @@ "dulltext" "0" "brighttext" "0" } - "Player2Avatar" + "Player2Avatar" { "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" @@ -964,7 +963,7 @@ "dulltext" "0" "brighttext" "0" } - "Player2Avatar" + "Player2Avatar" { "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" diff --git a/resource/ui/HudBowCharge.res b/resource/ui/HudBowCharge.res index b769f9a..b91f3fc 100644 --- a/resource/ui/HudBowCharge.res +++ b/resource/ui/HudBowCharge.res @@ -2,24 +2,24 @@ { "ChargeMeter" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter" - "font" "Cerbetica12" - "xpos" "25" - "xpos_minmode" "15" - "ypos" "0" - "zpos" "2" - "wide" "150" - "tall" "8" - "wide_minmode" "120" - "tall_minmode" "5" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Cerbetica12" + "xpos" "25" + "xpos_minmode" "15" + "ypos" "0" + "zpos" "2" + "wide" "150" + "tall" "8" + "wide_minmode" "120" + "tall_minmode" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } "ChargeMeterLabel" diff --git a/resource/ui/HudCurrencyAccount.res b/resource/ui/HudCurrencyAccount.res index e38fe0e..f5d4282 100644 --- a/resource/ui/HudCurrencyAccount.res +++ b/resource/ui/HudCurrencyAccount.res @@ -29,7 +29,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "Currency" } diff --git a/resource/ui/HudDamageAccount.res b/resource/ui/HudDamageAccount.res index 4a94b56..1ca47b4 100644 --- a/resource/ui/HudDamageAccount.res +++ b/resource/ui/HudDamageAccount.res @@ -10,47 +10,46 @@ "PositiveColor" "Heal Numbers" "NegativeColor" "Damage Numbers" "delta_lifetime" "2" - "delta_item_font" "CerbeticaBoldOutline24" + "delta_item_font" "CerbeticaBoldOutline24" "delta_item_font_big" "CerbeticaBoldOutline24" - "outline" "1" } "DamageAccountValue" { - "ControlName" "CExLabel" - "fieldName" "DamageAccountValue" - "xpos" "c-188" - "ypos" "288" - "xpos_minmode" "c-138" - "ypos_minmode" "263" - "zpos" "2" - "wide" "100" - "tall" "26" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "center" - "fgcolor" "Last DamageHeal Info" - "font" "CerbeticaBold32" - "font_minmode" "CerbeticaBold20" + "ControlName" "CExLabel" + "fieldName" "DamageAccountValue" + "xpos" "c-188" + "ypos" "288" + "xpos_minmode" "c-138" + "ypos_minmode" "263" + "zpos" "2" + "wide" "100" + "tall" "26" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "font" "CerbeticaBold32" + "font_minmode" "CerbeticaBold20" + "fgcolor" "Last DamageHeal Info" } "DamageAccountValueShadow" { - "ControlName" "CExLabel" - "fieldName" "DamageAccountValueShadow" - "xpos" "-1" - "ypos" "-1" - "zpos" "1" - "wide" "100" - "tall" "26" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "center" - "fgcolor" "TransparentBlack" - "font" "CerbeticaBold32" - "font_minmode" "CerbeticaBold20" + "ControlName" "CExLabel" + "fieldName" "DamageAccountValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "100" + "tall" "26" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "TransparentBlack" + "font" "CerbeticaBold32" + "font_minmode" "CerbeticaBold20" "pin_to_sibling" "DamageAccountValue" "pin_corner_to_sibling" "PIN_TOPLEFT" diff --git a/resource/ui/HudDemomanCharge.res b/resource/ui/HudDemomanCharge.res index ca97bed..6a7844e 100644 --- a/resource/ui/HudDemomanCharge.res +++ b/resource/ui/HudDemomanCharge.res @@ -1,46 +1,46 @@ "Resource/UI/HudDemomanCharge.res" -{ +{ "ChargeMeter" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter" - "xpos" "0" - "ypos" "87" - "xpos_minmode" "15" - "ypos_minmode" "28" - "zpos" "2" - "wide" "120" - "tall" "8" - "tall_minmode" "5" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - "fgcolor_override" "White" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "xpos" "0" + "ypos" "87" + "xpos_minmode" "15" + "ypos_minmode" "28" + "zpos" "2" + "wide" "120" + "tall" "8" + "tall_minmode" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "White" } "ItemEffectMeterLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" - "xpos" "125" - "ypos" "87" + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "125" + "ypos" "87" "xpos_minmode" "9999" "ypos_minmode" "9999" - "zpos" "3" - "wide" "80" - "tall" "8" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Charge" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica10" + "zpos" "3" + "wide" "80" + "tall" "8" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Charge" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica10" } } \ No newline at end of file diff --git a/resource/ui/HudDemomanPipes.res b/resource/ui/HudDemomanPipes.res index ec45666..af8aaf8 100644 --- a/resource/ui/HudDemomanPipes.res +++ b/resource/ui/HudDemomanPipes.res @@ -24,14 +24,14 @@ } "ChargeMeter" - { + { "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" "xpos" "0" - "ypos" "99" + "ypos" "97" "xpos_minmode" "15" "ypos_minmode" "35" - "zpos" "1" + "zpos" "2" "wide" "120" "tall" "8" "tall_minmode" "5" @@ -39,11 +39,11 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "textAlignment" "Left" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" } - + "PipesPresentPanel" { "ControlName" "EditablePanel" @@ -110,22 +110,22 @@ "NoPipesPresentPanel" { - "ControlName" "EditablePanel" - "fieldName" "NoPipesPresentPanel" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "100" - "tall" "50" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "NoPipesPresentPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "1" "NumPipesLabel" { "ControlName" "CExLabel" "fieldName" "NumPipesLabel" "xpos" "50" - "xpos_minmode" "42" "ypos" "18" + "xpos_minmode" "42" "ypos_minmode" "12" "zpos" "2" "wide" "35" @@ -142,7 +142,6 @@ "brighttext" "0" "font" "HudFontMedium" "font_minmode" "HudFontSmall" - "font_lodef" "HudFontMediumBig" } "NumPipesLabelDropshadow" { @@ -165,7 +164,6 @@ "brighttext" "0" "font" "HudFontMedium" "font_minmode" "HudFontSmall" - "font_lodef" "HudFontMediumBig" "fgcolor" "TransparentBlack" "pin_to_sibling" "NumPipesLabel" diff --git a/resource/ui/HudHealthAccount.res b/resource/ui/HudHealthAccount.res index bf825ff..7903904 100644 --- a/resource/ui/HudHealthAccount.res +++ b/resource/ui/HudHealthAccount.res @@ -7,7 +7,7 @@ "delta_item_start_y" "65" "delta_item_end_y" "90" "delta_item_x_minmode" "0" - "delta_item_start_y_minmode" "60" + "delta_item_start_y_minmode" "60" "delta_item_end_y_minmode" "75" "PositiveColor" "0 255 0 255" "NegativeColor" "255 0 0 255" diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res index 9481023..e07fd48 100644 --- a/resource/ui/HudInspectPanel.res +++ b/resource/ui/HudInspectPanel.res @@ -2,53 +2,53 @@ { "itempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "itempanel" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "190" - "tall" "100" - "visible" "0" + "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" + "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" + "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" + "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" + "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" + "fieldName" "itemmodelpanel" "use_item_rendertarget" "0" - "useparentbg" "1" + "useparentbg" "1" "inventory_image_type" "1" } diff --git a/resource/ui/HudItemEffectMeter.res b/resource/ui/HudItemEffectMeter.res index 24b3519..8d8ec5c 100644 --- a/resource/ui/HudItemEffectMeter.res +++ b/resource/ui/HudItemEffectMeter.res @@ -2,60 +2,60 @@ { HudItemEffectMeter { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c-75" - "ypos" "c103" - "ypos_minmode" "c60" - "wide" "200" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c103" + "ypos_minmode" "c60" + "wide" "200" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" } "ItemEffectMeterLabel" { - "ControlName" "CExLabel" - "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" - "tabPosition" "0" - "labelText" "#TF_Ball" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica10" - "fgcolor_override" "150 150 150 255" + "ControlName" "CExLabel" + "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" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica10" + "fgcolor_override" "150 150 150 255" } "ItemEffectMeter" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "font" "Default" - "xpos" "0" - "xpos_minmode" "15" - "ypos" "0" - "zpos" "2" - "wide" "120" - "tall" "8" - "tall_minmode" "5" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "xpos_minmode" "15" + "ypos" "0" + "zpos" "2" + "wide" "120" + "tall" "8" + "tall_minmode" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Cleaver.res b/resource/ui/HudItemEffectMeter_Cleaver.res index bacf449..9fb8979 100644 --- a/resource/ui/HudItemEffectMeter_Cleaver.res +++ b/resource/ui/HudItemEffectMeter_Cleaver.res @@ -11,5 +11,5 @@ "ItemEffectMeterLabel" { "labelText" "#TF_Cleaver" - } + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Demoman.res b/resource/ui/HudItemEffectMeter_Demoman.res index d46df50..0d45839 100644 --- a/resource/ui/HudItemEffectMeter_Demoman.res +++ b/resource/ui/HudItemEffectMeter_Demoman.res @@ -34,9 +34,9 @@ "brighttext" "0" "font" "Cerbetica12" } - + "ItemEffectMeter" - { + { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter" "font" "Default" @@ -47,15 +47,15 @@ "zpos" "2" "wide" "40" "wide_minmode" "50" - "tall" "6" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "0" "enabled" "0" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" - } + } "ItemEffectMeterCount" { @@ -67,7 +67,7 @@ "ypos_minmode" "5" "zpos" "2" "wide" "40" - "tall" "20" + "tall" "20" "pinCorner" "2" "visible" "1" "enabled" "1" @@ -88,7 +88,7 @@ "ypos" "-1" "zpos" "2" "wide" "40" - "tall" "20" + "tall" "20" "pinCorner" "2" "visible" "1" "enabled" "1" diff --git a/resource/ui/HudItemEffectMeter_Heavy.res b/resource/ui/HudItemEffectMeter_Heavy.res index 903601c..34068cb 100644 --- a/resource/ui/HudItemEffectMeter_Heavy.res +++ b/resource/ui/HudItemEffectMeter_Heavy.res @@ -4,12 +4,12 @@ { "HudItemEffectMeter" { - "ypos" "c93" - "ypos_minmode" "c53" + "ypos" "c93" + "ypos_minmode" "c53" } "ItemEffectMeterLabel" { - "labelText" "#TF_Cleaver" + "labelText" "#TF_Cleaver" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_ParticleCannon.res b/resource/ui/HudItemEffectMeter_ParticleCannon.res index aa360cf..451f2c5 100644 --- a/resource/ui/HudItemEffectMeter_ParticleCannon.res +++ b/resource/ui/HudItemEffectMeter_ParticleCannon.res @@ -4,17 +4,17 @@ { "HudItemEffectMeter" { - "ypos" "c93" [$WIN32] - "ypos_minmode" "c46" [$WIN32] + "ypos" "c93" + "ypos_minmode" "c46" } "ItemEffectMeterLabel" { - "labelText" "#TF_ENERGYDRINK" + "labelText" "#TF_ENERGYDRINK" } "ItemEffectMeter" { - "textAlignment" "Left" + "textAlignment" "Left" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Pomson.res b/resource/ui/HudItemEffectMeter_Pomson.res index 88f3458..bcea34d 100644 --- a/resource/ui/HudItemEffectMeter_Pomson.res +++ b/resource/ui/HudItemEffectMeter_Pomson.res @@ -4,13 +4,13 @@ { "HudItemEffectMeter" { - "ypos" "c93" - "ypos_minmode" "c46" + "ypos" "c93" + "ypos_minmode" "c46" } "ItemEffectMeterLabel" { - "wide" "150" - "labelText" "#TF_ENERGYDRINK" + "wide" "150" + "labelText" "#TF_ENERGYDRINK" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_PowerupBottle.res b/resource/ui/HudItemEffectMeter_PowerupBottle.res index f53de89..5c70112 100644 --- a/resource/ui/HudItemEffectMeter_PowerupBottle.res +++ b/resource/ui/HudItemEffectMeter_PowerupBottle.res @@ -79,12 +79,12 @@ "tall" "20" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "Powerups" } - + "ItemEffectMeter" - { + { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter" "font" "Default" @@ -101,7 +101,7 @@ "dulltext" "0" "brighttext" "0" } - + "ItemEffectMeterCount" { "ControlName" "CExLabel" diff --git a/resource/ui/HudItemEffectMeter_Sapper.res b/resource/ui/HudItemEffectMeter_Sapper.res index 8c2339e..ef09bbf 100644 --- a/resource/ui/HudItemEffectMeter_Sapper.res +++ b/resource/ui/HudItemEffectMeter_Sapper.res @@ -4,12 +4,12 @@ { "HudItemEffectMeter" { - "ypos" "c133" - "ypos_minmode" "c46" + "ypos" "c133" + "ypos_minmode" "c46" } "ItemEffectMeterLabel" { - "labelText" "#TF_ENERGYDRINK" + "labelText" "#TF_ENERGYDRINK" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Scout.res b/resource/ui/HudItemEffectMeter_Scout.res index 8cf9dcf..91ba395 100644 --- a/resource/ui/HudItemEffectMeter_Scout.res +++ b/resource/ui/HudItemEffectMeter_Scout.res @@ -4,12 +4,12 @@ { "HudItemEffectMeter" { - "ypos" "c93" - "ypos_minmode" "c53" + "ypos" "c93" + "ypos_minmode" "c53" } "ItemEffectMeterLabel" { - "labelText" "#TF_ENERGYDRINK" + "labelText" "#TF_ENERGYDRINK" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SniperFocus.res b/resource/ui/HudItemEffectMeter_SniperFocus.res index 2f854a2..5cdfac9 100644 --- a/resource/ui/HudItemEffectMeter_SniperFocus.res +++ b/resource/ui/HudItemEffectMeter_SniperFocus.res @@ -4,12 +4,12 @@ { "HudItemEffectMeter" { - "ypos" "c93" - "ypos_minmode" "c46" + "ypos" "c93" + "ypos_minmode" "c46" } "ItemEffectMeterLabel" { - "labelText" "#TF_ENERGYDRINK" + "labelText" "#TF_ENERGYDRINK" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SodaPopper.res b/resource/ui/HudItemEffectMeter_SodaPopper.res index 582043d..fb8bfb0 100644 --- a/resource/ui/HudItemEffectMeter_SodaPopper.res +++ b/resource/ui/HudItemEffectMeter_SodaPopper.res @@ -4,12 +4,12 @@ { "HudItemEffectMeter" { - "ypos" "c83" - "ypos_minmode" "c46" + "ypos" "c83" + "ypos_minmode" "c46" } "ItemEffectMeterLabel" { - "labelText" "#TF_ENERGYDRINK" + "labelText" "#TF_ENERGYDRINK" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SpyKnife.res b/resource/ui/HudItemEffectMeter_SpyKnife.res index 1db0b2e..4e5d010 100644 --- a/resource/ui/HudItemEffectMeter_SpyKnife.res +++ b/resource/ui/HudItemEffectMeter_SpyKnife.res @@ -4,8 +4,8 @@ { "HudItemEffectMeter" { - "ypos" "c93" - "ypos_minmode" "c53" + "ypos" "c93" + "ypos_minmode" "c53" } "ItemEffectMeterLabel" diff --git a/resource/ui/HudMannVsMachineStatus.res b/resource/ui/HudMannVsMachineStatus.res index 4dd8778..17e1d69 100644 --- a/resource/ui/HudMannVsMachineStatus.res +++ b/resource/ui/HudMannVsMachineStatus.res @@ -39,8 +39,8 @@ "enabled" "1" "pin_to_sibling" "WaveStatusPanel" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "6" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" } "CurrencyStatusPanel" @@ -57,12 +57,12 @@ "InWorldCurrencyPanel" { - "ControlName" "CInWorldCurrencyStatus" - "fieldName" "InWorldCurrencyPanel" + "ControlName" "CInWorldCurrencyStatus" + "fieldName" "InWorldCurrencyPanel" "xpos" "c-190" - "ypos" "r42" - "wide" "100" - "tall" "20" + "ypos" "r42" + "wide" "100" + "tall" "20" "visible" "1" "enabled" "1" } @@ -80,7 +80,7 @@ "enabled" "1" "image" "../sprites/obj_icons/warning_highlight" "scaleImage" "1" - "time" "0.3" + "time" "0.3" } "UpgradeLevelContainer" @@ -92,7 +92,7 @@ "wide" "640" "tall" "480" "visible" "0" - + "UpgradeProgressTrack" { "ControlName" "CMvMBombCarrierProgress" @@ -182,7 +182,7 @@ "wide" "f0" "tall" "480" "visible" "0" - "enabled" "1" + "enabled" "1" } "VictoryPanelContainer" @@ -231,11 +231,10 @@ "enabled" "1" "image" "../hud/color_panel_red" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" + "draw_corner_width" "5" + "draw_corner_height" "5" } "ServerChangeLabel" @@ -251,7 +250,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "fgcolor" "TanLight" + "fgcolor" "TanLight" } } } \ No newline at end of file diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index 4c531fb..af2c27f 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -1,5 +1,5 @@ "Resource/UI/HudMedicCharge.res" -{ +{ "Background" { "ControlName" "CTFImagePanel" @@ -14,7 +14,7 @@ "image" "../hud/medic_charge_blue_bg" "scaleImage" "1" "teambg_2" "../hud/medic_charge_red_bg" - "teambg_3" "../hud/medic_charge_blue_bg" + "teambg_3" "../hud/medic_charge_blue_bg" } "ChargeLabel" @@ -93,8 +93,8 @@ "font" "Cerbetica16" "font_minmode" "Cerbetica12" "fgcolor" "150 150 150 255" - } - + } + "ChargeMeter" { "ControlName" "ContinuousProgressBar" @@ -122,11 +122,11 @@ "ChargeMeter1" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter1" - "font" "Default" - "xpos" "0" - "ypos" "60" + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter1" + "font" "Default" + "xpos" "0" + "ypos" "60" "zpos" "3" "xpos_minmode" "33" "ypos_minmode" "22" @@ -134,22 +134,22 @@ "wide" "36" "tall" "20" "wide_minmode" "20" - "tall_minmode" "17" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + "tall_minmode" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" "fgcolor_override" "Uber Bar Color" } "ChargeMeter2" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter2" - "font" "Default" + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter2" + "font" "Default" "xpos" "2" "ypos" "0" "zpos" "4" @@ -157,13 +157,13 @@ "tall" "20" "wide_minmode" "20" "tall_minmode" "17" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" "fgcolor_override" "Uber Bar Color" "pin_to_sibling" "ChargeMeter1" @@ -173,23 +173,23 @@ "ChargeMeter3" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter3" - "font" "Default" + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter3" + "font" "Default" "xpos" "2" "ypos" "0" "zpos" "4" "wide" "36" "tall" "20" - "wide_minmode" "20" + "wide_minmode" "20" "tall_minmode" "17" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" - "visible" "1" + "visible" "1" "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" "fgcolor_override" "Uber Bar Color" "pin_to_sibling" "ChargeMeter2" @@ -201,7 +201,7 @@ { "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter4" - "font" "Default" + "font" "Default" "xpos" "2" "ypos" "0" "zpos" "4" @@ -209,13 +209,13 @@ "tall" "20" "wide_minmode" "20" "tall_minmode" "17" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "1" + "enabled" "1" "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + "dulltext" "0" + "brighttext" "0" "fgcolor_override" "Uber Bar Color" "pin_to_sibling" "ChargeMeter3" diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res index 246d6c6..a99b13d 100644 --- a/resource/ui/HudObjectiveFlagPanel.res +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -2,18 +2,18 @@ { "ObjectiveStatusFlagPanel" { - "ControlName" "EditablePanel" - "fieldName" "ObjectiveStatusFlagPanel" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusFlagPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" "if_hybrid" { - "zpos" "-1" + "zpos" "-1" } } @@ -29,7 +29,7 @@ "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" - "scaleImage" "1" + "scaleImage" "1" "if_hybrid" { "visible" "0" @@ -49,7 +49,7 @@ "ControlName" "ImagePanel" "fieldName" "RightSideBG" "xpos" "c0" - "ypos" "r20" [$WIN32] + "ypos" "r20" "zpos" "-1" "wide" "120" "tall" "14" @@ -70,21 +70,20 @@ "visible" "0" } } - + "OutlineBG" { "ControlName" "ImagePanel" "fieldName" "OutlineBG" "xpos" "c-140" - "ypos" "r75" [$WIN32] - "ypos" "r96" [$X360] + "ypos" "r75" "zpos" "2" "wide" "280" "tall" "80" "visible" "0" "enabled" "0" "image" "../hud/objectives_flagpanel_bg_outline" - "scaleImage" "1" + "scaleImage" "1" "if_hybrid" { "visible" "0" @@ -110,7 +109,7 @@ "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "east" + "textAlignment" "east" "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TanLight" @@ -129,7 +128,7 @@ { "visible" "0" } - } + } "BlueScoreShadow" { @@ -137,7 +136,7 @@ "fieldName" "BlueScoreShadow" "xpos" "-1" "ypos" "-1" - "zpos" "8" + "zpos" "7" "wide" "50" "tall" "35" "visible" "1" @@ -165,7 +164,7 @@ { "visible" "0" } - } + } "RedScore" { @@ -178,7 +177,7 @@ "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TanLight" @@ -197,20 +196,20 @@ { "visible" "0" } - } - + } + "RedScoreShadow" { "ControlName" "CExLabel" "fieldName" "RedScoreShadow" "xpos" "-1" "ypos" "-1" - "zpos" "8" + "zpos" "7" "wide" "50" "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TransparentBlack" @@ -233,7 +232,7 @@ { "visible" "0" } - } + } "OutlineImage" { @@ -248,23 +247,23 @@ "enabled" "1" "image" "../hud/objectives_flagpanel_carried_outline" "scaleImage" "1" - } + } "CarriedImage" { "ControlName" "ImagePanel" "fieldName" "CarriedImage" "xpos" "9999" - } + } "PlayingTo" { "ControlName" "CExLabel" "fieldName" "PlayingTo" - "xpos" "c-70" [$WIN32] - "ypos" "r54" [$WIN32] + "xpos" "c-70" + "ypos" "r54" "zpos" "4" - "wide" "140" [$WIN32] + "wide" "140" "tall" "30" "visible" "1" "enabled" "1" @@ -289,17 +288,17 @@ { "visible" "0" } - } - + } + "PlayingToBG" { "ControlName" "ImagePanel" "fieldName" "PlayingToBG" - "xpos" "c-50" [$WIN32] - "ypos" "r50" [$WIN32] + "xpos" "c-50" + "ypos" "r50" "zpos" "3" - "wide" "100" [$WIN32] - "tall" "20" [$WIN32] + "wide" "100" + "tall" "20" "visible" "1" "enabled" "1" "fillcolor" "Transparent" @@ -319,14 +318,14 @@ { "visible" "0" } - } - + } + "BlueFlag" { "ControlName" "CTFFlagStatus" "fieldName" "BlueFlag" "xpos" "c-165" - "ypos" "r75" [$WIN32] + "ypos" "r75" "zpos" "2" "wide" "160" "tall" "90" @@ -335,7 +334,7 @@ if_mvm { - "ypos" "r95" [$WIN32] + "ypos" "r95" } "if_hybrid" @@ -378,7 +377,7 @@ "tall" "90" "visible" "1" "enabled" "1" - + "if_hybrid" { "visible" "0" @@ -404,14 +403,14 @@ { "visible" "0" } - } + } "CaptureFlag" { "ControlName" "CTFArrowPanel" "fieldName" "CaptureFlag" "xpos" "c-28" - "ypos" "r100" [$WIN32] + "ypos" "r100" "zpos" "5" "wide" "56" "tall" "56" @@ -459,14 +458,14 @@ "labelText" "%redscore%" "font" "HudFontMediumBold" "fgcolor" "TanLight" - } + } "SpecCarriedImage" { "ControlName" "ImagePanel" "fieldName" "SpecCarriedImage" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "10" "wide" "100" "tall" "100" diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index d8ffda1..b2484ca 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -1,5 +1,5 @@ "Resource/UI/HudObjectiveKothTimePanel.res" -{ +{ "HudKothTimeStatus" { if_match @@ -52,14 +52,14 @@ if_match { + "proportionaltoparent" "1" + "font" "HudFontSmall" "xpos" "10" "ypos" "9" "tall" "10" "wide" "35" - "font" "HudFontSmall" - "proportionaltoparent" "1" } - } + } } "RedTimer" @@ -71,8 +71,8 @@ "zpos" "10" "wide" "100" "tall" "150" - "visible" "1" - "enabled" "1" + "visible" "1" + "enabled" "1" "delta_item_x" "0" "delta_item_start_y""50" "delta_item_end_y" "70" @@ -93,7 +93,7 @@ "NegativeColor" "255 0 0 255" "delta_lifetime" "1.5" "delta_item_font" "HudFontMediumSmall" - } + } "TimePanelValue" { @@ -120,16 +120,14 @@ if_match { + "proportionaltoparent" "1" + "font" "HudFontSmall" "xpos" "rs1-15" "ypos" "9" "wide" "35" "tall" "10" - "font" "HudFontSmall" - "font_minmode" "HudFontSmall" - "font_lodef" "HudFontSmall" - "proportionaltoparent" "1" - } - } + } + } } "ActiveTimerBG" diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index 06b353b..5871475 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -11,16 +11,16 @@ "tall" "24" "visible" "1" "enabled" "1" - "image" "../hud/objectives_timepanel_blue_bg" + "image" "../hud/objectives_timepanel_blue_bg" "scaleImage" "1" "src_corner_height" "3" "src_corner_width" "3" "draw_corner_width" "0" "draw_corner_height" "0" - + if_match { "visible" "0" - } + } } "TimePanelProgressBar" { @@ -30,9 +30,7 @@ "ypos" "16" "zpos" "4" "wide" "20" - "wide_lodef" "25" "tall" "20" - "tall_lodef" "25" "visible" "0" "enabled" "1" "scaleImage" "1" @@ -71,7 +69,7 @@ "font" "Cerbetica10" "proportionaltoparent" "1" } - } + } "WaitingForPlayersBG" { "ControlName" "CTFImagePanel" @@ -106,12 +104,12 @@ "font" "Cerbetica10" "proportionaltoparent" "1" } - } + } "OvertimeBG" { "ControlName" "CTFImagePanel" "fieldName" "OvertimeBG" - "xpos" "9999" + "xpos" "9999" } "SuddenDeathLabel" @@ -120,8 +118,6 @@ "fieldName" "SuddenDeathLabel" "xpos" "25" "ypos" "23" - "ypos_hidef" "41" - "ypos_lodef" "41" "zpos" "5" "wide" "50" "tall" "19" @@ -141,14 +137,14 @@ "wide" "p1" "font" "Cerbetica10" "proportionaltoparent" "1" - } - } + } + } "SuddenDeathBG" { "ControlName" "CTFImagePanel" "fieldName" "SuddenDeathBG" - "xpos" "9999" - } + "xpos" "9999" + } "SetupLabel" { @@ -175,8 +171,8 @@ "wide" "p1" "font" "Cerbetica10" "proportionaltoparent" "1" - } - } + } + } "SetupBG" { "ControlName" "CTFImagePanel" @@ -192,11 +188,7 @@ "ypos" "23" "zpos" "5" "wide" "50" - "wide_hidef" "300" - "wide_lodef" "300" "tall" "19" - "tall_hidef" "19" - "tall_lodef" "22" "visible" "0" "enabled" "1" "labelText" "%servertimeleft%" @@ -219,6 +211,6 @@ { "ControlName" "CTFImagePanel" "fieldName" "ServerTimeLimitLabelBG" - "xpos" "9999" - } + "xpos" "9999" + } } \ No newline at end of file diff --git a/resource/ui/HudPlayerClass.res b/resource/ui/HudPlayerClass.res index 3a97f66..5d51605 100644 --- a/resource/ui/HudPlayerClass.res +++ b/resource/ui/HudPlayerClass.res @@ -17,41 +17,39 @@ { "ControlName" "CTFClassImage" "fieldName" "PlayerStatusClassImage" - "xpos" "c210" [$WIN32] - "ypos" "r60" [$WIN32] + "xpos" "c210" + "ypos" "r60" "zpos" "2" "wide" "60" "tall" "60" "visible" "1" "enabled" "1" "image" "../hud/class_scoutred" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusSpyImage" { "ControlName" "CTFImagePanel" "fieldName" "PlayerStatusSpyImage" - "xpos" "9999" - } + "xpos" "9999" + } "PlayerStatusSpyOutlineImage" { "ControlName" "CTFImagePanel" "fieldName" "PlayerStatusSpyOutlineImage" - "xpos" "3" [$WIN32] - "ypos" "r67" [$WIN32] - "xpos_minmode" "-5" [$WIN32] - "ypos_minmode" "r44" [$WIN32] - "xpos" "35" [$X360] - "ypos" "r89" [$X360] + "xpos" "3" + "ypos" "r67" + "xpos_minmode" "-5" + "ypos_minmode" "r44" "zpos" "7" "wide" "55" - "wide_minmode" "27" "tall" "55" + "wide_minmode" "27" "tall_minmode" "27" "visible" "0" "enabled" "1" "image" "../hud/class_spy_outline" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusClassImageBG" { @@ -71,32 +69,32 @@ { "ControlName" "CTFPlayerModelPanel" "fieldName" "classmodelpanel" - "xpos" "r210" [$WIN32] - "ypos" "r148" [$WIN32] + "xpos" "r210" + "ypos" "r148" "zpos" "2" "wide" "75" "tall" "150" "autoResize" "0" "pinCorner" "0" "visible" "1" - "enabled" "1" + "enabled" "1" "render_texture" "0" "fov" "12" "allow_rot" "1" - + "model" { - "force_pos" "1" - "angles_x" "0" - "angles_y" "172" - "angles_z" "0" - "origin_x" "200" - "origin_y" "0" - "origin_z" "-60" - "frame_origin_x" "0" - "frame_origin_y" "0" - "frame_origin_z" "0" - "spotlight" "1" + "force_pos" "1" + "angles_x" "0" + "angles_y" "172" + "angles_z" "0" + "origin_x" "200" + "origin_y" "0" + "origin_z" "-60" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" "modelname" "" } diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index f5abbce..31917ba 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -1,5 +1,5 @@ "Resource/UI/HudPlayerHealth.res" -{ +{ // Player Health Data "HudPlayerHealth" { @@ -12,11 +12,11 @@ "wide" "250" "tall" "120" "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" "HealthDeathWarningColor" "HUDDeathWarning" - } + } "PlayerStatusHealthImage" { @@ -32,7 +32,7 @@ "enabled" "1" "scaleImage" "1" "alpha" "0" - } + } "PlayerStatusHealthImageBG" { @@ -42,8 +42,8 @@ "tall" "0" "visible" "0" "enabled" "0" - } - + } + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -61,9 +61,9 @@ "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" - "scaleImage" "1" + "scaleImage" "1" } - + "PlayerStatusHealthValue" { "ControlName" "CExLabel" @@ -76,12 +76,12 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "Health Normal" } - + "PlayerStatusHealthValueShadow" { "ControlName" "CExLabel" @@ -103,7 +103,7 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "PlayerStatusMaxHealthValue" { "ControlName" "CExLabel" @@ -125,7 +125,7 @@ "visible" "1" "enabled" "1" } - + "PlayerStatusBleedImage" { "ControlName" "ImagePanel" @@ -143,8 +143,8 @@ "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } - + } + "PlayerStatusMilkImage" { "ControlName" "ImagePanel" @@ -163,7 +163,7 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - + "PlayerStatusGasImage" { "ControlName" "ImagePanel" @@ -182,7 +182,7 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - + "PlayerStatusMarkedForDeathImage" { "ControlName" "ImagePanel" @@ -201,7 +201,7 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - + "PlayerStatusMarkedForDeathSilentImage" { "ControlName" "ImagePanel" @@ -223,8 +223,8 @@ "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" "xpos" "0" "ypos" "0" "zpos" "7" @@ -234,16 +234,16 @@ "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" "xpos" "0" "ypos" "0" "zpos" "7" @@ -253,16 +253,16 @@ "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" "xpos" "0" "ypos" "0" "zpos" "7" @@ -272,7 +272,7 @@ "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" @@ -280,8 +280,8 @@ "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" "xpos" "0" "ypos" "0" "zpos" "7" @@ -291,16 +291,16 @@ "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" "xpos" "0" "ypos" "0" "zpos" "7" @@ -310,16 +310,16 @@ "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicSmallFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" "xpos" "0" "ypos" "0" "zpos" "7" @@ -329,7 +329,7 @@ "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" @@ -422,7 +422,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" @@ -440,7 +440,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" diff --git a/resource/ui/HudTeamGoal.res b/resource/ui/HudTeamGoal.res index d5594a9..81cf00f 100644 --- a/resource/ui/HudTeamGoal.res +++ b/resource/ui/HudTeamGoal.res @@ -18,7 +18,7 @@ "teambg_2" "../hud/death_panel_red_bg" "teambg_3" "../hud/death_panel_blue_bg" } - + "SwitchLabel" { "ControlName" "Label" @@ -37,7 +37,7 @@ "labelText" "#TF_teamswitch_attackers" "textAlignment" "North" } - + "GoalLabel" { "ControlName" "Label" @@ -56,7 +56,7 @@ "labelText" "" "textAlignment" "North" } - + "GoalImage" { "ControlName" "CTFImagePanel" diff --git a/resource/ui/HudTeamGoalTournament.res b/resource/ui/HudTeamGoalTournament.res index 2c12379..5d2dceb 100644 --- a/resource/ui/HudTeamGoalTournament.res +++ b/resource/ui/HudTeamGoalTournament.res @@ -27,7 +27,7 @@ "enabled" "1" "image" "../HUD/color_panel_browner" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional "draw_corner_height" "7" @@ -46,8 +46,8 @@ "visible" "0" "enabled" "1" "image" "../HUD/color_panel_browner" - - "src_corner_height" "23" // pixels inside the image + + "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional "draw_corner_height" "7" @@ -129,17 +129,17 @@ "HudStopWatchObjectiveArrow" { - "ControlName" "ScalableImagePanel" - "fieldName" "HudStopWatchObjectiveArrow" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "80" - "tall" "80" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../HUD/arrow_big" + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchObjectiveArrow" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "80" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/arrow_big" } } \ No newline at end of file diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index 89e5c4b..14c6c6d 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -2,12 +2,12 @@ { HudTournament { - "ControlName" "EditablePanel" - "fieldName" "HudTournament" - "xpos" "0" - "ypos" "-10" - "wide" "f0" - "tall" "480" + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + "xpos" "0" + "ypos" "-10" + "wide" "f0" + "tall" "480" "team1_player_base_offset_x" "-75" "team1_player_base_y" "0" @@ -19,10 +19,10 @@ "team2_player_delta_y" "0" "teams_player_delta_x_comp" "42" - "avatar_width" "63" - "spacer" "5" - "name_width" "57" - "horiz_inset" "2" + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" "ModeImage" { @@ -44,7 +44,7 @@ if_competitive { "visible" "1" } - } + } "playerpanels_kv" { @@ -53,7 +53,6 @@ "tall" "33" "zpos" "1" "tabPosition" "0" - "color_ready" "0 255 0 220" "color_notready" "0 0 0 220" @@ -68,9 +67,9 @@ "tall" "35" "autoResize" "0" "pinCorner" "0" - "fillcolor" "0 0 0 255" "visible" "0" "enabled" "0" + "fillcolor" "0 0 0 255" } "playername" @@ -88,33 +87,32 @@ "visible" "1" "labelText" "%playername%" "textAlignment" "north-west" - //"fgcolor" "235 226 202 255" if_mvm { - "xpos" "1" - "ypos" "26" - "wide" "38" - "textAlignment" "center" - "font" "Cerbetica8" + "xpos" "1" + "ypos" "26" + "wide" "38" + "font" "Cerbetica8" + "textAlignment" "center" } if_competitive { - "xpos" "1" - "ypos" "26" - "wide" "38" - "textAlignment" "center" - "font" "Cerbetica8" + "xpos" "1" + "ypos" "26" + "wide" "38" + "font" "Cerbetica8" + "textAlignment" "center" } if_readymode { - "xpos" "1" - "ypos" "26" - "wide" "38" - "textAlignment" "center" - "font" "Cerbetica8" + "xpos" "1" + "ypos" "26" + "wide" "38" + "font" "Cerbetica8" + "textAlignment" "center" } } @@ -134,29 +132,29 @@ if_mvm { - "xpos" "7" - "ypos" "1" - "wide" "26" - "tall" "26" - "image" "../vgui/hud_connecting" + "xpos" "7" + "ypos" "1" + "wide" "26" + "tall" "26" + "image" "../vgui/hud_connecting" } if_competitive { - "xpos" "7" - "ypos" "1" - "wide" "26" - "tall" "26" - "image" "../vgui/hud_connecting" + "xpos" "7" + "ypos" "1" + "wide" "26" + "tall" "26" + "image" "../vgui/hud_connecting" } if_readymode { - "xpos" "7" - "ypos" "1" - "wide" "26" - "tall" "26" - "image" "../vgui/hud_connecting" + "xpos" "7" + "ypos" "1" + "wide" "26" + "tall" "26" + "image" "../vgui/hud_connecting" } } @@ -173,7 +171,7 @@ "bgcolor_override" "0 0 0 100" "PaintBackgroundType" "0" - if_mvm + if_mvm { "visible" "1" } @@ -182,7 +180,7 @@ { "visible" "1" } - + if_readymode { "visible" "1" @@ -243,8 +241,8 @@ if_readymode { "visible" "1" - "zpos" "-2" - } + "zpos" "-2" + } } "ReadyImage" @@ -400,16 +398,16 @@ { "ControlName" "ScalableImagePanel" "fieldName" "HudTournamentBG" - "wide" "0" + "wide" "0" } - + "TournamentLabel" { "ControlName" "Label" "fieldName" "TournamentLabel" "wide" "0" } - + "HudTournamentBLUEBG" { "ControlName" "ScalableImagePanel" @@ -423,27 +421,26 @@ "enabled" "1" "image" "../HUD/tournament_panel_blu" - "src_corner_height" "15" // pixels inside the image + "src_corner_height" "15" "src_corner_width" "15" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" if_mvm - { - "visible" "0" + { + "visible" "0" } if_competitive { - "xpos" "200" - "visible" "0" + "xpos" "200" + "visible" "0" } if_readymode { - "xpos" "200" - "visible" "0" + "xpos" "200" + "visible" "0" } } @@ -467,19 +464,19 @@ if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "207" - "visible" "0" + "xpos" "207" + "visible" "0" } if_readymode { - "xpos" "207" - "visible" "0" + "xpos" "207" + "visible" "0" } } @@ -503,19 +500,19 @@ if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "251" - "visible" "0" + "xpos" "251" + "visible" "0" } if_readymode { - "xpos" "251" - "visible" "0" + "xpos" "251" + "visible" "0" } } @@ -534,25 +531,24 @@ "enabled" "1" "image" "../HUD/tournament_panel_red" - "src_corner_height" "15" // pixels inside the image + "src_corner_height" "15" "src_corner_width" "15" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "320" - "visible" "0" + "xpos" "320" + "visible" "0" } if_readymode { - "xpos" "320" - "visible" "0" + "xpos" "320" + "visible" "0" } } @@ -576,19 +572,19 @@ if_mvm { - "visible" "0" + "visible" "0" } if_competitive { - "xpos" "370" - "visible" "0" + "xpos" "370" + "visible" "0" } - + if_readymode { - "xpos" "370" - "visible" "0" + "xpos" "370" + "visible" "0" } } @@ -610,20 +606,21 @@ "labelText" "%redstate%" "textAlignment" "west" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - + if_competitive { - "xpos" "325" - "visible" "0" + "xpos" "325" + "visible" "0" } - + if_readymode { - "xpos" "325" - "visible" "0" + "xpos" "325" + "visible" "0" } } @@ -648,21 +645,21 @@ if_mvm { - "visible" "0" + "visible" "0" } if_readymode { - "wide" "f0" - "xpos" "0" - "ypos" "16" + "wide" "f0" + "xpos" "0" + "ypos" "16" } if_competitive { - "wide" "f0" - "xpos" "0" - "ypos" "24" + "wide" "f0" + "xpos" "0" + "ypos" "24" } } @@ -687,23 +684,23 @@ if_mvm { - "visible" "0" + "visible" "0" } - if_readymode + if_competitive { - "wide" "f0" - "xpos" "0" - "ypos" "16" + "visible" "0" + "enabled" "0" + "wide" "f0" + "xpos" "1" + "ypos" "25" } - if_competitive + if_readymode { - "visible" "0" - "enabled" "0" - "wide" "f0" - "xpos" "1" - "ypos" "25" + "wide" "f0" + "xpos" "0" + "ypos" "16" } } @@ -723,10 +720,9 @@ "image" "../HUD/tournament_panel_brown" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" if_mvm { @@ -743,7 +739,7 @@ } "TournamentInstructionsLabel" - { + { "ControlName" "CExLabel" "fieldName" "TournamentInstructionsLabel" "font" "Cerbetica11" @@ -784,7 +780,6 @@ "font" "Cerbetica14" "tall" "16" } - } "InstructionsBackground" @@ -887,24 +882,24 @@ "if_mvm" { - "visible" "1" - "enabled" "1" - "xpos" "c-20" + "visible" "1" + "enabled" "1" + "xpos" "c-20" } if_competitive { - "xpos" "c-19" - "ypos" "130" - "tall" "41" - "zpos" "10" + "xpos" "c-19" + "ypos" "130" + "tall" "41" + "zpos" "10" } if_readymode { - "xpos" "c-18" - "ypos" "130" - "tall" "22" + "xpos" "c-18" + "ypos" "130" + "tall" "22" } } } \ No newline at end of file diff --git a/resource/ui/HudTournamentSetup.res b/resource/ui/HudTournamentSetup.res index 9ae33e1..f6928fe 100644 --- a/resource/ui/HudTournamentSetup.res +++ b/resource/ui/HudTournamentSetup.res @@ -15,10 +15,9 @@ "enabled" "1" "fillcolor" "0 0 0 205" - "src_corner_height" "20" // pixels inside the image + "src_corner_height" "20" "src_corner_width" "20" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } @@ -62,28 +61,28 @@ "TournamentNameEdit" { - "ControlName" "Label" - "fieldName" "TournamentNameEdit" - "xpos" "30" - "ypos" "27" - "wide" "120" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "textHidden" "0" - "editable" "1" - "maxchars" "6" + "ControlName" "Label" + "fieldName" "TournamentNameEdit" + "xpos" "30" + "ypos" "27" + "wide" "120" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "6" "NumericInputOnly" "0" - "unicode" "0" - "wrap" "0" + "unicode" "0" + "wrap" "0" "fgcolor_override" "235 226 202 255" "bgcolor_override" "Transparent" "labelText" "%teamname%" - "font" "Cerbetica12" "textAlignment" "west" + "font" "Cerbetica12" } "HudTournamentNameBG" @@ -118,7 +117,6 @@ "border_default" "" "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" @@ -150,7 +148,6 @@ "border_default" "" "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 2a1b2d3..9cc938d 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -52,8 +52,8 @@ "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" "image_drawcolor" "TanLight" @@ -220,7 +220,7 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" "image_drawcolor" "TanLight" "image_armedcolor" "Button Color" @@ -238,7 +238,7 @@ "enabled" "1" "scaleImage" "1" "image" "glyph_quit" - } + } } "RankModelPanel" @@ -328,7 +328,7 @@ "scaleImage" "1" "alpha" "75" } - + "RankPanel" { "ControlName" "CPvPRankPanel" @@ -402,16 +402,16 @@ "TooltipPanel" { - "ControlName" "EditablePanel" - "fieldName" "TooltipPanel" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "150" - "tall" "50" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" "PaintBackgroundType" "2" - "border" "MainMenuBGBorder" + "border" "MainMenuBGBorder" "TipSubLabel" { @@ -456,73 +456,72 @@ "Notifications_ShowButtonPanel" { - "ControlName" "EditablePanel" - "fieldName" "Notifications_ShowButtonPanel" - "xpos" "295" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "295" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" "SubImage" { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "0" - "zpos" "3" - "wide" "16" - "tall" "16" - "visible" "0" - "enabled" "0" - "image" "glyph_achievements" - "scaleImage" "1" - "drawcolor" "210 125 33 255" + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "0" + "zpos" "3" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "0" + "image" "glyph_achievements" + "scaleImage" "1" + "drawcolor" "210 125 33 255" } "Notifications_ShowButtonPanel_SB" { - "ControlName" "CExImageButton" - "fieldName" "Notifications_ShowButtonPanel_SB" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "" - "labelText" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" "actionsignallevel" "2" - "Command" "noti_show" - + "Command" "noti_show" "fgcolor_override" "235 226 202 255" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_default" "" "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { @@ -535,8 +534,8 @@ "tall" "16" "visible" "1" "enabled" "1" - "image" "replay/thumbnails/alert" "scaleImage" "1" + "image" "replay/thumbnails/alert" } } } @@ -577,23 +576,21 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -647,23 +644,21 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -680,7 +675,7 @@ } } } - + "StreamListPanel" { "ControlName" "CTFStreamListPanel" @@ -696,7 +691,7 @@ "bgcolor_override" "25 25 25 230" "border" "NoBorder" } - + "MOTD_Panel" { "ControlName" "EditablePanel" @@ -711,7 +706,7 @@ "paintbackground" "0" "border" "" } - + "Notifications_Panel" { "ControlName" "EditablePanel" @@ -747,19 +742,17 @@ "brighttext" "0" "default" "0" "actionsignallevel" "2" - + "Command" "noti_hide" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "noti_hide" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" - "SubImage" { "ControlName" "ImagePanel" @@ -773,9 +766,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "Notifications_TitleLabel" { "ControlName" "CExLabel" @@ -818,7 +811,7 @@ } } } - + "CompetitiveAccessInfoPanel" { "ControlName" "CCompetitiveAccessInfoPanel" @@ -830,7 +823,7 @@ "tall" "f0" "visible" "0" } - + "FriendsContainer" { "ControlName" "EditablePanel" @@ -955,7 +948,7 @@ "bgcolor_override" "0 0 0 100" } } - + "TFLogoImage" { "ControlName" "ImagePanel" @@ -967,13 +960,13 @@ "visible" "0" "enabled" "0" "image" "../logo/new_tf2_logo" - "command" "engine play vo/heavy_battlecry02.mp3" "scaleImage" "1" + "command" "engine play vo/heavy_battlecry02.mp3" } - + "TFCharacterImage" { - //"ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "TFCharacterImage" "xpos" "9999" "ypos" "9999" @@ -984,7 +977,7 @@ "enabled" "0" "scaleImage" "1" } - + "VersionLabel" { "ControlName" "CExLabel" @@ -1001,7 +994,7 @@ "enabled" "1" "fgcolor_override" "White" } - + "CharacterSetupButton" { "ControlName" "EditablePanel" @@ -1037,18 +1030,18 @@ "border_default" "" "border_armed" "MainMenuTabs" "paintbackground" "1" - + "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" - + "defaultBgColor_override" "Transparent" "armedBgColor_override" "TransparentPanelBG" "depressedBgColor_override" "TransparentPanelBG" - + "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1064,7 +1057,7 @@ } } } - + "GeneralStoreButton" { "ControlName" "EditablePanel" @@ -1088,9 +1081,9 @@ "visible" "1" "enabled" "1" "tabPosition" "0" + "textinsetx" "24" "font" "Cerbetica16" "textAlignment" "west" - "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" @@ -1101,9 +1094,9 @@ "border_armed" "MainMenuTabs" "paintbackground" "1" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" "defaultBgColor_override" "Transparent" "armedBgColor_override" "TransparentPanelBG" @@ -1111,7 +1104,7 @@ "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1127,7 +1120,7 @@ } } } - + "SettingsButton" { "ControlName" "EditablePanel" @@ -1139,7 +1132,7 @@ "tall" "18" "visible" "1" "PaintBackgroundType" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1165,8 +1158,8 @@ "border_armed" "MainMenuTabs" "paintbackground" "1" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" "defaultBgColor_override" "Transparent" @@ -1175,7 +1168,7 @@ "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1191,7 +1184,7 @@ } } } - + "TF2SettingsButton" { "ControlName" "EditablePanel" @@ -1203,6 +1196,7 @@ "tall" "18" "visible" "1" "PaintBackgroundType" "0" + "SubButton" { "ControlName" "CExImageButton" @@ -1215,9 +1209,9 @@ "visible" "1" "enabled" "1" "tabPosition" "0" + "textinsetx" "24" "font" "Cerbetica16" "textAlignment" "west" - "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" @@ -1228,9 +1222,9 @@ "border_armed" "MainMenuTabs" "paintbackground" "1" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" "defaultBgColor_override" "Transparent" "armedBgColor_override" "TransparentPanelBG" @@ -1238,7 +1232,7 @@ "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1254,7 +1248,7 @@ } } } - + "AchievementsButton" { "ControlName" "EditablePanel" @@ -1269,7 +1263,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1286,25 +1280,24 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" @@ -1320,7 +1313,6 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } @@ -1339,7 +1331,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1356,28 +1348,26 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1390,11 +1380,10 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - + "ReplayButton" { "ControlName" "EditablePanel" @@ -1406,6 +1395,7 @@ "tall" "18" "visible" "1" "PaintBackgroundType" "0" + "SubButton" { "ControlName" "CExImageButton" @@ -1418,15 +1408,14 @@ "visible" "1" "enabled" "1" "tabPosition" "0" + "textinsetx" "24" "font" "Cerbetica16" "textAlignment" "west" - "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "" "border_armed" "MainMenuTabs" "paintbackground" "1" @@ -1441,7 +1430,7 @@ "image_drawcolor" "TextColor" "image_armedcolor" "235 226 202 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1457,7 +1446,7 @@ } } } - + "ReportBugButton" { "ControlName" "EditablePanel" @@ -1472,7 +1461,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1489,12 +1478,10 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -1507,7 +1494,7 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" @@ -1523,11 +1510,10 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - + "SteamWorkshopButton" { "ControlName" "EditablePanel" @@ -1542,7 +1528,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1559,7 +1545,6 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1593,7 +1578,6 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } @@ -1629,7 +1613,6 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1650,7 +1633,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1663,7 +1646,6 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } @@ -1682,7 +1664,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1699,12 +1681,10 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -1720,7 +1700,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1733,11 +1713,10 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - + "ReportPlayerButton" { "ControlName" "EditablePanel" @@ -1752,7 +1731,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1769,7 +1748,6 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1790,7 +1768,7 @@ "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1803,64 +1781,62 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - + "RequestCoachButton" { - "ControlName" "EditablePanel" - "fieldname" "RequestCoachButton" - "xpos" "265" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "ControlName" "EditablePanel" + "fieldname" "RequestCoachButton" + "xpos" "265" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "SubButton" { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine cl_coach_find_coach" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "" + "Command" "engine cl_coach_find_coach" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" @@ -1873,11 +1849,10 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - + "MinmodeToggle" { "ControlName" "CExImageButton" @@ -1958,4 +1933,4 @@ "angles_z" "0" } } -} +} \ No newline at end of file diff --git a/resource/ui/MapInfoMenu.res b/resource/ui/MapInfoMenu.res index dea8011..2f198e9 100644 --- a/resource/ui/MapInfoMenu.res +++ b/resource/ui/MapInfoMenu.res @@ -93,32 +93,24 @@ "ControlName" "ImagePanel" "fieldName" "MapImage" "xpos" "9999" - "xpos_lodef" "c35" - "xpos_hidef" "c35" "ypos" "9999" - "ypos_lodef" "100" - "ypos_hidef" "100" "zpos" "2" "wide" "275" - "wide_hidef" "225" - "wide_lodef" "225" "tall" "275" - "tall_hidef" "225" - "tall_lodef" "225" "visible" "0" "enabled" "1" "image" "" - "scaleImage" "1" + "scaleImage" "1" } - "MapInfoContinue" [$WIN32] + "MapInfoContinue" { "ControlName" "CExButton" "fieldName" "MapInfoContinue" "xpos" "9999" } - "MapInfoContinue2" [$WIN32] + "MapInfoContinue2" { "ControlName" "CExButton" "fieldName" "MapInfoContinue2" @@ -139,6 +131,7 @@ "default" "1" "font" "Cerbetica24" "paintbackground" "0" + "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" @@ -146,7 +139,7 @@ "selectedFgColor_override" "TanDark" } - "MapInfoWatchIntro" [$WIN32] + "MapInfoWatchIntro" { "ControlName" "CExButton" "fieldName" "MapInfoWatchIntro" @@ -174,7 +167,7 @@ "selectedFgColor_override" "TanDark" } - "MapInfoBack" [$WIN32] + "MapInfoBack" { "ControlName" "CExButton" "fieldName" "MapInfoBack" @@ -194,6 +187,7 @@ "command" "back" "font" "Cerbetica20" "paintbackground" "0" + "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" @@ -206,12 +200,12 @@ "ControlName" "CTFImagePanel" "fieldName" "MenuBG" "xpos" "9999" - } + } "ShadedBar" { "ControlName" "ImagePanel" "fieldName" "ShadedBar" "xpos" "9999" - } + } } \ No newline at end of file diff --git a/resource/ui/MedicCallerPanel.res b/resource/ui/MedicCallerPanel.res index c2b28bc..018b528 100644 --- a/resource/ui/MedicCallerPanel.res +++ b/resource/ui/MedicCallerPanel.res @@ -2,121 +2,121 @@ { "CallerBG" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerBG" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "image" "../effects/speech_mediccall_hud" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../effects/speech_mediccall_hud" + "scaleImage" "1" } - + "CallerBurning" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerBurning" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "45" - "tall" "45" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_fire" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerBurning" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "45" + "tall" "45" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_fire" + "scaleImage" "1" } - + "CallerHealth" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerHealth" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "30" - "tall" "30" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_hurt" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerHealth" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_hurt" + "scaleImage" "1" } - + "CallerBleeding" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerBleeding" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "45" - "tall" "45" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_bleed" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerBleeding" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "45" + "tall" "45" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_bleed" + "scaleImage" "1" } - + "CallerAuto" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerAuto" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "30" - "tall" "30" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_attention" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerAuto" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_attention" + "scaleImage" "1" } - + "CallerReviveEasy" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerReviveEasy" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "30" - "tall" "30" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_tombstone_noz" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerReviveEasy" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_tombstone_noz" + "scaleImage" "1" } - + "CallerReviveMedium" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerReviveMedium" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "30" - "tall" "30" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_tombstone_1_noz" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerReviveMedium" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_tombstone_1_noz" + "scaleImage" "1" } - + "CallerReviveHard" { - "ControlName" "CTFImagePanel" - "fieldName" "CallerReviveHard" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "30" - "tall" "30" - "visible" "0" - "enabled" "1" - "image" "../effects/speech_mediccall_tombstone_2_noz" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "CallerReviveHard" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "0" + "enabled" "1" + "image" "../effects/speech_mediccall_tombstone_2_noz" + "scaleImage" "1" } } \ No newline at end of file diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index 72a28a2..33a7e74 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -1,5 +1,5 @@ "Resource/UI/MvMScoreboard.res" -{ +{ "WaveStatusPanel" { "ControlName" "CWaveStatusPanel" @@ -14,6 +14,39 @@ "verbose" "1" } + "PopFileLabel" + { + "ControlName" "CExLabel" + "fieldName" "PopFileLabel" + "font" "Cerbetica24" + "labelText" "%popfile%" + "textAlignment" "center" + "xpos" "c-270" + "ypos" "c-30" + "wide" "270" + "tall" "30" + "fgcolor" "TanLight" + } + + "PlayerListBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "PlayerListBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "400" + "tall" "150" + "visible" "1" + "enabled" "1" + "image" "../hud/tournament_panel_brown" + "scaleImage" "1" + "src_corner_height" "22" + "src_corner_width" "22" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "ScoreboardBackground" { "ControlName" "ImagePanel" @@ -28,20 +61,6 @@ "enabled" "1" "fillcolor" "0 0 0 200" } - "PopFileLabel" - { - "ControlName" "CExLabel" - "fieldName" "PopFileLabel" - "font" "Cerbetica24" - "labelText" "%popfile%" - "textAlignment" "center" - "xpos" "c-270" - "ypos" "c-30" - "wide" "270" - "tall" "30" - "fgcolor" "tanlight" - } - "DifficultyContainer" { "ControlName" "EditablePanel" @@ -81,54 +100,33 @@ } } - "PlayerListBackground" - { - "ControlName" "ScalableImagePanel" - "fieldName" "PlayerListBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "400" - "tall" "150" - "visible" "1" - "enabled" "1" - "image" "../hud/tournament_panel_brown" - "scaleImage" "1" - - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - "MvMPlayerList" { - "ControlName" "SectionedListPanel" - "fieldName" "MvMPlayerList" - "xpos" "c-260" - "ypos" "248" - "wide" "520" - "tall" "148" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "3" - "linespacing" "22" - "textcolor" "White" - "font" "Cerbetica24" + "ControlName" "SectionedListPanel" + "fieldName" "MvMPlayerList" + "xpos" "c-260" + "ypos" "248" + "wide" "520" + "tall" "148" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "22" + "textcolor" "White" + "font" "Cerbetica24" } "CreditStatsContainer" { - "ControlName" "EditablePanel" - "fieldName" "CreditStatsContainer" - "xpos" "c-190" - "ypos" "70" - "wide" "480" - "tall" "205" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "CreditStatsContainer" + "xpos" "c-190" + "ypos" "70" + "wide" "480" + "tall" "205" + "visible" "1" "CreditStatsBackground" { @@ -145,10 +143,9 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index 6dc0714..1e77809 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -23,18 +23,18 @@ "LevelBar" { - "ControlName" "ImagePanel" - "fieldName" "LevelBar" - "xpos" "73" - "ypos" "123" - "zpos" "0" - "wide" "254" - "tall" "4" - "visible" "1" - "enabled" "1" - "labelText" "" - "image" "../hud/cart_track" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "LevelBar" + "xpos" "73" + "ypos" "123" + "zpos" "0" + "wide" "254" + "tall" "4" + "visible" "1" + "enabled" "1" + "labelText" "" + "image" "../hud/cart_track" + "scaleImage" "1" "if_multiple_trains" { @@ -55,7 +55,7 @@ "ProgressBar" { "ControlName" "CTFHudEscortProgressBar" - "fieldName" "ProgressBar" + "fieldName" "ProgressBar" "xpos" "73" "ypos" "123" "zpos" "4" @@ -76,31 +76,34 @@ "HomeCPIcon" { - "ControlName" "ImagePanel" - "fieldName" "HomeCPIcon" - "xpos" "64" - "ypos" "116" - "zpos" "1" - "wide" "18" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_home_blue" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "HomeCPIcon" + "xpos" "64" + "ypos" "116" + "zpos" "1" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_blue" + "scaleImage" "1" - "if_team_red" { + "if_team_red" + { "image" "../hud/cart_home_red" } - "if_single_with_hills_blue" { + "if_single_with_hills_blue" + { "image" "../hud/cart_home_blue_opaque" } - "if_single_with_hills_red" { + "if_single_with_hills_red" + { "image" "../hud/cart_home_red_opaque" } @@ -113,41 +116,45 @@ "image" "../hud/cart_track_neutral_opaque" } - "if_multiple_trains_top" { + "if_multiple_trains_top" + { "ypos" "114" } - "if_multiple_trains_bottom" { + "if_multiple_trains_bottom" + { "ypos" "114" } - "if_multiple_trains_red" { + "if_multiple_trains_red" + { "image" "../hud/cart_home_red_square" } - "if_multiple_trains_blue" { + "if_multiple_trains_blue" + { "image" "../hud/cart_home_blue_square" } } "SimpleControlPointTemplate" { - "ControlName" "ImagePanel" - "fieldName" "SimpleControlPointTemplate" - "xpos" "65" - "ypos" "116" - "zpos" "1" - "wide" "18" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_point_neutral" - "scaleImage" "1" - + "ControlName" "ImagePanel" + "fieldName" "SimpleControlPointTemplate" + "xpos" "65" + "ypos" "116" + "zpos" "1" + "wide" "18" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_point_neutral" + "scaleImage" "1" + "if_multiple_trains" { "xpos" "61" @@ -160,16 +167,16 @@ "EscortItemPanel" { - "ControlName" "EditablePanel" - "fieldName" "EscortItemPanel" - "xpos" "0" - "ypos" "48" - "zpos" "2" - "wide" "52" - "tall" "75" - "visible" "1" - "enabled" "1" - + "ControlName" "EditablePanel" + "fieldName" "EscortItemPanel" + "xpos" "0" + "ypos" "48" + "zpos" "2" + "wide" "52" + "tall" "75" + "visible" "1" + "enabled" "1" + "if_multiple_trains" { "ypos" "48" @@ -199,18 +206,20 @@ "if_multiple_trains" { - "font" "ItemFontAttribSmall" - "xpos" "21" - "wide" "11" - "tall" "10" + "font" "ItemFontAttribSmall" + "xpos" "21" + "wide" "11" + "tall" "10" } - "if_multiple_trains_top" { - "ypos" "46" + "if_multiple_trains_top" + { + "ypos" "46" } - "if_multiple_trains_bottom" { - "ypos" "82" + "if_multiple_trains_bottom" + { + "ypos" "82" } } @@ -232,20 +241,22 @@ "image" "../hud/cart_neutral" "scaleImage" "1" - "if_team_blue" { - "image" "../hud/cart_blue" + "if_team_blue" + { + "image" "../hud/cart_blue" } - "if_team_red" { - "image" "../hud/cart_red" + "if_team_red" + { + "image" "../hud/cart_red" } "if_multiple_trains" { - "xpos" "11" - "ypos" "43" - "wide" "30" - "tall" "30" + "xpos" "11" + "ypos" "43" + "wide" "30" + "tall" "30" } } @@ -267,20 +278,22 @@ "image" "../hud/cart_neutral_bottom" "scaleImage" "1" - "if_team_blue" { - "image" "../hud/cart_blue_bottom" + "if_team_blue" + { + "image" "../hud/cart_blue_bottom" } - "if_team_red" { - "image" "../hud/cart_red_bottom" + "if_team_red" + { + "image" "../hud/cart_red_bottom" } "if_multiple_trains" { - "xpos" "11" - "ypos" "71" - "wide" "30" - "tall" "30" + "xpos" "11" + "ypos" "71" + "wide" "30" + "tall" "30" } } @@ -304,8 +317,8 @@ "if_multiple_trains_bottom" { - "xpos" "-5" - "ypos" "75" + "xpos" "-5" + "ypos" "75" } } @@ -329,17 +342,19 @@ "if_multiple_trains" { - "xpos" "22" - "wide" "8" - "tall" "8" + "xpos" "22" + "wide" "8" + "tall" "8" } - "if_multiple_trains_top" { - "ypos" "46" + "if_multiple_trains_top" + { + "ypos" "46" } - "if_multiple_trains_bottom" { - "ypos" "83" + "if_multiple_trains_bottom" + { + "ypos" "83" } } @@ -359,17 +374,19 @@ "if_multiple_trains" { - "xpos" "20" - "wide" "5" - "tall" "10" + "xpos" "20" + "wide" "5" + "tall" "10" } - "if_multiple_trains_top" { - "ypos" "45" + "if_multiple_trains_top" + { + "ypos" "45" } - "if_multiple_trains_bottom" { - "ypos" "81" + "if_multiple_trains_bottom" + { + "ypos" "81" } } @@ -394,18 +411,20 @@ "if_multiple_trains" { - "font" "ItemFontAttribSmall" - "xpos" "25" - "wide" "30" - "tall" "10" + "font" "ItemFontAttribSmall" + "xpos" "25" + "wide" "30" + "tall" "10" } - "if_multiple_trains_top" { - "ypos" "46" + "if_multiple_trains_top" + { + "ypos" "46" } - "if_multiple_trains_bottom" { - "ypos" "82" + "if_multiple_trains_bottom" + { + "ypos" "82" } } @@ -434,11 +453,13 @@ "tall" "8" } - "if_multiple_trains_top" { + "if_multiple_trains_top" + { "ypos" "46" } - "if_multiple_trains_bottom" { + "if_multiple_trains_bottom" + { "ypos" "83" } } @@ -462,88 +483,88 @@ "wide" "65" "tall" "42" } - + "Teardrop" { - "ControlName" "CIconPanel" - "fieldName" "Teardrop" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "54" - "wide_minmode" "35" - "tall" "65" - "tall_minmode" "42" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "cappoint_progressbar_teardrop" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "Teardrop" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "54" + "tall" "65" + "wide_minmode" "35" + "tall_minmode" "42" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_teardrop" + "iconColor" "White" "if_multiple_trains" { - "xpos" "0" - "ypos" "0" - "wide" "35" - "tall" "42" + "xpos" "0" + "ypos" "0" + "wide" "35" + "tall" "42" } } "ProgressText" { - "ControlName" "Label" - "fieldName" "ProgressText" - "font" "DefaultSmall" - "font_minmode" "DefaultVerySmall" - "xpos" "9999" - "ypos" "9999" - "zpos" "23" - "wide" "54" - "wide_minmode" "35" - "tall" "40" - "tall_minmode" "28" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "progress" - "dulltext" "0" - "brighttext" "0" - "centerwrap" "1" + "ControlName" "Label" + "fieldName" "ProgressText" + "font" "DefaultSmall" + "font_minmode" "DefaultVerySmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "23" + "wide" "54" + "tall" "40" + "wide_minmode" "35" + "tall_minmode" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "progress" + "dulltext" "0" + "brighttext" "0" + "centerwrap" "1" "if_multiple_trains" { - "font" "Cerbetica8" - "xpos" "0" - "ypos" "3" - "wide" "35" - "tall" "28" + "font" "Cerbetica8" + "xpos" "0" + "ypos" "3" + "wide" "35" + "tall" "28" } } "Blocked" { - "ControlName" "CIconPanel" - "fieldName" "Blocked" - "xpos" "2" - "ypos" "2" - "zpos" "1" - "wide" "50" - "wide_minmode" "31" - "tall" "50" - "tall_minmode" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "cappoint_progressbar_blocked" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "Blocked" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "50" + "tall" "50" + "wide_minmode" "31" + "tall_minmode" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_blocked" + "iconColor" "White" "if_multiple_trains" { - "xpos" "2" - "ypos" "2" - "wide" "31" - "tall" "31" + "xpos" "2" + "ypos" "2" + "wide" "31" + "tall" "31" } } @@ -555,8 +576,8 @@ "ypos" "8" "zpos" "1" "wide" "30" - "wide_minmode" "20" "tall" "30" + "wide_minmode" "20" "tall_minmode" "20" "autoResize" "0" "pinCorner" "0" @@ -569,10 +590,10 @@ "if_multiple_trains" { - "xpos" "8" - "ypos" "8" - "wide" "20" - "tall" "20" + "xpos" "8" + "ypos" "8" + "wide" "20" + "tall" "20" } } } diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index 6672a46..e7237db 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -41,7 +41,8 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" - if_mvm { + if_mvm + { "visible" "0" } } @@ -75,7 +76,8 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" - if_mvm { + if_mvm + { "visible" "0" } } @@ -107,9 +109,10 @@ "visible" "0" "enabled" "0" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "ScoreboardBackground" { @@ -125,9 +128,10 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "MvMScoreboardBackground" @@ -144,9 +148,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Red6sBackground" @@ -162,9 +167,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Blue6sBackground" { @@ -180,10 +186,11 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } - } + if_mvm + { + "visible" "0" + } + } "BlueTeamLabel1" { "ControlName" "CExLabel" @@ -200,10 +207,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamScore" { "ControlName" "CExLabel" @@ -221,8 +229,9 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "BlueTeamScoreDropshadow" @@ -230,7 +239,7 @@ "ControlName" "CExLabel" "fieldName" "BlueTeamScoreDropshadow" "font" "CerbeticaBold36" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" "labelText" "%blueteamscore%" "textAlignment" "east" "xpos" "c-105" @@ -243,10 +252,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamPlayerCount" { "ControlName" "CExLabel" @@ -263,10 +273,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "RedTeamLabel1" { "ControlName" "CExLabel" @@ -283,8 +294,9 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedTeamScore" @@ -299,59 +311,62 @@ "zpos" "4" "wide" "100" "tall" "55" - "tall_hidef" "75" - "tall_lodef" "75" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScoreDropshadow" - "font" "CerbeticaBold36" - "fgcolor" "Black" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "c7" - "ypos" "129" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "CerbeticaBold36" + "fgcolor" "Black" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "c7" + "ypos" "129" + "zpos" "4" + "wide" "100" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } + "RedTeamPlayerCount" { - "ControlName" "CExLabel" - "fieldName" "RedTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%redteamplayercount%" - "textAlignment" "east" - "xpos" "c140" - "ypos" "122" - "wide" "130" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "Cerbetica14" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "c140" + "ypos" "122" + "wide" "130" + "tall" "29" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } + "ServerLabel" { "ControlName" "CExLabel" @@ -366,7 +381,7 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] + "visible" "1" "enabled" "1" } "ServerTimeValue" @@ -383,9 +398,10 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] + "visible" "1" "enabled" "1" - } + } + "BluePlayerList" { "ControlName" "SectionedListPanel" @@ -405,8 +421,9 @@ "linegap" "0" "show_columns" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedPlayerList" @@ -428,23 +445,20 @@ "linegap" "0" "show_columns" "0" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "VerticalLine" { "ControlName" "ImagePanel" "fieldName" "VerticalLine" "xpos" "299" - "xpos_lodef" "279" - "xpos_hidef" "309" "ypos" "9999" "zpos" "9999" "wide" "2" "tall" "292" - "tall_lodef" "206" - "tall_hidef" "212" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -453,8 +467,9 @@ "fillcolor" "0 0 0 153" "PaintBackgroundType" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "Spectators" @@ -473,7 +488,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } + "SpectatorsInQueue" { "ControlName" "CExLabel" @@ -482,7 +498,7 @@ "labelText" "%waitingtoplay%" "textAlignment" "west" "xpos" "2" - "ypos" "42" + "ypos" "42" "zpos" "4" "wide" "600" "tall" "20" @@ -491,16 +507,17 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "SpecBackground" { "ControlName" "ImagePanel" "fieldName" "SpecBackground" "xpos" "c-270" - "ypos" "405" + "ypos" "405" "zpos" "2" "wide" "540" "tall" "84" @@ -511,17 +528,13 @@ "tabPosition" "0" "fillcolor" "32 32 32 125" "PaintBackgroundType" "0" - - if_mvm { - "visible" "1" - } } "StatsBackground" { "ControlName" "ImagePanel" "fieldName" "StatsBackground" "xpos" "c-270" - "ypos" "418" + "ypos" "418" "zpos" "2" "wide" "540" "tall" "64" @@ -532,17 +545,14 @@ "tabPosition" "0" "fillcolor" "32 32 32 125" "PaintBackgroundType" "0" - - if_mvm { - "visible" "1" - } } - "ClassImage" + + "ClassImage" { "ControlName" "ImagePanel" "fieldName" "ClassImage" "xpos" "9999" - "ypos" "9999" + "ypos" "9999" "zpos" "3" "wide" "92" "tall" "92" @@ -551,8 +561,9 @@ "image" "../hud/class_scoutred" "scaleImage" "1" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } } "PlayerNameLabel" @@ -563,21 +574,21 @@ "labelText" "%playername%" "textAlignment" "west" "xpos" "115" - "xpos_lodef" "105" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" - "wide" "9999" [$WIN32] + "wide" "9999" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } - } - + } + "MapName" { "ControlName" "CExLabel" @@ -586,7 +597,7 @@ "labelText" "%mapname%" "textAlignment" "west" "xpos" "3" - "ypos" "25" + "ypos" "25" "zpos" "3" "wide" "480" "tall" "20" @@ -595,18 +606,15 @@ "visible" "1" "enabled" "1" "fgcolor" "236 227 203 255" - } + } "HorizontalLine" { "ControlName" "ImagePanel" "fieldName" "HorizontalLine" "xpos" "9999" - "ypos" "9999" - "ypos" "322" + "ypos" "322" "zpos" "3" "wide" "465" - "wide_lodef" "434" - "wide_hidef" "464" "tall" "1" "autoResize" "0" "pinCorner" "0" @@ -616,8 +624,9 @@ "fillcolor" "127 127 127 153" "PaintBackgroundType" "0" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } } "PlayerScoreLabel" @@ -637,8 +646,9 @@ "visible" "0" "enabled" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } @@ -656,8 +666,9 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } "DuelingLabel" @@ -866,7 +877,8 @@ "visible" "1" "enabled" "1" - if_mvm { + if_mvm + { "visible" "1" } @@ -886,7 +898,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Kills" { "ControlName" "CExLabel" @@ -922,7 +934,7 @@ "enabled" "1" "fgcolor_override" "TanLight" } - + "DeathsLabel" { "ControlName" "CExLabel" @@ -931,7 +943,7 @@ "labelText" "#TF_ScoreBoard_DeathsLabel" "textAlignment" "east" "xpos" "9999" - "ypos" "9999" + "ypos" "9999" "zpos" "3" "wide" "95" "tall" "24" @@ -956,7 +968,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "alpha" "0" } "Deaths2" { @@ -975,8 +986,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - + } "GameType" { "ControlName" "CExLabel" @@ -994,8 +1004,7 @@ "visible" "0" "enabled" "0" "fgcolor" "185 177 153 255" - } - + } "AssistsLabel" { "ControlName" "CExLabel" @@ -1021,7 +1030,7 @@ "labelText" "%assists%" "textAlignment" "west" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1038,7 +1047,7 @@ "labelText" "%assists%" "textAlignment" "west" "xpos" "70" - "ypos" "2" [$WIN32] + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1047,8 +1056,8 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - + } + "DestructionLabel" { "ControlName" "CExLabel" @@ -1057,7 +1066,7 @@ "labelText" "#TF_ScoreBoard_DestructionLabel" "textAlignment" "west" "xpos" "4" - "ypos" "16" [$WIN32] + "ypos" "16" "zpos" "3" "wide" "95" "tall" "20" @@ -1074,7 +1083,7 @@ "labelText" "%destruction%" "textAlignment" "west" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" "wide" "0" "tall" "0" @@ -1091,7 +1100,7 @@ "labelText" "%destruction%" "textAlignment" "west" "xpos" "70" - "ypos" "16" [$WIN32] + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1099,8 +1108,9 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } + "RevengeLabel" { "ControlName" "CExLabel" @@ -1109,7 +1119,7 @@ "labelText" "#TF_ScoreBoard_RevengeLabel" "textAlignment" "west" "xpos" "102" - "ypos" "16" + "ypos" "16" "zpos" "3" "wide" "100" "tall" "20" @@ -1117,7 +1127,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } + "CapturesLabel" { "ControlName" "CExLabel" @@ -1125,8 +1136,8 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_CapturesLabel" "textAlignment" "west" - "xpos" "4" - "ypos" "30" + "xpos" "4" + "ypos" "30" "zpos" "3" "wide" "100" "tall" "20" @@ -1134,7 +1145,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Captures" { "ControlName" "CExLabel" @@ -1142,8 +1153,8 @@ "font" "Cerbetica14" "labelText" "%captures%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1159,8 +1170,8 @@ "font" "Cerbetica14" "labelText" "%captures%" "textAlignment" "west" - "xpos" "70" - "ypos" "30" + "xpos" "70" + "ypos" "30" "zpos" "3" "wide" "35" "tall" "20" @@ -1168,9 +1179,9 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - + "fgcolor_override" "TanLight" + } + "DefensesLabel" { "ControlName" "CExLabel" @@ -1178,8 +1189,8 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_DefensesLabel" "textAlignment" "west" - "xpos" "4" - "ypos" "44" + "xpos" "4" + "ypos" "44" "zpos" "3" "wide" "100" "tall" "20" @@ -1195,8 +1206,8 @@ "font" "Cerbetica14" "labelText" "%defenses%" "textAlignment" "west" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1212,8 +1223,8 @@ "font" "Cerbetica14" "labelText" "%defenses%" "textAlignment" "west" - "xpos" "70" [$WIN32] - "ypos" "44" [$WIN32] + "xpos" "70" + "ypos" "44" "zpos" "3" "wide" "35" "tall" "20" @@ -1221,8 +1232,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } "DominationLabel" { "ControlName" "CExLabel" @@ -1231,7 +1242,7 @@ "labelText" "#TF_ScoreBoard_DominationLabel" "textAlignment" "west" "xpos" "102" - "ypos" "2" + "ypos" "2" "zpos" "3" "wide" "100" "tall" "20" @@ -1239,7 +1250,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Domination" { "ControlName" "CExLabel" @@ -1247,8 +1258,8 @@ "font" "Cerbetica14" "labelText" "%dominations%" "textAlignment" "west" - "xpos" "100" - "ypos" "108" + "xpos" "100" + "ypos" "108" "zpos" "3" "wide" "35" "tall" "20" @@ -1264,7 +1275,7 @@ "font" "Cerbetica14" "labelText" "%dominations%" "textAlignment" "west" - "xpos" "168" + "xpos" "168" "ypos" "2" "zpos" "3" "wide" "35" @@ -1273,8 +1284,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } "Revenge" { "ControlName" "CExLabel" @@ -1282,8 +1293,8 @@ "font" "Cerbetica14" "labelText" "%Revenge%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1292,15 +1303,15 @@ "visible" "1" "enabled" "1" } - "Revenge2" + "Revenge2" { "ControlName" "CExLabel" "fieldName" "Revenge2" "font" "Cerbetica14" "labelText" "%Revenge%" "textAlignment" "west" - "xpos" "168" - "ypos" "16" + "xpos" "168" + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1308,8 +1319,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } "HealingLabel" { "ControlName" "CExLabel" @@ -1317,16 +1328,16 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_HealingLabel" "textAlignment" "west" - "xpos" "102" - "ypos" "30" + "xpos" "102" + "ypos" "30" "zpos" "3" - "wide" "95" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Healing" { "ControlName" "CExLabel" @@ -1334,8 +1345,8 @@ "font" "Cerbetica14" "labelText" "%healing%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1351,8 +1362,8 @@ "font" "Cerbetica14" "labelText" "%healing%" "textAlignment" "west" - "xpos" "168" - "ypos" "30" + "xpos" "168" + "ypos" "30" "zpos" "3" "wide" "35" "tall" "20" @@ -1360,8 +1371,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } "InvulnLabel" { "ControlName" "CExLabel" @@ -1369,8 +1380,8 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_InvulnLabel" "textAlignment" "west" - "xpos" "102" - "ypos" "44" + "xpos" "102" + "ypos" "44" "zpos" "3" "wide" "95" "tall" "20" @@ -1378,7 +1389,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Invuln" { "ControlName" "CExLabel" @@ -1386,8 +1397,8 @@ "font" "Cerbetica14" "labelText" "%invulns%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1403,8 +1414,8 @@ "font" "Cerbetica14" "labelText" "%invulns%" "textAlignment" "west" - "xpos" "168" - "ypos" "44" + "xpos" "168" + "ypos" "44" "zpos" "3" "wide" "35" "tall" "20" @@ -1412,9 +1423,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - + "fgcolor_override" "TanLight" + } "TeleportsLabel" { "ControlName" "CExLabel" @@ -1422,10 +1432,10 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_TeleportsLabel" "textAlignment" "west" - "xpos" "342" - "ypos" "2" + "xpos" "342" + "ypos" "2" "zpos" "3" - "wide" "95" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1439,8 +1449,8 @@ "font" "Cerbetica14" "labelText" "%teleports%" "textAlignment" "west" - "xpos" "100" [$WIN32] - "ypos" "156" [$WIN32] + "xpos" "100" + "ypos" "156" "zpos" "3" "wide" "35" "tall" "20" @@ -1456,8 +1466,8 @@ "font" "Cerbetica14" "labelText" "%teleports%" "textAlignment" "west" - "xpos" "408" [$WIN32] - "ypos" "2" [$WIN32] + "xpos" "408" + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1465,8 +1475,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - + } "HeadshotsLabel" { "ControlName" "CExLabel" @@ -1474,16 +1483,16 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_HeadshotsLabel" "textAlignment" "west" - "xpos" "342" - "ypos" "16" + "xpos" "342" + "ypos" "16" "zpos" "3" - "wide" "95" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Headshots" { "ControlName" "CExLabel" @@ -1491,8 +1500,8 @@ "font" "Cerbetica14" "labelText" "%headshots%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1508,8 +1517,8 @@ "font" "Cerbetica14" "labelText" "%headshots%" "textAlignment" "west" - "xpos" "408" - "ypos" "16" + "xpos" "408" + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1517,7 +1526,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BackstabsLabel" { "ControlName" "CExLabel" @@ -1541,7 +1550,7 @@ "fieldName" "Backstabs" "font" "Cerbetica14" "labelText" "%backstabs%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -1558,7 +1567,7 @@ "fieldName" "Backstabs2" "font" "Cerbetica14" "labelText" "%backstabs%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "408" "ypos" "30" "zpos" "3" @@ -1568,7 +1577,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BonusLabel" { "ControlName" "CExLabel" @@ -1592,7 +1601,7 @@ "fieldName" "Bonus" "font" "Cerbetica14" "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -1609,7 +1618,7 @@ "fieldName" "Bonus2" "font" "Cerbetica14" "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] + "textAlignment" "west" "xpos" "408" "ypos" "44" "zpos" "3" @@ -1627,8 +1636,8 @@ "font" "Cerbetica14" "labelText" "#TF_Scoreboard_Support" "textAlignment" "west" - "xpos" "440" [$WIN32] - "ypos" "2" [$WIN32] + "xpos" "440" + "ypos" "2" "zpos" "3" "wide" "95" "tall" "20" @@ -1643,9 +1652,9 @@ "fieldName" "Support" "font" "Cerbetica14" "labelText" "%support%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1660,9 +1669,9 @@ "fieldName" "Support2" "font" "Cerbetica14" "labelText" "%support%" - "textAlignment" "west" - "xpos" "502" - "ypos" "2" + "textAlignment" "west" + "xpos" "502" + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1679,8 +1688,8 @@ "font" "Cerbetica14" "labelText" "#TF_Scoreboard_Damage" "textAlignment" "west" - "xpos" "440" - "ypos" "16" + "xpos" "440" + "ypos" "16" "zpos" "3" "wide" "95" "tall" "20" @@ -1695,8 +1704,8 @@ "fieldName" "Damage" "font" "Cerbetica14" "labelText" "%damage%" - "textAlignment" "west" - "xpos" "9999" + "textAlignment" "west" + "xpos" "9999" "ypos" "9999" "zpos" "3" "wide" "35" @@ -1712,8 +1721,8 @@ "fieldName" "Damage2" "font" "Cerbetica14" "labelText" "%damage%" - "textAlignment" "west" - "xpos" "502" + "textAlignment" "west" + "xpos" "502" "ypos" "16" "zpos" "3" "wide" "35" @@ -1722,9 +1731,9 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } } - + "MvMScoreboard" { "ControlName" "CTFHudMannVsMachineScoreboard" @@ -1735,10 +1744,11 @@ "wide" "f0" "tall" "480" "visible" "0" - "enabled" "1" + "enabled" "1" "verbose" "1" - if_mvm { + if_mvm + { "visible" "1" } } diff --git a/resource/ui/Spectator.res b/resource/ui/Spectator.res index 987831c..f100d52 100644 --- a/resource/ui/Spectator.res +++ b/resource/ui/Spectator.res @@ -20,7 +20,7 @@ "fieldName" "TopBar" "xpos" "0" "ypos" "0" - "tall" "0" [$WIN32] + "tall" "0" "wide" "f0" "autoResize" "0" "pinCorner" "0" @@ -46,12 +46,9 @@ "ControlName" "Panel" "fieldName" "bottombarblank" "xpos" "9999" - "ypos" "9999" [$WIN32] - "ypos" "r90" [$X360] + "ypos" "9999" "ypos_minmode" "r0" - "tall" "0" [$WIN32] // this needs to match the size of BottomBar - "tall_minmode" "0" - "tall" "90" [$X360] + "tall" "0" "wide" "f0" "autoResize" "0" "pinCorner" "0" @@ -65,7 +62,7 @@ { "ControlName" "CExLabel" "fieldName" "ReinforcementsLabel" - "xpos" "c-300" [$WIN32] + "xpos" "c-300" "ypos" "50" "wide" "600" "tall" "24" @@ -198,26 +195,26 @@ "TitleBackground" { - "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" - "zpos" "-1" - "wide" "232" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "232" + "tall" "14" + "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" - "use_item_rendertarget" "0" } "ItemLabel" diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index 0a972f9..6dbc974 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -54,9 +54,9 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "font" "CerbeticaBold16" - "fgcolor" "Health Normal" "textAlignment" "center" + "font" "CerbeticaBold16" + "fgcolor" "Health Normal" } "PlayerStatusHealthValueSpecShadow" @@ -71,8 +71,8 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "font" "CerbeticaBold16" "textAlignment" "center" + "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" "pin_to_sibling" "PlayerStatusHealthValueSpec" diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index f962fc7..36d3133 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -9,11 +9,12 @@ "autoResize" "0" "pinCorner" "0" "enabled" "1" - + "team1_player_base_offset_x" "0" "team1_player_base_y" "220" "team1_player_delta_x" "0" "team1_player_delta_y" "-16" + "team2_player_base_offset_x" "0" "team2_player_base_y" "240" "team2_player_delta_x" "0" @@ -171,7 +172,7 @@ "visible" "1" "enabled" "1" "team1_image" "../hud/class_scoutred" - "scaleImage" "1" + "scaleImage" "1" } "classimagebg" @@ -187,7 +188,6 @@ "enabled" "1" "bgcolor_override" "Black" "PaintBackgroundType" "0" - } "HealthIcon" @@ -223,10 +223,9 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - - "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "3" "draw_corner_height" "3" } @@ -356,7 +355,7 @@ } } } - + "topbar" { "ControlName" "Panel" @@ -383,9 +382,9 @@ { "ControlName" "CExLabel" "fieldName" "ReinforcementsLabel" - "xpos" "c-300" [$WIN32] - "ypos" "50" [$WIN32] - "wide" "600" [$WIN32] + "xpos" "c-300" + "ypos" "50" + "wide" "600" "tall" "24" "autoResize" "0" "pinCorner" "0" @@ -396,7 +395,7 @@ "font" "Cerbetica24" if_mvm{ - "ypos" "82" [$WIN32] + "ypos" "82" } } "BuyBackLabel" @@ -416,13 +415,13 @@ "font" "Cerbetica20" "wrap" "1" "centerwrap" "1" - - if_mvm + + if_mvm { "visible" "1" - } + } } - + "MapLabel" { "ControlName" "CExLabel" diff --git a/resource/ui/SpectatorTournamentGUIHealth.res b/resource/ui/SpectatorTournamentGUIHealth.res index c584867..e935420 100644 --- a/resource/ui/SpectatorTournamentGUIHealth.res +++ b/resource/ui/SpectatorTournamentGUIHealth.res @@ -11,7 +11,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusHealthImageBG" @@ -41,7 +41,7 @@ "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusHealthValueSpectator" @@ -56,7 +56,7 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "Spec Health Normal" } @@ -73,7 +73,7 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "0 0 0 100" } diff --git a/resource/ui/TFAdvancedOptionsDialog.res b/resource/ui/TFAdvancedOptionsDialog.res index 2b56e78..9a42bac 100644 --- a/resource/ui/TFAdvancedOptionsDialog.res +++ b/resource/ui/TFAdvancedOptionsDialog.res @@ -41,7 +41,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" + "fgcolor_override" "TanLight" } "CancelButton" @@ -68,7 +68,6 @@ "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" @@ -103,7 +102,6 @@ "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" diff --git a/resource/ui/TargetID.res b/resource/ui/TargetID.res index c7b99f2..3255ef3 100644 --- a/resource/ui/TargetID.res +++ b/resource/ui/TargetID.res @@ -2,120 +2,113 @@ { "TargetBG" { - "ControlName" "ImagePanel" - "fieldName" "TargetBG" - "xpos" "0" - "ypos" "29" - "zpos" "6" - "wide" "600" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 220" + "ControlName" "ImagePanel" + "fieldName" "TargetBG" + "xpos" "0" + "ypos" "29" + "zpos" "6" + "wide" "600" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 220" } "TargetBackground2" { - "ControlName" "ImagePanel" - "fieldName" "TargetBackground2" - "xpos" "0" - "ypos" "15" - "zpos" "6" - "wide" "600" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "ImagePanel" + "fieldName" "TargetBackground2" + "xpos" "0" + "ypos" "15" + "zpos" "6" + "wide" "600" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "TargetIDBG" { "ControlName" "CTFImagePanel" - "fieldName" "TargetIDBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "640" - "tall" "10" - "visible" "1" - "enabled" "1" - "image" "../hud/color_panel_brown" + "fieldName" "TargetIDBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "640" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" "scaleImage" "1" - "teambg_1" "../hud/color_panel_brown" - "teambg_2" "../hud/color_panel_red" - "teambg_2_lodef" "../hud/color_panel_red" - "teambg_3" "../hud/color_panel_blu" - "teambg_3_lodef" "../hud/color_panel_blu" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } - + "TargetIDBG_Spec_Blue" { "ControlName" "ScalableImagePanel" - "fieldName" "TargetIDBG_Spec_Blue" - "xpos" "0" - "ypos" "43" - "zpos" "6" - "wide" "252" - "tall" "10" + "fieldName" "TargetIDBG_Spec_Blue" + "xpos" "0" + "ypos" "43" + "zpos" "6" + "wide" "252" + "tall" "10" "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../hud/color_panel_blu" - "image_lodef" "../hud/color_panel_blu" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } - + "TargetIDBG_Spec_Red" { "ControlName" "ScalableImagePanel" - "fieldName" "TargetIDBG_Spec_Red" - "xpos" "0" - "ypos" "43" - "zpos" "6" - "wide" "252" - "tall" "10" + "fieldName" "TargetIDBG_Spec_Red" + "xpos" "0" + "ypos" "43" + "zpos" "6" + "wide" "252" + "tall" "10" "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../hud/color_panel_red" - "image_lodef" "../hud/color_panel_red" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/color_panel_red" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" "src_corner_width" "23" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "TargetNameLabel" - { + { "ControlName" "Label" - "fieldName" "TargetNameLabel" - "font" "Cerbetica14" - "xpos" "45" - "ypos" "28" - "zpos" "7" - "wide" "300" - "tall" "15" - "visible" "1" - "enabled" "1" - "labelText" "%targetname%" + "fieldName" "TargetNameLabel" + "font" "Cerbetica14" + "xpos" "45" + "ypos" "28" + "zpos" "7" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%targetname%" "textAlignment" "west" } @@ -139,20 +132,20 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "TargetDataLabel" - { + { "ControlName" "Label" - "fieldName" "TargetDataLabel" - "font" "Cerbetica12" - "xpos" "15" - "ypos" "15" - "zpos" "6" - "wide" "300" - "tall" "15" - "visible" "1" - "enabled" "1" - "labelText" "%targetdata%" + "fieldName" "TargetDataLabel" + "font" "Cerbetica12" + "xpos" "15" + "ypos" "15" + "zpos" "6" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%targetdata%" "textAlignment" "west" } @@ -166,27 +159,27 @@ "wide" "38" "tall" "42" "visible" "1" - "enabled" "1" + "enabled" "1" "HealthBonusPosAdj" "10" - "HealthDeathWarning""0.49" - "TFFont" "HudFontSmall" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" + "TextColor" "HudOffWhite" } - + "AmmoIcon" { - "ControlName" "ImagePanel" - "fieldName" "AmmoIcon" - "xpos" "45" - "ypos" "16" - "zpos" "12" - "wide" "12" - "tall" "12" - "visible" "0" - "enabled" "1" - "image" "../hud/leaderboard_class_heavy" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "AmmoIcon" + "xpos" "45" + "ypos" "16" + "zpos" "12" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "image" "../hud/leaderboard_class_heavy" + "scaleImage" "1" } "KillStreakAnchor" @@ -214,7 +207,8 @@ "enabled" "1" "image" "../hud/leaderboard_streak" "scaleImage" "1" - "pin_to_sibling" "KillStreakAnchor" + + "pin_to_sibling" "KillStreakAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } @@ -222,14 +216,14 @@ "MoveableSubPanel" { "ControlName" "EditablePanel" - "fieldName" "MoveableSubPanel" - "xpos" "0" - "ypos" "0" - "zpos" "6" - "wide" "32" - "tall" "36" - "visible" "1" - "enabled" "1" + "fieldName" "MoveableSubPanel" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "32" + "tall" "36" + "visible" "1" + "enabled" "1" "MoveableIconBG" { @@ -246,7 +240,7 @@ "iconColor" "HudBlack" "scaleImage" "1" } - + "MoveableIcon" { "ControlName" "CIconPanel" diff --git a/resource/ui/Teammenu.res b/resource/ui/Teammenu.res index ea7350c..1606aeb 100644 --- a/resource/ui/Teammenu.res +++ b/resource/ui/Teammenu.res @@ -120,27 +120,23 @@ "fgcolor" "TanLight" } - "TeamMenuSelect" + "SelectTeamLabel" { "ControlName" "CExLabel" - "fieldName" "TeamMenuSelect" + "fieldName" "SelectTeamLabel" "xpos" "0" "ypos" "c165" "zpos" "6" "wide" "255" "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" "labelText" "#TF_SelectATeam" "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" "font" "CerbeticaBold32" + "visible" "1" + "enabled" "1" "fgcolor" "HudOffWhite" } + "teambutton0" { "ControlName" "CTFTeamButton" @@ -160,7 +156,7 @@ "dulltext" "0" "brighttext" "0" "command" "jointeam blue" - "team" "3" // team blue + "team" "3" // Blue Team "font" "CerbeticaBold20" "defaultFgColor_override" "255 255 255 128" "armedFgColor_override" "TanLight" @@ -181,6 +177,7 @@ "enabled" "1" "fillcolor" "70 130 180 125" } + "teambutton1" { "ControlName" "CTFTeamButton" @@ -200,8 +197,9 @@ "dulltext" "0" "brighttext" "0" "command" "jointeam red" - "team" "4" // team red + "team" "4" // Red Team "font" "CerbeticaBold20" + "defaultFgColor_override" "255 255 255 128" "armedFgColor_override" "TanLight" "depressedFgColor_override" "255 255 255 128" @@ -221,6 +219,7 @@ "enabled" "1" "fillcolor" "205 50 50 153" } + "teambutton2" { "ControlName" "CTFTeamButton" @@ -235,7 +234,7 @@ "visible" "1" "enabled" "1" "tabPosition" "1" - "labelText" "&1 Auto-join" [$WIN32] + "labelText" "&1 Auto-Join" "textAlignment" "west" "dulltext" "0" "brighttext" "0" @@ -262,7 +261,7 @@ "visible" "1" "enabled" "1" "tabPosition" "2" - "labelText" "&2 Spectate" [$WIN32] + "labelText" "&2 Spectate" [$WIN32] "textAlignment" "west" "dulltext" "0" "brighttext" "0" @@ -279,11 +278,10 @@ { "ControlName" "CExLabel" "fieldName" "TeamMenuAuto" - "xpos" "9999" [$WIN32] + "xpos" "9999" "ypos" "9999" "zpos" "1" - "wide" "102" [$WIN32] - "wide" "94" [$X360] + "wide" "102" "tall" "24" "autoResize" "0" "pinCorner" "0" @@ -378,7 +376,7 @@ "fgcolor" "255 255 255 255" } - "HighlanderLabel" [$WIN32] + "HighlanderLabel" { "ControlName" "CExLabel" "fieldName" "HighlanderLabel" @@ -400,7 +398,7 @@ "centerwrap" "1" } - "HighlanderLabelShadow" [$WIN32] + "HighlanderLabelShadow" { "ControlName" "CExLabel" "fieldName" "HighlanderLabelShadow" @@ -426,7 +424,7 @@ "pin_to_sibling_corner" "PIN_TOPLEFT" } - "TeamsFullLabel" [$WIN32] + "TeamsFullLabel" { "ControlName" "CExLabel" "fieldName" "TeamsFullLabel" @@ -448,7 +446,7 @@ "centerwrap" "1" } - "TeamsFullLabelShadow" [$WIN32] + "TeamsFullLabelShadow" { "ControlName" "CExLabel" "fieldName" "TeamsFullLabelShadow" @@ -474,7 +472,7 @@ "pin_to_sibling_corner" "PIN_TOPLEFT" } - "CancelButton" [$WIN32] + "CancelButton" { "ControlName" "CExButton" "fieldName" "CancelButton" diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 9bf7f9a..f0f1711 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -2,122 +2,122 @@ { "info" { - "ControlName" "CTFTextWindow" - "fieldName" "info" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "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-180" - "ypos" "c-120" - "zpos" "-1" - "wide" "360" - "tall" "250" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "TransparentBlack" + "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" "TransparentBlack" } "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" + "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" - "xpos" "9999" + "ControlName" "TextEntry" + "fieldName" "TextMessage" + "xpos" "9999" } "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" + "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-170" - "ypos" "c-110" - "zpos" "1" - "wide" "340" - "tall" "205" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "paintborder" "0" + "ControlName" "HTML" + "fieldName" "HTMLMessage" + "xpos" "c-170" + "ypos" "c-110" + "zpos" "1" + "wide" "340" + "tall" "205" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintborder" "0" } "ok" { - "ControlName" "CExButton" - "fieldName" "ok" - "xpos" "c-180" - "ypos" "c96" - "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" + "ControlName" "CExButton" + "fieldName" "ok" + "xpos" "c-180" + "ypos" "c96" + "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" @@ -129,32 +129,32 @@ "MenuBG" { - "ControlName" "CModelPanel" - "fieldName" "MenuBG" - "xpos" "9999" + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" } "ShadedBar" { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "f0" - "tall" "50" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "9999" + "zpos" "5" + "wide" "f0" + "tall" "50" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" "PaintBackgroundType" "0" - } + } "MessageTitle" { - "ControlName" "Label" - "fieldName" "MessageTitle" - "xpos" "9999" + "ControlName" "Label" + "fieldName" "MessageTitle" + "xpos" "9999" } } \ No newline at end of file diff --git a/resource/ui/TextWindowCustomServer.res b/resource/ui/TextWindowCustomServer.res index cf2dc3a..f305a87 100644 --- a/resource/ui/TextWindowCustomServer.res +++ b/resource/ui/TextWindowCustomServer.res @@ -2,123 +2,123 @@ { "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" @@ -130,56 +130,56 @@ "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" + "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" + "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" + "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" + "ControlName" "Label" + "fieldName" "MessageTitle" + "visible" "0" + "enabled" "0" } } \ No newline at end of file diff --git a/resource/ui/WaveStatusPanel.res b/resource/ui/WaveStatusPanel.res index dada9fc..028be2d 100644 --- a/resource/ui/WaveStatusPanel.res +++ b/resource/ui/WaveStatusPanel.res @@ -15,10 +15,10 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "WaveCountLabel" @@ -30,9 +30,9 @@ "xpos" "200" "ypos" "5" "zpos" "5" + "xpos_minmode" "150" "wide" "200" "tall" "15" - "xpos_minmode" "150" "wide_minmode" "180" "visible" "1" "enabled" "1" @@ -76,8 +76,8 @@ "visible" "0" "enabled" "1" "scaleImage" "1" - "bgcolor_override" "TanLight" "PaintBackgroundType" "2" + "bgcolor_override" "TanLight" if_verbose { "visible" "1" @@ -112,19 +112,16 @@ "xpos" "211" "ypos" "22" "zpos" "3" + "ypos_minmode" "10" "wide" "178" "tall" "7" - "xpos_minmode" "211" - "ypos_minmode" "10" - "wide_minmode" "178" "visible" "1" "enabled" "1" "image" "" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } @@ -135,9 +132,9 @@ "xpos" "211" "ypos" "22" "zpos" "2" + "ypos_minmode" "10" "wide" "178" "tall" "7" - "ypos_minmode" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -152,17 +149,16 @@ "xpos" "210" "ypos" "19" "zpos" "3" + "ypos_minmode" "7" "wide" "180" "tall" "12" - "ypos_minmode" "7" "visible" "0" "enabled" "0" "image" "../HUD/tournament_panel_tan" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } } \ No newline at end of file diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res index 51db330..9b28b10 100644 --- a/resource/ui/basechat.res +++ b/resource/ui/basechat.res @@ -2,66 +2,66 @@ { "HudChat" { - "ControlName" "EditablePanel" - "fieldName" "HudChat" - "visible" "1" - "enabled" "1" - "xpos" "3" - "ypos" "30" - "wide" "240" - "tall" "120" + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "3" + "ypos" "30" + "wide" "240" + "tall" "120" "PaintBackgroundType" "0" } - + ChatInputLine { - "ControlName" "EditablePanel" - "fieldName" "ChatInputLine" - "visible" "1" - "enabled" "1" - "xpos" "3" - "ypos" "395" - "wide" "237" - "tall" "0" + "ControlName" "EditablePanel" + "fieldName" "ChatInputLine" + "visible" "1" + "enabled" "1" + "xpos" "3" + "ypos" "395" + "wide" "237" + "tall" "0" "PaintBackgroundType" "0" } - + "ChatFiltersButton" { - "ControlName" "Button" - "fieldName" "ChatFiltersButton" - "xpos" "202" - "ypos" "0" - "wide" "33" - "tall" "8" - "autoResize" "1" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#chat_filterbutton" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Default" "0" + "ControlName" "Button" + "fieldName" "ChatFiltersButton" + "xpos" "202" + "ypos" "0" + "wide" "33" + "tall" "8" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#chat_filterbutton" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Default" "0" } - + "HudChatHistory" { - "ControlName" "RichText" - "fieldName" "HudChatHistory" - "xpos" "0" - "ypos" "0" - "wide" "242" - "tall" "75" - "wrap" "1" - "autoResize" "1" - "pinCorner" "1" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "south-west" - "font" "ChatFont" - "maxchars" "-1" + "ControlName" "RichText" + "fieldName" "HudChatHistory" + "xpos" "0" + "ypos" "0" + "wide" "242" + "tall" "75" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "font" "ChatFont" + "maxchars" "-1" } -} +} \ No newline at end of file diff --git a/resource/ui/build_menu/HudMenuEngyBuild.res b/resource/ui/build_menu/HudMenuEngyBuild.res index 14a89b2..3745a01 100644 --- a/resource/ui/build_menu/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/HudMenuEngyBuild.res @@ -1,76 +1,75 @@ "Resource/UI/build_menu/HudMenuEngyBuild.res" { - "MainBackground" + "MainBackground" { - "ControlName" "ImagePanel" - "fieldName" "MainBackground" - "xpos" "50" - "ypos" "10" - "zpos" "0" - "wide" "400" - "tall" "130" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 200" + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "50" + "ypos" "10" + "zpos" "0" + "wide" "400" + "tall" "130" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_bg" + "fillcolor" "0 0 0 200" } "BuildIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "48" - "tall" "48" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_build" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_build" } "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "CerbeticaBold32" - "xpos" "68" - "ypos" "-10" - "zpos" "2" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_menu_build_title" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "CerbeticaBold32" + "xpos" "68" + "ypos" "-10" + "zpos" "2" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" } "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "-1" // align me to the left edge of the first selection - "ypos" "-1" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_menu_build_title" - "textAlignment" "Left" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "Left" + "dulltext" "1" + "brighttext" "0" "pin_to_sibling" "TitleLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" @@ -78,214 +77,214 @@ } "CancelLabel" - { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "200" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "East" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" } "active_item_1" { - "ControlName" "EditablePanel" - "fieldName" "active_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "active_item_2" { - "ControlName" "EditablePanel" - "fieldName" "active_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "active_item_3" { - "ControlName" "EditablePanel" - "fieldName" "active_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "active_item_4" { - "ControlName" "EditablePanel" - "fieldName" "active_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" } "already_built_item_1" { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "already_built_item_2" { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "already_built_item_3" { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "already_built_item_4" { - "ControlName" "EditablePanel" - "fieldName" "already_built_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" } "cant_afford_item_1" { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "cant_afford_item_2" { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "cant_afford_item_3" { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "cant_afford_item_4" { - "ControlName" "EditablePanel" - "fieldName" "cant_afford_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" } - + "unavailable_item_1" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_item_2" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_item_3" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_item_4" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_active.res b/resource/ui/build_menu/base_active.res index 852b53d..09b2d8b 100644 --- a/resource/ui/build_menu/base_active.res +++ b/resource/ui/build_menu/base_active.res @@ -2,89 +2,89 @@ { "ItemNameLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" } "BuildingIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "33" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "22" + "ypos" "33" + "zpos" "2" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" } "MetalIcon" { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "34" - "ypos" "18" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "TanLight" + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "34" + "ypos" "18" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanLight" } "CostLabel" { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" - "xpos" "49" - "ypos" "16" - "zpos" "2" - "wide" "84" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + "xpos" "49" + "ypos" "16" + "zpos" "2" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" } "CostLabelShadow" @@ -112,57 +112,57 @@ "ModeLabel" { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" } - "NumberBg" + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_active_teleport_target.res b/resource/ui/build_menu/base_active_teleport_target.res index be7aced..71a18fd 100644 --- a/resource/ui/build_menu/base_active_teleport_target.res +++ b/resource/ui/build_menu/base_active_teleport_target.res @@ -1,110 +1,110 @@ "Resource/UI/build_menu/base.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold16" - "xpos" "15" - "ypos" "4" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold16" + "xpos" "15" + "ypos" "4" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" } "BuildingIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "22" - "ypos" "23" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "22" + "ypos" "23" + "zpos" "2" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" } "ModeLabel" { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" } - "NumberBg" + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "85" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "85" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_already_built.res b/resource/ui/build_menu/base_already_built.res index 0fff64e..b6e488d 100644 --- a/resource/ui/build_menu/base_already_built.res +++ b/resource/ui/build_menu/base_already_built.res @@ -1,149 +1,149 @@ "Resource/UI/build_menu/base_already_built.res" -{ - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Already_Built" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - +{ "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "CerbeticaBold16" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Already_Built" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } "MetalIcon" { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "TanLight" + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanLight" } "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" - "xpos" "1" - "ypos" "55" - "zpos" "1" - "wide" "58" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "%metal%" - "textAlignment" "Left" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "CerbeticaBold16" + "fgcolor" "TanLight" + "xpos" "1" + "ypos" "55" + "zpos" "1" + "wide" "58" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%metal%" + "textAlignment" "Left" } "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" } - "NumberBg" + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_cant_afford.res b/resource/ui/build_menu/base_cant_afford.res index 0a3a662..1e50fae 100644 --- a/resource/ui/build_menu/base_cant_afford.res +++ b/resource/ui/build_menu/base_cant_afford.res @@ -1,109 +1,109 @@ "Resource/UI/build_menu/base_cant_afford.res" -{ - "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "CerbeticaBold20" - "fgcolor" "RedSolid" - "xpos" "10" - "ypos" "9" - "zpos" "2" - "wide" "80" - "tall" "98" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "Can't Afford" - "textAlignment" "Center" - } - +{ "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "White" } - "BuildingIcon" + "CantBuildReason" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "56" - "tall" "56" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_sentry_build" - "iconColor" "White" + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "CerbeticaBold16" + "fgcolor" "RedSolid" + "xpos" "10" + "ypos" "9" + "zpos" "2" + "wide" "80" + "tall" "98" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Metal Required" + "textAlignment" "center" } - "MetalIcon" + "MetalIcon" { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "34" - "ypos" "18" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "RedSolid" + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "34" + "ypos" "18" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "RedSolid" } "CostLabel" - { - "ControlName" "CExLabel" - "fieldName" "CostLabel" - "font" "CerbeticaBold16" - "fgcolor" "RedSolid" - "xpos" "49" - "ypos" "16" - "zpos" "2" - "wide" "84" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%metal%" - "textAlignment" "Left" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "CerbeticaBold16" + "fgcolor" "RedSolid" + "xpos" "49" + "ypos" "16" + "zpos" "2" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" } "CostLabelShadow" @@ -130,58 +130,58 @@ } "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" } - "NumberBg" + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/build_menu/base_unavailable_teleport_target.res b/resource/ui/build_menu/base_unavailable_teleport_target.res index 7a43cc8..f68d0cc 100644 --- a/resource/ui/build_menu/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -1,114 +1,114 @@ "Resource/UI/build_menu/base_unavailable.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold16" - "xpos" "15" - "ypos" "4" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold16" + "xpos" "15" + "ypos" "4" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "4" - "ypos" "14" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "hud_menu_item_bg" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" } "CantBuildReason" - { - "ControlName" "CExLabel" - "fieldName" "CantBuildReason" - "font" "CerbeticaBold16" - "xpos" "10" - "ypos" "44" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "CerbeticaBold16" + "xpos" "10" + "ypos" "44" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } "ModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "ModeLabel" - "font" "DefaultSmall" - "fgcolor" "TanDarker" - "xpos" "33" - "ypos" "17" - "zpos" "1" - "wide" "44" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "East" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" } - "NumberBg" + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "41" - "ypos" "99" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "85" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "85" + "zpos" "2" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_active.res b/resource/ui/build_menu/dispenser_active.res index a9ff482..03a45b7 100644 --- a/resource/ui/build_menu/dispenser_active.res +++ b/resource/ui/build_menu/dispenser_active.res @@ -3,22 +3,22 @@ "Resource/UI/build_menu/dispenser_active.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" + { + "labelText" "#TF_Object_Dispenser" } - "BuildingIcon" + "BuildingIcon" { - "icon" "hud_menu_dispenser_build" + "icon" "hud_menu_dispenser_build" } "NumberLabel" - { - "labelText" "2" + { + "labelText" "2" } "NumberLabelShadow" - { - "labelText" "2" + { + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_already_built.res b/resource/ui/build_menu/dispenser_already_built.res index ece5fae..0b317be 100644 --- a/resource/ui/build_menu/dispenser_already_built.res +++ b/resource/ui/build_menu/dispenser_already_built.res @@ -3,17 +3,17 @@ "Resource/UI/build_menu/dispenser_already_built.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_dispenser" + { + "labelText" "#TF_Object_dispenser" } "NumberLabel" { - "labelText" "2" + "labelText" "2" } - + "NumberLabelShadow" { - "labelText" "2" + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_cant_afford.res b/resource/ui/build_menu/dispenser_cant_afford.res index f80aa18..5543471 100644 --- a/resource/ui/build_menu/dispenser_cant_afford.res +++ b/resource/ui/build_menu/dispenser_cant_afford.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/dispenser_cant_afford.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_dispenser" + { + "labelText" "#TF_Object_dispenser" } "NumberLabel" - { - "labelText" "2" + { + "labelText" "2" } + "NumberLabelShadow" - { - "labelText" "2" + { + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_selectable.res b/resource/ui/build_menu/dispenser_selectable.res index c302214..3df48b1 100644 --- a/resource/ui/build_menu/dispenser_selectable.res +++ b/resource/ui/build_menu/dispenser_selectable.res @@ -3,17 +3,17 @@ "Resource/UI/build_menu/dispenser_selectable.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" + { + "labelText" "#TF_Object_Dispenser" } "BuildingIcon" { - "icon" "hud_menu_dispenser_build" + "icon" "hud_menu_dispenser_build" } - + "NumberLabelShadow" - { - "labelText" "2" + { + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_unavailable.res b/resource/ui/build_menu/dispenser_unavailable.res index 6bb6775..c20c284 100644 --- a/resource/ui/build_menu/dispenser_unavailable.res +++ b/resource/ui/build_menu/dispenser_unavailable.res @@ -3,17 +3,17 @@ "Resource/UI/build_menu/dispenser_unavailable.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_dispenser" + { + "labelText" "#TF_Object_dispenser" } "NumberLabel" - { - "labelText" "2" + { + "labelText" "2" } - + "NumberLabelShadow" - { - "labelText" "2" + { + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/build_menu/hudmenueurekaeffect.res b/resource/ui/build_menu/hudmenueurekaeffect.res index db4d926..0506bf5 100644 --- a/resource/ui/build_menu/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/hudmenueurekaeffect.res @@ -1,76 +1,76 @@ "Resource/UI/build_menu/HudMenuEurekaEffect.res" { - "MainBackground" + "MainBackground" { - "ControlName" "ImagePanel" - "fieldName" "MainBackground" - "xpos" "25" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "120" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 100" + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "25" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "120" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_bg" + "fillcolor" "0 0 0 100" } - - "BuildIcon" + + "BuildIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "48" - "tall" "48" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_build" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "White" } "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "CerbeticaBold32" - "xpos" "34" // align me to the left edge of the first selection - "ypos" "-10" - "zpos" "2" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Teleport_Title" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "CerbeticaBold32" + "xpos" "34" + "ypos" "-10" + "zpos" "2" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" } "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "-1" // align me to the left edge of the first selection - "ypos" "-1" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Teleport_Title" - "textAlignment" "Left" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "Left" + "dulltext" "1" + "brighttext" "0" "pin_to_sibling" "TitleLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" @@ -79,69 +79,69 @@ "CancelLabel" { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "200" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "East" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" } "available_target_1" { - "ControlName" "EditablePanel" - "fieldName" "available_target_1" - "xpos" "25" - "ypos" "23" - "zpos" "10" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "25" + "ypos" "23" + "zpos" "10" + "wide" "100" + "tall" "124" + "visible" "1" + } "available_target_2" { - "ControlName" "EditablePanel" - "fieldName" "available_target_2" - "xpos" "125" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } - + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "125" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } + "unavailable_target_1" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_target_1" - "xpos" "25" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "25" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_target_2" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_target_2" - "xpos" "125" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "125" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } } \ 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 80112b3..e9d966c 100644 --- a/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res +++ b/resource/ui/build_menu/pipboy/HudMenuEngyBuild.res @@ -21,6 +21,6 @@ "TitleLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active.res b/resource/ui/build_menu/pipboy/base_active.res index 66d1210..866d3a2 100644 --- a/resource/ui/build_menu/pipboy/base_active.res +++ b/resource/ui/build_menu/pipboy/base_active.res @@ -4,26 +4,26 @@ { "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "BuildingIcon" { - "iconColor" "ColorGreen" + "iconColor" "ColorGreen" } "MetalIcon" { - "iconColor" "ColorGreen" + "iconColor" "ColorGreen" } "CostLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/base_active_teleport_target.res b/resource/ui/build_menu/pipboy/base_active_teleport_target.res index 2da02c0..8be4ed2 100644 --- a/resource/ui/build_menu/pipboy/base_active_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "ItemBackground" { - "iconColor" "0 0 0 255" + "iconColor" "0 0 0 255" } "BuildingIcon" { - "iconColor" "ColorGreen" + "iconColor" "ColorGreen" } "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ 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 857f384..3c0fc27 100644 --- a/resource/ui/build_menu/pipboy/base_already_built.res +++ b/resource/ui/build_menu/pipboy/base_already_built.res @@ -1,19 +1,19 @@ #base "../base_already_built.res" "Resource/UI/build_menu/base_already_built.res" -{ - "CantBuildReason" +{ + "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } - "ItemNameLabel" + "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } - "NumberLabel" + "CantBuildReason" { - "fgcolor" "ColorGreen" + "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 1d7ccac..1674180 100644 --- a/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res +++ b/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -1,19 +1,19 @@ -#base "../base_unavailable.res" +#base "../base_unavailable_teleport_target.res" "Resource/UI/build_menu/base_unavailable.res" { "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "CantBuildReason" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res index 1414349..86babe8 100644 --- a/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res +++ b/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -4,54 +4,55 @@ { "MainBackground" { - "fillcolor" "50 255 50 50" + "fillcolor" "50 255 50 50" } "ItemBackground" { - "ControlName" "CTFImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-2" - "wide" "250" - "tall" "180" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "image" "pipboy_overlay" - "tileImage" "1" - "drawcolor" "192 192 192 255" + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "250" + "tall" "180" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" } + "BackgroundEngineer" { - "ControlName" "CTFImagePanel" - "fieldName" "BackgroundEngineer" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "40" - "tall" "40" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_engineer" - "tileImage" "0" - "tileVertically" "0" + "ControlName" "CTFImagePanel" + "fieldName" "BackgroundEngineer" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_engineer" + "tileImage" "0" + "tileVertically" "0" } - "BuildIcon" + "BuildIcon" { - "iconColor" "ColorGreen" + "iconColor" "ColorGreen" } "TitleLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "CancelLabel" { - "fgcolor" "ColorGreen" - } + "fgcolor" "ColorGreen" + } } \ No newline at end of file diff --git a/resource/ui/build_menu/sentry_cant_afford.res b/resource/ui/build_menu/sentry_cant_afford.res index 9ce0bda..3fb7444 100644 --- a/resource/ui/build_menu/sentry_cant_afford.res +++ b/resource/ui/build_menu/sentry_cant_afford.res @@ -3,14 +3,12 @@ "Resource/UI/build_menu/sentry_cant_afford.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - "labelText_lodef" "#TF_Object_Sentry_360" + { + "labelText" "#TF_Object_Sentry" } "NumberLabel" - { - "labelText" "1" + { + "labelText" "1" } - } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_active.res b/resource/ui/build_menu/tele_entrance_active.res index fe81bd2..34a1c78 100644 --- a/resource/ui/build_menu/tele_entrance_active.res +++ b/resource/ui/build_menu/tele_entrance_active.res @@ -3,21 +3,21 @@ "Resource/UI/build_menu/tele_entrance_active.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" + { + "labelText" "#TF_Object_Tele_Entrance_360" } - "BuildingIcon" + "BuildingIcon" { - "icon" "hud_menu_tele_entrance_build" + "icon" "hud_menu_tele_entrance_build" } "NumberLabel" - { - "labelText" "3" + { + "labelText" "3" } "NumberLabelShadow" - { - "labelText" "3" + { + "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_already_built.res b/resource/ui/build_menu/tele_entrance_already_built.res index 8f902fb..a548b39 100644 --- a/resource/ui/build_menu/tele_entrance_already_built.res +++ b/resource/ui/build_menu/tele_entrance_already_built.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/tele_entrance_already_built.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_tele_entrance_360" + { + "labelText" "#TF_Object_tele_entrance_360" } "NumberLabel" - { - "labelText" "3" + { + "labelText" "3" } - "NumberLabelShadow" - { - "labelText" "3" + + "NumberLabelShadow" + { + "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_cant_afford.res b/resource/ui/build_menu/tele_entrance_cant_afford.res index 7ababc3..99dfc6d 100644 --- a/resource/ui/build_menu/tele_entrance_cant_afford.res +++ b/resource/ui/build_menu/tele_entrance_cant_afford.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/tele_entrance_cant_afford.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_tele_entrance_360" + { + "labelText" "#TF_Object_tele_entrance_360" } "NumberLabel" - { - "labelText" "3" + { + "labelText" "3" } - "NumberLabelShadow" - { - "labelText" "3" + + "NumberLabelShadow" + { + "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_unavailable.res b/resource/ui/build_menu/tele_entrance_unavailable.res index de90aec..4b2536c 100644 --- a/resource/ui/build_menu/tele_entrance_unavailable.res +++ b/resource/ui/build_menu/tele_entrance_unavailable.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/tele_entrance_unavailable.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_tele_entrance_360" + { + "labelText" "#TF_Object_tele_entrance_360" } "NumberLabel" - { - "labelText" "3" + { + "labelText" "3" } - "NumberLabelShadow" - { - "labelText" "3" + + "NumberLabelShadow" + { + "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_active.res b/resource/ui/build_menu/tele_exit_active.res index ac0339f..fdcaa8d 100644 --- a/resource/ui/build_menu/tele_exit_active.res +++ b/resource/ui/build_menu/tele_exit_active.res @@ -3,21 +3,22 @@ "Resource/UI/build_menu/tele_exit_active.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" + { + "labelText" "#TF_Object_Tele_Exit_360" } "BuildingIcon" { - "icon" "hud_menu_tele_exit_build" + "icon" "hud_menu_tele_exit_build" } "NumberLabel" - { - "labelText" "4" + { + "labelText" "4" } - "NumberLabelShadow" - { - "labelText" "4" + + "NumberLabelShadow" + { + "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_already_built.res b/resource/ui/build_menu/tele_exit_already_built.res index a850c21..77a183d 100644 --- a/resource/ui/build_menu/tele_exit_already_built.res +++ b/resource/ui/build_menu/tele_exit_already_built.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/tele_exit_already_built.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_tele_exit_360" + { + "labelText" "#TF_Object_tele_exit_360" } "NumberLabel" - { - "labelText" "4" + { + "labelText" "4" } - "NumberLabelShadow" - { - "labelText" "4" + + "NumberLabelShadow" + { + "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_cant_afford.res b/resource/ui/build_menu/tele_exit_cant_afford.res index 70056eb..4f50f11 100644 --- a/resource/ui/build_menu/tele_exit_cant_afford.res +++ b/resource/ui/build_menu/tele_exit_cant_afford.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/tele_exit_cant_afford.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_tele_exit_360" + { + "labelText" "#TF_Object_tele_exit_360" } "NumberLabel" - { - "labelText" "4" + { + "labelText" "4" } - "NumberLabelShadow" - { - "labelText" "4" + + "NumberLabelShadow" + { + "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_unavailable.res b/resource/ui/build_menu/tele_exit_unavailable.res index 978192a..dea83c3 100644 --- a/resource/ui/build_menu/tele_exit_unavailable.res +++ b/resource/ui/build_menu/tele_exit_unavailable.res @@ -3,16 +3,17 @@ "Resource/UI/build_menu/tele_exit_unavailable.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_tele_exit_360" + { + "labelText" "#TF_Object_tele_exit_360" } "NumberLabel" - { - "labelText" "4" + { + "labelText" "4" } - "NumberLabelShadow" - { - "labelText" "4" + + "NumberLabelShadow" + { + "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/charinfoarmorysubpanel.res b/resource/ui/charinfoarmorysubpanel.res index 7f198ef..cc15890 100644 --- a/resource/ui/charinfoarmorysubpanel.res +++ b/resource/ui/charinfoarmorysubpanel.res @@ -54,7 +54,7 @@ } } } - + "CaratLabel" { "ControlName" "CExLabel" @@ -73,7 +73,7 @@ "enabled" "1" "fgcolor_override" "200 128 255 255" } - + "ArmoryLabel" { "ControlName" "Label" @@ -130,7 +130,6 @@ "maxchars" "-1" "NumericInputOnly" "0" "unicode" "0" - "fgcolor_override" "TanLight" "bgcolor_override" "Grey" "disabledFgColor_override" "TanLight" @@ -153,7 +152,7 @@ "PaintBackgroundType" "0" "paintborder" "1" "border" "StorePreviewBorder" - + "Data_TextRichText" { "ControlName" "CEconItemDetailsRichText" @@ -173,7 +172,7 @@ "wrap" "1" "highlight_color" "ColorCyan" "itemset_color" "216 244 9 255" - "link_color" "200 128 255 255" + "link_color" "200 128 255 255" "image_up_arrow" "scroll_up_off" "image_up_arrow_mouseover" "scroll_up_on" "image_down_arrow" "scroll_down_off" @@ -185,34 +184,34 @@ "SelectedItemModelPanel" { - "ControlName" "CItemModelPanel" - "fieldName" "SelectedItemModelPanel" - "xpos" "c25" - "ypos" "40" - "zpos" "1" - "wide" "260" - "tall" "135" - "visible" "1" + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemModelPanel" + "xpos" "c25" + "ypos" "40" + "zpos" "1" + "wide" "260" + "tall" "135" + "visible" "1" "bgcolor_override" "Transparent" "PaintBackgroundType" "2" - "paintborder" "0" - "model_hide" "1" - "text_center" "1" - "resize_to_text" "1" + "paintborder" "0" + "model_hide" "1" + "text_center" "1" + "resize_to_text" "1" "itemmodelpanel" { "use_item_rendertarget" "0" - "inventory_image_type" "1" + "inventory_image_type" "1" "allow_rot" "0" } } - + "SelectedItemImageModelPanel" { "ControlName" "CItemModelPanel" "fieldName" "SelectedItemImageModelPanel" - "xpos" "c-280" // Slightly right of center, because the photo background is + "xpos" "c-280" "ypos" "160" "zpos" "1" "wide" "290" @@ -231,7 +230,7 @@ "itemmodelpanel" { "use_item_rendertarget" "0" - "inventory_image_type" "1" + "inventory_image_type" "1" "allow_rot" "0" } } @@ -249,7 +248,7 @@ "bgcolor_override" "0 0 0 255" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" "text_ypos" "20" "text_center" "1" @@ -258,10 +257,10 @@ "padding_height" "15" "name_only" "1" - "model_ypos" "40" - "model_xpos" "50" - "model_wide" "156" - "model_tall" "100" + "model_ypos" "40" + "model_xpos" "50" + "model_wide" "156" + "model_tall" "100" "text_forcesize" "1" "is_mouseover" "1" @@ -368,8 +367,8 @@ "Command" "wiki" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" + "border_default" "CyanBorderThick" + "border_armed" "CyanBorderThick" } "ViewSetButton" @@ -395,8 +394,8 @@ "Command" "viewset" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" + "border_default" "CyanBorderThick" + "border_armed" "CyanBorderThick" } "StoreButton" @@ -421,8 +420,8 @@ "Command" "openstore" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" + "border_default" "CyanBorderThick" + "border_armed" "CyanBorderThick" } "ReloadSchemeButton" @@ -448,7 +447,7 @@ "Command" "reloadscheme" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "CyanBorderThick" - "border_armed" "CyanBorderThick" + "border_default" "CyanBorderThick" + "border_armed" "CyanBorderThick" } } \ No newline at end of file diff --git a/resource/ui/charinfopanel.res b/resource/ui/charinfopanel.res index 0c60dbc..e3a9ec1 100644 --- a/resource/ui/charinfopanel.res +++ b/resource/ui/charinfopanel.res @@ -58,8 +58,8 @@ "enabled" "1" "fillcolor" "15 15 15 175" "tileImage" "1" - } - + } + "BackgroundFooter" { "ControlName" "ImagePanel" @@ -106,14 +106,14 @@ "Sheet" { - "ControlName" "EditablePanel" - "fieldName" "Sheet" - "tabxindent" "80" - "tabxdelta" "10" - "tabwidth" "240" - "tabheight" "20" - "transition_time" "0" - "yoffset" "14" + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "80" + "tabxdelta" "10" + "tabwidth" "240" + "tabheight" "20" + "transition_time" "0" + "yoffset" "14" "HeaderLine" { @@ -128,7 +128,7 @@ "enabled" "1" "PaintBackgroundType" "2" "bgcolor_override" "ColorCyan" - } + } "tabskv" { @@ -137,13 +137,13 @@ "font" "Cerbetica20" "ypos" "50" "selectedcolor" "TanLight" - "unselectedcolor" "TanDark" - "paintbackground" "1" + "unselectedcolor" "TanDark" "defaultBgColor_override" "25 25 25 255" - "unselectedBgColor_override" "10 10 10 255" - "activeborder_override" "CyanBorderTabs" - "depressedBgColor_override" "10 10 10 255" - "normalborder_override" "CyanBorderTabsInactive" + "paintbackground" "1" + "unselectedBgColor_override" "10 10 10 255" + "activeborder_override" "CyanBorderTabs" + "depressedBgColor_override" "10 10 10 255" + "normalborder_override" "CyanBorderTabsInactive" } } @@ -170,8 +170,8 @@ "Command" "back" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "NotificationsPresentPanel" diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index 9d9d08e..5100678 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -20,17 +20,17 @@ "item_xpos_offcenter_a" "-310" "item_xpos_offcenter_b" "165" - "item_ypos" "60" - "item_ydelta" "75" - "item_mod_wide" "40" + "item_ypos" "60" + "item_ydelta" "75" + "item_mod_wide" "40" "item_backpack_offcenter_x" "-288" "item_backpack_xdelta" "4" "item_backpack_ydelta" "3" "button_xpos_offcenter" "175" - "button_ypos" "85" - "button_ydelta" "80" + "button_ypos" "85" + "button_ydelta" "80" "button_override_delete_xpos" "0" "modelpanels_kv" @@ -52,7 +52,7 @@ "model_wide" "82" "text_ypos" "47" "text_center" "1" - "name_only" "1" + "name_only" "1" "attriblabel" { @@ -113,7 +113,7 @@ "enabled" "1" "fgcolor_override" "200 128 255 255" } - + "ClassLabel" { "ControlName" "CExLabel" @@ -182,9 +182,9 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "render_texture""0" - "fov" "30" - "allow_manip" "1" + "render_texture" "0" + "fov" "30" + "allow_manip" "1" "model" { @@ -213,8 +213,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "0" @@ -240,7 +240,7 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } "PassiveAttribsLabel" { @@ -308,7 +308,7 @@ "fieldName" "TauntHintLabel" "xpos" "9999" } - + "RedButton" { "ControlName" "CExImageButton" @@ -330,9 +330,9 @@ "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" "250 68 17 255" + "armedFgColor_override" "ColorCyan" + "depressedFgColor_override" "250 68 17 255" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -361,9 +361,9 @@ "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" "0 98 255 255" + "armedFgColor_override" "ColorCyan" + "depressedFgColor_override" "0 98 255 255" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -393,7 +393,6 @@ "Command" "characterloadout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "TanLight" "image_armedcolor" "Button Color" @@ -412,7 +411,7 @@ "image" "glyph_items" } } - + "TauntLoadoutButton" { "ControlName" "CExImageButton" @@ -434,7 +433,6 @@ "Command" "tauntloadout" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "image_drawcolor" "TanLight" "image_armedcolor" "Button Color" diff --git a/resource/ui/compstats.res b/resource/ui/compstats.res index 4552806..a66fb36 100644 --- a/resource/ui/compstats.res +++ b/resource/ui/compstats.res @@ -11,7 +11,7 @@ "tall" "330" "visible" "1" "proportionaltoparent" "1" - + "RankImage" { "ControlName" "CTFLocalPlayerBadgePanel" @@ -27,7 +27,7 @@ "mouseinputenabled" "0" "matchgroup" "MatchGroup_Ladder_6v6" } - + "RankPanel" { "ControlName" "CPvPRankPanel" @@ -43,13 +43,13 @@ "matchgroup" "MatchGroup_Ladder_6v6" "show_model" "0" "show_name" "0" - + "BGBorder" { "visible" "0" } } - + "ShowLeaderboardsButton" { "ControlName" "CExButton" @@ -66,11 +66,11 @@ "labeltext" "#TF_Competitive_ViewLeaderboards" "font" "CerbeticaBold12" "fgcolor_override" "TanLight" - "textAlignment" "center" + "textAlignment" "center" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "ShowMatchHistoryButton" { "ControlName" "Button" @@ -82,18 +82,16 @@ "tall" "15" "visible" "1" "proportionaltoparent" "1" - "actionsignallevel" "2" "command" "show_match_history" "labeltext" "#TF_Competitive_ViewMatches" "font" "CerbeticaBold12" "fgcolor_override" "TanLight" "textAlignment" "center" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "PlaylistBGPanel" { "ControlName" "EditablePanel" @@ -109,7 +107,7 @@ "proportionaltoparent" "1" "pinCorner" "2" "autoResize" "1" - + "PlayListDropShadow" { "ControlName" "EditablePanel" @@ -125,7 +123,7 @@ "proportionaltoparent" "1" "mouseinputenabled" "0" } - + "MatchHistoryCategories" { "ControlName" "EditablePanel" @@ -137,7 +135,7 @@ "tall" "20" "visible" "1" "proportionaltoparent" "1" - + "BGPanel" { "ControlName" "EditablePanel" @@ -151,7 +149,7 @@ "proportionaltoparent" "1" "border" "MainMenuBGBorder" } - + "SortArrow" { "ControlName" "Label" @@ -167,12 +165,12 @@ "labeltext" "6" "font" "MarlettSmall" "textAlignment" "west" - + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "selectedFgColor_override" "TanDark" } - + "ResultButton" { "ControlName" "CExButton" @@ -190,22 +188,22 @@ "fgcolor_override" "141 63 63 255" "textAlignment" "west" "textinsetx" "15" - + "defaultFgColor_override" "TanDark" "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - + "image_selectedcolor" "White" "image_armedcolor" "Transparent" "image_drawcolor" "Transparent" - + "command" "sort0" "actionsignallevel" "4" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "DateButton" { "ControlName" "CExButton" @@ -223,22 +221,22 @@ "fgcolor_override" "TanLight" "textAlignment" "west" "textinsetx" "15" - + "defaultFgColor_override" "TanDark" "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - + "image_selectedcolor" "White" "image_armedcolor" "Transparent" "image_drawcolor" "Transparent" - + "command" "sort1" "actionsignallevel" "4" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "MapButton" { "ControlName" "CExButton" @@ -256,22 +254,22 @@ "fgcolor_override" "TanLight" "textAlignment" "west" "textinsetx" "15" - + "defaultFgColor_override" "TanDark" "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - + "image_selectedcolor" "White" "image_armedcolor" "Transparent" "image_drawcolor" "Transparent" - + "command" "sort2" "actionsignallevel" "4" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "KDRButton" { "ControlName" "CExButton" @@ -287,23 +285,23 @@ "font" "HudFontSmallest" "fgcolor_override" "TanLight" "textAlignment" "west" - + "defaultFgColor_override" "TanDark" "armedFgColor_override" "Orange" "selectedFgColor_override" "TanLight" - + "image_selectedcolor" "White" "image_armedcolor" "Transparent" "image_drawcolor" "Transparent" - + "command" "sort3" "actionsignallevel" "4" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } } - + "MatchHistoryContainer" { "ControlName" "CScrollableList" @@ -314,8 +312,8 @@ "tall" "p0.78" "visible" "1" "proportionaltoparent" "1" - "restrict_width" "0" - + "restrict_width" "0" + "ScrollBar" { "ControlName" "ScrollBar" @@ -327,19 +325,19 @@ "zpos" "1000" "nobuttons" "1" "proportionaltoparent" "1" - + "Slider" { "fgcolor_override" "TanDark" } - + "UpButton" { "ControlName" "Button" "FieldName" "UpButton" "visible" "0" } - + "DownButton" { "ControlName" "Button" @@ -348,7 +346,7 @@ } } } - + "Leaderboard" { "ControlName" "CLadderLobbyLeaderboard" @@ -367,4 +365,4 @@ } } } -} +} \ No newline at end of file diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res index 11c19cc..214bfe3 100644 --- a/resource/ui/craftingpanel.res +++ b/resource/ui/craftingpanel.res @@ -2,18 +2,18 @@ { "crafting_panel" { - "ControlName" "Frame" - "fieldName" "crafting_panel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "400" - "zpos" "501" - "visible" "1" - "autoResize" "0" - "pinCorner" "0" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "crafting_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" "bgcolor_override" "DarkGrey" @@ -33,24 +33,24 @@ "modelpanels_kv" { - "ControlName" "CItemModelPanel" - "wide" "70" - "tall" "45" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "wide" "70" + "tall" "45" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" - "model_ypos" "5" - "model_tall" "35" - "text_center" "1" - "name_only" "1" - "text_forcesize" "3" - "noitem_use_fullpanel" "1" + "model_ypos" "5" + "model_tall" "35" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" - "inset_eq_x" "2" - "inset_eq_y" "2" + "inset_eq_x" "2" + "inset_eq_y" "2" "MainContentsContainer" { @@ -62,14 +62,14 @@ "tall" "f0" "visible" "1" "bgcolor_override" "Transparent" - + "itemmodelpanel" { "use_item_rendertarget" "0" "inventory_image_type" "1" "allow_rot" "0" } - + "namelabel" { "ControlName" "CExLabel" @@ -107,12 +107,12 @@ "centerwrap" "0" "textAlignment" "west" "textinsetx" "0" - "defaultFgColor_override" "TextColor" - "defaultBgColor_override" "Transparent" - "armedFgColor_override" "NeutralWhite" - "armedBgColor_override" "Transparent" - "depressedFgColor_override" "178 82 22 255" - "depressedBgColor_override" "Transparent" + "defaultFgColor_override" "TextColor" + "defaultBgColor_override" "Transparent" + "armedFgColor_override" "NeutralWhite" + "armedBgColor_override" "Transparent" + "depressedFgColor_override" "178 82 22 255" + "depressedBgColor_override" "Transparent" } "filter_xoffset" "-290" @@ -143,35 +143,35 @@ "ClassLabel" { - "ControlName" "CExLabel" - "fieldName" "ClassLabel" - "font" "HudFontSmallBold" - "labelText" "#CraftStep1" - "textAlignment" "north-west" - "xpos" "c-290" - "ypos" "10" - "zpos" "1" - "wide" "240" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 187 161 255" + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontSmallBold" + "labelText" "#CraftStep1" + "textAlignment" "north-west" + "xpos" "c-290" + "ypos" "10" + "zpos" "1" + "wide" "240" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 187 161 255" } "selectedrecipecontainer" { - "ControlName" "EditablePanel" - "fieldName" "selectedrecipecontainer" - "xpos" "c0" - "ypos" "0" - "zpos" "5" - "wide" "300" - "tall" "350" + "ControlName" "EditablePanel" + "fieldName" "selectedrecipecontainer" + "xpos" "c0" + "ypos" "0" + "zpos" "5" + "wide" "300" + "tall" "350" "PaintBackgroundType" "2" - "bgcolor_override" "200 187 161 0" - + "bgcolor_override" "200 187 161 0" + "RecipeTitle" { "ControlName" "CExLabel" @@ -230,7 +230,7 @@ "enabled" "1" "fgcolor" "TextColor" } - + "OutputLabel" { "ControlName" "CExLabel" @@ -273,7 +273,7 @@ "Command" "craft" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } "FreeAccountLabel" { @@ -294,7 +294,7 @@ "wrap" "1" "fgcolor" "178 82 22 255" } - + "UpgradeButton" { "ControlName" "CExButton" @@ -328,46 +328,46 @@ "recipecontainerscroller" { - "ControlName" "EditablePanel" - "fieldName" "recipecontainerscroller" - "xpos" "c-290" - "ypos" "70" - "zpos" "5" - "wide" "280" - "tall" "240" + "ControlName" "EditablePanel" + "fieldName" "recipecontainerscroller" + "xpos" "c-290" + "ypos" "70" + "zpos" "5" + "wide" "280" + "tall" "240" "PaintBackgroundType" "2" "fgcolor_override" "59 54 48 255" "bgcolor_override" "200 187 161 0" - "autohide_buttons" "1" + "autohide_buttons" "1" } - + "recipecontainer" { - "ControlName" "EditablePanel" - "fieldName" "recipecontainer" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "280" - "tall" "240" + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "280" + "tall" "240" "PaintBackgroundType" "2" - "bgcolor_override" "200 187 161 0" + "bgcolor_override" "200 187 161 0" } "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" @@ -395,23 +395,23 @@ "mousedragitempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mousedragitempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "54" - "tall" "42" - "visible" "0" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" - "model_ypos" "5" - "model_tall" "35" - "text_ypos" "60" - "text_center" "1" - "name_only" "1" + "paintborder" "1" + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" "itemmodelpanel" { @@ -422,16 +422,16 @@ "TooltipPanel" { - "ControlName" "EditablePanel" - "fieldName" "TooltipPanel" - "xpos" "0" - "ypos" "0" - "zpos" "100" - "wide" "140" - "tall" "50" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "140" + "tall" "50" + "visible" "0" "PaintBackgroundType" "2" - "border" "MainMenuBGBorder" + "border" "MainMenuBGBorder" "TipLabel" { @@ -453,16 +453,16 @@ "wrap" "1" "centerwrap" "1" } - } + } "ShowExplanationsButton" { - "ControlName" "CExButton" - "fieldName" "ShowExplanationsButton" - "xpos" "9999" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" } } \ No newline at end of file diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index 84c0e3b..a369c3b 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -9,14 +9,14 @@ "ypos" "200" "wide" "200" "tall" "110" - "paintbackgroundtype" "0" "bgcolor_override" "DarkGrey" - "settitlebarvisible" "0" - "border" "CyanBorder" + "paintbackgroundtype" "0" + "settitlebarvisible" "0" + "border" "CyanBorder" } "CenterPositioner" - { + { "ControlName" "Label" "fieldName" "CenterPositioner" "font" "HudFontSmallBold" @@ -33,7 +33,7 @@ "centerwrap" "0" "labelText" "" "textAlignment" "center" - "bgcolor_override" "Transparent" + "bgcolor_override" "Transparent" } "RecipeItemModelPanel" @@ -42,52 +42,52 @@ "fieldName" "RecipeItemModelPanel" "visible" "0" } - + "TitleLabel" - { - "ControlName" "Label" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "centerwrap" "1" - "labelText" "%updatetext%" + { + "ControlName" "Label" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "labelText" "%updatetext%" "textAlignment" "center" "fgcolor_override" "TanLight" "bgcolor_override" "Transparent" "auto_wide_tocontents" "1" - "pin_to_sibling" "CenterPositioner" - "pin_corner_to_sibling" "4" - "pin_to_sibling_corner" "4" + "pin_to_sibling" "CenterPositioner" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "4" } - + "EllipsesLabel" - { - "ControlName" "Label" - "fieldName" "EllipsesLabel" - "font" "HudFontSmallBold" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%ellipses%" + { + "ControlName" "Label" + "fieldName" "EllipsesLabel" + "font" "HudFontSmallBold" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%ellipses%" "textAlignment" "west" - "fgcolor_override" "TanLight" - "bgcolor_override" "Transparent" + "fgcolor_override" "TanLight" + "bgcolor_override" "Transparent" "pin_to_sibling" "TitleLabel" "pin_corner_to_sibling" "0" @@ -96,28 +96,28 @@ "CloseButton" { - "ControlName" "CExButton" - "fieldName" "CloseButton" - "xpos" "50" - "ypos" "75" - "zpos" "1" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#GameUI_Ok" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "close" + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "50" + "ypos" "75" + "zpos" "1" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_Ok" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/HudMenuEngyDestroy.res index f977aa7..84b6b52 100644 --- a/resource/ui/destroy_menu/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/HudMenuEngyDestroy.res @@ -1,76 +1,76 @@ "Resource/UI/build_menu/HudMenuEngyDestroy.res" { - "MainBackground" - { - "ControlName" "ImagePanel" - "fieldName" "MainBackground" - "xpos" "50" - "ypos" "10" - "zpos" "0" - "wide" "400" - "tall" "130" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "fillcolor" "0 0 0 200" - } - - "DestroyIcon" - { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "64" - "tall" "64" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_demolish" - "iconColor" "White" + "MainBackground" + { + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "50" + "ypos" "10" + "zpos" "0" + "wide" "400" + "tall" "130" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_bg" + "fillcolor" "0 0 0 200" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "64" + "tall" "64" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "White" } "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "CerbeticaBold32" - "xpos" "68" - "ypos" "-10" - "zpos" "2" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "Ka-Boom!" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "CerbeticaBold32" + "xpos" "68" + "ypos" "-10" + "zpos" "2" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Ka-Boom!" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" } "TitleLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "-1" // align me to the left edge of the first selection - "ypos" "-1" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "Ka-Boom!" - "textAlignment" "Left" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "CerbeticaBold32" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "Left" + "dulltext" "1" + "brighttext" "0" + "fgcolor" "TransparentBlack" "pin_to_sibling" "TitleLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" @@ -78,166 +78,166 @@ } "CancelLabel" - { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "SpectatorKeyHints" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "200" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "East" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" } "active_item_1" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "active_item_2" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "active_item_3" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "active_item_4" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "active_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" } "inactive_item_1" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "inactive_item_2" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "inactive_item_3" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } "inactive_item_4" { - "ControlName" "CEngyDestroyMenuItem" - "fieldName" "inactive_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "1" - } - + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "1" + } + "unavailable_item_1" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_1" - "xpos" "50" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "50" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_item_2" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_2" - "xpos" "150" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "150" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_item_3" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_3" - "xpos" "250" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "250" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } "unavailable_item_4" { - "ControlName" "EditablePanel" - "fieldName" "unavailable_item_4" - "xpos" "350" - "ypos" "23" - "zpos" "1" - "wide" "100" - "tall" "124" - "visible" "0" - } + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "350" + "ypos" "23" + "zpos" "1" + "wide" "100" + "tall" "124" + "visible" "0" + } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_active.res b/resource/ui/destroy_menu/dispenser_active.res index 4587b45..e22b926 100644 --- a/resource/ui/destroy_menu/dispenser_active.res +++ b/resource/ui/destroy_menu/dispenser_active.res @@ -1,107 +1,107 @@ "Resource/UI/destroy_menu/dispenser_active.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Dispenser" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhite" } - "DestroyIcon" + "DestroyIcon" { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "13" - "ypos" "18" - "zpos" "1" - "wide" "70" - "tall" "70" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_demolish" - "iconColor" "255 255 255 255" + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" } - - "BuildingIcon" + + "BuildingIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "10" - "ypos" "12" - "zpos" "2" - "wide" "80" - "tall" "80" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_dispenser" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "12" + "zpos" "2" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "White" } - - "NumberBg" + + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/dispenser_inactive.res b/resource/ui/destroy_menu/dispenser_inactive.res index 020f75f..90fec59 100644 --- a/resource/ui/destroy_menu/dispenser_inactive.res +++ b/resource/ui/destroy_menu/dispenser_inactive.res @@ -1,7 +1,7 @@ "Resource/UI/build_menu/dispenser_inactive.res" { "ItemNameLabel" - { + { "ControlName" "CExLabel" "fieldName" "ItemNameLabel" "font" "CerbeticaBold12" @@ -15,12 +15,12 @@ "visible" "1" "enabled" "1" "labelText" "#TF_Object_Dispenser" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" } - "ItemBackground" + "ItemBackground" { "ControlName" "CIconPanel" "fieldName" "ItemBackground" @@ -37,7 +37,7 @@ } "NotBuiltLabel" - { + { "ControlName" "CExLabel" "fieldName" "NotBuiltLabel" "font" "CerbeticaBold16" @@ -51,13 +51,13 @@ "visible" "1" "enabled" "1" "labelText" "#TF_NotBuilt" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" } - + "UnavailableLabel" - { + { "ControlName" "CExLabel" "fieldName" "UnavailableLabel" "font" "CerbeticaBold20" @@ -74,8 +74,8 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } - + } + "NumberBg" { "ControlName" "CIconPanel" @@ -93,7 +93,7 @@ } "NumberLabel" - { + { "ControlName" "CExLabel" "fieldName" "NumberLabel" "font" "CerbeticaBold20" @@ -108,7 +108,7 @@ "visible" "1" "enabled" "1" "labelText" "2" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } diff --git a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res index ba228c8..21a3cb5 100644 --- a/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/pipboy/HudMenuEngyDestroy.res @@ -4,49 +4,49 @@ { "ItemBackground" { - "ControlName" "CTFImagePanel" - "fieldName" "ItemBackground" - "xpos" "50" - "ypos" "10" - "zpos" "0" - "wide" "400" - "tall" "130" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_overlay" - "tileImage" "1" - "drawcolor" "192 192 192 255" + "ControlName" "CTFImagePanel" + "fieldName" "ItemBackground" + "xpos" "50" + "ypos" "10" + "zpos" "0" + "wide" "400" + "tall" "130" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_overlay" + "tileImage" "1" + "drawcolor" "192 192 192 255" } "BackgroundEngineer" { - "ControlName" "CTFImagePanel" - "fieldName" "BackgroundEngineer" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "40" - "tall" "40" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "pipboy_engineer" - "tileImage" "0" - "tileVertically" "0" + "ControlName" "CTFImagePanel" + "fieldName" "BackgroundEngineer" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "pipboy_engineer" + "tileImage" "0" + "tileVertically" "0" } - "DestroyIcon" + "DestroyIcon" { - "iconColor" "ColorGreen" + "iconColor" "ColorGreen" } "TitleLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "CancelLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res index 339e3bf..fa79127 100644 --- a/resource/ui/destroy_menu/pipboy/dispenser_inactive.res +++ b/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -6,17 +6,17 @@ { "fgcolor" "ColorGreen" } - + "NotBuiltLabel" { "fgcolor" "ColorGreen" } - + "UnavailableLabel" { "fgcolor" "ColorGreen" } - + "NumberLabel" { "fgcolor" "ColorGreen" diff --git a/resource/ui/destroy_menu/pipboy/sentry_inactive.res b/resource/ui/destroy_menu/pipboy/sentry_inactive.res index fa012c7..df850d5 100644 --- a/resource/ui/destroy_menu/pipboy/sentry_inactive.res +++ b/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } - + "UnavailableLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res index 2d985bc..d5498ba 100644 --- a/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } - + "UnavailableLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res index 805238b..c68b0dd 100644 --- a/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -4,21 +4,21 @@ { "ItemNameLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NotBuiltLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } - + "UnavailableLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } "NumberLabel" { - "fgcolor" "ColorGreen" + "fgcolor" "ColorGreen" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_active.res b/resource/ui/destroy_menu/sentry_active.res index e4c8aa0..e7e714e 100644 --- a/resource/ui/destroy_menu/sentry_active.res +++ b/resource/ui/destroy_menu/sentry_active.res @@ -1,107 +1,107 @@ "Resource/UI/destroy_menu/sentry_active.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhite" } - "DestroyIcon" + "DestroyIcon" { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "13" - "ypos" "18" - "zpos" "1" - "wide" "70" - "tall" "70" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_demolish" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "White" } - - "BuildingIcon" + + "BuildingIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "10" - "ypos" "12" - "zpos" "2" - "wide" "80" - "tall" "80" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_sentrygun_1" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "12" + "zpos" "2" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "White" } - - "NumberBg" + + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/sentry_inactive.res b/resource/ui/destroy_menu/sentry_inactive.res index 4bf2a35..3fe2c33 100644 --- a/resource/ui/destroy_menu/sentry_inactive.res +++ b/resource/ui/destroy_menu/sentry_inactive.res @@ -1,115 +1,115 @@ "Resource/UI/destroy_menu/sentry_inactive.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Sentry" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhiteTransparent" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhiteTransparent" } "NotBuiltLabel" - { - "ControlName" "CExLabel" - "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_NotBuilt" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "UnavailableLabel" { - "ControlName" "CExLabel" - "fieldName" "UnavailableLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "NumberBg" + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "255 255 255 128" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 128" } "NumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_active.res b/resource/ui/destroy_menu/tele_entrance_active.res index b223cb3..3aafc53 100644 --- a/resource/ui/destroy_menu/tele_entrance_active.res +++ b/resource/ui/destroy_menu/tele_entrance_active.res @@ -1,107 +1,107 @@ "Resource/UI/destroy_menu/tele_entrance_active.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Tele_Entrance_360" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Tele_Entrance_360" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhite" } - "DestroyIcon" + "DestroyIcon" { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "13" - "ypos" "18" - "zpos" "1" - "wide" "70" - "tall" "70" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_demolish" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "White" } - - "BuildingIcon" + + "BuildingIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "10" - "ypos" "12" - "zpos" "2" - "wide" "80" - "tall" "80" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_tele_entrance" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "12" + "zpos" "2" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "White" } - - "NumberBg" + + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "3" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_entrance_inactive.res b/resource/ui/destroy_menu/tele_entrance_inactive.res index b7579be..f85cf54 100644 --- a/resource/ui/destroy_menu/tele_entrance_inactive.res +++ b/resource/ui/destroy_menu/tele_entrance_inactive.res @@ -1,115 +1,115 @@ "Resource/UI/build_menu/tele_entrance_inactive.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Tele_Entrance_360" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Tele_Entrance_360" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhiteTransparent" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhiteTransparent" } "NotBuiltLabel" - { - "ControlName" "CExLabel" - "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_NotBuilt" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "UnavailableLabel" - { - "ControlName" "CExLabel" - "fieldName" "UnavailableLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - - "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "3" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_active.res b/resource/ui/destroy_menu/tele_exit_active.res index c6a0b6f..fa80db1 100644 --- a/resource/ui/destroy_menu/tele_exit_active.res +++ b/resource/ui/destroy_menu/tele_exit_active.res @@ -2,106 +2,106 @@ { "ItemNameLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Tele_Exit_360" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Tele_Exit_360" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhite" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhite" } "DestroyIcon" { - "ControlName" "CIconPanel" - "fieldName" "DestroyIcon" - "xpos" "13" - "ypos" "18" - "zpos" "1" - "wide" "70" - "tall" "70" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_demolish" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "White" } "BuildingIcon" { - "ControlName" "CIconPanel" - "fieldName" "BuildingIcon" - "xpos" "10" - "ypos" "12" - "zpos" "2" - "wide" "80" - "tall" "80" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "obj_status_tele_exit" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "10" + "ypos" "12" + "zpos" "2" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "White" } "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "4" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/destroy_menu/tele_exit_inactive.res b/resource/ui/destroy_menu/tele_exit_inactive.res index dacd4c0..373043f 100644 --- a/resource/ui/destroy_menu/tele_exit_inactive.res +++ b/resource/ui/destroy_menu/tele_exit_inactive.res @@ -1,115 +1,115 @@ "Resource/UI/build_menu/tele_exit_inactive.res" { "ItemNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemNameLabel" - "font" "CerbeticaBold12" - "xpos" "15" - "ypos" "2" - "zpos" "1" - "wide" "70" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Object_Tele_Exit_360" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold12" + "xpos" "15" + "ypos" "2" + "zpos" "1" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Tele_Exit_360" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - "ItemBackground" + "ItemBackground" { - "ControlName" "CIconPanel" - "fieldName" "ItemBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "98" - "tall" "105" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_item_bg_outline" - "iconColor" "ProgressOffWhiteTransparent" + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhiteTransparent" } "NotBuiltLabel" - { - "ControlName" "CExLabel" - "fieldName" "NotBuiltLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_NotBuilt" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } - + "UnavailableLabel" - { - "ControlName" "CExLabel" - "fieldName" "UnavailableLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "48" - "zpos" "2" - "wide" "80" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Unavailable" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "0" - "ypos" "95" - "zpos" "1" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "4" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold20" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "95" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/HudMenuSpyDisguise.res b/resource/ui/disguise_menu/HudMenuSpyDisguise.res index bf29c14..ea3e31f 100644 --- a/resource/ui/disguise_menu/HudMenuSpyDisguise.res +++ b/resource/ui/disguise_menu/HudMenuSpyDisguise.res @@ -2,447 +2,448 @@ { "MainBackground" { - "ControlName" "CIconPanel" - "fieldName" "MainBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "470" - "tall" "170" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_bg" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "470" + "tall" "170" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_bg" + "iconColor" "White" } "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "CerbeticaBold28" - "xpos" "25" // align me to the left edge of the first selection - "ypos" "40" - "zpos" "3" - "wide" "360" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Disguise_Title" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "CerbeticaBold28" + "xpos" "25" + "ypos" "40" + "zpos" "3" + "wide" "360" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" } "TitleLabelDropshadow" { - "ControlName" "CExLabel" - "fieldName" "TitleLabelDropshadow" - "font" "CerbeticaBold28" - "fgcolor" "TransparentBlack" - "xpos" "-2" // align me to the left edge of the first selection - "ypos" "-2" - "zpos" "3" - "wide" "360" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Disguise_Title" - "textAlignment" "Left" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "CerbeticaBold28" + "fgcolor" "TransparentBlack" + "xpos" "-2" + "ypos" "-2" + "zpos" "3" + "wide" "360" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "Left" + "dulltext" "1" + "brighttext" "0" - "pin_to_sibling" "TitleLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" + "pin_to_sibling" "TitleLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "ToggleLabel" { - "ControlName" "CExLabel" - "fieldName" "ToggleLabel" - "font" "Cerbetica12" - "xpos" "-40" - "ypos" "195" - "zpos" "2" - "wide" "200" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Spy_Minus_Toggle" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "ToggleLabel" + "font" "Cerbetica12" + "xpos" "-40" + "ypos" "195" + "zpos" "2" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Minus_Toggle" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } "CancelLabel" { - "ControlName" "CExLabel" - "fieldName" "CancelLabel" - "font" "Default" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "200" - "tall" "13" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Hud_Menu_Build_Cancel" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "Default" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Cancel" + "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" + "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" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_1" + "xpos" "20" + "ypos" "72" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_1" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_1" - "xpos" "20" - "ypos" "72" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_1" + "xpos" "20" + "ypos" "72" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_red_2" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_2" - "xpos" "20" - "ypos" "84" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_2" + "xpos" "20" + "ypos" "84" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_2" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_2" - "xpos" "20" - "ypos" "84" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_2" + "xpos" "20" + "ypos" "84" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_red_3" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_3" - "xpos" "20" - "ypos" "96" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_3" + "xpos" "20" + "ypos" "96" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_3" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_3" - "xpos" "20" - "ypos" "96" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_3" + "xpos" "20" + "ypos" "96" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" } "class_item_red_4" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_4" - "xpos" "20" - "ypos" "108" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_4" + "xpos" "20" + "ypos" "108" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_4" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_4" - "xpos" "20" - "ypos" "108" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_4" + "xpos" "20" + "ypos" "108" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" } "class_item_red_5" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_5" - "xpos" "20" - "ypos" "120" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_5" + "xpos" "20" + "ypos" "120" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_5" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_5" - "xpos" "20" - "ypos" "120" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_5" + "xpos" "20" + "ypos" "120" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" } "class_item_red_6" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_6" - "xpos" "20" - "ypos" "132" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_6" + "xpos" "20" + "ypos" "132" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_6" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_6" - "xpos" "20" - "ypos" "132" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_6" + "xpos" "20" + "ypos" "132" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" } "class_item_red_7" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_7" - "xpos" "20" - "ypos" "144" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_7" + "xpos" "20" + "ypos" "144" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_7" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_7" - "xpos" "20" - "ypos" "144" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_7" + "xpos" "20" + "ypos" "144" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" } "class_item_red_8" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_8" - "xpos" "20" - "ypos" "156" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_8" + "xpos" "20" + "ypos" "156" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_8" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_8" - "xpos" "20" - "ypos" "156" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_8" + "xpos" "20" + "ypos" "156" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" } "class_item_red_9" { - "ControlName" "EditablePanel" - "fieldName" "class_item_red_9" - "xpos" "20" - "ypos" "168" - "zpos" "2" - "wide" "80" - "tall" "16" - "visible" "1" - } + "ControlName" "EditablePanel" + "fieldName" "class_item_red_9" + "xpos" "20" + "ypos" "168" + "zpos" "2" + "wide" "80" + "tall" "16" + "visible" "1" + } "class_item_blue_9" { - "ControlName" "EditablePanel" - "fieldName" "class_item_blue_9" - "xpos" "20" - "ypos" "168" - "zpos" "2" - "wide" "80" - "tall" "16" - "tall" "16" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_9" + "xpos" "20" + "ypos" "168" + "zpos" "2" + "wide" "80" + "tall" "16" + "tall" "16" + "visible" "1" } "NumberBg1" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "0" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "0" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel1" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold14" - "fgcolor" "White" - "xpos" "25" - "ypos" "87" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "1" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold14" + "fgcolor" "White" + "xpos" "25" + "ypos" "87" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" } "NumberBg2" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "15" - "tall" "15" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel2" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold14" - "fgcolor" "White" - "xpos" "25" - "ypos" "123" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold14" + "fgcolor" "White" + "xpos" "25" + "ypos" "123" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" } "NumberBg3" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "15" - "tall" "15" - "visible" "0" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "15" + "tall" "15" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NumberLabel3" - { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold14" - "fgcolor" "White" - "xpos" "25" - "ypos" "159" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "3" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold14" + "fgcolor" "White" + "xpos" "25" + "ypos" "159" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_blue.res b/resource/ui/disguise_menu/demoman_blue.res index 160647b..93977fa 100644 --- a/resource/ui/disguise_menu/demoman_blue.res +++ b/resource/ui/disguise_menu/demoman_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Demoman" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Demoman" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "4" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/demoman_red.res b/resource/ui/disguise_menu/demoman_red.res index 7b6f60a..77dd893 100644 --- a/resource/ui/disguise_menu/demoman_red.res +++ b/resource/ui/disguise_menu/demoman_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Demoman" + "labelText" "#TF_Class_Name_Demoman" } "NewNumberLabel" { - "labelText" "1" + "labelText" "1" } "NumberLabel" { - "labelText" "4" + "labelText" "4" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_blue.res b/resource/ui/disguise_menu/engineer_blue.res index 2fa8298..5c3e486 100644 --- a/resource/ui/disguise_menu/engineer_blue.res +++ b/resource/ui/disguise_menu/engineer_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Engineer" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Engineer" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "6" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "6" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/engineer_red.res b/resource/ui/disguise_menu/engineer_red.res index 571266e..d7284c9 100644 --- a/resource/ui/disguise_menu/engineer_red.res +++ b/resource/ui/disguise_menu/engineer_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Engineer" + "labelText" "#TF_Class_Name_Engineer" } "NewNumberLabel" { - "labelText" "3" + "labelText" "3" } "NumberLabel" { - "labelText" "6" + "labelText" "6" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_blue.res b/resource/ui/disguise_menu/heavy_blue.res index 0324406..15c9d59 100644 --- a/resource/ui/disguise_menu/heavy_blue.res +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_HWGuy" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_HWGuy" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "5" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "5" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/heavy_red.res b/resource/ui/disguise_menu/heavy_red.res index 430e740..2f8ebd6 100644 --- a/resource/ui/disguise_menu/heavy_red.res +++ b/resource/ui/disguise_menu/heavy_red.res @@ -2,95 +2,95 @@ { "ItemNameLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemName" - "font" "CerbeticaBold14" - "xpos" "20" - "ypos" "0" - "zpos" "1" - "wide" "45" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Class_Name_HWGuy" - "fgcolor" "HUDRedTeamSolid" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "CerbeticaBold14" + "xpos" "20" + "ypos" "0" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Class_Name_HWGuy" + "fgcolor" "HUDRedTeamSolid" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" } "ClassIcon" { - "ControlName" "CIconPanel" - "fieldName" "ClassIcon" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "45" - "tall" "90" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "hud_menu_scout_red" + "ControlName" "CIconPanel" + "fieldName" "ClassIcon" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "45" + "tall" "90" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_scout_red" } "NumberBg" { - "ControlName" "CIconPanel" - "fieldName" "NumberBg" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "15" - "tall" "15" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_key_blank" - "iconColor" "White" + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "White" } "NewNumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold14" - "fgcolor" "HUDRedTeamSolid" - "xpos" "5" - "ypos" "3" - "zpos" "0" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "2" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold14" + "fgcolor" "HUDRedTeamSolid" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" } "NumberLabel" { - "ControlName" "CExLabel" - "fieldName" "NumberLabel" - "font" "CerbeticaBold14" - "fgcolor" "HUDRedTeamSolid" - "xpos" "5" - "ypos" "3" - "zpos" "0" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "5" - "textAlignment" "Center" - "dulltext" "1" - "brighttext" "0" + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "CerbeticaBold14" + "fgcolor" "HUDRedTeamSolid" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_blue.res b/resource/ui/disguise_menu/medic_blue.res index acbba40..ac4a180 100644 --- a/resource/ui/disguise_menu/medic_blue.res +++ b/resource/ui/disguise_menu/medic_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Medic" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Medic" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "7" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "7" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/medic_red.res b/resource/ui/disguise_menu/medic_red.res index 91109c9..bfd29b0 100644 --- a/resource/ui/disguise_menu/medic_red.res +++ b/resource/ui/disguise_menu/medic_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Medic" + "labelText" "#TF_Class_Name_Medic" } "NewNumberLabel" { - "labelText" "1" + "labelText" "1" } "NumberLabel" { - "labelText" "7" + "labelText" "7" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_blue.res b/resource/ui/disguise_menu/pyro_blue.res index 6c74381..46a93f0 100644 --- a/resource/ui/disguise_menu/pyro_blue.res +++ b/resource/ui/disguise_menu/pyro_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Pyro" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Pyro" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/pyro_red.res b/resource/ui/disguise_menu/pyro_red.res index b623469..5036071 100644 --- a/resource/ui/disguise_menu/pyro_red.res +++ b/resource/ui/disguise_menu/pyro_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Pyro" + "labelText" "#TF_Class_Name_Pyro" } "NewNumberLabel" { - "labelText" "3" + "labelText" "3" } "NumberLabel" { - "labelText" "3" + "labelText" "3" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_blue.res b/resource/ui/disguise_menu/scout_blue.res index 36c2387..47b7f1d 100644 --- a/resource/ui/disguise_menu/scout_blue.res +++ b/resource/ui/disguise_menu/scout_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Scout" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Scout" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "1" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "1" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/scout_red.res b/resource/ui/disguise_menu/scout_red.res index 3d5b034..f857ae6 100644 --- a/resource/ui/disguise_menu/scout_red.res +++ b/resource/ui/disguise_menu/scout_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Scout" + "labelText" "#TF_Class_Name_Scout" } "NewNumberLabel" { - "labelText" "1" + "labelText" "1" } "NumberLabel" { - "labelText" "1" + "labelText" "1" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_blue.res b/resource/ui/disguise_menu/sniper_blue.res index 71591b6..d03db9f 100644 --- a/resource/ui/disguise_menu/sniper_blue.res +++ b/resource/ui/disguise_menu/sniper_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Sniper" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Sniper" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } - + "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "8" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "8" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/sniper_red.res b/resource/ui/disguise_menu/sniper_red.res index bf70290..bece15e 100644 --- a/resource/ui/disguise_menu/sniper_red.res +++ b/resource/ui/disguise_menu/sniper_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Sniper" + "labelText" "#TF_Class_Name_Sniper" } "NewNumberLabel" { - "labelText" "2" + "labelText" "2" } "NumberLabel" { - "labelText" "8" + "labelText" "8" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_blue.res b/resource/ui/disguise_menu/soldier_blue.res index 60cbecf..e71ad21 100644 --- a/resource/ui/disguise_menu/soldier_blue.res +++ b/resource/ui/disguise_menu/soldier_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Soldier" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Soldier" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/soldier_red.res b/resource/ui/disguise_menu/soldier_red.res index d141661..373509c 100644 --- a/resource/ui/disguise_menu/soldier_red.res +++ b/resource/ui/disguise_menu/soldier_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Soldier" + "labelText" "#TF_Class_Name_Soldier" } "NewNumberLabel" { - "labelText" "2" + "labelText" "2" } "NumberLabel" { - "labelText" "2" + "labelText" "2" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/spy_blue.res b/resource/ui/disguise_menu/spy_blue.res index c993ad7..1ee61da 100644 --- a/resource/ui/disguise_menu/spy_blue.res +++ b/resource/ui/disguise_menu/spy_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_Spy" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_Spy" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "3" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "3" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "9" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "9" } } \ No newline at end of file diff --git a/resource/ui/disguise_menu/spy_red.res b/resource/ui/disguise_menu/spy_red.res index 52ae32f..66266cc 100644 --- a/resource/ui/disguise_menu/spy_red.res +++ b/resource/ui/disguise_menu/spy_red.res @@ -4,16 +4,16 @@ { "ItemNameLabel" { - "labelText" "#TF_Class_Name_Spy" + "labelText" "#TF_Class_Name_Spy" } "NewNumberLabel" { - "labelText" "3" + "labelText" "3" } "NumberLabel" { - "labelText" "9" + "labelText" "9" } } \ No newline at end of file diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index 7e0d8f0..74c6637 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -2,16 +2,16 @@ { "backpack_panel" { - "ControlName" "Frame" - "fieldName" "backpack_panel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" "bgcolor_override" "DarkGrey" @@ -20,76 +20,76 @@ "item_xpos_offcenter_a" "-310" "item_xpos_offcenter_b" "165" - "item_ypos" "60" - "item_ydelta" "80" - "item_mod_wide" "40" + "item_ypos" "60" + "item_ydelta" "80" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" - "item_backpack_offcenter_x" "-288" - "item_backpack_xdelta" "4" - "item_backpack_ydelta" "3" - - "button_xpos_offcenter" "175" - "button_ypos" "85" - "button_ydelta" "80" + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" "button_override_delete_xpos" "0" - - "page_button_y" "288" - "page_button_x_delta" "3" - "page_button_y_delta" "3" - "page_button_per_row" "20" - "page_button_height" "13" + + "page_button_y" "288" + "page_button_x_delta" "3" + "page_button_y_delta" "3" + "page_button_per_row" "20" + "page_button_height" "13" "pagebuttons_kv" { - "ControlName" "EditablePanel" - "wide" "10" - "tall" "10" - "visible" "0" + "ControlName" "EditablePanel" + "wide" "10" + "tall" "10" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "1" - + "PaintBackgroundType" "2" + "paintborder" "1" + "Button" { - "fieldName" "Button" - "ControlName" "CExButton" - "wide" "25" - "tall" "13" - "visible" "1" + "fieldName" "Button" + "ControlName" "CExButton" + "wide" "25" + "tall" "13" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" - "PaintBackgroundType" "2" - "paintborder" "1" - "textAlignment" "center" - "labelText" "%page%" - "font" "HudFontSmallestBold" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" + "PaintBackgroundType" "2" + "paintborder" "1" + "textAlignment" "center" + "labelText" "%page%" + "font" "HudFontSmallestBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" } - + "New" { - "ControlName" "CExLabel" - "fieldName" "New" - "font" "FontStorePrice" - "textAlignment" "east" - "ypos" "0" - "xpos" "0" - "zpos" "0" - "wide" "f1" - "tall" "f-3" - "textinsetx" "8" - "autoResize" "1" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Store_Price_New" + "ControlName" "CExLabel" + "fieldName" "New" + "font" "FontStorePrice" + "textAlignment" "east" + "ypos" "0" + "xpos" "0" + "zpos" "0" + "wide" "f1" + "tall" "f-3" + "textinsetx" "8" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" "mouseinputenabled" "0" - "paintbackground" "0" - "proportionaltoparent" "1" - "border" "StoreNewBorder" - "fgcolor" "10 10 10 255" + "paintbackground" "0" + "proportionaltoparent" "1" + "border" "StoreNewBorder" + "fgcolor" "10 10 10 255" } } @@ -126,27 +126,27 @@ "New" { - "ControlName" "CExLabel" - "fieldName" "New" - "font" "FontStorePrice" - "textAlignment" "east" - "xpos" "rs1" - "ypos" "0" - "zpos" "15" - "wide" "25" - "tall" "12" - "textinsetx" "8" + "ControlName" "CExLabel" + "fieldName" "New" + "font" "FontStorePrice" + "textAlignment" "east" + "xpos" "rs1" + "ypos" "0" + "zpos" "15" + "wide" "25" + "tall" "12" + "textinsetx" "8" "autoResize" "0" "skip_autoresize" "1" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#Store_Price_New" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" "mouseinputenabled" "0" - "paintbackground" "0" - "proportionaltoparent" "1" - "border" "StoreNewBorder" - "fgcolor" "10 10 10 255" + "paintbackground" "0" + "proportionaltoparent" "1" + "border" "StoreNewBorder" + "fgcolor" "10 10 10 255" } "use_item_sounds" "1" @@ -155,57 +155,57 @@ "CaratLabel" { - "ControlName" "CExLabel" - "fieldName" "CaratLabel" - "font" "Cerbetica16" - "labelText" ">>" - "textAlignment" "west" - "xpos" "c-300" - "ypos" "20" - "zpos" "1" - "wide" "20" - "tall" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "200 128 255 255" + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "Cerbetica16" + "labelText" ">>" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 128 255 255" } - + "ClassLabel" { - "ControlName" "CExLabel" - "fieldName" "ClassLabel" - "font" "HudFontMediumSmallBold" - "labelText" "#ClassBeingEquipped" - "textAlignment" "west" - "xpos" "c-280" - "ypos" "15" - "zpos" "1" - "wide" "210" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontMediumSmallBold" + "labelText" "#ClassBeingEquipped" + "textAlignment" "west" + "xpos" "c-280" + "ypos" "15" + "zpos" "1" + "wide" "210" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "tool_icon" { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "16" - "tall" "16" - "visible" "0" - "enabled" "1" - "image" "backpack_jewel_modify_target_b_g" - "tileImage" "0" - "tileVertically" "0" - "drawcolor" "112 176 74 255" - } + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "112 176 74 255" + } "ShowRarityComboBox" { @@ -238,7 +238,7 @@ "selectionTextColor_override" "TanLight" "defaultSelectionBG2Color_override" "Transparent" } - + "ShowBaseItemsCheckbox" { "ControlName" "CheckButton" @@ -263,45 +263,45 @@ "NameFilterLabel" { - "ControlName" "CExLabel" - "fieldName" "NameFilterLabel" - "font" "HudFontSmallestBold" - "labelText" "#Store_NameFilterLabel" - "textAlignment" "west" - "xpos" "c+137" - "ypos" "0" - "zpos" "1" - "wide" "90" - "tall" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TanLight" + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "c+137" + "ypos" "0" + "zpos" "1" + "wide" "90" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TanLight" } - + "NameFilterTextEntry" { - "ControlName" "TextEntry" - "fieldName" "NameFilterTextEntry" - "xpos" "c+137" - "ypos" "15" - "wide" "150" - "tall" "19" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "1" - "textHidden" "0" - "editable" "1" - "unicode" "1" - "fgcolor_override" "TanLight" - "bgcolor_override" "15 15 15 255" - "paintbackgroundtype" "0" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - "font" "HudFontSmallest" + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "font" "HudFontSmallest" + "xpos" "c+137" + "ypos" "15" + "wide" "150" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "TanLight" + "bgcolor_override" "15 15 15 255" + "paintbackgroundtype" "0" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "SortByComboBox" @@ -332,29 +332,28 @@ "selectionColor_override" "Transparent" "selectionTextColor_override" "TanLight" "defaultSelectionBG2Color_override" "Transparent" - } + } "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" - + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -372,7 +371,7 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } "mousedragitempanel" { @@ -431,7 +430,7 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - } + } "CurPageLabel" { @@ -483,7 +482,7 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDark" - } + } "DragToNextPageButton" { @@ -507,8 +506,8 @@ "Command" "" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } - + } + "DragToPrevPageButton" { "ControlName" "CExButton" @@ -531,7 +530,7 @@ "Command" "" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } "CancelApplyToolButton" { @@ -568,7 +567,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - + "ShowExplanationsButton" { "ControlName" "CExButton" @@ -662,7 +661,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -670,7 +669,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" - + "SubImage" { "ControlName" "ImagePanel" @@ -684,9 +683,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -705,7 +704,7 @@ "enabled" "1" "fgcolor_override" "LightRed" } - + "NextButton" { "ControlName" "CExImageButton" @@ -728,7 +727,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -736,7 +735,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -750,9 +749,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - } + } + } + } "PagesExplanation" { @@ -836,7 +835,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -844,7 +843,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" - + "SubImage" { "ControlName" "ImagePanel" @@ -858,9 +857,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -876,14 +875,13 @@ "enabled" "1" "tabPosition" "0" "labeltext" "" - "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -891,7 +889,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -905,9 +903,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -926,7 +924,7 @@ "enabled" "1" "fgcolor_override" "LightRed" } - + "NextButton" { "ControlName" "CExImageButton" @@ -949,7 +947,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -957,7 +955,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -971,9 +969,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - } + } + } + } "ContextExplanation" { @@ -988,7 +986,6 @@ "PaintBackgroundType" "2" "paintbackground" "0" "border" "MainMenuHighlightBorder" - "force_close" "1" "end_x" "c-150" "end_y" "80" @@ -1058,7 +1055,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1066,7 +1063,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" - + "SubImage" { "ControlName" "ImagePanel" @@ -1080,9 +1077,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1105,7 +1102,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1113,7 +1110,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1127,9 +1124,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } + } } - + "NextButton" { "ControlName" "CExImageButton" @@ -1152,7 +1149,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1160,7 +1157,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1174,9 +1171,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1210,7 +1207,6 @@ "PaintBackgroundType" "2" "paintbackground" "0" "border" "MainMenuHighlightBorder" - "force_close" "1" "end_x" "c-150" @@ -1281,7 +1277,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1289,7 +1285,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" - + "SubImage" { "ControlName" "ImagePanel" @@ -1303,9 +1299,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1328,7 +1324,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1336,7 +1332,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1350,9 +1346,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } + } } - + "NextButton" { "ControlName" "CExImageButton" @@ -1375,7 +1371,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1383,7 +1379,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1397,9 +1393,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1442,7 +1438,7 @@ "callout_inparents_x" "c105" "callout_inparents_y" "323" "next_explanation" "StockExplanation" - + "TitleLabel" { "ControlName" "CExLabel" @@ -1503,8 +1499,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1512,6 +1507,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" + "SubImage" { "ControlName" "ImagePanel" @@ -1525,9 +1521,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1550,8 +1546,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" - + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1559,6 +1554,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" + "SubImage" { "ControlName" "ImagePanel" @@ -1572,8 +1568,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } + } + } + "NextButton" { "ControlName" "CExImageButton" @@ -1596,7 +1593,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1604,7 +1601,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" - + "SubImage" { "ControlName" "ImagePanel" @@ -1618,9 +1615,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1640,7 +1637,7 @@ "fgcolor_override" "LightRed" } } - + "StockExplanation" { "ControlName" "CExplanationPopup" @@ -1724,15 +1721,15 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "LightRed" - "depressedFgColor_override" "TanDarker" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" + "SubImage" { "ControlName" "ImagePanel" @@ -1746,8 +1743,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1770,15 +1768,15 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" - + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" "armedFgColor_override" "LightRed" - "depressedFgColor_override" "TanDarker" + "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" + "SubImage" { "ControlName" "ImagePanel" @@ -1792,8 +1790,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } + } + } + "NextButton" { "ControlName" "CExImageButton" @@ -1816,8 +1815,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "nextexplanation" - + "Command" "nextexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1825,6 +1823,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" + "SubImage" { "ControlName" "ImagePanel" @@ -1838,8 +1837,9 @@ "enabled" "1" "image" "blog_forward" "scaleImage" "1" - } - } + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -1858,8 +1858,8 @@ "enabled" "1" "fgcolor_override" "LightRed" } - } - + } + "SortExplanation" { "ControlName" "CExplanationPopup" @@ -1942,8 +1942,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - + "Command" "close" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1951,6 +1950,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" + "SubImage" { "ControlName" "ImagePanel" @@ -1964,8 +1964,9 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } - } + } + } + "PrevButton" { "ControlName" "CExImageButton" @@ -1988,8 +1989,7 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "prevexplanation" - + "Command" "prevexplanation" "paintbackground" "0" "defaultFgColor_override" "TanDarker" @@ -1997,6 +1997,7 @@ "depressedFgColor_override" "TanDarker" "image_drawcolor" "TanLight" "image_armedcolor" "White" + "SubImage" { "ControlName" "ImagePanel" @@ -2010,9 +2011,9 @@ "enabled" "1" "image" "blog_back" "scaleImage" "1" - } - } - + } + } + "PositionLabel" { "ControlName" "CExLabel" @@ -2031,5 +2032,5 @@ "enabled" "1" "fgcolor_override" "LightRed" } - } + } } \ No newline at end of file diff --git a/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res b/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res index 502f8f1..f13f6e0 100644 --- a/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res +++ b/resource/ui/econ/ConfirmApplyCardUpgradeApplicationDialog.res @@ -2,39 +2,40 @@ { "ConfirmApplyCardUpgradeApplicationDialog" { - "fieldName" "ConfirmApplyCardUpgradeApplicationDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "c-200" - "wide" "400" - "tall" "240" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "fieldName" "ConfirmApplyCardUpgradeApplicationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintborder" "2" + "paintbackground" "1" + "border" "CyanBorderThick" + "bgcolor_override" "25 25 25 255" } + "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -53,146 +54,148 @@ "centerwrap" "1" } } - + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica22" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } - + "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" + "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" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" "inventory_image_type" "1" } - } + } "SubjectBG" { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "300" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_Vintage" + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "300" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" + "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" - "fieldName" "subject_modelpanel" - "xpos" "300" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -202,43 +205,43 @@ } "ConfirmLabel" { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#ToolCardUpgradeApplyConfirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "80" - "zpos" "0" - "wide" "360" - "tall" "120" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "Yellow" + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "HudFontSmall" + "labelText" "#ToolCardUpgradeApplyConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "120" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Yellow" } "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "50" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "ButtonHover" @@ -246,25 +249,25 @@ } "OkButton" { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CraftNameConfirm" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "ButtonHover" diff --git a/resource/ui/econ/ConfirmApplyDecodeDialog.res b/resource/ui/econ/ConfirmApplyDecodeDialog.res index e1f901c..3ed963e 100644 --- a/resource/ui/econ/ConfirmApplyDecodeDialog.res +++ b/resource/ui/econ/ConfirmApplyDecodeDialog.res @@ -2,29 +2,29 @@ { "ConfirmApplyDecodeDialog" { - "fieldName" "ConfirmApplyDecodeDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "c-200" - "wide" "400" - "tall" "240" + "fieldName" "ConfirmApplyDecodeDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "c-200" + "wide" "400" + "tall" "240" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } - + "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" @@ -34,7 +34,7 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -52,149 +52,149 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } - + } + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica22" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } - + "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" - } + "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" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" - + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" "inventory_image_type" "1" } - } + } "SubjectBG" { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "300" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_Vintage" + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "300" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" - } + "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" - "fieldName" "subject_modelpanel" - "xpos" "300" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -202,74 +202,74 @@ "inventory_image_type" "1" } } - + "ConfirmLabel" { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#ToolDecodeConfirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "80" - "zpos" "0" - "wide" "360" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "Yellow" + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "HudFontSmall" + "labelText" "#ToolDecodeConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "Yellow" } - + "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "50" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "ButtonHover" "border_armed" "ButtonHover" } - + "OkButton" { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CraftNameConfirm" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "ButtonHover" diff --git a/resource/ui/econ/ConfirmApplyGiftWrapDialog.res b/resource/ui/econ/ConfirmApplyGiftWrapDialog.res index da23244..10195b6 100644 --- a/resource/ui/econ/ConfirmApplyGiftWrapDialog.res +++ b/resource/ui/econ/ConfirmApplyGiftWrapDialog.res @@ -9,12 +9,12 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } - + "mouseoveritempanel" { "ControlName" "CItemModelPanel" @@ -34,7 +34,7 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -52,64 +52,64 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } - + } + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica22" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica22" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } - + "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" - } + "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" "fieldName" "tool_modelpanel" "xpos" "10" @@ -118,8 +118,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -130,7 +130,7 @@ "text_center" "1" "name_only" "1" "paint_icon_hide" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -172,9 +172,9 @@ "tileImage" "0" "tileVertically" "0" "drawcolor" "71 98 145 255" - } + } "subject_modelpanel" - { + { "ControlName" "CItemModelPanel" "fieldName" "subject_modelpanel" "xpos" "300" @@ -183,8 +183,8 @@ "wide" "84" "tall" "64" "visible" "1" - "bgcolor_override" "Transparent" - "noitem_textcolor" "TextColor" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "0" "model_xpos" "2" @@ -194,7 +194,7 @@ "text_ypos" "100" "text_center" "1" "name_only" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -202,7 +202,7 @@ "inventory_image_type" "1" } } - + "ConfirmLabel" { "ControlName" "CExLabel" @@ -221,7 +221,7 @@ "enabled" "1" "fgcolor_override" "Yellow" } - + "ConfirmLabelStrange" { "ControlName" "CExLabel" @@ -240,7 +240,7 @@ "enabled" "1" "fgcolor_override" "Yellow" } - + "CancelButton" { "ControlName" "CExButton" @@ -267,7 +267,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - + "OkButton" { "ControlName" "CExButton" diff --git a/resource/ui/econ/ConfirmApplyPaintCanDialog.res b/resource/ui/econ/ConfirmApplyPaintCanDialog.res index a3458c8..c53a40b 100644 --- a/resource/ui/econ/ConfirmApplyPaintCanDialog.res +++ b/resource/ui/econ/ConfirmApplyPaintCanDialog.res @@ -9,11 +9,12 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } + "mouseoveritempanel" { "ControlName" "CItemModelPanel" @@ -33,7 +34,7 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -51,7 +52,7 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } "TitleLabel" { @@ -129,7 +130,7 @@ "text_center" "1" "name_only" "1" "paint_icon_hide" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -193,14 +194,14 @@ "text_ypos" "100" "text_center" "1" "name_only" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" } } - + "ConfirmLabel" { "ControlName" "CExLabel" @@ -295,7 +296,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - + "OkButton" { "ControlName" "CExButton" diff --git a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res index 7e755e1..263561f 100644 --- a/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res +++ b/resource/ui/econ/ConfirmApplyStrangePartApplicationDialog.res @@ -9,10 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -28,13 +28,13 @@ "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -52,7 +52,7 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } "TitleLabel" { @@ -130,7 +130,7 @@ "text_center" "1" "name_only" "1" "paint_icon_hide" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -194,14 +194,14 @@ "text_ypos" "100" // Hide it off the bottom "text_center" "1" "name_only" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" } } - + "ConfirmLabel" { "ControlName" "CExLabel" @@ -247,7 +247,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - + "OkButton" { "ControlName" "CExButton" diff --git a/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res b/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res index 3d8f1f1..392cc81 100644 --- a/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res +++ b/resource/ui/econ/ConfirmApplyTeamColorPaintCanDialog.res @@ -9,10 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -25,8 +25,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "text_ypos" "20" @@ -34,7 +34,7 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -52,7 +52,7 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } "TitleLabel" { @@ -202,7 +202,7 @@ "inventory_image_type" "1" } } - + "ConfirmLabel" { "ControlName" "CExLabel" @@ -324,10 +324,10 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } - + "OkButton" { "ControlName" "CExButton" @@ -351,7 +351,7 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } \ No newline at end of file diff --git a/resource/ui/econ/ConfirmCustomizeTextureDialog.res b/resource/ui/econ/ConfirmCustomizeTextureDialog.res index 8e46e0e..5d238ce 100644 --- a/resource/ui/econ/ConfirmCustomizeTextureDialog.res +++ b/resource/ui/econ/ConfirmCustomizeTextureDialog.res @@ -2,29 +2,30 @@ { "ConfirmCustomizeTextureDialog" { - "fieldName" "ConfirmCustomizeTextureDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-280" - "ypos" "c-225" - "wide" "560" - "tall" "345" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "fieldName" "ConfirmCustomizeTextureDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-280" + "ypos" "c-225" + "wide" "560" + "tall" "345" + "settitlebarvisible" "0" + "paintborder" "2" + "paintbackground" "1" + "border" "CyanBorderThick" + "bgcolor_override" "25 25 25 255" } + "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "0" @@ -34,7 +35,8 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - "BackColor" + + "BackColor" { "ControlName" "EditablePanel" "fieldName" "BackColor" @@ -47,7 +49,7 @@ "enabled" "1" "pinCorner" "0" "autoResize" "0" - "PaintBackgroundType""1" + "PaintBackgroundType" "1" "border" "NoBorder" "bgcolor_override" "35 35 35 255" @@ -70,156 +72,167 @@ } } } + "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "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" - } + "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" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" } - } + } + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "365" - "tall" "60" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "365" + "tall" "60" + "centerwrap" "1" } + "SubjectBG" { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "465" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "paintbackground" "0" - "border" "BackpackItemBorder_3" + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "465" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "paintbackground" "0" + "border" "BackpackItemBorder_3" } + "subject_icon" { - "ControlName" "ScalableImagePanel" - "fieldName" "subject_icon" - "xpos" "465" - "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" + "ControlName" "ScalableImagePanel" + "fieldName" "subject_icon" + "xpos" "465" + "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" - "fieldName" "subject_modelpanel" - "xpos" "465" - "ypos" "10" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "465" + "ypos" "10" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" "allow_rot" "0" } } + "paint_model" { - "ControlName" "CItemModelPanel" - "fieldName" "paint_model" - "xpos" "275" - "ypos" "20" - "zpos" "100" - "wide" "160" - "tall" "160" - "visible" "1" + "ControlName" "CItemModelPanel" + "fieldName" "paint_model" + "xpos" "275" + "ypos" "20" + "zpos" "100" + "wide" "160" + "tall" "160" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" - "paintborder" "0" - "model_xpos" "00" - "model_ypos" "00" - "model_wide" "160" - "model_tall" "160" + "paintborder" "0" + "model_xpos" "00" + "model_ypos" "00" + "model_wide" "160" + "model_tall" "160" "model_only" "1" - "paint_icon_hide" "1" + "paint_icon_hide" "1" + "itemmodelpanel" { "force_use_model" "1" @@ -227,39 +240,42 @@ "allow_rot" "1" } } + "SelectImagePage" { - "ControlName" "EditablePanel" - "fieldName" "SelectImagePage" - "xpos" "10" - "ypos" "80" - "wide" "540" - "tall" "260" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "SelectImagePage" + "xpos" "10" + "ypos" "80" + "wide" "540" + "tall" "260" + "visible" "1" + "enabled" "1" + "PageTitleLabel" { - "ControlName" "CExLabel" - "fieldName" "PageTitleLabel" - "font" "HudFontMediumSmall" - "labelText" "#ToolCustomizeTextureStep1" - "textAlignment" "north-west" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "540" - "tall" "20" + "ControlName" "CExLabel" + "fieldName" "PageTitleLabel" + "font" "HudFontMediumSmall" + "labelText" "#ToolCustomizeTextureStep1" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "540" + "tall" "20" } "ImagePaletteGroupBox" { "ControlName" "EditablePanel" - "fieldName" "ImagePaletteGroupBox" - "xpos" "0" - "ypos" "25" - "zpos" "-1" - "wide" "350" - "tall" "200" - "border" "GrayDialogBorder" + "fieldName" "ImagePaletteGroupBox" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "350" + "tall" "200" + "border" "GrayDialogBorder" + "UseAvatarRadio" { "ControlName" "RadioButton" @@ -296,67 +312,68 @@ "labelText" "#ToolCustomizeTextureBrowseButton" "font" "HudFontSmall" "Command" "pick_image" - "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" + "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" } "ForBestResultsLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ForBestResultsLabel" "font" "HudFontSmall" - "xpos" "40" - "ypos" "140" - "wide" "300" - "tall" "40" + "xpos" "40" + "ypos" "140" + "wide" "300" + "tall" "40" "labelText" "#ToolCustomizeTextureBestResults" "textAlignment" "north-west" - "wrap" "1" + "wrap" "1" } } "PreviewImageGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewImageGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "PreviewCroppedImage" { - "ControlName" "CRGBAImagePanel" + "ControlName" "CRGBAImagePanel" "fieldName" "PreviewCroppedImage" - "xpos" "20" - "ypos" "20" - "zpos" "-1" - "wide" "140" - "tall" "140" + "xpos" "20" + "ypos" "20" + "zpos" "-1" + "wide" "140" + "tall" "140" } "SquarizeComboBox" { - "ControlName" "ComboBox" + "ControlName" "ComboBox" "fieldName" "SquarizeComboBox" - "xpos" "20" - "ypos" "170" - "zpos" "-1" - "wide" "140" - "tall" "15" + "xpos" "20" + "ypos" "170" + "zpos" "-1" + "wide" "140" + "tall" "15" "editable" "0" "font" "HudFontSmall" - "bgcolor_override" "0 0 0 255" - "disabledBgColor_override" "0 0 0 255" - "selectionColor_override" "0 0 0 255" - "selectionTextColor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + "disabledBgColor_override" "0 0 0 255" + "selectionColor_override" "0 0 0 255" + "selectionTextColor_override" "235 226 202 255" "defaultSelectionBG2Color_override" "Transparent" } } @@ -373,17 +390,17 @@ "font" "HudFontSmall" "textAlignment" "center" "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" + "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" } "NextButton" { @@ -398,19 +415,20 @@ "font" "HudFontSmall" "textAlignment" "center" "Command" "next_page" - "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" + "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" } } + "AdjustFilterPage" { "ControlName" "EditablePanel" @@ -421,6 +439,7 @@ "tall" "260" "visible" "1" "enabled" "1" + "PageTitleLabel" { "ControlName" "CExLabel" @@ -436,63 +455,65 @@ } "FilterOptionsGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "SelectFilterGroupBox" - "Font" "HudFontSmallestBold" - "xpos" "0" - "ypos" "25" - "zpos" "-1" - "wide" "160" - "tall" "200" + "Font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "160" + "tall" "200" "border" "GrayDialogBorder" + "FilterLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "FilterLabel" "font" "HudFontSmallBold" - "xpos" "10" - "ypos" "10" - "wide" "140" - "tall" "20" + "xpos" "10" + "ypos" "10" + "wide" "140" + "tall" "20" "labelText" "Filter:" "textAlignment" "north-west" - "visible" "0" + "visible" "0" } "FilterComboBox" { - "ControlName" "ComboBox" + "ControlName" "ComboBox" "fieldName" "FilterComboBox" - "xpos" "10" - "ypos" "30" - "zpos" "-1" - "wide" "140" - "tall" "15" + "xpos" "10" + "ypos" "30" + "zpos" "-1" + "wide" "140" + "tall" "15" "editable" "0" "font" "HudFontSmall" - "visible" "0" - "bgcolor_override" "0 0 0 255" - "disabledBgColor_override" "0 0 0 255" - "selectionColor_override" "0 0 0 255" - "selectionTextColor_override" "235 226 202 255" - "defaultSelectionBG2Color_override" "Transparent" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "disabledBgColor_override" "0 0 0 255" + "selectionColor_override" "0 0 0 255" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "Transparent" } "PainterlyOptions" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PainterlyOptions" - "xpos" "10" - "ypos" "50" - "zpos" "-1" - "wide" "140" - "tall" "150" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "140" + "tall" "150" + "FilterDescriptionLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "FilterDescriptionLabel" - "xpos" "0" - "ypos" "0" - "wide" "140" - "tall" "80" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "80" "labelText" "#ToolCustomizeTexturePainterlyDescription" "textAlignment" "north-west" "font" "HudFontSmall" @@ -501,35 +522,36 @@ } "StencilOptions" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "StencilOptions" - "xpos" "10" - "ypos" "50" - "zpos" "-1" - "wide" "140" - "tall" "150" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "140" + "tall" "150" + "FilterDescriptionLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "FilterDescriptionLabel" - "xpos" "0" - "ypos" "0" - "wide" "120" - "tall" "60" + "xpos" "0" + "ypos" "0" + "wide" "120" + "tall" "60" "labelText" "#ToolCustomizeTextureStencilDescription" "textAlignment" "north-west" "font" "HudFontSmall" "wrap" "1" - "visible" "0" + "visible" "0" } "ColorPaletteLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ColorPaletteLabel" - "xpos" "0" - "ypos" "60" - "wide" "140" - "tall" "15" + "xpos" "0" + "ypos" "60" + "wide" "140" + "tall" "15" "labelText" "#ToolCustomizeTextureColorPalette" "textAlignment" "north-west" "font" "HudFontSmallBold" @@ -547,17 +569,17 @@ "font" "HudFontSmall" "textAlignment" "center" "Command" "prev_stencil_palette" - "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" + "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" } "NextStencilPaletteButton" { @@ -572,17 +594,17 @@ "font" "HudFontSmall" "textAlignment" "center" "Command" "next_stencil_palette" - "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" + "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" } "StencilGradientMap" { @@ -596,54 +618,56 @@ } "StencilModeComboBox" { - "ControlName" "ComboBox" + "ControlName" "ComboBox" "fieldName" "StencilModeComboBox" - "xpos" "0" - "ypos" "125" - "zpos" "-1" - "wide" "140" - "tall" "15" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "140" + "tall" "15" "editable" "0" "font" "HudFontSmall" - "bgcolor_override" "0 0 0 255" - "disabledBgColor_override" "0 0 0 255" - "selectionColor_override" "0 0 0 255" - "selectionTextColor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + "disabledBgColor_override" "0 0 0 255" + "selectionColor_override" "0 0 0 255" + "selectionTextColor_override" "235 226 202 255" "defaultSelectionBG2Color_override" "Transparent" } } } "PreviewImageGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewImageGroupBox" - "xpos" "170" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "170" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "PreviewFilteredImage" { - "ControlName" "CRGBAImagePanel" + "ControlName" "CRGBAImagePanel" "fieldName" "PreviewFilteredImage" - "xpos" "20" - "ypos" "30" - "zpos" "-1" - "wide" "140" - "tall" "140" + "xpos" "20" + "ypos" "30" + "zpos" "-1" + "wide" "140" + "tall" "140" } } "PreviewModelGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewModelGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "GradientBgPanel" { "ControlName" "ImagePanel" @@ -659,7 +683,7 @@ "image" "loadout_bottom_gradient" "border" "ButtonBorder" "paintbackgroundtype" "2" - "paintbackground" "1" + "paintbackground" "1" } "DragToRotateLabel" { @@ -689,17 +713,17 @@ "font" "HudFontSmall" "textAlignment" "center" "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" + "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" } "BackButton" { @@ -714,17 +738,17 @@ "font" "HudFontSmall" "textAlignment" "center" "Command" "prev_page" - "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" + "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" } "NextButton" { @@ -739,19 +763,20 @@ "font" "HudFontSmall" "textAlignment" "center" "Command" "next_page" - "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" + "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" } } + "FinalConfirmPage" { "ControlName" "EditablePanel" @@ -760,6 +785,7 @@ "ypos" "80" "wide" "540" "tall" "260" + "PageTitleLabel" { "ControlName" "CExLabel" @@ -775,39 +801,41 @@ } "WarningTextGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "WarningTextGroupBox" - "Font" "HudFontSmallestBold" - "xpos" "0" - "ypos" "25" - "zpos" "-1" - "wide" "350" - "tall" "200" + "Font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "25" + "zpos" "-1" + "wide" "350" + "tall" "200" "border" "GrayDialogBorder" + "WarningText" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "WarningText" "font" "HudFontSmall" - "xpos" "10" - "ypos" "10" - "wide" "330" - "tall" "180" + "xpos" "10" + "ypos" "10" + "wide" "330" + "tall" "180" "labelText" "#ToolCustomizeTextureConfirmWarning" "textAlignment" "west" - "wrap" "1" + "wrap" "1" } } "PreviewModelGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewModelGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "GradientBgPanel" { "ControlName" "ImagePanel" @@ -823,7 +851,7 @@ "image" "loadout_bottom_gradient" "border" "ButtonBorder" "paintbackgroundtype" "2" - "paintbackground" "1" + "paintbackground" "1" } "DragToRotateLabel" { @@ -854,17 +882,17 @@ "textAlignment" "center" "default" "0" "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" + "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" } "BackButton" { @@ -879,17 +907,17 @@ "font" "HudFontSmall" "textAlignment" "center" "Command" "prev_page" - "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" + "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" { @@ -905,19 +933,20 @@ "textAlignment" "center" "default" "1" "Command" "apply" - "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" + "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" } } + "PerformingActionPage" { "ControlName" "EditablePanel" @@ -926,6 +955,7 @@ "ypos" "80" "wide" "540" "tall" "260" + "PleaseWaitLabel" { "ControlName" "CExLabel" @@ -942,14 +972,15 @@ } "PreviewModelGroupBox" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "PreviewModelGroupBox" - "xpos" "360" - "ypos" "25" - "zpos" "-1" - "wide" "180" - "tall" "200" + "xpos" "360" + "ypos" "25" + "zpos" "-1" + "wide" "180" + "tall" "200" "border" "GrayDialogBorder" + "GradientBgPanel" { "ControlName" "ImagePanel" @@ -965,7 +996,7 @@ "image" "loadout_bottom_gradient" "border" "ButtonBorder" "paintbackgroundtype" "2" - "paintbackground" "1" + "paintbackground" "1" } "DragToRotateLabel" { diff --git a/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res b/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res index 1f15e17..290b4ea 100644 --- a/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res +++ b/resource/ui/econ/ConfirmDialogAbandonNoPenalty.res @@ -2,129 +2,129 @@ { "ConfirmDialog" { - "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-150" - "ypos" "140" - "wide" "300" - "tall" "200" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" } - + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "300" - "tall" "32" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" } - + "AbandonIcon" { - "ControlName" "ImagePanel" - "fieldName" "AbandonIcon" - "xpos" "10" - "ypos" "52" - "wide" "40" - "tall" "40" - "image" "pve/mvm_timeout_active_large" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "AbandonIcon" + "xpos" "10" + "ypos" "52" + "wide" "40" + "tall" "40" + "image" "pve/mvm_timeout_active_large" + "visible" "1" + "enabled" "1" + "scaleImage" "1" } - + "ExplanationLabel" { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "EconFontSmall" - "labelText" "%text%" - "textAlignment" "north-west" - "xpos" "60" - "ypos" "50" - "zpos" "1" - "wide" "220" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanLight" + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "60" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" } - + "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "165" - "ypos" "165" - "zpos" "20" - "wide" "125" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "165" + "ypos" "165" + "zpos" "20" + "wide" "125" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } - + "ConfirmButton" { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "10" - "ypos" "165" - "zpos" "20" - "wide" "125" - "tall" "25" - "default" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "confirm" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "125" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "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 e1e2416..3199cf7 100644 --- a/resource/ui/econ/ConfirmDialogAbandonPenalty.res +++ b/resource/ui/econ/ConfirmDialogAbandonPenalty.res @@ -2,128 +2,128 @@ { "ConfirmDialog" { - "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-150" - "ypos" "140" - "wide" "300" - "tall" "200" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" - } - + } + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "300" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" } - + "AbandonIcon" { - "ControlName" "ImagePanel" - "fieldName" "AbandonIcon" - "xpos" "10" - "ypos" "52" - "wide" "40" - "tall" "40" - "image" "pve/mvm_timeout_active_large" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "AbandonIcon" + "xpos" "10" + "ypos" "52" + "wide" "40" + "tall" "40" + "image" "pve/mvm_timeout_active_large" + "visible" "1" + "enabled" "1" + "scaleImage" "1" } - + "ExplanationLabel" { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "EconFontSmall" - "labelText" "%text%" - "textAlignment" "north-west" - "xpos" "60" - "ypos" "50" - "zpos" "1" - "wide" "220" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "north-west" + "xpos" "60" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "ColorCyan" } "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "165" - "ypos" "165" - "zpos" "20" - "wide" "125" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "165" + "ypos" "165" + "zpos" "20" + "wide" "125" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } - + "ConfirmButton" { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "10" - "ypos" "165" - "zpos" "20" - "wide" "125" - "tall" "25" - "default" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "confirm" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "125" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "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 1044c91..e899450 100644 --- a/resource/ui/econ/ConfirmDialogAbandonSafe.res +++ b/resource/ui/econ/ConfirmDialogAbandonSafe.res @@ -2,115 +2,115 @@ { "ConfirmDialog" { - "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-150" - "ypos" "140" - "wide" "300" - "tall" "200" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "0" "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" } - + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "300" - "tall" "32" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" } - + "ExplanationLabel" { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "EconFontSmall" - "labelText" "%text%" - "textAlignment" "north" - "xpos" "40" - "ypos" "50" - "zpos" "1" - "wide" "220" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - "fgcolor_override" "TanLight" + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "220" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "TanLight" } - + "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "165" - "ypos" "165" - "zpos" "20" - "wide" "125" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "165" + "ypos" "165" + "zpos" "20" + "wide" "125" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } - + "ConfirmButton" { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "10" - "ypos" "165" - "zpos" "20" - "wide" "125" - "tall" "25" - "default" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "HudFontSmall" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "confirm" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "125" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "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/ConfirmItemPreviewDialog.res b/resource/ui/econ/ConfirmItemPreviewDialog.res index 87979a8..eec54ad 100644 --- a/resource/ui/econ/ConfirmItemPreviewDialog.res +++ b/resource/ui/econ/ConfirmItemPreviewDialog.res @@ -2,39 +2,40 @@ { "ConfirmItemPreviewDialog" { - "fieldName" "ConfirmItemPreviewDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "105" - "wide" "400" - "tall" "240" - "settitlebarvisible" "0" - "paintborder" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" + "fieldName" "ConfirmItemPreviewDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" + "settitlebarvisible" "0" + "paintborder" "2" + "paintbackground" "1" + "border" "CyanBorderThick" + "bgcolor_override" "25 25 25 255" } "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" - "PaintBackgroundType" "0" - "paintborder" "0" + "PaintBackgroundType" "0" + "paintborder" "0" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - "BackColor" + + "BackColor" { "ControlName" "EditablePanel" "fieldName" "BackColor" @@ -47,7 +48,7 @@ "enabled" "1" "pinCorner" "0" "autoResize" "0" - "PaintBackgroundType""1" + "PaintBackgroundType" "1" "border" "NoBorder" "bgcolor_override" "35 35 35 255" @@ -72,79 +73,80 @@ } "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "80" - "zpos" "0" - "wide" "200" - "tall" "30" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "80" + "zpos" "0" + "wide" "200" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "158" - "ypos" "14" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "158" + "ypos" "14" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "BackpackItemBorder_SelfMade" } "tool_icon" { - "ControlName" "ScalableImagePanel" - "fieldName" "tool_icon" - "xpos" "158" - "ypos" "14" - "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" - } + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "158" + "ypos" "14" + "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" - "fieldName" "tool_modelpanel" - "xpos" "158" - "ypos" "14" - "zpos" "1" - "wide" "84" - "tall" "64" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "158" + "ypos" "14" + "zpos" "1" + "wide" "84" + "tall" "64" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - "paint_icon_hide" "1" + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "paint_icon_hide" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -153,43 +155,43 @@ } "ConfirmLabel" { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#ItemPreview_Confirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "100" - "zpos" "0" - "wide" "360" - "tall" "80" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "HudFontSmall" + "labelText" "#ItemPreview_Confirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "360" + "tall" "80" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" } "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "50" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "1" @@ -204,25 +206,25 @@ } "OkButton" { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmall" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CraftNameConfirm" + "font" "HudFontSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "1" diff --git a/resource/ui/econ/ItemModelPanel.res b/resource/ui/econ/ItemModelPanel.res index 347904b..862fc7e 100644 --- a/resource/ui/econ/ItemModelPanel.res +++ b/resource/ui/econ/ItemModelPanel.res @@ -6,23 +6,23 @@ "collection_list_xpos" "250" "is_mouseover" "1" "text_xpos_collection" "0" - "text_ypos" "15" - "text_forcesize" "0" - "text_xpos" "15" - "text_wide" "270" + "text_ypos" "15" + "text_forcesize" "0" + "text_xpos" "15" + "text_wide" "270" //"model_xpos_collection" "77" //"model_ypos_collection" "20" //"model_wide_collection" "156" //"model_tall_collection" "100" } - + "LoadingSpinner" { "ControlName" "ImagePanel" "fieldName" "LoadingSpinner" "xpos" "0" "ypos" "0" - "zpos" "1" + "zpos" "1" "wide" "f0" "tall" "f0" "autoResize" "0" @@ -44,27 +44,27 @@ "tall" "f0" "visible" "1" "bgcolor_override" "Transparent" - + "itemmodelpanel" { - "ControlName" "CEmbeddedItemModelPanel" + "ControlName" "CEmbeddedItemModelPanel" "fieldName" "itemmodelpanel" "xpos" "0" "ypos" "0" - "zpos" "1" + "zpos" "1" "wide" "140" "tall" "100" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "useparentbg" "1" + "useparentbg" "1" "inset_eq_x" "2" "inset_eq_y" "2" "fov" "54" - "start_framed" "1" + "start_framed" "1" "disable_manipulation" "1" - + "model" { "angles_x" "10" @@ -93,7 +93,7 @@ "fgcolor" "235 226 202 255" "centerwrap" "1" } - + "attriblabel" { "ControlName" "CExLabel" @@ -147,7 +147,7 @@ "visible" "0" "enabled" "1" } - + "quantitylabel" { "ControlName" "CExLabel" @@ -168,7 +168,7 @@ "bgcolor_override" "0 0 0 255" "PaintBackgroundType" "2" } - + "serieslabel" { "ControlName" "CExLabel" @@ -209,8 +209,8 @@ "fgcolor" "200 180 60 255" "bgcolor_override" "0 40 30 255" "PaintBackgroundType" "2" - } - + } + "vision_restriction_icon" { "ControlName" "ImagePanel" @@ -226,7 +226,7 @@ "enabled" "1" "scaleImage" "1" } - + "is_strange_icon" { "ControlName" "ImagePanel" @@ -242,7 +242,7 @@ "enabled" "1" "scaleImage" "1" } - + "is_unusual_icon" { "ControlName" "ImagePanel" @@ -258,7 +258,7 @@ "enabled" "1" "scaleImage" "1" } - + "is_loaner_icon" { "ControlName" "ImagePanel" diff --git a/resource/ui/econ/comboboxbackpackoverlaydialog.res b/resource/ui/econ/comboboxbackpackoverlaydialog.res index a5f2954..888578a 100644 --- a/resource/ui/econ/comboboxbackpackoverlaydialog.res +++ b/resource/ui/econ/comboboxbackpackoverlaydialog.res @@ -9,7 +9,7 @@ "ypos" "105" "wide" "280" "tall" "240" - "bgcolor_override" "DarkGrey" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "1" "border" "CyanBorderThick" @@ -33,7 +33,7 @@ "enabled" "1" "centerwrap" "1" } - + "preview_model" { "ControlName" "CItemModelPanel" @@ -66,7 +66,7 @@ "inventory_image_type" "1" } } - + "ComboBox" { "ControlName" "ComboBox" @@ -96,7 +96,7 @@ "selectionTextColor_override" "White" "defaultSelectionBG2Color_override" "Black" } - + "CancelButton" { "ControlName" "CExButton" diff --git a/resource/ui/econ/confirmapplystrangifierdialog.res b/resource/ui/econ/confirmapplystrangifierdialog.res index 07054ad..117fe1a 100644 --- a/resource/ui/econ/confirmapplystrangifierdialog.res +++ b/resource/ui/econ/confirmapplystrangifierdialog.res @@ -9,10 +9,10 @@ "ypos" "c-200" "wide" "400" "tall" "240" + "bgcolor_override" "DarkGrey" "paintbackgroundtype" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "DarkGrey" } "mouseoveritempanel" @@ -114,7 +114,7 @@ "text_center" "1" "name_only" "1" "paint_icon_hide" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -162,7 +162,7 @@ "text_ypos" "100" // Hide it off the bottom "text_center" "1" "name_only" "1" - + "itemmodelpanel" { "use_item_rendertarget" "0" diff --git a/resource/ui/econ/confirmdialogoptout.res b/resource/ui/econ/confirmdialogoptout.res index 81b8d1b..74a775c 100644 --- a/resource/ui/econ/confirmdialogoptout.res +++ b/resource/ui/econ/confirmdialogoptout.res @@ -3,18 +3,18 @@ "ConfirmDialog" { "ControlName" "Frame" - "fieldName" "ConfirmDialog" - "xpos" "c-150" - "ypos" "140" - "wide" "300" - "tall" "250" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "250" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" "tabPosition" "0" "settitlebarvisible" "0" - "paintborder" "2" + "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" @@ -23,62 +23,62 @@ "TitleLabel" { "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "Cerbetica32" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "300" - "tall" "40" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "ExplanationLabel" { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "HudFontSmallBold" - "labelText" "%text%" - "textAlignment" "center" - "xpos" "40" - "ypos" "45" - "zpos" "1" - "wide" "220" - "tall" "130" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "HudFontSmallBold" + "labelText" "%text%" + "textAlignment" "center" + "xpos" "40" + "ypos" "45" + "zpos" "1" + "wide" "220" + "tall" "130" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "ColorCyan" } - + "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "165" - "ypos" "185" - "zpos" "20" - "wide" "125" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "165" + "ypos" "185" + "zpos" "20" + "wide" "125" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "1" @@ -90,30 +90,30 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" - } - + } + "ConfirmButton" { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "10" - "ypos" "185" - "zpos" "20" - "wide" "125" - "tall" "25" - "default" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "confirm" + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "185" + "zpos" "20" + "wide" "125" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "1" @@ -125,28 +125,28 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" - } + } "OptOutCheckbox" { - "ControlName" "CheckButton" - "fieldName" "OptOutCheckbox" - "xpos" "0" - "ypos" "217" - "zpos" "2" - "wide" "300" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Confirm_Opt_Out" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "HudFontSmallest" + "ControlName" "CheckButton" + "fieldName" "OptOutCheckbox" + "xpos" "0" + "ypos" "217" + "zpos" "2" + "wide" "300" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Confirm_Opt_Out" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "HudFontSmallest" "selected_fgcolor_override" "255 0 0 255" } -} +} \ No newline at end of file diff --git a/resource/ui/econ/inspectionpanel.res b/resource/ui/econ/inspectionpanel.res index f719282..d7fa6f7 100644 --- a/resource/ui/econ/inspectionpanel.res +++ b/resource/ui/econ/inspectionpanel.res @@ -221,7 +221,7 @@ "border" "CyanBorder" "mouseinputenabled" "1" "proportionaltoparent" "1" - "visible" "0" + "visible" "0" "bgcolor_override" "DarkerGrey" "fixed_item" @@ -607,8 +607,8 @@ "RoundedCorners" "0" "defaultFgColor_override" "White" - "armedFgColor_override" "White" "defaultBgColor_override" "72 103 32 255" + "armedFgColor_override" "White" "armedBgColor_override" "72 133 32 255" "sound_armed" "ui/item_info_mouseover.wav" diff --git a/resource/ui/econ/itempickuppanel.res b/resource/ui/econ/itempickuppanel.res index 839cff2..26c3f10 100644 --- a/resource/ui/econ/itempickuppanel.res +++ b/resource/ui/econ/itempickuppanel.res @@ -31,16 +31,16 @@ "paintborder" "1" "bgcolor_override" "Grey" - "model_xpos" "0" + "model_xpos" "0" "model_center_y" "1" - "model_tall" "160" - "model_wide" "240" + "model_tall" "160" + "model_wide" "240" "text_forcesize" "1" - "text_xpos" "250" - "text_wide" "225" - "text_center" "1" - "is_mouseover" "1" + "text_xpos" "250" + "text_wide" "225" + "text_center" "1" + "is_mouseover" "1" "hide_collection_panel" "1" "itemmodelpanel" @@ -119,7 +119,7 @@ "ItemCountLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ItemCountLabel" "font" "HudFontSmallestBold" "labelText" "#Item" @@ -134,9 +134,10 @@ "visible" "1" "enabled" "1" } + "SelectedItemNumberLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "SelectedItemNumberLabel" "font" "HudFontMediumBigBold" "labelText" "#SelectedItemNumber" @@ -154,7 +155,7 @@ "NextButton" { - "ControlName" "CExButton" + "ControlName" "CExButton" "fieldName" "NextButton" "xpos" "c195" "ypos" "350" @@ -183,8 +184,8 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" - } + "PrevButton" { "ControlName" "CExButton" @@ -251,6 +252,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } + "OpenLoadoutButton" { "ControlName" "CExButton" @@ -310,8 +312,7 @@ "defaultBgColor_override" "TextColor" "armedBgColor_override" "145 73 59 255" "depressedBgColor_override" "TextColor" - - "image_drawcolor" "235 226 202 255" + "image_drawcolor" "235 226 202 255" "image_armedcolor" "235 226 202 255" "SubImage" @@ -331,6 +332,7 @@ "proportionaltoparent" "1" } } + "DiscardButtonTooltip" { "ControlName" "EditablePanel" @@ -364,9 +366,10 @@ "centerwrap" "1" } } + "DiscardedLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "DiscardedLabel" "font" "HudFontMediumBold" "labelText" "#Discarded" @@ -408,4 +411,4 @@ "labelText" "Enter Score Here" "textAlignment" "center" } -} +} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storehome_base.res b/resource/ui/econ/store/v2/storehome_base.res index 1ed52b4..925f857 100644 --- a/resource/ui/econ/store/v2/storehome_base.res +++ b/resource/ui/econ/store/v2/storehome_base.res @@ -27,7 +27,7 @@ "item_columns" "4" "item_offcenter_x" "-230" "item_xdelta" "8" - "item_ydelta" "8" + "item_ydelta" "8" "item_backdrop_zpos" "1" "show_item_backdrop" "1" "item_backdrop_color" "DarkGrey" @@ -41,7 +41,7 @@ "item_panel_bgcolor_mouseover" "156 146 128 255" "item_panel_bgcolor_selected" "176 166 148 255" "classicon_xdelta" "5" - + "modelpanels_kv" { "ControlName" "CItemModelPanel" @@ -74,9 +74,9 @@ { "use_item_rendertarget" "0" "allow_rot" "0" - "inventory_image_type" "1" + "inventory_image_type" "1" } - + "use_item_sounds" "1" } @@ -187,7 +187,7 @@ "border" "NoBorder" "bgcolor_override" "35 35 35 255" } - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -206,7 +206,7 @@ "centerwrap" "1" } } - + "SaxtonBackgroundPanel" { "ControlName" "EditablePanel" @@ -218,7 +218,7 @@ "tall" "300" "visible" "1" "enabled" "1" - + "MannCoImage" { "ControlName" "ImagePanel" @@ -247,7 +247,7 @@ "visible" "0" "enabled" "0" "proportiontoparent" "1" - + "StoreBackgroundImage" { "ControlName" "ScalableImagePanel" @@ -308,7 +308,7 @@ "selected_button_default" "0" "auto_layout_horizontal_buffer" "9" "display_vertically" "0" - + "ButtonSettings" { "wide" "100" @@ -321,14 +321,14 @@ "tabPosition" "0" "textAlignment" "center" "scaleImage" "1" - "font" "Cerbetica16" + "font" "Cerbetica16" + "fgcolor" "124 114 99 255" - "fgcolor" "124 114 99 255" - "defaultBgColor_override" "25 25 25 255" - "defaultFgColor_override" "124 114 99 255" - "armedBgColor_override" "0 0 0 100" - "armedFgColor_override" "124 114 99 255" - "selectedBgColor_override" "0 0 0 100" + "defaultBgColor_override" "25 25 25 255" + "defaultFgColor_override" "124 114 99 255" + "armedBgColor_override" "0 0 0 100" + "armedFgColor_override" "124 114 99 255" + "selectedBgColor_override" "0 0 0 100" "selectedFgColor_override" "235 227 203 255" "sound_depressed" "UI/buttonclick.wav" @@ -337,7 +337,7 @@ "paintbackground" "1" "paintborder" "1" - "border" "ButtonBorder" + "border" "ButtonBorder" "stayselectedonclick" "1" "keyboardinputenabled" "0" @@ -367,7 +367,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "defaultBgColor_override" "TanDarker" - } + } "CurPageLabel" { @@ -453,11 +453,9 @@ "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" } @@ -476,9 +474,9 @@ "image" "store_cart" "scaleImage" "1" } - + "BrowseTheStoreButton" - { + { "ControlName" "CExButton" "fieldName" "BrowseTheStoreButton" "xpos" "c-365" @@ -500,7 +498,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" @@ -555,7 +552,7 @@ "visible" "0" "enabled" "1" } - + "HomePageLabelContainer" { "ControlName" "EditablePanel" @@ -567,7 +564,7 @@ "tall" "160" "mouseinputenabled" "0" "visible" "0" - + "CaseLabel" { "ControlName" "CExLabel" @@ -585,7 +582,7 @@ "visible" "0" "enabled" "1" } - + "KeyLabel" { "ControlName" "CExLabel" @@ -603,7 +600,7 @@ "visible" "0" "enabled" "1" } - + "TauntLabel" { "ControlName" "CExLabel" diff --git a/resource/ui/econ/store/v2/storepage.res b/resource/ui/econ/store/v2/storepage.res index 7df789b..da0542d 100644 --- a/resource/ui/econ/store/v2/storepage.res +++ b/resource/ui/econ/store/v2/storepage.res @@ -19,7 +19,7 @@ "infocus_bgcolor_override" "DarkGrey" "outoffocus_bgcolor_override" "DarkGrey" "max_cart_model_panels" "10" - "item_ypos" "70" + "item_ypos" "70" "item_panels" "15" "item_columns" "5" "item_offcenter_x" "-292" @@ -74,8 +74,8 @@ "allow_rot" "0" "inventory_image_type" "1" } - - "use_item_sounds" "1" + + "use_item_sounds" "1" } "modelpanel_labels_kv" @@ -91,7 +91,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "use_item_sounds" "1" + "use_item_sounds" "1" } "cart_modelpanels_kv" @@ -123,7 +123,7 @@ "allow_rot" "0" } - "use_item_sounds" "1" + "use_item_sounds" "1" } "cart_labels_kv" @@ -139,10 +139,10 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - "use_item_sounds" "1" + "use_item_sounds" "1" } } - + "NameFilterTextEntry" { "ControlName" "TextEntry" @@ -200,9 +200,9 @@ { "defaultFgColor_override" "TanLight" "defaultBgColor_override" "15 15 15 255" - "armedFgColor_override" "15 255 255 255 255" - "armedBgColor_override" "15 15 15 255" - "paintbackgroundtype" "2" + "armedFgColor_override" "15 255 255 255 255" + "armedBgColor_override" "15 15 15 255" + "paintbackgroundtype" "2" } } @@ -241,9 +241,9 @@ { "defaultFgColor_override" "TanLight" "defaultBgColor_override" "15 15 15 255" - "armedFgColor_override" "15 255 255 255 255" - "armedBgColor_override" "15 15 15 255" - "paintbackgroundtype" "2" + "armedFgColor_override" "15 255 255 255 255" + "armedBgColor_override" "15 15 15 255" + "paintbackgroundtype" "2" } } @@ -261,13 +261,13 @@ "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" - + "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "BackColor" { "ControlName" "EditablePanel" @@ -303,8 +303,8 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } - + } + "ClassFilterTooltipLabel" { "ControlName" "CExLabel" @@ -328,7 +328,7 @@ "border" "LoadoutItemPopupBorder" "fgcolor" "243 234 216 255" } - + "PrevPageButton" { "ControlName" "CExButton" @@ -352,7 +352,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "defaultBgColor_override" "TanDarker" - } + } "CurPageLabel" { @@ -396,7 +396,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "defaultBgColor_override" "TanDarker" - } + } "PriceLabel" { @@ -416,7 +416,7 @@ "enabled" "1" "wrap" "1" "centerwrap" "1" - } + } "NameFilterLabel" { @@ -558,7 +558,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - } + } } "Buttons" @@ -574,7 +574,7 @@ "SubImage" { "image" "class_icons/filter_all" - } + } } "scout" { @@ -587,7 +587,7 @@ "SubImage" { "image" "class_icons/filter_scout" - } + } } "soldier" { @@ -596,11 +596,11 @@ "image_armed" "class_icons/filter_soldier" "image_selected" "class_icons/filter_soldier_on" "tooltiptext" "#TF_Items_Soldier" - + "SubImage" { "image" "class_icons/filter_soldier" - } + } } "pyro" { @@ -613,7 +613,7 @@ "SubImage" { "image" "class_icons/filter_pyro" - } + } } "demo" { @@ -626,7 +626,7 @@ "SubImage" { "image" "class_icons/filter_demo" - } + } } "heavy" { @@ -639,7 +639,7 @@ "SubImage" { "image" "class_icons/filter_heavy" - } + } } "engineer" { @@ -652,7 +652,7 @@ "SubImage" { "image" "class_icons/filter_engineer" - } + } } "medic" { @@ -665,7 +665,7 @@ "SubImage" { "image" "class_icons/filter_medic" - } + } } "sniper" { @@ -678,7 +678,7 @@ "SubImage" { "image" "class_icons/filter_sniper" - } + } } "spy" { @@ -691,8 +691,8 @@ "SubImage" { "image" "class_icons/filter_spy" - } - } + } + } } } @@ -793,14 +793,14 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } - + "ShowExplanationsButton" { "ControlName" "CExButton" "fieldName" "ShowExplanationsButton" "xpos" "9999" } - + "StartExplanation" { "ControlName" "CExplanationPopup" @@ -809,7 +809,7 @@ "wide" "0" "tall" "0" "visible" "0" - } + } "TabsExplanation" { diff --git a/resource/ui/econ/store/v2/storepanel.res b/resource/ui/econ/store/v2/storepanel.res index 97aa3c0..994e991 100644 --- a/resource/ui/econ/store/v2/storepanel.res +++ b/resource/ui/econ/store/v2/storepanel.res @@ -2,17 +2,17 @@ { "store_panel" { - "ControlName" "EditablePanel" - "fieldName" "store_panel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "1" "PaintBackgroundType" "0" "bgcolor_override" "46 43 42 0" @@ -25,8 +25,8 @@ "titlebarfgcolor_override" "HudOffWhite" "titlebardisabledfgcolor_override" "HudOffWhite" "titlebarbgcolor_override" "TanDarker" - "clientinsetx_override" "0" - "sheetinset_bottom" "40" + "clientinsetx_override" "0" + "sheetinset_bottom" "40" } "BackgroundHeader" @@ -43,7 +43,7 @@ "image" "loadout_header" "tileImage" "1" } - + "BackgroundHeader2" { "ControlName" "ImagePanel" @@ -57,8 +57,8 @@ "enabled" "1" "fillcolor" "15 15 15 175" "tileImage" "1" - } - + } + "BackgroundFooter" { "ControlName" "ImagePanel" @@ -86,8 +86,8 @@ "enabled" "1" "fillcolor" "15 15 15 220" "tileImage" "1" - } - + } + "FooterLine" { "ControlName" "EditablePanel" @@ -101,7 +101,7 @@ "enabled" "1" "PaintBackgroundType" "2" "bgcolor_override" "ColorCyan" - } + } "Sheet" { @@ -129,7 +129,7 @@ "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "ColorCyan" - } + } "tabskv" { @@ -171,7 +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" @@ -180,7 +179,7 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" - } + } "armory_panel" { @@ -193,7 +192,7 @@ "zpos" "500" "visible" "0" } - + "NotificationsPresentPanel" { "ControlName" "CNotificationsPresentPanel" @@ -206,7 +205,7 @@ "visible" "0" "enabled" "1" } - + "SupportCommunityMapMakersCheckButton" { "ControlName" "CheckButton" @@ -220,7 +219,7 @@ "labelText" "" "visible" "0" } - + "SupportCommunityMapMakersLabel" { "ControlName" "CExLabel" @@ -260,7 +259,6 @@ "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" diff --git a/resource/ui/econ/store/v2/storeviewcartpanel.res b/resource/ui/econ/store/v2/storeviewcartpanel.res index 7a940cc..9a73766 100644 --- a/resource/ui/econ/store/v2/storeviewcartpanel.res +++ b/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -19,8 +19,8 @@ "infocus_bgcolor_override" "DarkGrey" "outoffocus_bgcolor_override" "DarkGrey" - "title" "#StoreTitle" - "title_font" "HudFontMediumBold" + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" "titletextinsetX" "40" "titletextinsetY" "0" "titlebarfgcolor_override" "HudOffWhite" @@ -36,7 +36,7 @@ "ypos" "0" "wide" "580" "tall" "60" - + "itempanel" { "ControlName" "CItemModelPanel" @@ -103,7 +103,7 @@ "enabled" "1" "image" "loadout_solid_line" "tileImage" "1" - } + } "RemoveButton" { @@ -128,7 +128,7 @@ "Command" "remove" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } "PriceLabel" { @@ -184,7 +184,7 @@ "image" "loadout_header" "tileImage" "1" } - + "BackgroundHeader2" { "ControlName" "ImagePanel" @@ -199,7 +199,7 @@ "fillcolor" "15 15 15 175" "tileImage" "1" } - + "BackgroundFooter" { "ControlName" "ImagePanel" @@ -214,7 +214,7 @@ "image" "loadout_header" "tileImage" "1" } - + "BackgroundFooter2" { "ControlName" "ImagePanel" @@ -228,8 +228,8 @@ "enabled" "1" "fillcolor" "15 15 15 220" "tileImage" "1" - } - + } + "FooterLine" { "ControlName" "EditablePanel" @@ -244,7 +244,7 @@ "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "ColorCyan" - } + } "ClientArea" { @@ -270,7 +270,7 @@ "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "ColorCyan" - } + } "CartItemsLabel" { @@ -303,7 +303,7 @@ "enabled" "1" "image" "loadout_solid_line" "tileImage" "1" - } + } "EmptyCartLabel" { @@ -421,7 +421,7 @@ "visible" "1" "enabled" "1" } - + "WashingtonStateSalesTaxLabel" { "ControlName" "CExLabel" @@ -440,7 +440,7 @@ "enabled" "1" "fgcolor_override" "130 120 104 255" } - + "TotalSubtextLabelB" { "ControlName" "CExLabel" @@ -481,7 +481,7 @@ } } } - } + } "CloseButton" { @@ -506,7 +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" @@ -515,7 +514,7 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" - } + } "CheckoutButton" { @@ -540,7 +539,6 @@ "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" diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index 224dcf4..4771c64 100644 --- a/resource/ui/econ/tradingstartdialog.res +++ b/resource/ui/econ/tradingstartdialog.res @@ -9,10 +9,10 @@ "ypos" "80" "wide" "400" "tall" "300" - "settitlebarvisible" "" + "bgcolor_override" "35 35 35 255" "paintbackgroundtype" "2" + "settitlebarvisible" "" "border" "CyanBorderThick" - "bgcolor_override" "35 35 35 255" "button_kv" { @@ -20,7 +20,7 @@ "ypos" "0" "wide" "350" "tall" "30" - + "button" { "xpos" "0" @@ -113,7 +113,7 @@ "visible" "1" } } - + "StatePanel0" { "ControlName" "EditablePanel" @@ -125,7 +125,7 @@ "wide" "400" "tall" "180" "PaintBackgroundType" "2" - + "QueryLabel" { "ControlName" "CExLabel" @@ -245,6 +245,7 @@ "border_armed" "ButtonHover" } } + "StatePanel1" { "ControlName" "EditablePanel" @@ -256,7 +257,7 @@ "wide" "400" "tall" "180" "PaintBackgroundType" "2" - + "QueryLabel" { "ControlName" "CExLabel" @@ -273,7 +274,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "HudOffWhite" - } + } "EmptyPlayerListLabel" { @@ -303,8 +304,9 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" - } + } } + "StatePanel2" { "ControlName" "EditablePanel" @@ -316,7 +318,7 @@ "wide" "400" "tall" "180" "PaintBackgroundType" "2" - + "QueryLabel" { "ControlName" "CExLabel" @@ -334,7 +336,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "HudOffWhite" - } + } "EmptyPlayerListLabel" { @@ -355,8 +357,9 @@ "wrap" "1" "centerwrap" "1" "fgcolor_override" "ColorCyan" - } + } } + "StatePanel3" { "ControlName" "EditablePanel" @@ -368,7 +371,7 @@ "wide" "400" "tall" "180" "PaintBackgroundType" "2" - + "QueryLabel" { "ControlName" "CExLabel" @@ -386,7 +389,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "ColorCyan" - } + } "URLHelpLabel" { @@ -407,7 +410,7 @@ "wrap" "1" "centerwrap" "1" "fgcolor_override" "TanLight" - } + } "URLFailLabel" { @@ -448,7 +451,7 @@ "wrap" "1" "centerwrap" "1" "fgcolor_override" "ColorCyan" - } + } "URLEntry" { diff --git a/resource/ui/flagstatus.res b/resource/ui/flagstatus.res index c78aefd..5f02445 100644 --- a/resource/ui/flagstatus.res +++ b/resource/ui/flagstatus.res @@ -1,5 +1,5 @@ "Resource/UI/FlagStatus.res" -{ +{ "Arrow" { "ControlName" "CTFArrowPanel" @@ -13,7 +13,7 @@ "enabled" "1" "scaleImage" "1" } - + "Briefcase" { "ControlName" "CTFImagePanel" @@ -34,7 +34,7 @@ "tall" "24" } } - + "StatusIcon" { "ControlName" "CTFImagePanel" diff --git a/resource/ui/healthiconpanel.res b/resource/ui/healthiconpanel.res index 5b94fa8..50f4628 100644 --- a/resource/ui/healthiconpanel.res +++ b/resource/ui/healthiconpanel.res @@ -14,7 +14,7 @@ "TextColor" "HudOffWhite" "autoResize" "1" } - + "SpectatorGUIHealth" { "ControlName" "EditablePanel" diff --git a/resource/ui/hud_obj_sentrygun.res b/resource/ui/hud_obj_sentrygun.res index e103d7e..4a48b3b 100644 --- a/resource/ui/hud_obj_sentrygun.res +++ b/resource/ui/hud_obj_sentrygun.res @@ -92,7 +92,6 @@ "visible" "1" "enabled" "1" "labelText" "#Building_hud_sentry_not_built" - "labelText_lodef" "#Building_hud_sentry_not_built_360" "textAlignment" "Left" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/hud_obj_sentrygun_disp.res b/resource/ui/hud_obj_sentrygun_disp.res index 6ae1f7d..c1b13ee 100644 --- a/resource/ui/hud_obj_sentrygun_disp.res +++ b/resource/ui/hud_obj_sentrygun_disp.res @@ -95,7 +95,7 @@ "icon" "" "iconColor" "White" } - + "AlertTray" { "ControlName" "CBuildingStatusAlertTray" diff --git a/resource/ui/hud_obj_tele.res b/resource/ui/hud_obj_tele.res index 02270c7..da69cb5 100644 --- a/resource/ui/hud_obj_tele.res +++ b/resource/ui/hud_obj_tele.res @@ -321,7 +321,6 @@ "visible" "1" "enabled" "1" "labelText" "#Building_hud_tele_times_used" - "labelText_lodef" "#Building_hud_tele_times_used_360" "textAlignment" "Left" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/huditemeffectmeter_kartcharge.res b/resource/ui/huditemeffectmeter_kartcharge.res index 1079577..26b4a35 100644 --- a/resource/ui/huditemeffectmeter_kartcharge.res +++ b/resource/ui/huditemeffectmeter_kartcharge.res @@ -70,7 +70,7 @@ "ypos_minmode" "4" "zpos" "2" "wide" "150" - "tall" "30" + "tall" "30" "pinCorner" "2" "visible" "1" "enabled" "1" diff --git a/resource/ui/huditemeffectmeter_killstreak.res b/resource/ui/huditemeffectmeter_killstreak.res index 9cf5780..741c8fa 100644 --- a/resource/ui/huditemeffectmeter_killstreak.res +++ b/resource/ui/huditemeffectmeter_killstreak.res @@ -2,114 +2,114 @@ { HudItemEffectMeter { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c-225" [$WIN32] - "ypos" "c133" [$WIN32] - "xpos_minmode" "c-162" [$WIN32] - "ypos_minmode" "298" [$WIN32] - "wide" "100" - "tall" "50" - "MeterFG" "White" - "MeterBG" "Gray" + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "c133" + "xpos_minmode" "c-162" + "ypos_minmode" "298" + "wide" "100" + "tall" "50" + "MeterFG" "White" + "MeterBG" "Gray" } "ItemEffectMeterBG" { - "ControlName" "CTFImagePanel" - "fieldName" "ItemEffectMeterBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "76" - "tall" "44" - "visible" "1" - "enabled" "1" - "image" "../hud/misc_ammo_area_blue" - "scaleImage" "1" + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "1" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" } "ItemEffectMeterLabel" { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterLabel" - "xpos" "0" - "ypos" "27" - "zpos" "2" - "wide" "100" - "autoResize" "1" - "pinCorner" "2" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - "labelText" "#TF_KillStreak" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica9" + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "27" + "zpos" "2" + "wide" "100" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_KillStreak" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica9" } "ItemEffectMeter" { - "ControlName" "ContinuousProgressBar" - "fieldName" "ItemEffectMeter" - "font" "Default" - "xpos" "0" - "ypos" "20" - "zpos" "2" - "wide" "100" - "tall" "6" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "20" + "zpos" "2" + "wide" "100" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" } "ItemEffectMeterCount" { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCount" - "xpos" "0" - "ypos" "10" - "zpos" "2" - "wide" "100" - "tall" "25" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "25" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold16" } "ItemEffectMeterCountShadow" { - "ControlName" "CExLabel" - "fieldName" "ItemEffectMeterCountShadow" - "xpos" "-1" - "ypos" "-1" - "zpos" "1" - "wide" "100" - "tall" "25" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fgcolor_override" "TransparentBlack" - "labelText" "%progresscount%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "100" + "tall" "25" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold16" + "fgcolor_override" "TransparentBlack" "pin_to_sibling" "ItemEffectMeterCount" "pin_corner_to_sibling" "PIN_TOPLEFT" diff --git a/resource/ui/huditemeffectmeter_pyro.res b/resource/ui/huditemeffectmeter_pyro.res index fe3426c..811c3de 100644 --- a/resource/ui/huditemeffectmeter_pyro.res +++ b/resource/ui/huditemeffectmeter_pyro.res @@ -4,6 +4,6 @@ { "HudItemEffectMeter" { - "ypos" "c93" + "ypos" "c93" } } \ No newline at end of file diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res index ea6a6ba..aeb7454 100644 --- a/resource/ui/hudkillstreaknotice.res +++ b/resource/ui/hudkillstreaknotice.res @@ -1,5 +1,5 @@ "Resource/UI/HudKillStreakNotice.res" -{ +{ "Background" { "ControlName" "EditablePanel" diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index c2eef31..55ceb87 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -57,7 +57,7 @@ } } } - + "CountdownLabel" { "ControlName" "CExLabel" @@ -192,7 +192,7 @@ "sequence" "idle_closed" } } - } + } "RoundCounter" { @@ -219,7 +219,8 @@ "proportionaltoaparent" "1" "border" "TFFatLineBorder" - if_match { + if_match + { "visible" "1" } } @@ -275,14 +276,13 @@ "ControlName" "EditablePanel" "fieldName" "ObjectiveStatusTimePanel" "xpos" "c-55" - "ypos" "0" [$WIN32] + "ypos" "0" "zpos" "2" "wide" "110" "tall" "150" "visible" "0" "enabled" "1" - "delta_item_x" "22" [$WIN32] - "delta_item_x" "115" [$X360] + "delta_item_x" "22" "delta_item_start_y" "50" "delta_item_end_y" "70" "PositiveColor" "0 255 0 255" @@ -307,7 +307,6 @@ "fieldName" "TimePanelValue" "font" "HudFontMediumSmall" "font_minmode" "HudFontSmall" - "font_lodef" "HudFontMedium" "fgcolor" "TanLight" "xpos" "28" "ypos" "-4" @@ -321,12 +320,11 @@ if_match { - "proportionaltoparent" "1" "xpos" "cs-0.5" "ypos" "13" "tall" "10" "font" "HudFontSmall" - "font_lodef" "HudFontSmall" + "proportionaltoparent" "1" } } } @@ -347,12 +345,12 @@ "6v6_gap" "1" "12v12_gap" "1" - "team1_grow_dir" "west" - "team1_base_x" "c-45" + "team1_grow_dir" "west" + "team1_base_x" "c-45" "team1_max_expand" "133" - "team2_grow_dir" "east" - "team2_base_x" "c47" + "team2_grow_dir" "east" + "team2_base_x" "c47" "team2_max_expand" "133" "playerpanels_kv" @@ -421,7 +419,7 @@ { "ControlName" "ContinuousProgressBar" "fieldName" "healthbar" - "font" "Default" + "font" "Default" "xpos" "0" "ypos" "19" "zpos" "5" @@ -438,38 +436,38 @@ "proportionaltoparent" "1" } "overhealbar" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "overhealbar" - "font" "Default" - "xpos" "0" - "ypos" "19" - "zpos" "6" - "wide" "f0" - "tall" "2" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - "bgcolor_override" "Transparent" - "fgcolor_override" "255 255 255 160" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "overhealbar" + "font" "Default" + "xpos" "0" + "ypos" "19" + "zpos" "6" + "wide" "f0" + "tall" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "Transparent" + "fgcolor_override" "255 255 255 160" "proportionaltoparent" "1" } "HealthIcon" { - "ControlName" "EditablePanel" - "fieldName" "HealthIcon" - "xpos" "22" - "ypos" "-3" - "zpos" "3" - "wide" "32" - "tall" "32" - "visible" "0" - "enabled" "1" - "HealthBonusPosAdj" "10" + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "-3" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "0" + "enabled" "1" + "HealthBonusPosAdj" "10" "HealthDeathWarning" "0.49" "TFFont" "HudFontSmallest" "HealthDeathWarningColor" "HUDDeathWarning" @@ -685,7 +683,7 @@ "tall" "39" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "TextColor" + "bgcolor_override" "TextColor" } "BluePlayerList" { @@ -728,7 +726,7 @@ if_large { "tall" "325" - } + } } } @@ -846,7 +844,7 @@ if_large { "tall" "315" - } + } } "RedPlayerListBG" { @@ -866,7 +864,7 @@ if_large { "tall" "325" - } + } } } } \ No newline at end of file diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res index ebb060c..d89c941 100644 --- a/resource/ui/hudmenutauntselection.res +++ b/resource/ui/hudmenutauntselection.res @@ -15,7 +15,7 @@ "icon" "hud_menu_bg" "fillcolor" "0 0 0 100" } - + "Divider" { "ControlName" "ImagePanel" @@ -35,7 +35,7 @@ "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "CerbeticaBold32" - "xpos" "18" // align me to the left edge of the first selection + "xpos" "18" "ypos" "0" "zpos" "3" "wide" "360" @@ -136,7 +136,7 @@ "text_center" "1" "text_forcesize" "3" "model_only" "1" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -173,8 +173,8 @@ "fieldName" "NumberLabel1" "font" "CerbeticaBold20" "fgcolor" "TanLight" - "ypos" "95" "xpos" "34" + "ypos" "95" "zpos" "5" "wide" "15" "tall" "15" @@ -183,7 +183,7 @@ "visible" "1" "enabled" "1" "labelText" "1" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -267,8 +267,8 @@ "fieldName" "NumberLabel2" "font" "CerbeticaBold20" "fgcolor" "TanLight" - "ypos" "95" "xpos" "89" + "ypos" "95" "zpos" "5" "wide" "15" "tall" "15" @@ -277,7 +277,7 @@ "visible" "1" "enabled" "1" "labelText" "2" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -288,8 +288,8 @@ "fieldName" "NumberLabel2BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" "xpos" "91" + "ypos" "97" "zpos" "5" "wide" "15" "tall" "15" @@ -371,7 +371,7 @@ "visible" "1" "enabled" "1" "labelText" "3" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -465,7 +465,7 @@ "visible" "1" "enabled" "1" "labelText" "4" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -559,7 +559,7 @@ "visible" "1" "enabled" "1" "labelText" "5" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -653,7 +653,7 @@ "visible" "1" "enabled" "1" "labelText" "6" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -747,7 +747,7 @@ "visible" "1" "enabled" "1" "labelText" "7" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -768,7 +768,7 @@ "visible" "1" "enabled" "1" "labelText" "7" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } @@ -841,19 +841,19 @@ "visible" "1" "enabled" "1" "labelText" "8" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } "NumberLabel8BG" - { + { "ControlName" "CExLabel" "fieldName" "NumberLabel8BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" "xpos" "422" + "ypos" "97" "zpos" "5" "wide" "15" "tall" "15" @@ -862,7 +862,7 @@ "visible" "1" "enabled" "1" "labelText" "8" - "textAlignment" "Center" + "textAlignment" "center" "dulltext" "1" "brighttext" "0" } diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res index 08d6680..6dfc45d 100644 --- a/resource/ui/hudminigame_base.res +++ b/resource/ui/hudminigame_base.res @@ -14,13 +14,13 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" } - + "RightSideBG" { "ControlName" "ImagePanel" "fieldName" "RightSideBG" "xpos" "c0" - "ypos" "r20" [$WIN32] + "ypos" "r20" "zpos" "-1" "wide" "120" "tall" "14" @@ -29,7 +29,7 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" } - + "OutlineBG" { "ControlName" "ImagePanel" @@ -60,8 +60,8 @@ "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "TanLight" - } - + } + "BlueScoreShadow" { "ControlName" "CExLabel" @@ -73,12 +73,12 @@ "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "east" + "textAlignment" "east" "labelText" "%bluescore%" "font" "Cerbetica40" "fgcolor" "Black" - } - + } + "RedScore" { "ControlName" "CExLabel" @@ -90,12 +90,12 @@ "tall" "35" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" "fgcolor" "TanLight" } - + "RedScoreShadow" { "ControlName" "CExLabel" @@ -110,17 +110,17 @@ "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" - "fgcolor" "Black" - } - + "fgcolor" "Black" + } + "PlayingTo" { "ControlName" "CExLabel" "fieldName" "PlayingTo" - "xpos" "c-70" [$WIN32] - "ypos" "r54" [$WIN32] + "xpos" "c-70" + "ypos" "r54" "zpos" "4" - "wide" "140" [$WIN32] + "wide" "140" "tall" "30" "visible" "1" "enabled" "1" @@ -130,23 +130,23 @@ "brighttext" "0" "font" "Cerbetica14" "fgcolor" "TanLight" - } - + } + "PlayingToBG" { "ControlName" "ImagePanel" "fieldName" "PlayingToBG" - "xpos" "c-50" [$WIN32] - "ypos" "r50" [$WIN32] + "xpos" "c-50" + "ypos" "r50" "zpos" "3" - "wide" "100" [$WIN32] - "tall" "20" [$WIN32] + "wide" "100" + "tall" "20" "visible" "1" "enabled" "1" "fillcolor" "Transparent" "scaleImage" "1" } - + "GameImage" { "ControlName" "ImagePanel" @@ -159,6 +159,6 @@ "visible" "0" "enabled" "0" "image" "" - "scaleImage" "1" + "scaleImage" "1" } } \ No newline at end of file diff --git a/resource/ui/hudrocketpack.res b/resource/ui/hudrocketpack.res index 7fde849..1be1d16 100644 --- a/resource/ui/hudrocketpack.res +++ b/resource/ui/hudrocketpack.res @@ -1,4 +1,5 @@ #base "HudItemEffectMeter.res" + "Resource/UI/HudRocketPack.res" { HudItemEffectMeter @@ -14,7 +15,7 @@ { "ControlName" "CTFImagePanel" "fieldName" "ItemEffectMeterBG" - "xpos" "9999" + "xpos" "9999" } "ItemEffectIcon" @@ -27,7 +28,7 @@ "wide" "32" "tall" "32" "visible" "1" - "visible_minmode""0" + "visible_minmode" "0" "enabled" "1" "image" "../hud/pyro_jetpack_off2" "scaleImage" "1" @@ -45,18 +46,18 @@ } "ItemEffectMeter" - { + { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter" "xpos" "0" - "xpos_minmode" "15" "ypos" "5" + "xpos_minmode" "15" "ypos_minmode" "8" "zpos" "2" "wide" "60" - "wide_minmode" "60" "tall" "8" - "tall_minmode" "5" + "wide_minmode" "60" + "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -68,7 +69,7 @@ } "ItemEffectMeter2" - { + { "ControlName" "ContinuousProgressBar" "fieldName" "ItemEffectMeter2" "xpos" "60" diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index 76ab103..8062a0f 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -4,7 +4,7 @@ { "ControlName" "CTFImagePanel" "fieldName" "ItemEffectMeterBG" - "xpos" "9999" + "xpos" "9999" } "Spellbook" @@ -65,12 +65,12 @@ "ControlName" "CExLabel" "fieldName" "CountText" "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold20" "labelText" "%counttext%" "textAlignment" "center" "xpos" "43" "ypos" "30" "zpos" "1" - "font_minmode" "CerbeticaBold20" "xpos_minmode" "18" "ypos_minmode" "50" "wide" "20" @@ -83,12 +83,12 @@ "ControlName" "CExLabel" "fieldName" "CountTextShadow" "font" "CerbeticaBold28" + "font_minmode" "CerbeticaBold20" "labelText" "%counttext%" "textAlignment" "center" "xpos" "-1" "ypos" "-1" "zpos" "0" - "font_minmode" "CerbeticaBold20" "wide" "20" "tall" "30" "fgcolor" "TransparentBlack" diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index ec7c213..573146b 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -95,6 +95,25 @@ "enabled" "1" } + "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" + } + "TopLine" { "ControlName" "ImagePanel" @@ -155,25 +174,6 @@ } } - "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" - } - "loadout_preset_panel" { "ControlName" "CLoadoutPresetPanel" diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res index 8c1a1ce..74fdfa6 100644 --- a/resource/ui/itemrenameconfirmationdialog.res +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -2,95 +2,95 @@ { "ItemRenameConfirmationDialog" { - "fieldName" "ItemRenameConfirmationDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "105" - "wide" "400" - "tall" "240" - "settitlebarvisible" "0" - "paintbackgroundtype" "2" + "fieldName" "ItemRenameConfirmationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "2" + "settitlebarvisible" "0" "border" "CyanBorder" } "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" - } + "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" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "200" - "tall" "70" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "200" + "tall" "70" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" // Hide it off the bottom - "text_center" "1" - "name_only" "1" - + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" // Hide it off the bottom + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -99,61 +99,61 @@ } "SubjectBG" { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "300" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_Vintage" + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "300" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" + "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" - "fieldName" "subject_modelpanel" - "xpos" "300" - "ypos" "10" - "zpos" "1" - "wide" "90" - "tall" "70" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "90" + "tall" "70" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" // Hide it off the bottom - "text_center" "1" - "name_only" "1" - + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" // Hide it off the bottom + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -163,114 +163,114 @@ "ConfirmLabel" { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#CraftAskNameConfirm" - "textAlignment" "center" - "xpos" "20" - "ypos" "80" - "zpos" "0" - "wide" "360" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "HudFontSmall" + "labelText" "#CraftAskNameConfirm" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "GivenName" { - "ControlName" "CExLabel" - "fieldName" "GivenName" - "font" "HudFontMediumSecondary" - "labelText" "%name%" - "textAlignment" "center" - "xpos" "20" - "ypos" "100" - "zpos" "0" - "wide" "360" - "tall" "40" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "GivenName" + "font" "HudFontMediumSecondary" + "labelText" "%name%" + "textAlignment" "center" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "360" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" "fgcolor_override" "NeutralWhite" } "WarningLabel" { - "ControlName" "CExLabel" - "fieldName" "WarningLabel" - "font" "HudFontSmall" - "labelText" "#CraftAskNameWarning" - "textAlignment" "center" - "xpos" "0" - "ypos" "170" - "zpos" "0" - "wide" "400" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "HudFontSmall" + "labelText" "#CraftAskNameWarning" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" } "CancelButton" { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "50" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "cancel" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "50" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "OkButton" { - "ControlName" "CExButton" - "fieldName" "OkButton" - "xpos" "220" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#CraftNameConfirm" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "apply" + "ControlName" "CExButton" + "fieldName" "OkButton" + "xpos" "220" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CraftNameConfirm" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "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 4c316d0..44060a3 100644 --- a/resource/ui/itemrenamedialog.res +++ b/resource/ui/itemrenamedialog.res @@ -17,14 +17,14 @@ "mouseoveritempanel" { - "ControlName" "CItemModelPanel" - "fieldName" "mouseoveritempanel" - "xpos" "c-70" - "ypos" "270" - "zpos" "100" - "wide" "300" - "tall" "300" - "visible" "0" + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" @@ -35,7 +35,7 @@ "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "BackColor" { "ControlName" "EditablePanel" @@ -53,7 +53,7 @@ "border" "NoBorder" "bgcolor_override" "35 35 35 255" } - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -71,7 +71,7 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } "TitleLabel" { @@ -392,8 +392,8 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "OkButton" @@ -419,7 +419,7 @@ "Command" "apply" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "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 5f41a73..ca78f39 100644 --- a/resource/ui/itemrenameinvaliddialog.res +++ b/resource/ui/itemrenameinvaliddialog.res @@ -2,95 +2,95 @@ { "ItemRenameConfirmationDialog" { - "fieldName" "ItemRenameConfirmationDialog" - "visible" "1" - "enabled" "1" - "xpos" "c-200" - "ypos" "105" - "wide" "400" - "tall" "240" - "bgcolor_override" "DarkGrey" + "fieldName" "ItemRenameConfirmationDialog" + "visible" "1" + "enabled" "1" + "xpos" "c-200" + "ypos" "105" + "wide" "400" + "tall" "240" + "bgcolor_override" "DarkGrey" + "paintbackgroundtype" "2" "settitlebarvisible" "0" - "PaintBackgroundType" "2" "border" "CyanBorder" } - + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "dynamic" - "textAlignment" "center" - "xpos" "100" - "ypos" "10" - "zpos" "0" - "wide" "200" - "tall" "60" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "dynamic" + "textAlignment" "center" + "xpos" "100" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" } "ToolBG" { - "ControlName" "CExLabel" - "fieldName" "ToolBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "10" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_SelfMade" + "ControlName" "CExLabel" + "fieldName" "ToolBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "10" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" + "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" - "fieldName" "tool_modelpanel" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "200" - "tall" "70" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "tool_modelpanel" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "200" + "tall" "70" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" // Hide it off the bottom - "text_center" "1" - "name_only" "1" - + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -101,61 +101,61 @@ "SubjectBG" { - "ControlName" "CExLabel" - "fieldName" "SubjectBG" - "font" "HudFontSmallBold" - "labelText" "" - "textAlignment" "east" - "xpos" "300" - "ypos" "10" - "zpos" "-1" - "wide" "84" - "tall" "64" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintbackground" "0" - "border" "BackpackItemBorder_Vintage" + "ControlName" "CExLabel" + "fieldName" "SubjectBG" + "font" "HudFontSmallBold" + "labelText" "" + "textAlignment" "east" + "xpos" "300" + "ypos" "10" + "zpos" "-1" + "wide" "84" + "tall" "64" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "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" - } + "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" - "fieldName" "subject_modelpanel" - "xpos" "300" - "ypos" "10" - "zpos" "1" - "wide" "90" - "tall" "70" - "visible" "1" + { + "ControlName" "CItemModelPanel" + "fieldName" "subject_modelpanel" + "xpos" "300" + "ypos" "10" + "zpos" "1" + "wide" "90" + "tall" "70" + "visible" "1" "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "0" - "model_xpos" "2" - "model_ypos" "5" - "model_wide" "80" - "model_tall" "54" - "text_ypos" "100" - "text_center" "1" - "name_only" "1" - + "paintborder" "0" + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "80" + "model_tall" "54" + "text_ypos" "100" + "text_center" "1" + "name_only" "1" + "itemmodelpanel" { "use_item_rendertarget" "0" @@ -166,82 +166,82 @@ "ConfirmLabel" { - "ControlName" "CExLabel" - "fieldName" "ConfirmLabel" - "font" "HudFontSmall" - "labelText" "#CraftInvalidName" - "textAlignment" "center" - "xpos" "20" - "ypos" "80" - "zpos" "0" - "wide" "360" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "LightRed" + "ControlName" "CExLabel" + "fieldName" "ConfirmLabel" + "font" "HudFontSmall" + "labelText" "#CraftInvalidName" + "textAlignment" "center" + "xpos" "20" + "ypos" "80" + "zpos" "0" + "wide" "360" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "LightRed" } "GivenName" { - "ControlName" "CExLabel" - "fieldName" "GivenName" - "font" "HudFontMediumSecondary" - "labelText" "%name%" - "textAlignment" "center" - "xpos" "20" - "ypos" "100" - "zpos" "0" - "wide" "360" - "tall" "32" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "GivenName" + "font" "HudFontMediumSecondary" + "labelText" "%name%" + "textAlignment" "center" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "360" + "tall" "32" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" "fgcolor_override" "235 226 202 255" } "WarningLabel" { - "ControlName" "CExLabel" - "fieldName" "WarningLabel" - "font" "HudFontSmall" - "labelText" "#CraftInvalidNameDetail" - "textAlignment" "center" - "xpos" "0" - "ypos" "170" - "zpos" "0" - "wide" "400" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "LightRed" + "ControlName" "CExLabel" + "fieldName" "WarningLabel" + "font" "HudFontSmall" + "labelText" "#CraftInvalidNameDetail" + "textAlignment" "center" + "xpos" "0" + "ypos" "170" + "zpos" "0" + "wide" "400" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "LightRed" } "BackFromInvalidButton" { - "ControlName" "CExButton" - "fieldName" "BackFromInvalidButton" - "xpos" "135" - "ypos" "200" - "zpos" "1" - "wide" "130" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_OK" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "backfrominvalid" + "ControlName" "CExButton" + "fieldName" "BackFromInvalidButton" + "xpos" "135" + "ypos" "200" + "zpos" "1" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_OK" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "backfrominvalid" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "ButtonHover" diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index bbbe858..ba9b773 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -17,25 +17,25 @@ "settitlebarvisible" "0" "bgcolor_override" "DarkGrey" - "item_ypos" "60" - "item_ydelta" "80" - "item_backpack_offcenter_x" "-288" - "item_backpack_xdelta" "4" - "item_backpack_ydelta" "3" + "item_ypos" "60" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" "modelpanels_selection_kv" { - "wide" "94" - "tall" "70" - "model_xpos" "2" - "model_wide" "90" - "model_tall" "50" - "model_center_x" "1" - "text_ypos" "0" - "text_forcesize" "2" - "text_center" "0" - "text_yoffset" "2" - "inset_eq_y" "55" + "wide" "94" + "tall" "70" + "model_xpos" "2" + "model_wide" "90" + "model_tall" "50" + "model_center_x" "1" + "text_ypos" "0" + "text_forcesize" "2" + "text_center" "0" + "text_yoffset" "2" + "inset_eq_y" "55" "deferred_description" "1" "deferred_icon" "1" } @@ -146,6 +146,7 @@ { "ControlName" "TextEntry" "fieldName" "NameFilterTextEntry" + "font" "HudFontSmallest" "xpos" "c+205" "ypos" "30" "zpos" "2" @@ -162,7 +163,6 @@ "fgcolor_override" "TanLight" "bgcolor_override" "15 15 15 255" "paintbackgroundtype" "2" - "font" "HudFontSmallest" } "TopLine" @@ -275,7 +275,7 @@ "enabled" "1" "dulltext" "0" "brighttext" "0" - } + } "ShowBackpack" { @@ -410,14 +410,14 @@ "bgcolor_override" "Transparent" "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" - "paintborder" "1" + "paintborder" "1" "text_ypos" "20" "text_center" "1" "model_hide" "1" "resize_to_text" "1" "padding_height" "15" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -435,5 +435,5 @@ "fgcolor" "TextColor" "centerwrap" "1" } - } + } } \ No newline at end of file diff --git a/resource/ui/loadoutpresetpanel.res b/resource/ui/loadoutpresetpanel.res index 93bc313..18bf498 100644 --- a/resource/ui/loadoutpresetpanel.res +++ b/resource/ui/loadoutpresetpanel.res @@ -7,23 +7,23 @@ "presetbutton_kv" { - "zpos" "20" - "wide" "25" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "font" "CerbeticaBold28" - "textAlignment" "center" - "textinsetx" "0" - "dulltext" "0" - "brighttext" "0" - "Command" "" + "zpos" "20" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "font" "CerbeticaBold28" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "centerwrap" "1" + "centerwrap" "1" } } } \ No newline at end of file diff --git a/resource/ui/matchmakingcasualcriteria.res b/resource/ui/matchmakingcasualcriteria.res index 9c4954b..e291d1b 100644 --- a/resource/ui/matchmakingcasualcriteria.res +++ b/resource/ui/matchmakingcasualcriteria.res @@ -75,7 +75,7 @@ "proportionaltoparent" "1" "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -119,7 +119,7 @@ "proportionaltoparent" "1" "image_drawcolor" "White" "image_armedcolor" "169 123 53 255" - + "SubImage" { "ControlName" "ImagePanel" diff --git a/resource/ui/matchmakingcategorypanel.res b/resource/ui/matchmakingcategorypanel.res index 00892f0..6de72ae 100644 --- a/resource/ui/matchmakingcategorypanel.res +++ b/resource/ui/matchmakingcategorypanel.res @@ -84,7 +84,7 @@ "sound_released" "UI/buttonclickrelease.wav" "image_default" "glyph_expand" "button_activation_type" "1" - + "SubImage" { "ControlName" "ImagePanel" @@ -118,14 +118,14 @@ "Checkbutton" { "ControlName" "CExCheckButton" - "fieldName" "Checkbutton" - "xpos" "r27" - "ypos" "-1" - "zpos" "3" - "wide" "25" - "tall" "20" + "fieldName" "Checkbutton" + "xpos" "r27" + "ypos" "-1" + "zpos" "3" + "wide" "25" + "tall" "20" "proportionaltoparent" "1" - "labeltext" "" + "labeltext" "" "smallcheckimage" "1" "sound_depressed" "UI/buttonclickrelease.wav" "button_activation_type" "1" diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 1f40ee9..3263af5 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -18,17 +18,17 @@ "TopBar" { - "ControlName" "EditablePanel" - "fieldName" "TopBar" - "xpos" "cs-0.5" - "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "35" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "TopBar" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "35" + "visible" "1" + "pinCorner" "2" + "autoResize" "1" "proportionaltoparent" "1" - "pinCorner" "2" - "autoResize" "1" "Gradient" { @@ -43,10 +43,10 @@ "enabled" "1" "rotation" "2" "proportionaltoparent" "1" - "scaleimage" "1" + "scaleimage" "1" "mouseinputenabled" "0" - "alpha" "100" - "image" "gradient_pure_black" + "alpha" "100" + "image" "gradient_pure_black" } "BGPanel" @@ -108,7 +108,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "image_drawcolor" "TanLight" "image_armedcolor" "TanLight" @@ -315,8 +315,8 @@ "button_activation_type" "1" "paintbackground" "0" "paintborder" "0" - } - + } + "CTFLogoPanel" { "ControlName" "CTFLogoPanel" @@ -378,7 +378,7 @@ "proportionaltoparent" "1" "actionsignallevel" "3" "paintbackground" "0" - + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "TanDarker" @@ -399,7 +399,7 @@ "image" "glyph_options" "scaleImage" "1" } - } + } "CloseButton" { @@ -447,7 +447,7 @@ "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" - } + } } } @@ -541,10 +541,8 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "actionsignallevel" "3" - "armedBgColor_override" "CreditsGreen" "defaultBgColor_override" "SaleGreen" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } @@ -576,18 +574,16 @@ "keyboardinputenabled" "0" "actionsignallevel" "2" "RoundedCorners" "0" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "armedBgColor_override" "192 28 0 150" "defaultBgColor_override" "192 28 0 50" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - - "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" "SubImage" { @@ -635,18 +631,16 @@ "textinsety" "5" "textinsetx" "22" "use_proportional_insets" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "armedBgColor_override" "192 28 0 150" "defaultBgColor_override" "192 28 0 50" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - - "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" "SubImage" { @@ -701,10 +695,10 @@ // "armedBgColor_override" "CreditsGreen" // "defaultBgColor_override" "GreenSolid" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" "SubImage" { @@ -749,8 +743,8 @@ "keyboardinputenabled" "0" "actionsignallevel" "2" "roundedcorners" "1" - "textinsety" "5" - "textinsetx" "25" + "textinsetx" "25" + "textinsety" "5" "use_proportional_insets" "1" "sound_depressed" "UI/buttonclick.wav" @@ -759,10 +753,10 @@ "armedBgColor_override" "CreditsGreen" "defaultBgColor_override" "GreenSolid" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" "SubImage" { diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res index 9f9c030..18cc763 100644 --- a/resource/ui/matchmakingdashboardcomp.res +++ b/resource/ui/matchmakingdashboardcomp.res @@ -16,13 +16,13 @@ "Title" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "Title" - "xpos" "8" - "ypos" "23" - "zpos" "99" - "wide" "f0" - "tall" "20" + "xpos" "8" + "ypos" "23" + "zpos" "99" + "wide" "f0" + "tall" "20" "proportionaltoparent" "1" "labeltext" "#TF_Matchmaking_HeaderCompetitive" "textAlignment" "west" diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res index 1c4a663..0eb6dea 100644 --- a/resource/ui/matchmakingdashboardmvmmodeselect.res +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -4,126 +4,126 @@ { "MVMModeSelect" { - "fieldName" "MVMModeSelect" - "xpos" "r0" - "ypos" "10" - "zpos" "1002" - "wide" "270" - "tall" "f70" - "visible" "1" + "fieldName" "MVMModeSelect" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" "proportionaltoparent" "1" } "MvMLogoImage" { - "ControlName" "ImagePanel" - "fieldName" "MvMLogoImage" - "xpos" "30" - "ypos" "-5" - "zpos" "2" - "wide" "o2" - "tall" "100" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "mvm/mvm_logo" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "MvMLogoImage" + "xpos" "30" + "ypos" "-5" + "zpos" "2" + "wide" "o2" + "tall" "100" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "mvm/mvm_logo" + "scaleImage" "1" } "MannUpGroupBox" { - //"ControlName" "EditablePanel" - "fieldName" "MannUpGroupBox" - "xpos" "6" - "ypos" "55" - "zpos" "1" - "wide" "250" - "tall" "215" - "visible" "1" - "enabled" "1" + //"ControlName" "EditablePanel" + "fieldName" "MannUpGroupBox" + "xpos" "6" + "ypos" "55" + "zpos" "1" + "wide" "250" + "tall" "215" + "visible" "1" + "enabled" "1" "DropShadow" { - "ControlName" "EditablePanel" - "fieldName" "DropShadow" - "xpos" "0" - "ypos" "0" - "zpos" "101" - "wide" "f0" - "tall" "f0" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "0" + "ypos" "0" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "visible" "1" "PaintBackgroundType" "2" - "border" "InnerShadowBorder" + "border" "InnerShadowBorder" "proportionaltoparent" "1" - "mouseinputenabled" "0" + "mouseinputenabled" "0" } "MannUpImage" { - "ControlName" "ImagePanel" - "fieldName" "MannUpImage" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "o1" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "mvm/mannup" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "MannUpImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "o1" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "mvm/mannup" + "scaleImage" "1" "proportionaltoparent" "1" } "Gradient" { - "ControlName" "ImagePanel" - "fieldName" "Gradient" - "xpos" "0" - "ypos" "rs1" - "wide" "f0" - "tall" "100" - "zpos" "1" - "visible" "1" - "enabled" "1" - "rotation" "0" + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "rs1" + "wide" "f0" + "tall" "100" + "zpos" "1" + "visible" "1" + "enabled" "1" + "rotation" "0" "proportionaltoparent" "1" - "scaleimage" "1" - "mouseinputenabled" "0" - "alpha" "255" - "image" "gradient_pure_black" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "255" + "image" "gradient_pure_black" } "PlayNowButton" { - //"ControlName" "CExButton" - "fieldName" "PlayNowButton" - "xpos" "cs-0.5" - "ypos" "rs1-5" - "zpos" "20" - "wide" "120" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_MvM_MannUp" - "font" "HudFontMediumSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "mannup" - "actionsignallevel" "2" + //"ControlName" "CExButton" + "fieldName" "PlayNowButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "20" + "wide" "120" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_MannUp" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "mannup" + "actionsignallevel" "2" "proportionaltoparent" "1" - "NavUp" "Sheet" - "NavDown" "BackButton" - "NavLeft" "Sheet" - "NavRight" "PracticeButton" + "NavUp" "Sheet" + "NavDown" "BackButton" + "NavLeft" "Sheet" + "NavRight" "PracticeButton" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -132,118 +132,118 @@ "PlayForBraggingRightsExplanation" { - "ControlName" "Label" - "fieldName" "PlayForBraggingRightsExplanation" - "font" "HudFontSmall" - "fgcolor_override" "TanLight" - "labelText" "#TF_MvM_BraggingRightsExplaination" - "textAlignment" "north-west" - "xpos" "cs-0.5" - "ypos" "rs1" - "zpos" "2" - "wide" "f20" - "tall" "60" - "wrap" "1" + "ControlName" "Label" + "fieldName" "PlayForBraggingRightsExplanation" + "font" "HudFontSmall" + "fgcolor_override" "TanLight" + "labelText" "#TF_MvM_BraggingRightsExplaination" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f20" + "tall" "60" + "wrap" "1" "proportionaltoparent" "1" - "mouseinputenabled" "0" + "mouseinputenabled" "0" } } "PracticeGroupBox" { - //"ControlName" "EditablePanel" - "fieldName" "PracticeGroupBox" - "xpos" "6" - "ypos" "275" - "zpos" "100" - "wide" "250" - "tall" "130" - "visible" "1" - "enabled" "1" + //"ControlName" "EditablePanel" + "fieldName" "PracticeGroupBox" + "xpos" "6" + "ypos" "275" + "zpos" "100" + "wide" "250" + "tall" "130" + "visible" "1" + "enabled" "1" "proportionaltoparent" "1" "DropShadow" { - "ControlName" "EditablePanel" - "fieldName" "DropShadow" - "xpos" "0" - "ypos" "0" - "zpos" "101" - "wide" "f0" - "tall" "f0" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "0" + "ypos" "0" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "visible" "1" "PaintBackgroundType" "2" - "border" "InnerShadowBorder" + "border" "InnerShadowBorder" "proportionaltoparent" "1" - "mouseinputenabled" "0" + "mouseinputenabled" "0" } "BootcampImage" { - "ControlName" "ImagePanel" - "fieldName" "BootcampImage" - "xpos" "0" - "ypos" "rs1" - "zpos" "0" - "wide" "f0" - "tall" "o1" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "mvm/bootcamp" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "BootcampImage" + "xpos" "0" + "ypos" "rs1" + "zpos" "0" + "wide" "f0" + "tall" "o1" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "mvm/bootcamp" + "scaleImage" "1" "proportionaltoparent" "1" } "Gradient" { - "ControlName" "ImagePanel" - "fieldName" "Gradient" - "xpos" "0" - "ypos" "rs1" - "wide" "f0" - "tall" "100" - "zpos" "1" - "visible" "1" - "enabled" "1" - "rotation" "0" + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "rs1" + "wide" "f0" + "tall" "100" + "zpos" "1" + "visible" "1" + "enabled" "1" + "rotation" "0" "proportionaltoparent" "1" - "scaleimage" "1" - "mouseinputenabled" "0" - "alpha" "255" - "image" "gradient_pure_black" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "255" + "image" "gradient_pure_black" } "PracticeButton" { - //"ControlName" "CExButton" - "fieldName" "PracticeButton" - "xpos" "cs-0.5" - "ypos" "rs1-5" - "zpos" "20" - "tall" "25" - "wide" "120" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_MvM_BootCamp" - "font" "HudFontMediumSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "bootcamp" - "actionsignallevel" "2" + //"ControlName" "CExButton" + "fieldName" "PracticeButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "20" + "tall" "25" + "wide" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_BootCamp" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "bootcamp" + "actionsignallevel" "2" "proportionaltoparent" "1" - "NavUp" "Sheet" - "NavDown" "LearnMoreButton" - "NavLeft" "PlayNowButton" - "NavRight" "StartPartyButton" + "NavUp" "Sheet" + "NavDown" "LearnMoreButton" + "NavLeft" "PlayNowButton" + "NavRight" "StartPartyButton" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" @@ -252,20 +252,20 @@ "PlayOnCommunityServerExplanation" { - "ControlName" "Label" - "fieldName" "PlayOnCommunityServerExplanation" - "font" "HudFontSmall" - "fgcolor_override" "TanLight" - "labelText" "#TF_MvM_PracticeExplaination" - "textAlignment" "north-west" - "xpos" "cs-0.5" - "ypos" "rs1" - "zpos" "3" - "wide" "f20" - "tall" "50" - "wrap" "1" + "ControlName" "Label" + "fieldName" "PlayOnCommunityServerExplanation" + "font" "HudFontSmall" + "fgcolor_override" "TanLight" + "labelText" "#TF_MvM_PracticeExplaination" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "3" + "wide" "f20" + "tall" "50" + "wrap" "1" "proportionaltoparent" "1" - "mouseinputenabled" "0" + "mouseinputenabled" "0" } } } diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res index 60f827b..81bb2f5 100644 --- a/resource/ui/matchmakingdashboardplaylist.res +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -4,60 +4,59 @@ { "ExpandableList" { - "fieldName" "ExpandableList" - "xpos" "r0" - "ypos" "10" - "zpos" "1001" - "wide" "280" - "tall" "f70" - "visible" "1" + "fieldName" "ExpandableList" + "xpos" "r0" + "ypos" "10" + "zpos" "1001" + "wide" "280" + "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_HeaderModeSelect" - "textAlignment" "west" - "font" "CerbeticaBold24" - "fgcolor_override" "White" - - "mouseinputenabled" "0" + "labeltext" "#TF_Matchmaking_HeaderModeSelect" + "textAlignment" "west" + "font" "CerbeticaBold24" + "fgcolor_override" "White" + "mouseinputenabled" "0" } "playlist" { - // "ControlName" "CTFPlaylistPanel" - "fieldName" "playlist" - "xpos" "8" - "ypos" "50" - "zpos" "100" - "wide" "255" - "tall" "365" - "visible" "1" + // "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "8" + "ypos" "50" + "zpos" "100" + "wide" "255" + "tall" "365" + "visible" "1" "proportionaltoparent" "1" } "PlayListDropShadow" { - "ControlName" "EditablePanel" - "fieldName" "PlayListDropShadow" - "xpos" "8" - "ypos" "50" - "zpos" "1000" - "wide" "255" - "tall" "298" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "8" + "ypos" "50" + "zpos" "1000" + "wide" "255" + "tall" "298" + "visible" "0" "PaintBackgroundType" "2" - "border" "InnerShadowBorder" + "border" "InnerShadowBorder" "proportionaltoparent" "1" - "mouseinputenabled" "0" + "mouseinputenabled" "0" } } \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res index 5c0a230..c0a8c76 100644 --- a/resource/ui/matchmakingdashboardsidepanel.res +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -11,78 +11,76 @@ "tall" "f0" "visible" "1" "proportionaltoparent" "1" - "mouseinputenabled" "0" - "bgcolor_override" "0 0 0 255" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 255" } "TitleGradient" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "TitleGradient" - "xpos" "3" - "ypos" "0" - "wide" "f0" - "tall" "60" - "zpos" "98" + "xpos" "3" + "ypos" "0" + "wide" "f0" + "tall" "60" + "zpos" "98" "visible" "0" "enabled" "0" "rotation" "3" "proportionaltoparent" "1" - "scaleimage" "1" - "mouseinputenabled" "0" - "alpha" "180" - "image" "gradient_pure_black" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "180" + "image" "gradient_pure_black" } "InnerGradient" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "InnerGradient" - "xpos" "3" + "xpos" "3" "rotation" "2" + "ypos" "0" + "wide" "30" + "tall" "f0" + "zpos" "1000" + "visible" "0" + "enabled" "0" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "image" "gradient_pure_black" if_left { - "xpos" "rs1-3" - "rotation" "1" + "xpos" "rs1-3" + "rotation" "1" } - - "ypos" "0" - "wide" "30" - "tall" "f0" - "zpos" "1000" - "visible" "0" - "enabled" "0" - "proportionaltoparent" "1" - "scaleimage" "1" - "mouseinputenabled" "0" - "image" "gradient_pure_black" } "OuterGradient" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "OuterGradient" - "xpos" "rs1" + "xpos" "rs1" "rotation" "1" + "ypos" "0" + "wide" "20" + "tall" "f0" + "zpos" "1000" + "visible" "0" + "enabled" "0" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "255" + "image" "gradient_pure_black" if_left { - "xpos" "0" - "rotation" "2" + "xpos" "0" + "rotation" "2" } - - "ypos" "0" - "wide" "20" - "tall" "f0" - "zpos" "1000" - "visible" "0" - "enabled" "0" - "proportionaltoparent" "1" - "scaleimage" "1" - "mouseinputenabled" "0" - "alpha" "255" - "image" "gradient_pure_black" } "CloseButton" @@ -91,13 +89,6 @@ "fieldName" "CloseButton" "xpos" "rs1" "labelText" ">" - - if_left - { - "xpos" "0" - "labelText" "<" - } - "ypos" "0" "zpos" "10000" "wide" "15" @@ -111,7 +102,13 @@ "armedBgColor_override" "Transparent" "defaultBgColor_override" "Transparent" "defaultFgColor_override" "White" - "armedFgColor_override" "169 123 53 255" + "armedFgColor_override" "169 123 53 255" + + if_left + { + "xpos" "0" + "labelText" "<" + } } "ReturnButton" @@ -120,13 +117,6 @@ "fieldName" "ReturnButton" "xpos" "3" "labelText" "<" - - if_left - { - "xpos" "rs1-3" - "labelText" ">" - } - "ypos" "0" "zpos" "10000" "wide" "20" @@ -142,6 +132,12 @@ "defaultBgColor_override" "Transparent" "defaultFgColor_override" "White" "armedFgColor_override" "169 123 53 255" + + if_left + { + "xpos" "rs1-3" + "labelText" ">" + } } "BGPanel" diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index b9e4692..0e855a9 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -120,7 +120,7 @@ "visible" "1" "proportionaltoparent" "1" "paintbackground" "0" - + if_mini { "xpos" "cs-0.5-228" @@ -293,7 +293,7 @@ "2" "TanLight" } } - + "StatsContainer" { "ControlName" "EditablePanel" diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index d837ff3..80ed219 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -894,7 +894,7 @@ "brighttext" "0" "proportionaltoparent" "1" } - + "CancelButton" { "ControlName" "CExButton" @@ -942,7 +942,7 @@ "callout_inparents_x" "25" "callout_inparents_y" "385" "next_explanation" "" - + "TitleLabel" { "ControlName" "CExLabel" @@ -961,7 +961,7 @@ "wrap" "1" "fgcolor_override" "TanDarker" } - + "TextLabel" { "ControlName" "CExLabel" @@ -981,7 +981,7 @@ "fgcolor_override" "TanDarker" "proportionaltoparent" "1" } - + "CloseButton" { "ControlName" "CExImageButton" @@ -1004,18 +1004,17 @@ "default" "0" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" + "Command" "close" "proportionaltoparent" "1" - - "paintbackground" "0" - + "paintbackground" "0" + "defaultFgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "TanDarker" - + "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" - + "SubImage" { "ControlName" "ImagePanel" @@ -1029,8 +1028,8 @@ "enabled" "1" "image" "close_button" "scaleImage" "1" - } - } - } + } + } + } } } \ No newline at end of file diff --git a/resource/ui/replaybrowser/basepage.res b/resource/ui/replaybrowser/basepage.res index bab6724..4e0d7f8 100644 --- a/resource/ui/replaybrowser/basepage.res +++ b/resource/ui/replaybrowser/basepage.res @@ -40,7 +40,7 @@ "bgcolor_override" "Black" "Font" "CerbeticaBold14" } - + "ReplayList" { "ControlName" "PanelListPanel" diff --git a/resource/ui/replaybrowser/mainpanel.res b/resource/ui/replaybrowser/mainpanel.res index 430b78c..23459bb 100644 --- a/resource/ui/replaybrowser/mainpanel.res +++ b/resource/ui/replaybrowser/mainpanel.res @@ -19,10 +19,10 @@ "infocus_bgcolor_override" "46 43 42 0" "outoffocus_bgcolor_override" "46 43 42 0" - "title" "#Replay_Replay" - "title_font" "CerbeticaBold36" - "titletextinsetX" "40" - "titletextinsetY" "0" + "title" "#Replay_Replay" + "title_font" "CerbeticaBold36" + "titletextinsetX" "40" + "titletextinsetY" "0" "titlebarfgcolor_override" "HudOffWhite" "titlebardisabledfgcolor_override" "HudOffWhite" "titlebarbgcolor_override" "DarkGrey" @@ -42,7 +42,7 @@ "enabled" "1" "image" "loadout_header" "tileImage" "1" - } + } "BackgroundHeader2" { "ControlName" "ImagePanel" @@ -56,7 +56,7 @@ "enabled" "1" "fillcolor" "27 27 27 200" "tileImage" "1" - } + } "BackgroundFooter" { "ControlName" "ImagePanel" @@ -84,7 +84,7 @@ "enabled" "1" "fillcolor" "27 27 27 200" "tileImage" "1" - } + } "FooterLine" { "ControlName" "EditablePanel" @@ -100,7 +100,7 @@ "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "ColorCyan" - } + } "Sheet" { "ControlName" "EditablePanel" @@ -125,7 +125,7 @@ "enabled" "0" "image" "loadout_solid_line" "scaleImage" "1" - } + } "tabskv" { @@ -133,7 +133,7 @@ "textinsety" "-6" "font" "CerbeticaBold20" "selectedcolor" "White" - "unselectedcolor" "DullWhite" + "unselectedcolor" "DullWhite" "defaultBgColor_override" "Blank" "paintbackground" "0" "activeborder_override" "NoBorder" @@ -165,5 +165,5 @@ "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 7e0f1f1..4145d46 100644 --- a/resource/ui/replaybrowser/thumbnailcollection.res +++ b/resource/ui/replaybrowser/thumbnailcollection.res @@ -2,15 +2,15 @@ { "ThumbnailCollection" { - "ControlName" "Panel" - "fieldName" "ThumbnailCollection" - "wide" "f0" - "tall" "180" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + "ControlName" "Panel" + "fieldName" "ThumbnailCollection" + "wide" "f0" + "tall" "180" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" "settitlebarvisible" "1" "bgcolor_override" "DarkGrey" } diff --git a/resource/ui/revivedialog.res b/resource/ui/revivedialog.res index 50ebb24..9de380e 100644 --- a/resource/ui/revivedialog.res +++ b/resource/ui/revivedialog.res @@ -34,66 +34,66 @@ "border" "NoBorder" "bgcolor_override" "HudBlack" } - + "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "EconFontSmall" - "labelText" "#ConfirmTitle" - "textAlignment" "north" - "xpos" "0" - "ypos" "10" - "zpos" "1" - "wide" "220" - "tall" "30" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "EconFontSmall" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "220" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } - + "ExplanationLabel" { - "ControlName" "CExLabel" - "fieldName" "ExplanationLabel" - "font" "ReplayBrowserSmallest" - "labelText" "%text%" - "textAlignment" "north" - "xpos" "10" - "ypos" "25" - "zpos" "1" - "wide" "200" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "centerwrap" "1" - "fgcolor_override" "ColorCyan" + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "ReplayBrowserSmallest" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "10" + "ypos" "25" + "zpos" "1" + "wide" "200" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "ColorCyan" } - + "ConfirmButton" { - "ControlName" "CExButton" - "fieldName" "ConfirmButton" - "xpos" "60" - "ypos" "45" - "zpos" "20" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#ConfirmButtonText" - "font" "ReplayBrowserSmallest" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "confirm" + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "60" + "ypos" "45" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "ReplayBrowserSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_default" "NoBorder" @@ -103,7 +103,7 @@ "depressedBgColor_override" "Econ.Button.DepressedBgColor" "depressedFgColor_override" "Econ.Button.DepressedFgColor" } - + "SpectatorGUIHealth" { "ControlName" "EditablePanel" diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 9087d0a..8f5744b 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -13,7 +13,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "settitlebarvisible" "0" + "settitlebarvisible" "0" "PaintBackgroundType" "0" } diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 8c1b2a7..fb0be4f 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -43,15 +43,15 @@ "MapInfo" { "ControlName" "EditablePanel" - "fieldName" "MapInfo" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "visible" "0" - "enabled" "1" + "fieldName" "MapInfo" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" "bgcolor_override" "TanDarker" - + "MainBG" { "ControlName" "ImagePanel" @@ -65,10 +65,10 @@ "image" "../console/background_upward" "scaleImage" "1" } - + "InfoBG" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "InfoBG" "xpos" "c+10" "ypos" "120" @@ -78,8 +78,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "border" "NoBorder" - "bgcolor_override" "15 15 15 150" + "bgcolor_override" "15 15 15 150" } "Title" @@ -141,11 +140,11 @@ "OnYourWayLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "OnYourWayLabel" "font" "CerbeticaBold24" "labelText" "#LoadingMap" - "textAlignment" "west" + "textAlignment" "west" "xpos" "5" "ypos" "5" "zpos" "40" @@ -158,25 +157,25 @@ "fgcolor_override" "TanLight" } "LoadingLabel" - { - "ControlName" "CExLabel" - "fieldName" "LoadingLabel" - "font" "Cerbetica32" - "labelText" "Loading..." - "textAlignment" "west" - "xpos" "5" - "ypos" "414" - "zpos" "201" - "wide" "f0" - "tall" "96" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } + { + "ControlName" "CExLabel" + "fieldName" "LoadingLabel" + "font" "Cerbetica32" + "labelText" "Loading..." + "textAlignment" "west" + "xpos" "5" + "ypos" "414" + "zpos" "201" + "wide" "f0" + "tall" "96" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "MapLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "MapLabel" "font" "Cerbetica72" "labelText" "%maplabel%" @@ -210,211 +209,180 @@ "enabled" "1" "fgcolor_override" "TanLight" } + "StatData" { "ControlName" "EditablePanel" - "fieldName" "StatData" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" + "fieldName" "StatData" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" "NonInteractiveHeaders" { "ControlName" "EditablePanel" - "fieldName" "NonInteractiveHeaders" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" + "fieldName" "NonInteractiveHeaders" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" "BarChartLabelA" { "ControlName" "Label" - "fieldName" "BarChartLabelA" - "font" "CerbeticaBold12" - "font_hidef" "Default" - "labelText" "#StatSummary_StatTitle_MostPoints" + "fieldName" "BarChartLabelA" + "font" "CerbeticaBold12" + "labelText" "#StatSummary_StatTitle_MostPoints" "textAlignment" "east" - "xpos" "c-282" - "xpos_hidef" "c-210" - "xpos_lodef" "c-210" - "ypos" "212" - "ypos_hidef" "49" - "ypos_lodef" "49" - "zpos" "5" - "wide" "150" [$WIN32] - "wide" "170" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "xpos" "c-282" + "ypos" "212" + "zpos" "5" + "tall" "20" + "wide" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "BarChartLabelB" { "ControlName" "Label" - "fieldName" "BarChartLabelB" - "font" "CerbeticaBold12" - "font_hidef" "Default" - "labelText" "#StatSummary_StatTitle_TotalPlaytime" + "fieldName" "BarChartLabelB" + "font" "CerbeticaBold12" + "labelText" "#StatSummary_StatTitle_TotalPlaytime" "textAlignment" "west" - "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" - "ypos" "212" - "ypos_hidef" "49" - "ypos_lodef" "49" - "zpos" "5" - "wide" "150" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "xpos" "c-127" + "ypos" "212" + "zpos" "5" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "OverallRecordLabel" { "ControlName" "Label" - "fieldName" "OverallRecordLabel" - "font" "CerbeticaBold12" - "labelText" "#StatSummary_Label_AsAnyClass" + "fieldName" "OverallRecordLabel" + "font" "CerbeticaBold12" + "labelText" "#StatSummary_Label_AsAnyClass" "textAlignment" "west" - "xpos" "c+130" - "xpos_hidef" "c+110" - "ypos" "200" - "ypos_hidef" "150" - "zpos" "5" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_hidef" "0" - "visible_lodef" "0" - "enabled" "1" - "enabled_hidef" "0" - "enabled_lodef" "0" + "xpos" "c+130" + "ypos" "200" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } } + "InteractiveHeaders" { "ControlName" "EditablePanel" - "fieldName" "InteractiveHeaders" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" + "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" + "fieldName" "BarChartComboA" + "xpos" "c-285" + "ypos" "212" + "zpos" "10" + "wide" "154" + "tall" "14" "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" "tabPosition" "1" "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "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" + "fieldName" "BarChartComboB" + "xpos" "c-127" + "ypos" "212" + "zpos" "10" + "wide" "154" + "tall" "14" "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" "tabPosition" "1" "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "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" + "fieldName" "ClassCombo" + "xpos" "c+124" + "ypos" "212" + "zpos" "10" + "wide" "167" + "tall" "14" "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" "tabPosition" "1" "textHidden" "0" - "editable" "0" - "maxchars" "-1" - "NumericInputOnly" "0" - "unicode" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" } } "AveragesBG" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "AveragesBG" "xpos" "c-295" - "xpos_hidef" "c-283" - "xpos_lodef" "c-283" "ypos" "165" - "ypos_hidef" "22" - "ypos_lodef" "22" "wide" "600" - "wide_hidef" "566" - "wide_lodef" "566" "tall" "300" - "tall_hidef" "633" - "tall_lodef" "633" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "border" "NoBorder" - "bgcolor_override" "15 15 15 150" + "bgcolor_override" "15 15 15 150" } "AveragesLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "AveragesLabel" "font" "ScoreboardMedium" "labelText" "#StatSummary_Label_PerformanceReport" - "textAlignment" "west" - "textAlignment_hidef" "center" - "textAlignment_lodef" "center" + "textAlignment" "west" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" - "ypos" "170" [!$OSX] - "ypos" "185" [$OSX] - "ypos_hidef" "32" - "ypos_lodef" "32" + "ypos" "170" "wide" "300" "tall" "20" "autoResize" "0" @@ -424,14 +392,10 @@ } "ClassBarBG1A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG1A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "230" - "ypos_hidef" "67" - "ypos_lodef" "67" "zpos" "2" "wide" "312" "tall" "16" @@ -445,14 +409,10 @@ } "ClassBarBG1B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG1B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "230" - "ypos_hidef" "67" - "ypos_lodef" "67" "zpos" "2" "wide" "70" "tall" "16" @@ -466,14 +426,10 @@ } "ClassBar1A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar1A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "232" - "ypos_hidef" "69" - "ypos_lodef" "69" "zpos" "3" "wide" "151" "tall" "12" @@ -482,19 +438,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar1" + "fillcolor" "StatBar1" "PaintBackgroundType" "0" } "ClassBar1B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar1B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "232" - "ypos_hidef" "69" - "ypos_lodef" "69" "zpos" "3" "wide" "151" "tall" "12" @@ -503,22 +455,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar1" + "fillcolor" "StatBar1" "PaintBackgroundType" "0" - } + } "ClassBarLabel1A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel1A" "font" "CerbeticaBold12" "labelText" "%classbarlabel1A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" "zpos" "6" "wide" "100" "tall" "20" @@ -529,17 +477,13 @@ } "ClassBarLabel1B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel1B" "font" "CerbeticaBold12" "labelText" "%classbarlabel1B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" "zpos" "6" "wide" "100" "tall" "20" @@ -547,22 +491,16 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel1" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel1" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class1%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" "zpos" "5" "wide" "300" "tall" "20" @@ -570,17 +508,13 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG2A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG2A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "248" - "ypos_hidef" "85" - "ypos_lodef" "85" "zpos" "2" "wide" "312" "tall" "16" @@ -594,14 +528,10 @@ } "ClassBarBG2B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG2B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "248" - "ypos_hidef" "85" - "ypos_lodef" "85" "zpos" "2" "wide" "70" "tall" "16" @@ -615,14 +545,10 @@ } "ClassBar2A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar2A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "250" - "ypos_hidef" "87" - "ypos_lodef" "87" "zpos" "3" "wide" "151" "tall" "12" @@ -631,19 +557,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar2" + "fillcolor" "StatBar2" "PaintBackgroundType" "0" } "ClassBar2B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar2B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "250" - "ypos_hidef" "87" - "ypos_lodef" "87" "zpos" "3" "wide" "151" "tall" "12" @@ -652,22 +574,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar2" + "fillcolor" "StatBar2" "PaintBackgroundType" "0" } "ClassBarLabel2A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel2A" "font" "CerbeticaBold12" "labelText" "%classbarlabel2A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" "zpos" "6" "wide" "100" "tall" "20" @@ -678,17 +596,13 @@ } "ClassBarLabel2B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel2B" "font" "CerbeticaBold12" "labelText" "%classbarlabel2B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" "zpos" "6" "wide" "100" "tall" "20" @@ -699,19 +613,13 @@ } "ClassLabel2" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel2" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class2%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" "zpos" "5" "wide" "300" "tall" "20" @@ -722,14 +630,10 @@ } "ClassBarBG3A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG3A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "266" - "ypos_hidef" "103" - "ypos_lodef" "103" "zpos" "2" "wide" "312" "tall" "16" @@ -743,14 +647,10 @@ } "ClassBarBG3B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG3B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "266" - "ypos_hidef" "103" - "ypos_lodef" "103" "zpos" "2" "wide" "70" "tall" "16" @@ -764,14 +664,10 @@ } "ClassBar3A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar3A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "268" - "ypos_hidef" "105" - "ypos_lodef" "105" "zpos" "3" "wide" "151" "tall" "12" @@ -780,19 +676,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar3" + "fillcolor" "StatBar3" "PaintBackgroundType" "0" } "ClassBar3B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar3B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "268" - "ypos_hidef" "105" - "ypos_lodef" "105" "zpos" "3" "wide" "151" "tall" "12" @@ -801,22 +693,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar3" + "fillcolor" "StatBar3" "PaintBackgroundType" "0" } "ClassBarLabel3A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel3A" "font" "CerbeticaBold12" "labelText" "%classbarlabel3A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "264" - "ypos_hidef" "101" - "ypos_lodef" "101" "zpos" "6" "wide" "100" "tall" "20" @@ -827,17 +715,13 @@ } "ClassBarLabel3B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel3B" "font" "CerbeticaBold12" "labelText" "%classbarlabel3B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "264" - "ypos_hidef" "101" - "ypos_lodef" "101" "zpos" "6" "wide" "100" "tall" "20" @@ -848,19 +732,13 @@ } "ClassLabel3" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel3" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class3%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "264" - "ypos_hidef" "101" - "ypos_lodef" "101" "zpos" "5" "wide" "300" "tall" "20" @@ -871,14 +749,10 @@ } "ClassBarBG4A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG4A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "284" - "ypos_hidef" "121" - "ypos_lodef" "121" "zpos" "2" "wide" "312" "tall" "16" @@ -892,14 +766,10 @@ } "ClassBarBG4B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG4B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "284" - "ypos_hidef" "121" - "ypos_lodef" "121" "zpos" "2" "wide" "70" "tall" "16" @@ -913,14 +783,10 @@ } "ClassBar4A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar4A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "286" - "ypos_hidef" "123" - "ypos_lodef" "123" "zpos" "3" "wide" "151" "tall" "12" @@ -929,19 +795,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar4" + "fillcolor" "StatBar4" "PaintBackgroundType" "0" } "ClassBar4B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar4B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "286" - "ypos_hidef" "123" - "ypos_lodef" "123" "zpos" "3" "wide" "151" "tall" "12" @@ -950,22 +812,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar4" + "fillcolor" "StatBar4" "PaintBackgroundType" "0" } "ClassBarLabel4A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel4A" "font" "CerbeticaBold12" "labelText" "%classbarlabel4A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "282" - "ypos_hidef" "119" - "ypos_lodef" "119" "zpos" "6" "wide" "100" "tall" "20" @@ -976,17 +834,13 @@ } "ClassBarLabel4B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel4B" "font" "CerbeticaBold12" "labelText" "%classbarlabel4B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "282" - "ypos_hidef" "119" - "ypos_lodef" "119" "zpos" "6" "wide" "100" "tall" "20" @@ -997,19 +851,13 @@ } "ClassLabel4" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel4" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class4%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "282" - "ypos_hidef" "119" - "ypos_lodef" "119" "zpos" "5" "wide" "300" "tall" "20" @@ -1020,14 +868,10 @@ } "ClassBarBG5A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG5A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "302" - "ypos_hidef" "139" - "ypos_lodef" "139" "zpos" "2" "wide" "312" "tall" "16" @@ -1041,14 +885,10 @@ } "ClassBarBG5B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG5B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "302" - "ypos_hidef" "139" - "ypos_lodef" "139" "zpos" "2" "wide" "70" "tall" "16" @@ -1062,14 +902,10 @@ } "ClassBar5A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar5A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "304" - "ypos_hidef" "141" - "ypos_lodef" "141" "zpos" "3" "wide" "151" "tall" "12" @@ -1078,19 +914,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar5" + "fillcolor" "StatBar5" "PaintBackgroundType" "0" } "ClassBar5B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar5B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "304" - "ypos_hidef" "141" - "ypos_lodef" "141" "zpos" "3" "wide" "151" "tall" "12" @@ -1099,22 +931,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar5" + "fillcolor" "StatBar5" "PaintBackgroundType" "0" } "ClassBarLabel5A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel5A" "font" "CerbeticaBold12" "labelText" "%classbarlabel5A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "300" - "ypos_hidef" "137" - "ypos_lodef" "137" "zpos" "6" "wide" "100" "tall" "20" @@ -1125,17 +953,13 @@ } "ClassBarLabel5B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel5B" "font" "CerbeticaBold12" "labelText" "%classbarlabel5B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "300" - "ypos_hidef" "137" - "ypos_lodef" "137" "zpos" "6" "wide" "100" "tall" "20" @@ -1146,19 +970,13 @@ } "ClassLabel5" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel5" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class5%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "300" - "ypos_hidef" "137" - "ypos_lodef" "137" "zpos" "5" "wide" "282" "tall" "20" @@ -1169,14 +987,10 @@ } "ClassBarBG6A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG6A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "320" - "ypos_hidef" "157" - "ypos_lodef" "157" "zpos" "2" "wide" "312" "tall" "16" @@ -1190,14 +1004,10 @@ } "ClassBarBG6B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG6B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "320" - "ypos_hidef" "157" - "ypos_lodef" "157" "zpos" "2" "wide" "70" "tall" "16" @@ -1211,14 +1021,10 @@ } "ClassBar6A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar6A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "322" - "ypos_hidef" "159" - "ypos_lodef" "159" "zpos" "3" "wide" "151" "tall" "12" @@ -1227,19 +1033,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar6" + "fillcolor" "StatBar6" "PaintBackgroundType" "0" } "ClassBar6B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar6B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "322" - "ypos_hidef" "159" - "ypos_lodef" "159" "zpos" "3" "wide" "151" "tall" "12" @@ -1248,22 +1050,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar6" + "fillcolor" "StatBar6" "PaintBackgroundType" "0" } "ClassBarLabel6A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel6A" "font" "CerbeticaBold12" "labelText" "%classbarlabel6A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "318" - "ypos_hidef" "155" - "ypos_lodef" "155" "zpos" "6" "wide" "100" "tall" "20" @@ -1274,17 +1072,13 @@ } "ClassBarLabel6B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel6B" "font" "CerbeticaBold12" "labelText" "%classbarlabel6B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "318" - "ypos_hidef" "155" - "ypos_lodef" "155" "zpos" "6" "wide" "100" "tall" "20" @@ -1295,19 +1089,13 @@ } "ClassLabel6" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel6" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class6%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "318" - "ypos_hidef" "155" - "ypos_lodef" "155" "zpos" "5" "wide" "300" "tall" "20" @@ -1318,14 +1106,10 @@ } "ClassBarBG7A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG7A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "338" - "ypos_hidef" "175" - "ypos_lodef" "175" "zpos" "2" "wide" "312" "tall" "16" @@ -1339,14 +1123,10 @@ } "ClassBarBG7B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG7B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "338" - "ypos_hidef" "175" - "ypos_lodef" "175" "zpos" "2" "wide" "70" "tall" "16" @@ -1360,14 +1140,10 @@ } "ClassBar7A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar7A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "340" - "ypos_hidef" "177" - "ypos_lodef" "177" "zpos" "3" "wide" "151" "tall" "12" @@ -1376,19 +1152,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar7" + "fillcolor" "StatBar7" "PaintBackgroundType" "0" } "ClassBar7B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar7B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "340" - "ypos_hidef" "177" - "ypos_lodef" "177" "zpos" "3" "wide" "151" "tall" "12" @@ -1397,22 +1169,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar7" + "fillcolor" "StatBar7" "PaintBackgroundType" "0" } "ClassBarLabel7A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel7A" "font" "CerbeticaBold12" "labelText" "%classbarlabel7A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "336" - "ypos_hidef" "173" - "ypos_lodef" "173" "zpos" "6" "wide" "100" "tall" "20" @@ -1423,17 +1191,13 @@ } "ClassBarLabel7B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel7B" "font" "CerbeticaBold12" "labelText" "%classbarlabel7B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "336" - "ypos_hidef" "173" - "ypos_lodef" "173" "zpos" "6" "wide" "100" "tall" "20" @@ -1444,19 +1208,13 @@ } "ClassLabel7" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel7" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class7%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "336" - "ypos_hidef" "173" - "ypos_lodef" "173" "zpos" "5" "wide" "300" "tall" "20" @@ -1467,14 +1225,10 @@ } "ClassBarBG8A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG8A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "356" - "ypos_hidef" "193" - "ypos_lodef" "193" "zpos" "2" "wide" "312" "tall" "16" @@ -1488,14 +1242,10 @@ } "ClassBarBG8B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG8B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "356" - "ypos_hidef" "193" - "ypos_lodef" "193" "zpos" "2" "wide" "70" "tall" "16" @@ -1509,14 +1259,10 @@ } "ClassBar8A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar8A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "358" - "ypos_hidef" "195" - "ypos_lodef" "195" "zpos" "3" "wide" "151" "tall" "12" @@ -1525,19 +1271,15 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar8" + "fillcolor" "StatBar8" "PaintBackgroundType" "0" } "ClassBar8B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar8B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "358" - "ypos_hidef" "195" - "ypos_lodef" "195" "zpos" "3" "wide" "151" "tall" "12" @@ -1546,22 +1288,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "fillcolor" "StatBar8" + "fillcolor" "StatBar8" "PaintBackgroundType" "0" } "ClassBarLabel8A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel8A" "font" "CerbeticaBold12" "labelText" "%classbarlabel8A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "354" - "ypos_hidef" "191" - "ypos_lodef" "191" "zpos" "6" "wide" "100" "tall" "20" @@ -1572,17 +1310,13 @@ } "ClassBarLabel8B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel8B" "font" "CerbeticaBold12" "labelText" "%classbarlabel8B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "354" - "ypos_hidef" "191" - "ypos_lodef" "191" "zpos" "6" "wide" "100" "tall" "20" @@ -1593,19 +1327,13 @@ } "ClassLabel8" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel8" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class8%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "354" - "ypos_hidef" "191" - "ypos_lodef" "191" "zpos" "5" "wide" "300" "tall" "20" @@ -1616,14 +1344,10 @@ } "ClassBarBG9A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG9A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "374" - "ypos_hidef" "211" - "ypos_lodef" "211" "zpos" "2" "wide" "312" "tall" "16" @@ -1637,14 +1361,10 @@ } "ClassBarBG9B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG9B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "374" - "ypos_hidef" "211" - "ypos_lodef" "211" "zpos" "2" "wide" "70" "tall" "16" @@ -1658,14 +1378,10 @@ } "ClassBar9A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar9A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "376" - "ypos_hidef" "213" - "ypos_lodef" "213" "zpos" "3" "wide" "151" "tall" "12" @@ -1679,14 +1395,10 @@ } "ClassBar9B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar9B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "376" - "ypos_hidef" "213" - "ypos_lodef" "213" "zpos" "3" "wide" "151" "tall" "12" @@ -1700,17 +1412,13 @@ } "ClassBarLabel9A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel9A" "font" "CerbeticaBold12" "labelText" "%classbarlabel9A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "372" - "ypos_hidef" "209" - "ypos_lodef" "209" "zpos" "6" "wide" "100" "tall" "20" @@ -1721,17 +1429,13 @@ } "ClassBarLabel9B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel9B" "font" "CerbeticaBold12" "labelText" "%classbarlabel9B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "372" - "ypos_hidef" "209" - "ypos_lodef" "209" "zpos" "6" "wide" "100" "tall" "20" @@ -1742,19 +1446,13 @@ } "ClassLabel9" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel9" "font" "ScoreboardSmall" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class9%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "372" - "ypos_hidef" "209" - "ypos_lodef" "209" "zpos" "5" "wide" "300" "tall" "20" @@ -1765,63 +1463,43 @@ } "RecordsBG" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "RecordsBG" "xpos" "9999" - "xpos_hidef" "c+95" "ypos" "9999" - "ypos_hidef" "115" "wide" "200" - "wide_hidef" "225" "tall" "260" - "tall_hidef" "633" - "tall_lodef" "633" "autoResize" "0" "pinCorner" "0" "visible" "1" - "visible_hidef" "0" - "visible_lodef" "0" "enabled" "1" - "enabled_hidef" "0" - "enabled_lodef" "0" - "border" "NoBorder" "bgcolor_override" "15 15 15 150" } "RecordsLabel1" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "RecordsLabel1" "font" "ScoreboardMedium" "labelText" "#StatSummary_Label_BestMoments" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+124" - "ypos" "185" [!$OSX] - "ypos" "180" [$OSX] + "ypos" "185" "wide" "300" "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] - "visible" "0" [$X360] + "visible" "1" "enabled" "1" } "RecordsSubBG1" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "RecordsSubBG1" "xpos" "c+124" - "xpos_hidef" "c-270" - "xpos_lodef" "c-270" "ypos" "230" - "ypos_hidef" "229" - "ypos_lodef" "229" "zpos" "2" "wide" "167" - "wide_hidef" "540" - "wide_lodef" "540" "tall" "160" - "tall_hidef" "183" - "tall_lodef" "183" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1832,11 +1510,11 @@ } "RecordsLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "RecordsLabel" "font" "ScoreboardMedium" "labelText" "#StatSummary_Records" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-265" "ypos" "232" "zpos" "5" @@ -1844,28 +1522,20 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "0" [$WIN32] - "visible" "1" [$X360] + "visible" "0" "enabled" "1" } "OverallRecord1Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord1Label" "font" "CerbeticaBold12" - "font_hidef" "Default" "labelText" "%classrecord1label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "229" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1874,22 +1544,15 @@ } "OverallRecord1Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord1Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord1value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "229" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1898,22 +1561,15 @@ } "OverallRecord2Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord2Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord2label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "239" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1922,22 +1578,15 @@ } "OverallRecord2Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord2Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord2value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "239" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1946,22 +1595,15 @@ } "OverallRecord3Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord3Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord3label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "249" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1970,22 +1612,15 @@ } "OverallRecord3Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord3Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord3value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "249" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1994,22 +1629,15 @@ } "OverallRecord4Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord4Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord4label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "259" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2018,22 +1646,15 @@ } "OverallRecord4Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord4Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord4value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "259" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2042,22 +1663,15 @@ } "OverallRecord5Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord5Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord5label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "269" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2066,22 +1680,15 @@ } "OverallRecord5Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord5Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord5value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "269" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2090,22 +1697,15 @@ } "OverallRecord6Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord6Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord6label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "279" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2114,22 +1714,15 @@ } "OverallRecord6Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord6Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord6value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "279" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2138,22 +1731,15 @@ } "OverallRecord7Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord7Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord7label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "289" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2162,22 +1748,15 @@ } "OverallRecord7Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord7Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord7value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "289" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2186,22 +1765,15 @@ } "OverallRecord8Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord8Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord8label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "299" - "ypos_hidef" "330" - "ypos_lodef" "330" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2210,22 +1782,15 @@ } "OverallRecord8Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord8Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord8value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "299" - "ypos_hidef" "330" - "ypos_lodef" "330" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2234,22 +1799,15 @@ } "OverallRecord9Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord9Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord9label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "309" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2258,22 +1816,15 @@ } "OverallRecord9Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord9Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord9value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+148" - "xpos_lodef" "c+148" "ypos" "309" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2282,22 +1833,15 @@ } "OverallRecord10Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord10Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord10label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "319" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2306,22 +1850,15 @@ } "OverallRecord10Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord10Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord10value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "319" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2330,22 +1867,15 @@ } "OverallRecord11Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord11Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord11label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "329" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2354,22 +1884,15 @@ } "OverallRecord11Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord11Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord11value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "329" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2378,22 +1901,15 @@ } "OverallRecord12Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord12Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord12label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "339" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2402,22 +1918,15 @@ } "OverallRecord12Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord12Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord12value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "339" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2426,22 +1935,15 @@ } "OverallRecord13Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord13Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord13label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "349" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2450,22 +1952,15 @@ } "OverallRecord13Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord13Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord13value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "349" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2474,22 +1969,15 @@ } "OverallRecord14Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord14Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord14label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "359" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2498,22 +1986,15 @@ } "OverallRecord14Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord14Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord14value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "359" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2522,22 +2003,15 @@ } "OverallRecord15Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord15Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord15label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "369" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2546,22 +2020,15 @@ } "OverallRecord15Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord15Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord15value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "369" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2585,10 +2052,9 @@ } "TipText" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "TipText" "font" "CerbeticaBold12" - "font_hidef" "Default" "labelText" "%tiptext%" "textAlignment" "west" "xpos" "9999" @@ -2604,7 +2070,7 @@ } "NextTipButton" [$WIN32] { - "ControlName" "Button" + "ControlName" "Button" "fieldName" "NextTipButton" "xpos" "9999" "ypos" "9999" @@ -2624,7 +2090,7 @@ } "ResetStatsButton" [$WIN32] { - "ControlName" "Button" + "ControlName" "Button" "fieldName" "ResetStatsButton" "xpos" "c130" "ypos" "270" @@ -2644,7 +2110,7 @@ } "CloseButton" [$WIN32] { - "ControlName" "Button" + "ControlName" "Button" "fieldName" "CloseButton" "xpos" "r190" "ypos" "r50" diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res index eb9acef..de8f051 100644 --- a/resource/ui/statsummary_embedded.res +++ b/resource/ui/statsummary_embedded.res @@ -12,7 +12,7 @@ "enabled" "1" "bgcolor_override" "DarkGrey" } - + "MainBackground" { "ControlName" "ImagePanel" @@ -27,7 +27,7 @@ "scaleImage" "1" } - "OnYourWayLabel" [$WIN32] + "OnYourWayLabel" { "ControlName" "CExLabel" "fieldName" "OnYourWayLabel" @@ -43,25 +43,19 @@ "pinCorner" "0" "visible" "0" "enabled" "0" - } + } "MapLabel" { "ControlName" "CExLabel" "fieldName" "MapLabel" - "font" "HudFontMediumBigBold" [$WIN32] - "font" "HudFontMediumBold" [$X360] + "font" "HudFontMediumBigBold" "labelText" "%maplabel%" - "textAlignment" "center" [$WIN32] - "textAlignment" "west" [$X360] - "xpos" "5" [$WIN32] - "xpos" "60" [$X360] + "textAlignment" "center" + "xpos" "5" "ypos" "92" - "ypos_hidef" "425" - "ypos_lodef" "425" "zpos" "50" - "wide" "350" [$WIN32] - "wide" "600" [$X360] + "wide" "350" "tall" "35" "autoResize" "0" "pinCorner" "0" @@ -69,7 +63,7 @@ "enabled" "1" } - "MapType" [$WIN32] + "MapType" { "ControlName" "CExLabel" "fieldName" "MapType" @@ -113,71 +107,53 @@ "BarChartLabelA" { - "ControlName" "Label" - "fieldName" "BarChartLabelA" - "font" "CerbeticaBold12" - "font_hidef" "Default" - "labelText" "#StatSummary_StatTitle_MostPoints" - "textAlignment" "east" - "xpos" "c-282" - "xpos_hidef" "c-210" - "xpos_lodef" "c-210" - "ypos" "212" - "ypos_hidef" "49" - "ypos_lodef" "49" - "zpos" "5" - "wide" "150" [!$X360] - "wide" "170" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "Label" + "fieldName" "BarChartLabelA" + "font" "CerbeticaBold12" + "labelText" "#StatSummary_StatTitle_MostPoints" + "textAlignment" "east" + "xpos" "c-282" + "ypos" "212" + "zpos" "5" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "BarChartLabelB" { - "ControlName" "Label" - "fieldName" "BarChartLabelB" - "font" "CerbeticaBold12" - "font_hidef" "Default" - "labelText" "#StatSummary_StatTitle_TotalPlaytime" - "textAlignment" "west" - "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" - "ypos" "212" - "ypos_hidef" "49" - "ypos_lodef" "49" - "zpos" "5" - "wide" "150" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "Label" + "fieldName" "BarChartLabelB" + "font" "CerbeticaBold12" + "labelText" "#StatSummary_StatTitle_TotalPlaytime" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "212" + "zpos" "5" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "OverallRecordLabel" { - "ControlName" "Label" - "fieldName" "OverallRecordLabel" - "font" "CerbeticaBold12" - "labelText" "#StatSummary_Label_AsAnyClass" - "textAlignment" "west" - "xpos" "c+130" - "xpos_hidef" "c+110" - "ypos" "200" - "ypos_hidef" "150" - "zpos" "5" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_hidef" "0" - "visible_lodef" "0" - "enabled" "1" - "enabled_hidef" "0" - "enabled_lodef" "0" + "ControlName" "Label" + "fieldName" "OverallRecordLabel" + "font" "CerbeticaBold12" + "labelText" "#StatSummary_Label_AsAnyClass" + "textAlignment" "west" + "xpos" "c+130" + "ypos" "200" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } } "InteractiveHeaders" @@ -258,20 +234,13 @@ "ControlName" "EditablePanel" "fieldName" "AveragesBG" "xpos" "c-295" - "xpos_hidef" "c-283" - "xpos_lodef" "c-283" "ypos" "165" - "ypos_hidef" "22" - "ypos_lodef" "22" "wide" "600" "tall" "300" - "tall_hidef" "633" - "tall_lodef" "633" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "border" "NoBorder" "bgcolor_override" "15 15 15 255" } "AveragesLabel" @@ -281,15 +250,8 @@ "font" "ScoreboardMedium" "labelText" "#StatSummary_Label_PerformanceReport" "textAlignment" "west" - "textAlignment_hidef" "center" - "textAlignment_lodef" "center" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" - "ypos" "185" [!$OSX] - "ypos" "185" [$OSX] - "ypos_hidef" "32" - "ypos_lodef" "32" + "ypos" "185" "wide" "300" "tall" "20" "autoResize" "0" @@ -302,11 +264,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBarBG1A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "230" - "ypos_hidef" "67" - "ypos_lodef" "67" "zpos" "2" "wide" "312" "tall" "16" @@ -323,11 +281,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBarBG1B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "230" - "ypos_hidef" "67" - "ypos_lodef" "67" "zpos" "2" "wide" "70" "tall" "16" @@ -344,11 +298,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBar1A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "232" - "ypos_hidef" "69" - "ypos_lodef" "69" "zpos" "3" "wide" "151" "tall" "12" @@ -365,11 +315,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBar1B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "232" - "ypos_hidef" "69" - "ypos_lodef" "69" "zpos" "3" "wide" "151" "tall" "12" @@ -389,11 +335,7 @@ "labelText" "%classbarlabel1A%" "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" "zpos" "6" "wide" "100" "tall" "20" @@ -425,16 +367,10 @@ "ControlName" "Label" "fieldName" "ClassLabel1" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class1%" "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "228" - "ypos_hidef" "65" - "ypos_lodef" "65" "zpos" "5" "wide" "300" "tall" "20" @@ -448,11 +384,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBarBG2A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "248" - "ypos_hidef" "85" - "ypos_lodef" "85" "zpos" "2" "wide" "312" "tall" "16" @@ -469,11 +401,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBarBG2B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "248" - "ypos_hidef" "85" - "ypos_lodef" "85" "zpos" "2" "wide" "70" "tall" "16" @@ -490,11 +418,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBar2A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "250" - "ypos_hidef" "87" - "ypos_lodef" "87" "zpos" "3" "wide" "151" "tall" "12" @@ -511,11 +435,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBar2B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "250" - "ypos_hidef" "87" - "ypos_lodef" "87" "zpos" "3" "wide" "151" "tall" "12" @@ -535,11 +455,7 @@ "labelText" "%classbarlabel2A%" "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" "zpos" "6" "wide" "100" "tall" "20" @@ -556,11 +472,7 @@ "labelText" "%classbarlabel2B%" "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" "zpos" "6" "wide" "100" "tall" "20" @@ -574,16 +486,10 @@ "ControlName" "Label" "fieldName" "ClassLabel2" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class2%" "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "246" - "ypos_hidef" "83" - "ypos_lodef" "83" "zpos" "5" "wide" "300" "tall" "20" @@ -597,11 +503,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBarBG3A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "266" - "ypos_hidef" "103" - "ypos_lodef" "103" "zpos" "2" "wide" "312" "tall" "16" @@ -618,11 +520,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBarBG3B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "266" - "ypos_hidef" "103" - "ypos_lodef" "103" "zpos" "2" "wide" "70" "tall" "16" @@ -639,11 +537,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBar3A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "268" - "ypos_hidef" "105" - "ypos_lodef" "105" "zpos" "3" "wide" "151" "tall" "12" @@ -660,11 +554,7 @@ "ControlName" "ImagePanel" "fieldName" "ClassBar3B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "268" - "ypos_hidef" "105" - "ypos_lodef" "105" "zpos" "3" "wide" "151" "tall" "12" @@ -678,17 +568,13 @@ } "ClassBarLabel3A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel3A" "font" "CerbeticaBold12" "labelText" "%classbarlabel3A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "264" - "ypos_hidef" "101" - "ypos_lodef" "101" "zpos" "6" "wide" "100" "tall" "20" @@ -699,17 +585,13 @@ } "ClassBarLabel3B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel3B" "font" "CerbeticaBold12" "labelText" "%classbarlabel3B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "264" - "ypos_hidef" "101" - "ypos_lodef" "101" "zpos" "6" "wide" "100" "tall" "20" @@ -720,19 +602,13 @@ } "ClassLabel3" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel3" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class3%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "264" - "ypos_hidef" "101" - "ypos_lodef" "101" "zpos" "5" "wide" "300" "tall" "20" @@ -740,17 +616,13 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG4A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG4A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "284" - "ypos_hidef" "121" - "ypos_lodef" "121" "zpos" "2" "wide" "312" "tall" "16" @@ -764,14 +636,10 @@ } "ClassBarBG4B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG4B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "284" - "ypos_hidef" "121" - "ypos_lodef" "121" "zpos" "2" "wide" "70" "tall" "16" @@ -785,14 +653,10 @@ } "ClassBar4A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar4A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "286" - "ypos_hidef" "123" - "ypos_lodef" "123" "zpos" "3" "wide" "151" "tall" "12" @@ -806,14 +670,10 @@ } "ClassBar4B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar4B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "286" - "ypos_hidef" "123" - "ypos_lodef" "123" "zpos" "3" "wide" "151" "tall" "12" @@ -827,17 +687,13 @@ } "ClassBarLabel4A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel4A" "font" "CerbeticaBold12" "labelText" "%classbarlabel4A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "282" - "ypos_hidef" "119" - "ypos_lodef" "119" "zpos" "6" "wide" "100" "tall" "20" @@ -848,17 +704,13 @@ } "ClassBarLabel4B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel4B" "font" "CerbeticaBold12" "labelText" "%classbarlabel4B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "282" - "ypos_hidef" "119" - "ypos_lodef" "119" "zpos" "6" "wide" "100" "tall" "20" @@ -869,19 +721,13 @@ } "ClassLabel4" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel4" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class4%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "282" - "ypos_hidef" "119" - "ypos_lodef" "119" "zpos" "5" "wide" "300" "tall" "20" @@ -892,14 +738,10 @@ } "ClassBarBG5A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG5A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "302" - "ypos_hidef" "139" - "ypos_lodef" "139" "zpos" "2" "wide" "312" "tall" "16" @@ -913,14 +755,10 @@ } "ClassBarBG5B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG5B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "302" - "ypos_hidef" "139" - "ypos_lodef" "139" "zpos" "2" "wide" "70" "tall" "16" @@ -934,14 +772,10 @@ } "ClassBar5A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar5A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "304" - "ypos_hidef" "141" - "ypos_lodef" "141" "zpos" "3" "wide" "151" "tall" "12" @@ -955,14 +789,10 @@ } "ClassBar5B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar5B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "304" - "ypos_hidef" "141" - "ypos_lodef" "141" "zpos" "3" "wide" "151" "tall" "12" @@ -976,17 +806,13 @@ } "ClassBarLabel5A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel5A" "font" "CerbeticaBold12" "labelText" "%classbarlabel5A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "300" - "ypos_hidef" "137" - "ypos_lodef" "137" "zpos" "6" "wide" "100" "tall" "20" @@ -997,17 +823,13 @@ } "ClassBarLabel5B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel5B" "font" "CerbeticaBold12" "labelText" "%classbarlabel5B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "300" - "ypos_hidef" "137" - "ypos_lodef" "137" "zpos" "6" "wide" "100" "tall" "20" @@ -1018,19 +840,13 @@ } "ClassLabel5" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel5" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class5%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "300" - "ypos_hidef" "137" - "ypos_lodef" "137" "zpos" "5" "wide" "282" "tall" "20" @@ -1041,14 +857,10 @@ } "ClassBarBG6A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG6A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "320" - "ypos_hidef" "157" - "ypos_lodef" "157" "zpos" "2" "wide" "312" "tall" "16" @@ -1062,14 +874,10 @@ } "ClassBarBG6B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG6B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "320" - "ypos_hidef" "157" - "ypos_lodef" "157" "zpos" "2" "wide" "70" "tall" "16" @@ -1083,14 +891,10 @@ } "ClassBar6A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar6A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "322" - "ypos_hidef" "159" - "ypos_lodef" "159" "zpos" "3" "wide" "151" "tall" "12" @@ -1104,14 +908,10 @@ } "ClassBar6B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar6B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "322" - "ypos_hidef" "159" - "ypos_lodef" "159" "zpos" "3" "wide" "151" "tall" "12" @@ -1125,17 +925,13 @@ } "ClassBarLabel6A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel6A" "font" "CerbeticaBold12" "labelText" "%classbarlabel6A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "318" - "ypos_hidef" "155" - "ypos_lodef" "155" "zpos" "6" "wide" "100" "tall" "20" @@ -1146,17 +942,13 @@ } "ClassBarLabel6B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel6B" "font" "CerbeticaBold12" "labelText" "%classbarlabel6B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "318" - "ypos_hidef" "155" - "ypos_lodef" "155" "zpos" "6" "wide" "100" "tall" "20" @@ -1167,19 +959,13 @@ } "ClassLabel6" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel6" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class6%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "318" - "ypos_hidef" "155" - "ypos_lodef" "155" "zpos" "5" "wide" "300" "tall" "20" @@ -1190,14 +976,10 @@ } "ClassBarBG7A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG7A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "338" - "ypos_hidef" "175" - "ypos_lodef" "175" "zpos" "2" "wide" "312" "tall" "16" @@ -1211,14 +993,10 @@ } "ClassBarBG7B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG7B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "338" - "ypos_hidef" "175" - "ypos_lodef" "175" "zpos" "2" "wide" "70" "tall" "16" @@ -1232,14 +1010,10 @@ } "ClassBar7A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar7A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "340" - "ypos_hidef" "177" - "ypos_lodef" "177" "zpos" "3" "wide" "151" "tall" "12" @@ -1253,14 +1027,10 @@ } "ClassBar7B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar7B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "340" - "ypos_hidef" "177" - "ypos_lodef" "177" "zpos" "3" "wide" "151" "tall" "12" @@ -1274,17 +1044,13 @@ } "ClassBarLabel7A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel7A" "font" "CerbeticaBold12" "labelText" "%classbarlabel7A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "336" - "ypos_hidef" "173" - "ypos_lodef" "173" "zpos" "6" "wide" "100" "tall" "20" @@ -1295,17 +1061,13 @@ } "ClassBarLabel7B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel7B" "font" "CerbeticaBold12" "labelText" "%classbarlabel7B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "336" - "ypos_hidef" "173" - "ypos_lodef" "173" "zpos" "6" "wide" "100" "tall" "20" @@ -1316,19 +1078,13 @@ } "ClassLabel7" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel7" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class7%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "336" - "ypos_hidef" "173" - "ypos_lodef" "173" "zpos" "5" "wide" "300" "tall" "20" @@ -1339,14 +1095,10 @@ } "ClassBarBG8A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG8A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "356" - "ypos_hidef" "193" - "ypos_lodef" "193" "zpos" "2" "wide" "312" "tall" "16" @@ -1360,14 +1112,10 @@ } "ClassBarBG8B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG8B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "356" - "ypos_hidef" "193" - "ypos_lodef" "193" "zpos" "2" "wide" "70" "tall" "16" @@ -1381,14 +1129,10 @@ } "ClassBar8A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar8A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "358" - "ypos_hidef" "195" - "ypos_lodef" "195" "zpos" "3" "wide" "151" "tall" "12" @@ -1402,14 +1146,10 @@ } "ClassBar8B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar8B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "358" - "ypos_hidef" "195" - "ypos_lodef" "195" "zpos" "3" "wide" "151" "tall" "12" @@ -1423,17 +1163,13 @@ } "ClassBarLabel8A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel8A" "font" "CerbeticaBold12" "labelText" "%classbarlabel8A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "354" - "ypos_hidef" "191" - "ypos_lodef" "191" "zpos" "6" "wide" "100" "tall" "20" @@ -1444,17 +1180,13 @@ } "ClassBarLabel8B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel8B" "font" "CerbeticaBold12" "labelText" "%classbarlabel8B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "354" - "ypos_hidef" "191" - "ypos_lodef" "191" "zpos" "6" "wide" "100" "tall" "20" @@ -1465,19 +1197,13 @@ } "ClassLabel8" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel8" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class8%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "354" - "ypos_hidef" "191" - "ypos_lodef" "191" "zpos" "5" "wide" "300" "tall" "20" @@ -1488,14 +1214,10 @@ } "ClassBarBG9A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG9A" "xpos" "c-285" - "xpos_hidef" "c-193" - "xpos_lodef" "c-193" "ypos" "374" - "ypos_hidef" "211" - "ypos_lodef" "211" "zpos" "2" "wide" "312" "tall" "16" @@ -1509,14 +1231,10 @@ } "ClassBarBG9B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBarBG9B" "xpos" "c+30" - "xpos_hidef" "c+122" - "xpos_lodef" "c+122" "ypos" "374" - "ypos_hidef" "211" - "ypos_lodef" "211" "zpos" "2" "wide" "70" "tall" "16" @@ -1530,14 +1248,10 @@ } "ClassBar9A" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar9A" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "376" - "ypos_hidef" "213" - "ypos_lodef" "213" "zpos" "3" "wide" "151" "tall" "12" @@ -1551,14 +1265,10 @@ } "ClassBar9B" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassBar9B" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "376" - "ypos_hidef" "213" - "ypos_lodef" "213" "zpos" "3" "wide" "151" "tall" "12" @@ -1572,17 +1282,13 @@ } "ClassBarLabel9A" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel9A" "font" "CerbeticaBold12" "labelText" "%classbarlabel9A%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-282" - "xpos_hidef" "c-190" - "xpos_lodef" "c-190" "ypos" "372" - "ypos_hidef" "209" - "ypos_lodef" "209" "zpos" "6" "wide" "100" "tall" "20" @@ -1593,17 +1299,13 @@ } "ClassBarLabel9B" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassBarLabel9B" "font" "CerbeticaBold12" "labelText" "%classbarlabel9B%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-127" - "xpos_hidef" "c-35" - "xpos_lodef" "c-35" "ypos" "372" - "ypos_hidef" "209" - "ypos_lodef" "209" "zpos" "6" "wide" "100" "tall" "20" @@ -1614,19 +1316,13 @@ } "ClassLabel9" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "ClassLabel9" "font" "CerbeticaBold12" - "font_hidef" "Default" - "font_lodef" "CerbeticaBold12" "labelText" "%class9%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+34" - "xpos_hidef" "c+126" - "xpos_lodef" "c+126" "ypos" "372" - "ypos_hidef" "209" - "ypos_lodef" "209" "zpos" "5" "wide" "300" "tall" "20" @@ -1637,61 +1333,43 @@ } "RecordsBG" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "RecordsBG" "xpos" "9999" - "xpos_hidef" "c+95" "ypos" "9999" - "ypos_hidef" "115" "wide" "200" - "wide_hidef" "225" "tall" "260" "autoResize" "0" "pinCorner" "0" "visible" "1" - "visible_hidef" "0" - "visible_lodef" "0" "enabled" "1" - "enabled_hidef" "0" - "enabled_lodef" "0" - "border" "NoBorder" "bgcolor_override" "15 15 15 255" } "RecordsLabel1" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "RecordsLabel1" "font" "ScoreboardMediumSmall" "labelText" "#StatSummary_Label_BestMoments" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+124" - "ypos" "185" [!$OSX] - "ypos" "180" [$OSX] + "ypos" "185" "wide" "300" "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] - "visible" "0" [$X360] + "visible" "1" "enabled" "1" } "RecordsSubBG1" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "RecordsSubBG1" "xpos" "c+124" - "xpos_hidef" "c-270" - "xpos_lodef" "c-270" "ypos" "230" - "ypos_hidef" "229" - "ypos_lodef" "229" "zpos" "2" "wide" "167" - "wide_hidef" "540" - "wide_lodef" "540" "tall" "160" - "tall_hidef" "183" - "tall_lodef" "183" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1702,11 +1380,11 @@ } "RecordsLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "RecordsLabel" "font" "ScoreboardMedium" "labelText" "#StatSummary_Records" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-265" "ypos" "232" "zpos" "5" @@ -1714,28 +1392,20 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "0" [$WIN32] - "visible" "1" [$X360] + "visible" "0" "enabled" "1" } "OverallRecord1Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord1Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord1label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "229" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1744,22 +1414,15 @@ } "OverallRecord1Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord1Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord1value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "229" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1768,22 +1431,15 @@ } "OverallRecord2Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord2Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord2label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "239" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1792,22 +1448,15 @@ } "OverallRecord2Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord2Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord2value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "239" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1816,22 +1465,15 @@ } "OverallRecord3Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord3Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord3label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "249" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1840,22 +1482,15 @@ } "OverallRecord3Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord3Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord3value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "249" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1864,22 +1499,15 @@ } "OverallRecord4Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord4Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord4label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "259" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1888,22 +1516,15 @@ } "OverallRecord4Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord4Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord4value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "259" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1912,22 +1533,15 @@ } "OverallRecord5Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord5Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord5label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "269" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1936,22 +1550,15 @@ } "OverallRecord5Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord5Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord5value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "269" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1960,22 +1567,15 @@ } "OverallRecord6Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord6Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord6label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "279" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -1984,22 +1584,15 @@ } "OverallRecord6Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord6Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord6value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "279" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2008,22 +1601,15 @@ } "OverallRecord7Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord7Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord7label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "289" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2032,22 +1618,15 @@ } "OverallRecord7Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord7Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord7value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "289" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2056,22 +1635,15 @@ } "OverallRecord8Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord8Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord8label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-265" - "xpos_lodef" "c-265" "ypos" "299" - "ypos_hidef" "330" - "ypos_lodef" "330" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2080,22 +1652,15 @@ } "OverallRecord8Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord8Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord8value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c-155" - "xpos_lodef" "c-155" "ypos" "299" - "ypos_hidef" "330" - "ypos_lodef" "330" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2104,22 +1669,15 @@ } "OverallRecord9Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord9Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord9label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "309" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2128,22 +1686,15 @@ } "OverallRecord9Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord9Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord9value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+148" - "xpos_lodef" "c+148" "ypos" "309" - "ypos_hidef" "246" - "ypos_lodef" "246" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2152,22 +1703,15 @@ } "OverallRecord10Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord10Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord10label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "319" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2176,22 +1720,15 @@ } "OverallRecord10Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord10Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord10value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "319" - "ypos_hidef" "258" - "ypos_lodef" "258" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2200,22 +1737,15 @@ } "OverallRecord11Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord11Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord11label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "329" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2224,22 +1754,15 @@ } "OverallRecord11Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord11Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord11value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "329" - "ypos_hidef" "270" - "ypos_lodef" "270" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2248,22 +1771,15 @@ } "OverallRecord12Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord12Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord12label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "339" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2272,22 +1788,15 @@ } "OverallRecord12Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord12Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord12value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "339" - "ypos_hidef" "282" - "ypos_lodef" "282" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2296,22 +1805,15 @@ } "OverallRecord13Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord13Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord13label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "349" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2320,22 +1822,15 @@ } "OverallRecord13Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord13Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord13value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "349" - "ypos_hidef" "294" - "ypos_lodef" "294" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2344,22 +1839,15 @@ } "OverallRecord14Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord14Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord14label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "359" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2368,22 +1856,15 @@ } "OverallRecord14Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord14Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord14value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "359" - "ypos_hidef" "306" - "ypos_lodef" "306" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2392,22 +1873,15 @@ } "OverallRecord15Label" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord15Label" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord15label%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+128" - "xpos_hidef" "c-25" - "xpos_lodef" "c-25" "ypos" "369" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2416,22 +1890,15 @@ } "OverallRecord15Value" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "OverallRecord15Value" "font" "ScoreboardVerySmall" - "font_hidef" "Default" "labelText" "%classrecord15value%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c+210" - "xpos_hidef" "c+160" - "xpos_lodef" "c+160" "ypos" "369" - "ypos_hidef" "318" - "ypos_lodef" "318" "zpos" "5" "wide" "200" - "wide_hidef" "220" - "wide_lodef" "220" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -2439,6 +1906,7 @@ "enabled" "1" } } + "TipImage" { "ControlName" "CTFImagePanel" @@ -2455,36 +1923,26 @@ } "TipText" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "TipText" "font" "Cerbetica12" - "font_hidef" "Default" "labelText" "%tiptext%" - "textAlignment" "west" - "textAlignment_hidef" "north-west" - "textAlignment_lodef" "north-west" + "textAlignment" "west" "xpos" "c-285" - "xpos_lodef" "c-180" - "xpos_hidef" "c-180" "ypos" "263" - "ypos_hidef" "262" - "ypos_lodef" "262" "zpos" "12" "wide" "350" - "wide_hidef" "360" - "wide_lodef" "360" "tall" "48" - "tall_hidef" "60" - "tall_lodef" "60" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "1" } - "NextTipButton" [$WIN32] + + "NextTipButton" { - "ControlName" "Button" + "ControlName" "Button" "fieldName" "NextTipButton" "xpos" "c-248" "ypos" "310" @@ -2508,9 +1966,10 @@ "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" } - "ResetStatsButton" [$WIN32] + + "ResetStatsButton" { - "ControlName" "Button" + "ControlName" "Button" "fieldName" "ResetStatsButton" "xpos" "c130" "ypos" "270" @@ -2530,9 +1989,10 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - "CloseButton" [$WIN32] + + "CloseButton" { - "ControlName" "Button" + "ControlName" "Button" "fieldName" "CloseButton" "xpos" "r190" "ypos" "r50" diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 7ca00dc..bf9d3bc 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -395,12 +395,11 @@ "depressedFgColor_override" "TanLight" "border_default" "ButtonHover" "border_armed" "ButtonHover" + "labelText" "#TF_SteamWorkshop_Edit" + "command" "edit" - "labelText" "#TF_SteamWorkshop_Edit" - "command" "edit" - - "image_drawcolor" "235 226 202 255" - "image_disabledcolor" "0 0 0 255" + "image_drawcolor" "235 226 202 255" + "image_disabledcolor" "0 0 0 255" "SubImage" { @@ -440,6 +439,8 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "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" @@ -447,14 +448,10 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" + "image_drawcolor" "235 226 202 255" + "image_disabledcolor" "0 0 0 255" "border_default" "ButtonHover" "border_armed" "ButtonHover" - - "labelText" "#TF_SteamWorkshop_View" - "command" "view" - - "image_drawcolor" "235 226 202 255" - "image_disabledcolor" "0 0 0 255" "SubImage" { @@ -494,6 +491,8 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "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" @@ -504,11 +503,8 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" - "labelText" "#TF_SteamWorkshop_Delete" - "command" "delete_item" - - "image_drawcolor" "235 226 202 255" - "image_disabledcolor" "0 0 0 255" + "image_drawcolor" "235 226 202 255" + "image_disabledcolor" "0 0 0 255" "SubImage" { diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index e2af3e7..c1bbf5e 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -200,10 +200,10 @@ "brighttext" "0" "default" "1" "command" "view_more" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "defaultFgColor_override" "235 226 202 255" "defaultBgColor_override" "TanDarker" "armedFgColor_override" "235 226 202 255" diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index 26212fc..ad64b08 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -151,11 +151,12 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_armed" "TeamMenuBorder" + "defaultFgColor_override" "Transparent" + "armedFgColor_override" "Transparent" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "Transparent" - "defaultFgColor_override" "Transparent" - "defaultBgColor_override" "Transparent" - "armedFgColor_override" "Transparent" - "armedBgColor_override" "Transparent" + "border_armed" "TeamMenuBorder" } } \ No newline at end of file diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 146f6ec..43e367b 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -2,66 +2,66 @@ { "VotePassed" { - "ControlName" "EditablePanel" - "fieldName" "VotePassed" - "xpos" "10" - "ypos" "r315" - "wide" "150" - "tall" "67" - "visible" "0" - "enabled" "1" - "border" "CyanBorderThick" + "ControlName" "EditablePanel" + "fieldName" "VotePassed" + "xpos" "10" + "ypos" "r315" + "wide" "150" + "tall" "67" + "visible" "0" + "enabled" "1" + "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" "PassedIcon" { - "ControlName" "ImagePanel" - "fieldName" "PassedIcon" - "xpos" "10" - "ypos" "10" - "wide" "17" - "tall" "17" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "hud/vote_yes" + "ControlName" "ImagePanel" + "fieldName" "PassedIcon" + "xpos" "10" + "ypos" "10" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "hud/vote_yes" } "PassedTitle" { - "ControlName" "Label" - "fieldName" "PassedTitle" - "xpos" "32" - "ypos" "10" - "wide" "98" - "tall" "17" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_vote_passed" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardSmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "PassedTitle" + "xpos" "32" + "ypos" "10" + "wide" "98" + "tall" "17" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_passed" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardSmall" + "wrap" "1" "fgcolor_override" "White" } "PassedResult" { - "ControlName" "Label" - "fieldName" "PassedResult" - "xpos" "10" - "ypos" "29" - "wide" "130" - "tall" "40" - "visible" "1" - "enabled" "1" - "labelText" "%passedresult%" - "textAlignment" "north-west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "PassedResult" + "xpos" "10" + "ypos" "29" + "wide" "130" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "%passedresult%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" + "wrap" "1" "fgcolor_override" "White" "noshortcutsyntax" "1" } @@ -69,51 +69,51 @@ "VoteActive" { - "ControlName" "EditablePanel" - "fieldName" "VoteActive" - "xpos" "10" - "ypos" "r315" - "wide" "150" - "tall" "144" - "visible" "0" - "enabled" "1" - "border" "CyanBorderThick" + "ControlName" "EditablePanel" + "fieldName" "VoteActive" + "xpos" "10" + "ypos" "r315" + "wide" "150" + "tall" "144" + "visible" "0" + "enabled" "1" + "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" "Header" { - "ControlName" "Label" - "fieldName" "Header" - "xpos" "10" - "ypos" "5" - "wide" "130" - "tall" "20" - "visible" "1" - "enabled" "1" - "labelText" "%header%" - "textAlignment" "north-west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "Header" + "xpos" "10" + "ypos" "5" + "wide" "130" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "%header%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" + "wrap" "1" "fgcolor_override" "ColorGreyMid" } "Issue" { - "ControlName" "Label" - "fieldName" "Issue" - "xpos" "10" - "ypos" "22" - "wide" "120" - "tall" "40" - "visible" "1" - "enabled" "1" - "labelText" "%voteissue%" - "textAlignment" "north-west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardSmall" + "ControlName" "Label" + "fieldName" "Issue" + "xpos" "10" + "ypos" "22" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "%voteissue%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardSmall" "fgcolor_override" "White" "wrap" "1" "noshortcutsyntax" "1" @@ -121,343 +121,343 @@ "TargetAvatarImage" { - "ControlName" "CAvatarImagePanel" - "fieldName" "TargetAvatarImage" - "xpos" "10" - "ypos" "23" - "wide" "16" - "tall" "16" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" + "ControlName" "CAvatarImagePanel" + "fieldName" "TargetAvatarImage" + "xpos" "10" + "ypos" "23" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" } "Divider" { - "ControlName" "ImagePanel" - "fieldName" "Divider" - "xpos" "10" - "ypos" "50" - "wide" "130" - "tall" "1" - "fillcolor" "ColorGreyMid" - "zpos" "0" + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "10" + "ypos" "50" + "wide" "130" + "tall" "1" + "fillcolor" "ColorGreyMid" + "zpos" "0" } // Temp UI "LabelOption1" { - "ControlName" "Label" - "fieldName" "LabelOption1" - "xpos" "10" - "ypos" "57" - "wide" "130" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "left" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" + "ControlName" "Label" + "fieldName" "LabelOption1" + "xpos" "10" + "ypos" "57" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" "fgcolor_override" "White" } "Option1Background_Selected" { - "ControlName" "ImagePanel" - "fieldName" "Option1Background_Selected" - "xpos" "10" - "ypos" "57" - "wide" "130" - "tall" "16" - "zpos" "1" - "fillcolor" "88 119 140 180" - "visible" "1" + "ControlName" "ImagePanel" + "fieldName" "Option1Background_Selected" + "xpos" "10" + "ypos" "57" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "88 119 140 180" + "visible" "1" } "Option1CountLabel" { - "ControlName" "Label" - "fieldName" "Option1CountLabel" - "xpos" "28" - "ypos" "113" - "wide" "16" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "Yes" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardSmall" + "ControlName" "Label" + "fieldName" "Option1CountLabel" + "xpos" "28" + "ypos" "113" + "wide" "16" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "Yes" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardSmall" "fgcolor_override" "White" } "LabelOption2" { - "ControlName" "Label" - "fieldName" "LabelOption2" - "xpos" "10" - "ypos" "73" - "wide" "130" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "left" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" + "ControlName" "Label" + "fieldName" "LabelOption2" + "xpos" "10" + "ypos" "73" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" "fgcolor_override" "White" } "Option2Background_Selected" { - "ControlName" "ImagePanel" - "fieldName" "Option2Background_Selected" - "xpos" "10" - "ypos" "73" - "wide" "130" - "tall" "16" - "zpos" "1" - "fillcolor" "88 119 140 180" - "visible" "1" + "ControlName" "ImagePanel" + "fieldName" "Option2Background_Selected" + "xpos" "10" + "ypos" "73" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "88 119 140 180" + "visible" "1" } "Option2CountLabel" { - "ControlName" "Label" - "fieldName" "Option2CountLabel" - "xpos" "74" - "ypos" "113" - "wide" "16" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "No" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardSmall" + "ControlName" "Label" + "fieldName" "Option2CountLabel" + "xpos" "74" + "ypos" "113" + "wide" "16" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "No" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardSmall" "fgcolor_override" "White" } "LabelOption3" { - "ControlName" "Label" - "fieldName" "LabelOption3" - "xpos" "10" - "ypos" "89" - "wide" "130" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "left" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" + "ControlName" "Label" + "fieldName" "LabelOption3" + "xpos" "10" + "ypos" "89" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" "fgcolor_override" "White" } "Option3Background_Selected" { - "ControlName" "ImagePanel" - "fieldName" "Option3Background_Selected" - "xpos" "10" - "ypos" "89" - "wide" "130" - "tall" "16" - "zpos" "1" - "fillcolor" "88 119 140 180" - "visible" "0" + "ControlName" "ImagePanel" + "fieldName" "Option3Background_Selected" + "xpos" "10" + "ypos" "89" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "88 119 140 180" + "visible" "0" } "LabelOption4" { - "ControlName" "Label" - "fieldName" "LabelOption4" - "xpos" "10" - "ypos" "105" - "wide" "130" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "left" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" + "ControlName" "Label" + "fieldName" "LabelOption4" + "xpos" "10" + "ypos" "105" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" "fgcolor_override" "White" } "Option4Background_Selected" { - "ControlName" "ImagePanel" - "fieldName" "Option4Background_Selected" - "xpos" "10" - "ypos" "105" - "wide" "130" - "tall" "16" - "zpos" "1" - "fillcolor" "88 119 140 180" - "visible" "0" + "ControlName" "ImagePanel" + "fieldName" "Option4Background_Selected" + "xpos" "10" + "ypos" "105" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "88 119 140 180" + "visible" "0" } "LabelOption5" { - "ControlName" "Label" - "fieldName" "LabelOption5" - "xpos" "10" - "ypos" "121" - "wide" "130" - "tall" "16" - "zpos" "2" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "left" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" + "ControlName" "Label" + "fieldName" "LabelOption5" + "xpos" "10" + "ypos" "121" + "wide" "130" + "tall" "16" + "zpos" "2" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "left" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" "fgcolor_override" "White" } "Option5Background_Selected" { - "ControlName" "ImagePanel" - "fieldName" "Option5Background_Selected" - "xpos" "10" - "ypos" "121" - "wide" "130" - "tall" "16" - "zpos" "1" - "fillcolor" "88 119 140 180" - "visible" "0" + "ControlName" "ImagePanel" + "fieldName" "Option5Background_Selected" + "xpos" "10" + "ypos" "121" + "wide" "130" + "tall" "16" + "zpos" "1" + "fillcolor" "88 119 140 180" + "visible" "0" } "Divider2" { - "ControlName" "ImagePanel" - "fieldName" "Divider2" - "xpos" "10" - "ypos" "100" - "wide" "130" - "tall" "1" - "fillcolor" "ColorGreyMid" - "zpos" "0" + "ControlName" "ImagePanel" + "fieldName" "Divider2" + "xpos" "10" + "ypos" "100" + "wide" "130" + "tall" "1" + "fillcolor" "ColorGreyMid" + "zpos" "0" } "VoteCountLabel" { - "ControlName" "Label" - "fieldName" "VoteCountLabel" - "xpos" "10" - "ypos" "100" - "wide" "140" - "tall" "20" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_vote_current_vote_count" - "textAlignment" "north-west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" + "ControlName" "Label" + "fieldName" "VoteCountLabel" + "xpos" "10" + "ypos" "100" + "wide" "140" + "tall" "20" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_current_vote_count" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" "fgcolor_override" "ColorGreyMid" } // Vote Bar "VoteBar" { - "ControlName" "Panel" - "fieldName" "VoteBar" - "xpos" "11" - "ypos" "113" - "wide" "130" - "tall" "18" - "zpos" "2" - "visible" "1" - "enabled" "1" - "box_size" "16" - "spacer" "6" - "box_inset" "1" - "yes_texture" "vgui/hud/vote_yes" - "no_texture" "vgui/hud/vote_no" + "ControlName" "Panel" + "fieldName" "VoteBar" + "xpos" "11" + "ypos" "113" + "wide" "130" + "tall" "18" + "zpos" "2" + "visible" "1" + "enabled" "1" + "box_size" "16" + "spacer" "6" + "box_inset" "1" + "yes_texture" "vgui/hud/vote_yes" + "no_texture" "vgui/hud/vote_no" } } // This is sent to the vote caller when they're not able to start the vote "CallVoteFailed" { - "ControlName" "EditablePanel" - "fieldName" "CallVoteFailed" - "xpos" "10" - "ypos" "c-80" - "wide" "150" - "tall" "67" - "visible" "0" - "enabled" "1" - "border" "CyanBorderThick" + "ControlName" "EditablePanel" + "fieldName" "CallVoteFailed" + "xpos" "10" + "ypos" "c-80" + "wide" "150" + "tall" "67" + "visible" "0" + "enabled" "1" + "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" "FailedIcon" { - "ControlName" "ImagePanel" - "fieldName" "FailedIcon" - "xpos" "10" - "ypos" "10" - "wide" "17" - "tall" "17" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "hud/vote_no" + "ControlName" "ImagePanel" + "fieldName" "FailedIcon" + "xpos" "10" + "ypos" "10" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "hud/vote_no" } "FailedTitle" { - "ControlName" "Label" - "fieldName" "FailedTitle" - "xpos" "32" - "ypos" "10" - "wide" "80" - "tall" "17" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_vote_failed" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardSmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "FailedTitle" + "xpos" "32" + "ypos" "10" + "wide" "80" + "tall" "17" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_failed" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardSmall" + "wrap" "1" "fgcolor_override" "200 30 30 255" } "FailedReason" { - "ControlName" "Label" - "fieldName" "FailedReason" - "xpos" "10" - "ypos" "29" - "wide" "140" - "tall" "40" - "visible" "1" - "enabled" "1" - "labelText" "%FailedReason%" - "textAlignment" "north-west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "FailedReason" + "xpos" "10" + "ypos" "29" + "wide" "140" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "%FailedReason%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" + "wrap" "1" "fgcolor_override" "White" } } @@ -465,66 +465,66 @@ // This is shown to everyone when a vote fails due to lack of votes "VoteFailed" { - "ControlName" "EditablePanel" - "fieldName" "VoteFailed" - "xpos" "10" - "ypos" "r315" - "wide" "150" - "tall" "67" - "visible" "0" - "enabled" "1" - "border" "CyanBorderThick" + "ControlName" "EditablePanel" + "fieldName" "VoteFailed" + "xpos" "10" + "ypos" "r315" + "wide" "150" + "tall" "67" + "visible" "0" + "enabled" "1" + "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" "FailedIcon" { - "ControlName" "ImagePanel" - "fieldName" "FailedIcon" - "xpos" "10" - "ypos" "10" - "wide" "17" - "tall" "17" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "hud/vote_no" + "ControlName" "ImagePanel" + "fieldName" "FailedIcon" + "xpos" "10" + "ypos" "10" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "hud/vote_no" } "FailedTitle" { - "ControlName" "Label" - "fieldName" "FailedTitle" - "xpos" "32" - "ypos" "10" - "wide" "98" - "tall" "17" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_vote_failed" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardSmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "FailedTitle" + "xpos" "32" + "ypos" "10" + "wide" "98" + "tall" "17" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_vote_failed" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardSmall" + "wrap" "1" "fgcolor_override" "200 30 30 255" } "FailedReason" { - "ControlName" "Label" - "fieldName" "FailedReason" - "xpos" "10" - "ypos" "29" - "wide" "130" - "tall" "40" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "north-west" - "dulltext" "0" - "brighttext" "0" - "font" "ScoreboardVerySmall" - "wrap" "1" + "ControlName" "Label" + "fieldName" "FailedReason" + "xpos" "10" + "ypos" "29" + "wide" "130" + "tall" "40" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + "font" "ScoreboardVerySmall" + "wrap" "1" "fgcolor_override" "White" } } @@ -557,72 +557,72 @@ "TitleLabel" { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontMediumSmallBold" - "labelText" "#TF_Vote_Title" - "textAlignment" "north" - "xpos" "0" - "ypos" "10" - "wide" "400" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumSmallBold" + "labelText" "#TF_Vote_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" } "VoteSetupList" { - "ControlName" "SectionedListPanel" - "fieldName" "VoteSetupList" - "xpos" "10" - "ypos" "38" - "zpos" "2" - "wide" "180" - "tall" "200" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "0" - "linespacing" "16" + "ControlName" "SectionedListPanel" + "fieldName" "VoteSetupList" + "xpos" "10" + "ypos" "38" + "zpos" "2" + "wide" "180" + "tall" "200" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "16" } "VoteParameterList" { - "ControlName" "SectionedListPanel" - "fieldName" "VoteParameterList" - "xpos" "190" - "ypos" "38" - "zpos" "2" - "wide" "200" - "tall" "200" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "0" - "linespacing" "16" + "ControlName" "SectionedListPanel" + "fieldName" "VoteParameterList" + "xpos" "190" + "ypos" "38" + "zpos" "2" + "wide" "200" + "tall" "200" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "16" } "ComboLabel" { - "ControlName" "CExLabel" - "fieldName" "ComboLabel" - "font" "HudFontSmallestBold" - "labelText" "%combo_label%" - "textAlignment" "east" - "xpos" "5" - "ypos" "245" - "zpos" "1" - "wide" "75" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "ComboLabel" + "font" "HudFontSmallestBold" + "labelText" "%combo_label%" + "textAlignment" "east" + "xpos" "5" + "ypos" "245" + "zpos" "1" + "wide" "75" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "ComboBox" @@ -657,45 +657,45 @@ "CallVoteButton" { - "ControlName" "Button" - "fieldName" "CallVoteButton" - "xpos" "75" - "ypos" "275" - "wide" "160" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "0" - "tabPosition" "4" - "labelText" "#TF_call_vote" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "CallVote" - "Default" "0" - "font" "HudFontSmallBold" + "ControlName" "Button" + "fieldName" "CallVoteButton" + "xpos" "75" + "ypos" "275" + "wide" "160" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "0" + "tabPosition" "4" + "labelText" "#TF_call_vote" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "CallVote" + "Default" "0" + "font" "HudFontSmallBold" } "Button1" { - "ControlName" "Button" - "fieldName" "Button1" - "xpos" "240" - "ypos" "275" - "wide" "80" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "4" - "labelText" "#GameUI_Close" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "Close" - "Default" "0" - "font" "HudFontSmallBold" + "ControlName" "Button" + "fieldName" "Button1" + "xpos" "240" + "ypos" "275" + "wide" "80" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "4" + "labelText" "#GameUI_Close" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "Close" + "Default" "0" + "font" "HudFontSmallBold" } } } \ No newline at end of file diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 924f013..a4e35e7 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -2,187 +2,195 @@ { "TeamScoresPanel" { - "ControlName" "EditablePanel" - "fieldName" "TeamScoresPanel" - "xpos" "0" - "ypos" "16" - "wide" "200" - "tall" "100" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "16" + "wide" "200" + "tall" "100" + "visible" "1" "BlueScoreBG" { - "ControlName" "EditablePanel" - "fieldName" "BlueScoreBG" - "xpos" "0" - "ypos" "15" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 153" - "scaleImage" "1" + "ControlName" "EditablePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "15" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 153" + "scaleImage" "1" } + "RedScoreBG" { - "ControlName" "EditablePanel" - "fieldName" "RedScoreBG" - "xpos" "100" - "ypos" "15" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - "scaleImage" "1" + "ControlName" "EditablePanel" + "fieldName" "RedScoreBG" + "xpos" "100" + "ypos" "15" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "205 50 50 153" + "scaleImage" "1" } + "BlueTeamLabel" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamLabel" - "font" "Cerbetica24" - "labelText" "%blueteamname%" - "textAlignment" "west" - "xpos" "4" - "ypos" "13" - "zpos" "10" - "wide" "75" - "tall" "28" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Cerbetica24" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "4" + "ypos" "13" + "zpos" "10" + "wide" "75" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } + "BlueTeamScore" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScore" - "font" "Cerbetica44" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "15" - "ypos" "-19" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Cerbetica44" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "15" + "ypos" "-19" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "BlueTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScoreDropshadow" - "font" "Cerbetica44" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "-2" - "ypos" "-2" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TransparentBlack" - + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "Cerbetica44" + "fgcolor" "TransparentBlack" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "-2" + "ypos" "-2" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "BlueTeamScore" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } + "BlueLeaderAvatar" { - "ControlName" "CAvatarImagePanel" - "fieldName" "BlueLeaderAvatar" - "xpos" "2" - "ypos" "17" - "zpos" "5" - "wide" "21" - "tall" "21" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "Grey" + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "2" + "ypos" "17" + "zpos" "5" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Grey" } + "RedTeamLabel" { - "ControlName" "CExLabel" - "fieldName" "RedTeamLabel" - "font" "Cerbetica24" - "labelText" "%redteamname%" - "textAlignment" "east" - "xpos" "122" - "ypos" "13" - "zpos" "1" - "wide" "75" - "tall" "28" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Cerbetica24" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "122" + "ypos" "13" + "zpos" "1" + "wide" "75" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } + "RedTeamScore" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScore" - "font" "Cerbetica44" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "105" - "ypos" "-19" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Cerbetica44" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "105" + "ypos" "-19" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" } "RedTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScoreDropshadow" - "font" "Cerbetica44" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "-2" - "ypos" "-2" - "zpos" "2" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TransparentBlack" - + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "Cerbetica44" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "-2" + "ypos" "-2" + "zpos" "2" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TransparentBlack" + "pin_to_sibling" "RedTeamScore" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } + "RedLeaderAvatar" { - "ControlName" "CAvatarImagePanel" - "fieldName" "RedLeaderAvatar" - "xpos" "177" - "ypos" "17" - "zpos" "5" - "wide" "21" - "tall" "21" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "Grey" + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "177" + "ypos" "17" + "zpos" "5" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "Grey" } } + "WinPanelBGBorder" { "ControlName" "EditablePanel" @@ -214,7 +222,7 @@ "src_corner_height" "3" "src_corner_width" "3" "draw_corner_width" "0" - "draw_corner_height" "0" + "draw_corner_height" "0" } "WinningTeamLabel" { @@ -334,6 +342,7 @@ "fieldName" "ShadedBar" "xpos" "9999" } + "TopPlayersLabel" { "ControlName" "CExLabel" @@ -389,6 +398,7 @@ "fillcolor" "250 234 201 255" "PaintBackgroundType" "0" } + "Player1Badge" { "ControlName" "CTFBadgePanel" @@ -403,7 +413,8 @@ "visible" "0" "enabled" "1" } - "Player1Avatar" [$WIN32] + + "Player1Avatar" { "ControlName" "CAvatarImagePanel" "fieldName" "Player1Avatar" @@ -422,10 +433,10 @@ { "ControlName" "CExLabel" "fieldName" "Player1Name" - "xpos" "48" [$WIN32] + "xpos" "48" "ypos" "117" "zpos" "3" - "wide" "75" [$WIN32] + "wide" "75" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -472,6 +483,7 @@ "dulltext" "0" "brighttext" "0" } + "Player2Badge" { "ControlName" "CTFBadgePanel" @@ -485,8 +497,9 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - } - "Player2Avatar" [$WIN32] + } + + "Player2Avatar" { "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" @@ -555,6 +568,7 @@ "dulltext" "0" "brighttext" "0" } + "Player3Badge" { "ControlName" "CTFBadgePanel" @@ -568,8 +582,9 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - } - "Player3Avatar" [$WIN32] + } + + "Player3Avatar" { "ControlName" "CAvatarImagePanel" "fieldName" "Player3Avatar" @@ -709,7 +724,8 @@ "visible" "0" "enabled" "1" } - "KillStreakPlayer1Avatar" [$WIN32] + + "KillStreakPlayer1Avatar" { "ControlName" "CAvatarImagePanel" "fieldName" "KillStreakPlayer1Avatar" @@ -728,10 +744,10 @@ { "ControlName" "CExLabel" "fieldName" "KillStreakPlayer1Name" - "xpos" "48" [$WIN32] + "xpos" "48" "ypos" "183" "zpos" "3" - "wide" "75" [$WIN32] + "wide" "75" "tall" "20" "autoResize" "0" "pinCorner" "0" diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index 9d65287..afb3d50 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -1,47 +1,47 @@ // Bonus Health Pulse event HudHealthBonusPulse { - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 - Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Buff" Accel 0.0 0.0 RunEvent HudHealthBonusPulseLoop 0.4 } event HudHealthBonusPulseStop { + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 + StopEvent HudHealthBonusPulse 0.0 StopEvent HudHealthBonusPulseLoop 0.0 - - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Health Pulse event HudHealthDyingPulse { - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 - Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0 RunEvent HudHealthDyingPulseLoop 0.4 } event HudHealthDyingPulseStop { + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 + StopEvent HudHealthDyingPulse 0.0 StopEvent HudHealthDyingPulseLoop 0.0 - - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 } //================================================================================== // Low Ammo Pulse @@ -50,51 +50,21 @@ event HudLowAmmoPulse Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075 Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075 - Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 - Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0 - Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 + Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 RunEvent HudLowAmmoPulseLoop 0.25 } event HudLowAmmoPulseStop { + Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 + StopEvent HudLowAmmoPulse 0.0 StopEvent HudLowAmmoPulseLoop 0.0 - - Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0 - Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 - Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 -} -//================================================================================== -// Hitmarker Pulse -event DamagedPlayer -{ -// StopEvent HitMarker 0.0 -// RunEvent HitMarker 0.01 -} - -event HitMarker -{ - Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0 - Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0 - Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 -} -//================================================================================== -// Spy Disguise -event HudSpyDisguiseFadeIn -{ - //RunEvent HudSpyDisguiseChanged 0.0 - //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 -} - -event HudSpyDisguiseFadeOut -{ - //RunEvent HudSpyDisguiseChanged 0.0 - //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 } //================================================================================== // Ubercharge Meters @@ -109,39 +79,39 @@ event HudMedicCharged event HudMedicRainbowCharged { - Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1 - Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1 - Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1 - Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1 - Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1 - Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1 + Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1 + Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1 + Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1 + Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1 + Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1 + Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1 - Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1 - Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1 - Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1 - Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1 - Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1 - Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1 + Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1 + Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1 + Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1 + Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1 + Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1 + Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1 RunEvent HudMedicChargedLoop 0.6 } event HudMedicSolidColorCharge { - Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.0 + Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.0 - Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.0 + Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.0 RunEvent HudMedicChargedLoop 0.6 } event HudMedicOrangePulseCharge { - Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 + Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 - Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 + Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 RunEvent HudMedicChargedLoop 0.6 } @@ -154,11 +124,40 @@ event HudMedicChargedStop StopEvent HudMedicOrangePulseCharge 0.0 StopEvent HudMedicChargedLoop 0.0 - Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 - Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 - + Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 + Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 +} +//================================================================================== +// Hitmarker Pulse +event DamagedPlayer +{ +// StopEvent HitMarker 0.0 +// RunEvent HitMarker 0.01 } +event HitMarker +{ + Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0 + Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0 + Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 +} +//================================================================================== +// Spy Disguise +event HudSpyDisguiseFadeIn +{ + //RunEvent HudSpyDisguiseChanged 0.0 + //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 +} + +event HudSpyDisguiseFadeOut +{ + //RunEvent HudSpyDisguiseChanged 0.0 + //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 +} +//================================================================================== event HudReadyPulse { Animate TournamentInstructionsLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt index 1954df7..700161b 100644 --- a/scripts/chapterbackgrounds.txt +++ b/scripts/chapterbackgrounds.txt @@ -1,14 +1,15 @@ "chapters" { - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" } + "BackgroundMaps" { - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" } \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 7d84959..08296f1 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -43,6 +43,7 @@ } //-------------------------------------------------------------- // KNUCKLESCROSSES + // Change labelText to the corresponding crosshair in KnucklesCrosses.png. //-------------------------------------------------------------- "KnucklesCrosses" { @@ -686,27 +687,29 @@ //-------------------------------------------------------------- // TRANSPARENT VIEWMODEL //-------------------------------------------------------------- + // Set visible/enabled to 1 to use. + //-------------------------------------------------------------- "TransparentViewmodel" { - "ControlName" "ImagePanel" - "fieldName" "TransparentViewmodel" - "xpos" "0" - "ypos" "0" - "zpos" "-100" - "wide" "f0" - "tall" "480" - "visible" "0" // Change to "1" to enable - "enabled" "0" // Change to "1" to enable - "image" "replay/thumbnails/transparent" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "TransparentViewmodel" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "f0" + "tall" "480" + "visible" "0" // Change to "1" to enable + "enabled" "0" // Change to "1" to enable + "image" "replay/thumbnails/transparent" + "scaleImage" "1" } - //-------------------------------------------------------------- + HudPlayerStatus { - "fieldName" "HudPlayerStatus" - "visible" "1" - "enabled" "1" + "fieldName" "HudPlayerStatus" + "visible" "1" + "enabled" "1" "xpos" "1" "ypos" "1" "wide" "f0" @@ -715,9 +718,9 @@ HudWeaponAmmo { - "fieldName" "HudWeaponAmmo" - "visible" "1" - "enabled" "1" + "fieldName" "HudWeaponAmmo" + "visible" "1" + "enabled" "1" "xpos" "c70" "ypos" "c66" "xpos_minmode" "c20" @@ -735,7 +738,7 @@ "ypos" "0" "wide" "f0" "tall" "480" - } + } HudKothTimeStatus { @@ -750,15 +753,15 @@ "blue_active_xpos" "25" "red_active_xpos" "75" - } + } HudItemEffectMeter { "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c-75" [$WIN32] - "ypos" "c25" [$WIN32] + "xpos" "c-75" + "ypos" "c25" "wide" "500" "tall" "500" "MeterFG" "White" @@ -772,8 +775,6 @@ "enabled" "1" "xpos" "c-75" "ypos" "c25" - "xpos_minmode" "c-62" - "ypos_minmode" "c24" "wide" "500" "tall" "500" } @@ -783,8 +784,8 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c-75" [$WIN32] - "ypos" "c25" [$WIN32] + "xpos" "c-75" + "ypos" "c25" "wide" "200" "tall" "500" "MeterFG" "White" @@ -796,7 +797,7 @@ "fieldName" "HudBowCharge" "visible" "1" "enabled" "1" - "xpos" "c-100" + "xpos" "c-100" "ypos" "c25" "xpos_minmode" "c-75" "ypos_minmode" "c46" @@ -813,12 +814,10 @@ "fieldName" "HudFlameRocketCharge" "visible" "1" "enabled" "1" - "xpos" "r80" [$WIN32] - "ypos" "r21" [$WIN32] - "xpos_minmode" "r52" [$WIN32] - "ypos_minmode" "r40" [$WIN32] - "xpos" "r112" [$X360] - "ypos" "r45" [$X360] + "xpos" "r80" + "ypos" "r21" + "xpos_minmode" "r52" + "ypos_minmode" "r40" "zpos" "1" "wide" "60" "wide_minmode" "50" @@ -843,325 +842,314 @@ HudWeaponSelection { - "fieldName" "HudWeaponSelection" - "xpos" "0" - "wide" "f0" - "ypos" "0" - "tall" "480" - "RightMargin" "0" - "RightMargin_hidef" "32" - "RightMargin_lodef" "38" - "visible" "1" - "enabled" "1" - "SmallBoxWide" "72" - "SmallBoxTall" "54" - "PlusStyleBoxWide" "90" - "PlusStyleBoxTall" "63" - "PlusStyleExpandSelected" "0.3" - "LargeBoxWide" "110" - "LargeBoxTall" "77" - "BoxGap" "4" [$WIN32] - "BoxGap" "4" [$X360] - "SelectionNumberXPos" "12" - "SelectionNumberYPos" "4" - "IconXPos" "8" - "IconYPos" "0" - "TextYPos" "70" [$WIN32] - "TextYPos" "65" [$X360] - "ErrorYPos" "48" - "TextColor" "SelectionTextFg" - "MaxSlots" "6" - "PlaySelectSounds" "1" - "Alpha" "220" - "SelectionAlpha" "220" - "BoxColor" "0 0 0 220" - "SelectedBoxClor" "0 0 0 220" - "SelectionNumberFg" "200 187 161 255" - "NumberFont" "HudSelectionText" - } + "fieldName" "HudWeaponSelection" + "xpos" "0" + "wide" "f0" + "ypos" "0" + "tall" "480" + "RightMargin" "0" + "visible" "1" + "enabled" "1" + "SmallBoxWide" "72" + "SmallBoxTall" "54" + "PlusStyleBoxWide" "90" + "PlusStyleBoxTall" "63" + "PlusStyleExpandSelected" "0.3" + "LargeBoxWide" "110" + "LargeBoxTall" "77" + "BoxGap" "4" + "SelectionNumberXPos" "12" + "SelectionNumberYPos" "4" + "IconXPos" "8" + "IconYPos" "0" + "TextYPos" "70" + "ErrorYPos" "48" + "TextColor" "SelectionTextFg" + "MaxSlots" "6" + "PlaySelectSounds" "1" + "Alpha" "220" + "SelectionAlpha" "220" + "BoxColor" "0 0 0 220" + "SelectedBoxClor" "0 0 0 220" + "SelectionNumberFg" "200 187 161 255" + "NumberFont" "HudSelectionText" + } CHudAccountPanel { - "fieldName" "CHudAccountPanel" - "xpos" "c112" - "xpos_minmode" "c68" - "ypos" "c6" - "wide" "116" - "tall" "180" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" + "fieldName" "CHudAccountPanel" + "xpos" "c112" + "xpos_minmode" "c68" + "ypos" "c6" + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" } CHealthAccountPanel { - "fieldName" "CHealthAccountPanel" - "xpos" "c-288" - "ypos" "c45" - "wide" "250" - "tall" "120" - "xpos_minmode" "c-100" - "ypos_minmode" "c5" - "wide_minmode" "f0" - "tall_minmode" "480" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" + "fieldName" "CHealthAccountPanel" + "xpos" "c-288" + "ypos" "c45" + "wide" "250" + "tall" "120" + "xpos_minmode" "c-100" + "ypos_minmode" "c5" + "wide_minmode" "f0" + "tall_minmode" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" } CDamageAccountPanel { - "fieldName" "CDamageAccountPanel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" + "fieldName" "CDamageAccountPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" } DisguiseStatus { - "fieldName" "DisguiseStatus" - "visible" "1" - "enabled" "1" - "xpos" "10" [$WIN32] - "ypos" "r70" [$WIN32] - "xpos" "50" [$X360] - "ypos" "330" [$X360] - "wide" "500" - "tall" "200" - "TextFont" "Default" [$X360] + "fieldName" "DisguiseStatus" + "visible" "1" + "enabled" "1" + "xpos" "10" + "ypos" "r70" + "wide" "500" + "tall" "200" } CMainTargetID { - "fieldName" "CMainTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "246" - "ypos_minmode" "315" - "zpos" "1" - "wide" "600" - "tall" "47" - "priority" "100" + "fieldName" "CMainTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "246" + "ypos_minmode" "315" + "zpos" "1" + "wide" "600" + "tall" "47" + "priority" "100" } CSpectatorTargetID { - "fieldName" "CSpectatorTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "270" - "zpos" "1" - "wide" "600" - "tall" "47" - "priority" "40" - "x_offset" "20" - "y_offset" "20" + "fieldName" "CSpectatorTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "270" + "zpos" "1" + "wide" "600" + "tall" "47" + "priority" "40" + "x_offset" "20" + "y_offset" "20" } CSecondaryTargetID { - "fieldName" "CSecondaryTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "276" - "ypos_minmode" "290" - "zpos" "1" - "wide" "600" - "tall" "45" - "priority" "35" + "fieldName" "CSecondaryTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "276" + "ypos_minmode" "290" + "zpos" "1" + "wide" "600" + "tall" "45" + "priority" "35" } BuildingStatus_Spy { - "fieldName" "BuildingStatus_Spy" - "visible" "1" - "enabled" "1" - "xpos" "0" [$WIN32] - "ypos" "0" [$WIN32] - "ypos_minmode" "c-20" [$WIN32] - "wide" "640" - "tall" "480" - "PaintBackgroundType" "2" + "fieldName" "BuildingStatus_Spy" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "c-20" + "wide" "640" + "tall" "480" + "PaintBackgroundType" "2" } BuildingStatus_Engineer { - "fieldName" "BuildingStatus_Engineer" - "visible" "1" - "enabled" "1" - "xpos" "0" - "xpos_hidef" "32" - "xpos_lodef" "40" - "ypos" "0" - "ypos_hidef" "16" - "ypos_lodef" "25" - "wide" "640" - "tall" "480" - "PaintBackgroundType" "2" + "fieldName" "BuildingStatus_Engineer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "PaintBackgroundType" "2" } HudMannVsMachineStatus { - "fieldName" "HudMannVsMachineStatus" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "480" - "PaintBackgroundType" "2" + "fieldName" "HudMannVsMachineStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "PaintBackgroundType" "2" } HudProgressBar { - "fieldName" "HudProgressBar" - "xpos" "c-150" - "ypos" "300" - "wide" "300" - "tall" "15" - "visible" "1" - "enabled" "1" - "BorderThickness" "1" - "PaintBackgroundType" "2" + "fieldName" "HudProgressBar" + "xpos" "c-150" + "ypos" "300" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + "BorderThickness" "1" + "PaintBackgroundType" "2" } HudRoundTimer { - "fieldName" "HudRoundTimer" - "xpos" "c-20" - "ypos" "440" - "wide" "120" - "tall" "40" - "visible" "1" - "enabled" "1" - "FlashColor" "HudIcon_Red" - "icon_xpos" "0" - "icon_ypos" "2" - "digit_xpos" "34" - "digit_ypos" "2" - "PaintBackgroundType" "2" + "fieldName" "HudRoundTimer" + "xpos" "c-20" + "ypos" "440" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "FlashColor" "HudIcon_Red" + "icon_xpos" "0" + "icon_ypos" "2" + "digit_xpos" "34" + "digit_ypos" "2" } HudScenarioIcon { - "fieldName" "HudScenarioIcon" - "xpos" "c110" - "ypos" "443" - "wide" "40" - "tall" "44" - "visible" "1" - "enabled" "1" - "IconColor" "Hostage_Yellow" - "PaintBackgroundType" "2" + "fieldName" "HudScenarioIcon" + "xpos" "c110" + "ypos" "443" + "wide" "40" + "tall" "44" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "IconColor" "Hostage_Yellow" } HudFlashlight { - "fieldName" "HudFlashlight" - "visible" "1" - "enabled" "1" - "xpos" "16" - "ypos" "370" - "wide" "102" - "tall" "20" - "text_xpos" "8" - "text_ypos" "6" - "TextColor" "255 170 0 220" - "PaintBackgroundType" "2" + "fieldName" "HudFlashlight" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "370" + "wide" "102" + "tall" "20" + "text_xpos" "8" + "text_ypos" "6" + "TextColor" "255 170 0 220" + "PaintBackgroundType" "2" } HudDamageIndicator { - "fieldName" "HudDamageIndicator" - "visible" "1" - "enabled" "1" - "MinimumWidth" "10" - "MaximumWidth" "10" - "StartRadius" "80" - "EndRadius" "80" - "MinimumHeight" "30" - "MaximumHeight" "60" - "MinimumTime" "1" + "fieldName" "HudDamageIndicator" + "visible" "1" + "enabled" "1" + "MinimumWidth" "10" + "MaximumWidth" "10" + "StartRadius" "80" + "EndRadius" "80" + "MinimumHeight" "30" + "MaximumHeight" "60" + "MinimumTime" "1" } HudCommentary { - "fieldName" "HudCommentary" - "xpos" "c-190" - "ypos" "320" - "wide" "380" - "tall" "50" - "visible" "1" - "enabled" "1" - "bar_xpos" "50" - "bar_ypos" "20" - "bar_height" "8" - "bar_width" "320" - "speaker_xpos" "50" - "speaker_ypos" "8" - "count_ypos" "8" - "icon_texture" "vgui/hud/icon_commentary" - "icon_xpos" "0" - "icon_ypos" "0" - "icon_width" "40" - "icon_height" "40" - "use_script_bgcolor" "1" - "count_xpos_from_right" "10" + "fieldName" "HudCommentary" + "xpos" "c-190" + "ypos" "320" + "wide" "380" + "tall" "50" + "visible" "1" + "enabled" "1" "PaintBackgroundType" "2" "BackgroundOverrideColor" "0 0 0 128" + "bar_xpos" "50" + "bar_ypos" "20" + "bar_height" "8" + "bar_width" "320" + "speaker_xpos" "50" + "speaker_ypos" "8" + "count_xpos_from_right" "10" + "count_ypos" "8" + "icon_texture" "vgui/hud/icon_commentary" + "icon_xpos" "0" + "icon_ypos" "0" + "icon_width" "40" + "icon_height" "40" + "use_script_bgcolor" "1" } HudZoom { - "fieldName" "HudZoom" - "visible" "1" - "enabled" "1" - "Circle1Radius" "66" - "Circle2Radius" "74" - "DashGap" "16" - "DashHeight" "4" - "BorderThickness" "88" + "fieldName" "HudZoom" + "visible" "1" + "enabled" "1" + "Circle1Radius" "66" + "Circle2Radius" "74" + "DashGap" "16" + "DashHeight" "4" + "BorderThickness" "88" } HudCrosshair { - "fieldName" "HudCrosshair" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } HudDeathNotice { - "fieldName" "HudDeathNotice" - "visible" "1" - "enabled" "1" - "xpos" "r592" [$WIN32] - "ypos" "20" [$WIN32] - "wide" "580" - "tall" "468" - "MaxDeathNotices" "6" - "IconScale" "0.35" - "LineHeight" "14" - "LineSpacing" "0" - "CornerRadius" "0" - "RightJustify" "1" // If 1, draw notices from the right - "TextFont" "CerbeticaBold12" - "TeamBlue" "HUDBlueTeamSolid" - "TeamRed" "HUDRedTeamSolid" - "IconColor" "HudWhite" - "LocalPlayerColor" "HUDBlack" - "BaseBackgroundColor" "46 43 42 175" [$WIN32] - "LocalBackgroundColor" "245 229 196 200" [$WIN32] + "fieldName" "HudDeathNotice" + "visible" "1" + "enabled" "1" + "xpos" "r592" + "ypos" "20" + "wide" "580" + "tall" "468" + "MaxDeathNotices" "6" + "IconScale" "0.35" + "LineHeight" "14" + "LineSpacing" "0" + "CornerRadius" "0" + "RightJustify" "1" + "TextFont" "CerbeticaBold12" + "TeamBlue" "HUDBlueTeamSolid" + "TeamRed" "HUDRedTeamSolid" + "IconColor" "HudWhite" + "LocalPlayerColor" "HUDBlack" + "BaseBackgroundColor" "46 43 42 175" + "LocalBackgroundColor" "245 229 196 200" } HudVehicle @@ -1169,8 +1157,8 @@ "fieldName" "HudVehicle" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } CVProfPanel @@ -1178,8 +1166,8 @@ "fieldName" "CVProfPanel" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } ScorePanel @@ -1187,9 +1175,9 @@ "fieldName" "ScorePanel" "visible" "1" "enabled" "1" - "wide" "640" - "wide_minmode" "f0" - "tall" "480" + "wide" "640" + "wide_minmode" "f0" + "tall" "480" } HudTrain @@ -1197,8 +1185,8 @@ "fieldName" "HudTrain" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } HudMOTD @@ -1206,8 +1194,8 @@ "fieldName" "HudMOTD" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } HudMessage @@ -1215,8 +1203,8 @@ "fieldName" "HudMessage" "visible" "1" "enabled" "1" - "wide" "f0" - "tall" "480" + "wide" "f0" + "tall" "480" } HudMenu @@ -1235,15 +1223,15 @@ HudSpellMenu { "fieldName" "HudSpellMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" "xpos" "c-176" "ypos" "c110" "xpos_minmode" "c-115" "ypos_minmode" "c37" "zpos" "10" - "wide" "640" - "tall" "480" - "visible" "1" - "enabled" "1" "TextFont" "Default" "ItemFont" "Default" "ItemFontPulsing" "Default" @@ -1255,31 +1243,30 @@ "visible" "1" "enabled" "1" "xpos" "c188" - "ypos" "302" [$WIN32] + "ypos" "302" "wide" "150" - "tall" "60" [$WIN32] + "tall" "60" "xpos_minmode" "c115" - "ypos_minmode" "273" [$WIN32] + "ypos_minmode" "273" "wide_minmode" "100" "tall_minmode" "40" "BgAlpha" "0" "GrowTime" "0.25" - "ItemHiddenTime" "0.2" // Nearly same as grow time so that the item doesn't start to show until growth is finished - "ItemFadeInTime" "0.15" // Once ItemHiddenTime is finished, takes this much longer to fade in + "ItemHiddenTime" "0.2" + "ItemFadeInTime" "0.15" "ItemFadeOutTime" "0.3" "topoffset" "0" } HudHistoryResource { - "fieldName" "HudHistoryResource" - "visible" "0" - "enabled" "0" - "xpos" "r640" [$WIN32] - "xpos" "r672" [$X360] + "fieldName" "HudHistoryResource" + "visible" "0" + "enabled" "0" + "xpos" "r640" "wide" "640" - "tall" "330" - "history_gap" "55" + "tall" "330" + "history_gap" "55" } HudGeiger @@ -1287,8 +1274,8 @@ "fieldName" "HudGeiger" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } HUDQuickInfo @@ -1305,8 +1292,8 @@ "fieldName" "HudWeapon" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } HudAnimationInfo @@ -1314,16 +1301,16 @@ "fieldName" "HudAnimationInfo" "visible" "1" "enabled" "1" - "wide" "640" - "tall" "480" + "wide" "640" + "tall" "480" } CBudgetPanel { "fieldName" "CBudgetPanel" "visible" "1" - "enabled" "1" - "wide" "640" + "enabled" "1" + "wide" "640" "tall" "480" } @@ -1331,18 +1318,18 @@ { "fieldName" "CTextureBudgetPanel" "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "enabled" "1" + "wide" "640" + "tall" "480" } HudPredictionDump { - "fieldName" "HudPredictionDump" - "visible" "1" - "enabled" "1" - "wide" "1280" - "tall" "1024" + "fieldName" "HudPredictionDump" + "visible" "1" + "enabled" "1" + "wide" "1280" + "tall" "1024" } HudLocation @@ -1359,11 +1346,11 @@ HudScope { - "fieldName" "HudScope" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" + "fieldName" "HudScope" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" } HudScopeCharge @@ -1371,23 +1358,21 @@ "fieldName" "HudScopeCharge" "visible" "1" "enabled" "1" - "xpos" "c64" - "ypos" "c-64" - "wide" "64" + "xpos" "c64" + "ypos" "c-64" + "wide" "64" "tall" "128" } HudVoiceSelfStatus { "fieldName" "HudVoiceSelfStatus" - "visible" "1" - "enabled" "1" - "xpos" "r42" [$WIN32] - "ypos" "355" [$WIN32] - "xpos" "r75" [$X360] - "ypos" "375" [$X360] - "wide" "32" - "tall" "32" + "visible" "1" + "enabled" "1" + "xpos" "r42" + "ypos" "355" + "wide" "32" + "tall" "32" } HudVoiceStatus @@ -1395,10 +1380,8 @@ "fieldName" "HudVoiceStatus" "visible" "1" "enabled" "1" - "xpos" "r145" [$WIN32] - "ypos" "0" [$WIN32] - "xpos" "r210" [$X360] - "ypos" "0" [$X360] + "xpos" "r145" + "ypos" "0" "wide" "145" "tall" "400" "item_wide" "135" @@ -1466,10 +1449,10 @@ VguiScreenCursor { - "fieldName" "VguiScreenCursor" - "visible" "1" - "enabled" "1" - "wide" "640" + "fieldName" "VguiScreenCursor" + "visible" "1" + "enabled" "1" + "wide" "640" "tall" "480" } @@ -1482,9 +1465,9 @@ "tall" "200" "visible" "1" "enabled" "1" - "separator_width" "3" // distance between the icons (including their backgrounds) + "separator_width" "3" "separator_height" "3" - "height_offset" "3" [$WIN32] // distance from the bottom of the panel + "height_offset" "3" } HudCapturePanel @@ -1604,8 +1587,8 @@ "fieldName" "HudChat" "visible" "1" "enabled" "1" - "xpos" "10" [$WIN32] - "xpos" "42" + "xpos" "10" + "xpos" "42" "ypos" "275" "wide" "320" "tall" "120" @@ -1636,7 +1619,7 @@ "PaintBackgroundType" "0" } - "HudEurekaEffectTeleportMenu" + "HudEurekaEffectTeleportMenu" { "fieldName" "HudEurekaEffectTeleportMenu" "visible" "1" @@ -1656,7 +1639,7 @@ "xpos" "c90" "ypos" "c-72" "wide" "490" - "tall" "220" [$WIN32] + "tall" "220" "PaintBackgroundType" "0" } @@ -1665,12 +1648,10 @@ "fieldName" "HudDemomanPipes" "visible" "1" "enabled" "1" - "xpos" "c-75" [$WIN32] - "ypos" "c25" [$WIN32] + "xpos" "c-75" + "ypos" "c25" "wide" "500" "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" } HudTeamGoal @@ -1702,8 +1683,6 @@ "enabled" "1" "xpos" "c-160" "ypos" "75" - "ypos_hidef" "90" - "ypos_lodef" "90" "wide" "320" "tall" "100" } @@ -1715,8 +1694,6 @@ "enabled" "1" "xpos" "c-160" "ypos" "75" - "ypos_hidef" "90" - "ypos_lodef" "90" "wide" "320" "tall" "150" } @@ -1740,7 +1717,6 @@ "enabled" "1" "xpos" "c-160" "ypos" "65" - "ypos_lodef" "75" "wide" "320" "tall" "100" } @@ -1748,6 +1724,8 @@ HudTournament { "fieldName" "HudTournament" + "visible" "0" + "enabled" "1" "xpos" "c-125" "ypos" "5" "xpos_minmode" "0" @@ -1757,8 +1735,6 @@ "tall" "80" "wide_minmode" "f0" "tall_minmode" "480" - "visible" "0" - "enabled" "1" } HudTournamentSetup @@ -1768,7 +1744,6 @@ "enabled" "1" "xpos" "c-90" "ypos" "-70" - "ypos_lodef" "75" "wide" "180" "tall" "65" } @@ -1796,7 +1771,7 @@ "tall" "100" } - AchievementNotificationPanel + AchievementNotificationPanel { "fieldName" "AchievementNotificationPanel" "visible" "1" @@ -1807,9 +1782,9 @@ "tall" "100" } - CriticalPanel [$WIN32] + CriticalPanel { - "fieldName" "CriticalPanel" + "fieldName" "CriticalPanel" "visible" "1" "enabled" "1" "xpos" "r155" @@ -1818,9 +1793,9 @@ "tall" "25" } - HudArenaClassLayout [$WIN32] + HudArenaClassLayout { - "fieldName" "HudArenaClassLayout" + "fieldName" "HudArenaClassLayout" "visible" "1" "enabled" "1" "xpos" "0" @@ -1830,9 +1805,9 @@ "tall" "320" } - HudArenaVsPanel [$WIN32] + HudArenaVsPanel { - "fieldName" "HudArenaVsPanel" + "fieldName" "HudArenaVsPanel" "visible" "1" "enabled" "1" "xpos" "0" @@ -1841,16 +1816,16 @@ "tall" "240" } - HudArenaPlayerCount [$WIN32] + HudArenaPlayerCount { - "fieldName" "HudArenaPlayerCount" + "fieldName" "HudArenaPlayerCount" "visible" "1" "enabled" "1" "xpos" "0" "ypos" "0" "wide" "f0" "tall" "50" - } + } "HudAchievementTracker" { @@ -1863,7 +1838,7 @@ "wide" "200" "tall" "280" "visible" "1" - "enabled" "1" + "enabled" "1" } HudTrainingInfoMsg @@ -1966,7 +1941,7 @@ "CHudVote" { "fieldName" "CHudVote" - "xpos" "0" + "xpos" "0" "ypos" "0" "wide" "640" "tall" "480" @@ -2106,18 +2081,18 @@ "QueueHUDStatus" { - "fieldName" "QueueHUDStatus" - "visible" "1" - "enabled" "1" - "xpos" "rs1-5" - "ypos" "1" - "zpos" "1001" - "wide" "200" - "tall" "18" - "alpha" "100" + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" "proportionaltoparent" "1" "keyboardinputenabled" "1" "mouseinputenabled" "0" + "alpha" "100" } HUDAutoAim { } @@ -2125,4 +2100,4 @@ HudTrainingMsg { } TrainingComplete { } AnnotationsPanel { } -} +} \ No newline at end of file -- cgit v1.2.3 From 59374d07d43bc3207a45294b05be3dd8f7b3299e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 23:47:40 -0500 Subject: Playtesting Fixes - Updated Arena Mode, CTF and Tournament panels - Fixed the referenced HudBlack color not being available - Fixed visual issues with the Demoman, Scout and Medic meters - Miscellenaous font and color tweaks --- resource/scheme/clientscheme_colors.res | 2 +- resource/ui/ClassSelection.res | 2 +- resource/ui/FreezePanel_Basic.res | 2 +- resource/ui/HudArenaNotification.res | 13 ++++--- resource/ui/HudArenaPlayerCount.res | 51 ++++++++++--------------- resource/ui/HudArenaTeamMenu.res | 14 +++---- resource/ui/HudDemomanCharge.res | 4 +- resource/ui/HudDemomanPipes.res | 6 +-- resource/ui/HudItemEffectMeter_Cleaver.res | 2 +- resource/ui/HudMedicCharge.res | 24 ++++++------ resource/ui/HudObjectiveFlagPanel.res | 22 +++++------ resource/ui/HudTournament.res | 16 ++++---- resource/ui/destroy_menu/HudMenuEngyDestroy.res | 2 +- resource/ui/hudmatchstatus.res | 6 +-- resource/ui/hudupgradepanel.res | 8 +++- scripts/hudlayout.res | 2 +- 16 files changed, 87 insertions(+), 89 deletions(-) diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index d0d428b..0bdc3fc 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -114,7 +114,7 @@ Scheme "HUDDeathWarning" "255 0 0 255" "HudWhite" "255 255 255 255" "HudOffWhite" "200 187 161 255" - //"HudBlack" "65 65 65 255" + "HudBlack" "65 65 65 255" "ProgressBarBlue" "91 122 142 255" "CreditsGreen" "94 150 49 255" diff --git a/resource/ui/ClassSelection.res b/resource/ui/ClassSelection.res index 00177de..41d2ff0 100644 --- a/resource/ui/ClassSelection.res +++ b/resource/ui/ClassSelection.res @@ -451,7 +451,7 @@ "labelText" "(&E) EDIT LOADOUT" "textAlignment" "west" "Command" "openloadout" - "font" "CerbeticaBold16" + "font" "CerbeticaBold14" } "CancelButton" [$WIN32] diff --git a/resource/ui/FreezePanel_Basic.res b/resource/ui/FreezePanel_Basic.res index 2b47554..d998b43 100644 --- a/resource/ui/FreezePanel_Basic.res +++ b/resource/ui/FreezePanel_Basic.res @@ -139,7 +139,7 @@ { "ControlName" "Label" "fieldName" "FreezeLabel" - "font" "Cerbetica13" + "font" "Cerbetica12" "xpos" "40" "ypos" "15" "zpos" "1" diff --git a/resource/ui/HudArenaNotification.res b/resource/ui/HudArenaNotification.res index 109ed08..de3fdb2 100644 --- a/resource/ui/HudArenaNotification.res +++ b/resource/ui/HudArenaNotification.res @@ -8,12 +8,13 @@ "ypos" "20" "zpos" "-1" "wide" "280" - "tall" "150" + "tall" "100" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "fillcolor" "0 0 0 230" + "border" "CyanBorderThick" } "WarningLabel" @@ -22,7 +23,7 @@ "fieldName" "WarningLabel" "font" "CerbeticaBold72" "xpos" "40" - "ypos" "50" + "ypos" "35" "zpos" "1" "wide" "72" "tall" "72" @@ -40,8 +41,8 @@ "ControlName" "Label" "fieldName" "BalanceLabel" "font" "CerbeticaBold20" - "xpos" "75" - "ypos" "30" + "xpos" "70" + "ypos" "20" "zpos" "1" "wide" "230" "tall" "64" @@ -60,7 +61,7 @@ "fieldName" "BalanceLabelTip" "font" "CerbeticaBold16" "xpos" "70" - "ypos" "94" + "ypos" "54" "zpos" "1" "wide" "230" "tall" "64" diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res index 48ea696..8f8d6e4 100644 --- a/resource/ui/HudArenaPlayerCount.res +++ b/resource/ui/HudArenaPlayerCount.res @@ -8,29 +8,23 @@ "ypos" "-7" "zpos" "0" "wide" "60" - "tall" "30" + "tall" "33" "visible" "1" "background" { - "ControlName" "CTFImagePanel" + "ControlName" "EditablePanel" "fieldName" "background" "xpos" "9" "ypos" "7" "zpos" "0" "wide" "46" - "tall" "23" + "tall" "33" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "image" "../hud/color_panel_blu" - - "src_corner_height" "23" - "src_corner_width" "23" - - "draw_corner_width" "0" - "draw_corner_height" "0" + "bgcolor_override" "104 124 155 255" } "count" @@ -46,7 +40,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "font" "Cerbetica24" + "font" "CerbeticaBold28" "labelText" "%blue_alive%" "textAlignment" "center" "fgcolor" "TanLight" @@ -64,7 +58,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "font" "Cerbetica24" + "font" "CerbeticaBold28" "labelText" "%blue_alive%" "textAlignment" "center" "fgcolor" "TransparentBlack" @@ -81,8 +75,8 @@ "xpos" "12" "ypos" "10" "zpos" "3" - "wide" "8" - "tall" "16" + "wide" "10" + "tall" "18" "visible" "1" "enabled" "1" "image" "capture_icon_white" @@ -98,28 +92,23 @@ "ypos" "-7" "zpos" "0" "wide" "60" - "tall" "30" + "tall" "33" "visible" "1" "background" { - "ControlName" "CTFImagePanel" + "ControlName" "EditablePanel" "fieldName" "background" - "xpos" "5" - "ypos" "7" + "xpos" "4" + "ypos" "0" "zpos" "0" - "wide" "46" - "tall" "23" + "wide" "47" + "tall" "33" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "image" "../hud/color_panel_red" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" + "bgcolor_override" "180 92 77 255" } "count" @@ -135,7 +124,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "font" "Cerbetica24" + "font" "CerbeticaBold28" "labelText" "%red_alive%" "textAlignment" "center" "fgcolor" "TanLight" @@ -153,7 +142,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "font" "Cerbetica24" + "font" "CerbeticaBold28" "labelText" "%red_alive%" "textAlignment" "center" "fgcolor" "TransparentBlack" @@ -167,11 +156,11 @@ { "ControlName" "ImagePanel" "fieldName" "playerimage" - "xpos" "12" + "xpos" "10" "ypos" "10" "zpos" "3" - "wide" "8" - "tall" "16" + "wide" "10" + "tall" "18" "visible" "1" "enabled" "1" "image" "capture_icon_white" diff --git a/resource/ui/HudArenaTeamMenu.res b/resource/ui/HudArenaTeamMenu.res index 174e61d..46cfb75 100644 --- a/resource/ui/HudArenaTeamMenu.res +++ b/resource/ui/HudArenaTeamMenu.res @@ -106,7 +106,7 @@ "fieldName" "mapname" "xpos" "10" "ypos" "35" - "wide" "235" + "wide" "255" "tall" "30" "textAlignment" "center" "font" "CerbeticaBold28" @@ -119,10 +119,10 @@ { "ControlName" "CTFTeamButton" "fieldName" "teambutton2" - "xpos" "10" + "xpos" "0" "ypos" "c-35" "zpos" "3" - "wide" "245" + "wide" "255" "tall" "30" "autoResize" "0" "pinCorner" "2" @@ -130,7 +130,7 @@ "enabled" "1" "tabPosition" "1" "labelText" "&3 Fight!" - "textAlignment" "west" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "paintborder" "0" @@ -152,10 +152,10 @@ { "ControlName" "CTFTeamButton" "fieldName" "teambutton3" - "xpos" "10" + "xpos" "0" "ypos" "c5" "zpos" "3" - "wide" "245" + "wide" "255" "tall" "30" "autoResize" "0" "pinCorner" "2" @@ -163,7 +163,7 @@ "enabled" "1" "tabPosition" "2" "labelText" "&2 Spectate" - "textAlignment" "west" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "paintborder" "0" diff --git a/resource/ui/HudDemomanCharge.res b/resource/ui/HudDemomanCharge.res index 6a7844e..250a8fc 100644 --- a/resource/ui/HudDemomanCharge.res +++ b/resource/ui/HudDemomanCharge.res @@ -5,7 +5,7 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" "xpos" "0" - "ypos" "87" + "ypos" "c-172" "xpos_minmode" "15" "ypos_minmode" "28" "zpos" "2" @@ -26,7 +26,7 @@ "ControlName" "CExLabel" "fieldName" "ItemEffectMeterLabel" "xpos" "125" - "ypos" "87" + "ypos" "c-172" "xpos_minmode" "9999" "ypos_minmode" "9999" "zpos" "3" diff --git a/resource/ui/HudDemomanPipes.res b/resource/ui/HudDemomanPipes.res index af8aaf8..fa9365c 100644 --- a/resource/ui/HudDemomanPipes.res +++ b/resource/ui/HudDemomanPipes.res @@ -5,7 +5,7 @@ "ControlName" "CExLabel" "fieldName" "ChargeLabel" "xpos" "125" - "ypos" "c-142" + "ypos" "c-162" "xpos_minmode" "9999" "ypos_minmode" "9999" "zpos" "3" @@ -28,7 +28,7 @@ "ControlName" "ContinuousProgressBar" "fieldName" "ChargeMeter" "xpos" "0" - "ypos" "97" + "ypos" "c-162" "xpos_minmode" "15" "ypos_minmode" "35" "zpos" "2" @@ -49,7 +49,7 @@ "ControlName" "EditablePanel" "fieldName" "PipesPresentPanel" "xpos" "24" - "ypos" "53" + "ypos" "c-207" "ypos_minmode" "0" "zpos" "1" "wide" "100" diff --git a/resource/ui/HudItemEffectMeter_Cleaver.res b/resource/ui/HudItemEffectMeter_Cleaver.res index 9fb8979..73432ee 100644 --- a/resource/ui/HudItemEffectMeter_Cleaver.res +++ b/resource/ui/HudItemEffectMeter_Cleaver.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c83" + "ypos" "c93" "ypos_minmode" "c53" } diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index af2c27f..1a478f7 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -102,7 +102,7 @@ "font" "Default" "xpos" "0" "ypos" "60" - "xpos_minmode" "10" + "xpos_minmode" "17" "ypos_minmode" "27" "zpos" "2" "wide" "150" @@ -128,13 +128,13 @@ "xpos" "0" "ypos" "60" "zpos" "3" - "xpos_minmode" "33" - "ypos_minmode" "22" + "xpos_minmode" "17" + "ypos_minmode" "27" "zpos_minmode" "4" "wide" "36" "tall" "20" - "wide_minmode" "20" - "tall_minmode" "17" + "wide_minmode" "27" + "tall_minmode" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -155,8 +155,8 @@ "zpos" "4" "wide" "36" "tall" "20" - "wide_minmode" "20" - "tall_minmode" "17" + "wide_minmode" "27" + "tall_minmode" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -181,8 +181,8 @@ "zpos" "4" "wide" "36" "tall" "20" - "wide_minmode" "20" - "tall_minmode" "17" + "wide_minmode" "27" + "tall_minmode" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -207,8 +207,8 @@ "zpos" "4" "wide" "36" "tall" "20" - "wide_minmode" "20" - "tall_minmode" "17" + "wide_minmode" "27" + "tall_minmode" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -227,7 +227,7 @@ { "ControlName" "EditablePanel" "fieldName" "ResistIconAnchor" - "xpos" "150" + "xpos" "160" "ypos" "57" "xpos_minmode" "136" "ypos_minmode" "18" diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res index a99b13d..440d902 100644 --- a/resource/ui/HudObjectiveFlagPanel.res +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -21,11 +21,11 @@ { "ControlName" "ImagePanel" "fieldName" "LeftSideBG" - "xpos" "c-120" - "ypos" "r20" + "xpos" "c-60" + "ypos" "r30" "zpos" "-1" - "wide" "120" - "tall" "14" + "wide" "60" + "tall" "34" "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" @@ -49,10 +49,10 @@ "ControlName" "ImagePanel" "fieldName" "RightSideBG" "xpos" "c0" - "ypos" "r20" + "ypos" "r30" "zpos" "-1" - "wide" "120" - "tall" "14" + "wide" "60" + "tall" "34" "visible" "1" "enabled" "1" "fillcolor" "205 50 50 153" @@ -324,8 +324,8 @@ { "ControlName" "CTFFlagStatus" "fieldName" "BlueFlag" - "xpos" "c-165" - "ypos" "r75" + "xpos" "c-145" + "ypos" "r67" "zpos" "2" "wide" "160" "tall" "90" @@ -370,8 +370,8 @@ { "ControlName" "CTFFlagStatus" "fieldName" "RedFlag" - "xpos" "c5" - "ypos" "r75" + "xpos" "c-15" + "ypos" "r67" "zpos" "5" "wide" "160" "tall" "90" diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index 14c6c6d..90d7c0b 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -133,7 +133,7 @@ if_mvm { "xpos" "7" - "ypos" "1" + "ypos" "0" "wide" "26" "tall" "26" "image" "../vgui/hud_connecting" @@ -744,7 +744,7 @@ "fieldName" "TournamentInstructionsLabel" "font" "Cerbetica11" "xpos" "c-125" - "ypos" "44" + "ypos" "42" "wide" "250" "tall" "13" "zpos" "1" @@ -787,14 +787,14 @@ "ControlName" "ImagePanel" "fieldName" "InstructionBackground" "xpos" "c-125" - "ypos" "42" + "ypos" "26" "zpos" "-1" "wide" "250" - "tall" "16" + "tall" "30" "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 150" + "fillcolor" "DarkGrey" if_mvm { "visible" "0" @@ -842,7 +842,8 @@ { "visible" "1" "enabled" "1" - "xpos" "c-20" + "xpos" "c-60" + "wide" "140" } if_competitive @@ -884,7 +885,8 @@ { "visible" "1" "enabled" "1" - "xpos" "c-20" + "xpos" "c-60" + "wide" "140" } if_competitive diff --git a/resource/ui/destroy_menu/HudMenuEngyDestroy.res b/resource/ui/destroy_menu/HudMenuEngyDestroy.res index 84b6b52..13e4c92 100644 --- a/resource/ui/destroy_menu/HudMenuEngyDestroy.res +++ b/resource/ui/destroy_menu/HudMenuEngyDestroy.res @@ -46,7 +46,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "Ka-Boom!" + "labelText" "#Hud_menu_demolish_title" "textAlignment" "Left" "dulltext" "0" "brighttext" "0" diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 55ceb87..93037a0 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -424,7 +424,7 @@ "ypos" "19" "zpos" "5" "wide" "f0" - "tall" "2" + "tall" "3" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -444,7 +444,7 @@ "ypos" "19" "zpos" "6" "wide" "f0" - "tall" "2" + "tall" "3" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -513,7 +513,7 @@ { "ControlName" "CExLabel" "fieldName" "respawntime" - "font" "Cerbetica13" + "font" "Cerbetica9" "xpos" "cs-0.5" "ypos" "0" "zpos" "5" diff --git a/resource/ui/hudupgradepanel.res b/resource/ui/hudupgradepanel.res index ef93a24..d8e2c6c 100644 --- a/resource/ui/hudupgradepanel.res +++ b/resource/ui/hudupgradepanel.res @@ -65,7 +65,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "HudBlack" + "bgcolor_override" "0 0 0 230" } "SelectWeaponPanel" @@ -691,6 +691,8 @@ "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "CloseButton" @@ -716,6 +718,8 @@ "Command" "close" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "RespecButton" @@ -741,6 +745,8 @@ "Command" "respec" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 08296f1..cd0ea2f 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1800,7 +1800,6 @@ "enabled" "1" "xpos" "0" "ypos" "r320" - "zpos" "11" "wide" "f0" "tall" "320" } @@ -1823,6 +1822,7 @@ "enabled" "1" "xpos" "0" "ypos" "0" + "zpos" "10" "wide" "f0" "tall" "50" } -- cgit v1.2.3 From fdfa8d63e4eab65b1ac7087702ff576df47b2c10 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 10 Mar 2019 20:32:58 -0400 Subject: Playtesting Fixes - Fixed the floating health ID not appearing --- resource/ui/ControlPointCountdown.res | 4 +- resource/ui/HudItemEffectMeter_ParticleCannon.res | 2 +- resource/ui/HudItemEffectMeter_Sapper.res | 2 +- resource/ui/HudObjectiveTimePanel.res | 4 +- resource/ui/HudPlayerHealth.res | 2 +- resource/ui/ObjectiveStatusEscort.res | 12 +-- resource/ui/SpectatorGUIHealth.res | 10 +- resource/ui/classloadoutpanel.res | 4 +- resource/ui/disguise_menu/HudMenuSpyDisguise.res | 2 +- resource/ui/econ/BackpackPanel.res | 6 +- resource/ui/econ/confirmdialog.res | 114 ++++++++++++++++++++++ resource/ui/hudmenutauntselection.res | 2 +- resource/ui/itemselectionpanel.res | 4 +- resource/ui/matchmakingdashboard.res | 8 +- resource/ui/winpanel.res | 20 ++-- scripts/HudAnimations_custom.txt | 20 ++-- scripts/hudlayout.res | 8 +- 17 files changed, 170 insertions(+), 54 deletions(-) create mode 100644 resource/ui/econ/confirmdialog.res diff --git a/resource/ui/ControlPointCountdown.res b/resource/ui/ControlPointCountdown.res index fb28d66..6e3d2d6 100644 --- a/resource/ui/ControlPointCountdown.res +++ b/resource/ui/ControlPointCountdown.res @@ -17,7 +17,7 @@ "wrap" "0" "labelText" "%capturetime%" "textAlignment" "center" - "fgcolor" "NeutralWhite" - "bgcolor" "NeutralWhite" + "fgcolor" "TanLight" + "bgcolor" "TanLight" } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_ParticleCannon.res b/resource/ui/HudItemEffectMeter_ParticleCannon.res index 451f2c5..76ca31c 100644 --- a/resource/ui/HudItemEffectMeter_ParticleCannon.res +++ b/resource/ui/HudItemEffectMeter_ParticleCannon.res @@ -5,7 +5,7 @@ "HudItemEffectMeter" { "ypos" "c93" - "ypos_minmode" "c46" + "ypos_minmode" "c53" } "ItemEffectMeterLabel" diff --git a/resource/ui/HudItemEffectMeter_Sapper.res b/resource/ui/HudItemEffectMeter_Sapper.res index ef09bbf..2ca1265 100644 --- a/resource/ui/HudItemEffectMeter_Sapper.res +++ b/resource/ui/HudItemEffectMeter_Sapper.res @@ -4,7 +4,7 @@ { "HudItemEffectMeter" { - "ypos" "c133" + "ypos" "c83" "ypos_minmode" "c46" } diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index 5871475..0090d9a 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -98,9 +98,9 @@ if_match { "font" "HudFontSmallestBold" - "xpos" "c0" + "xpos" "13" "wide" "p1" - "ypos" "22" + "ypos" "23" "font" "Cerbetica10" "proportionaltoparent" "1" } diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 31917ba..c9fc1bd 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -119,7 +119,7 @@ "ControlName" "EditablePanel" "fieldName" "PlayerStatusAnchor" "xpos" "0" - "ypos" "15" + "ypos" "10" "wide" "23" "tall" "23" "visible" "1" diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index 1e77809..d89bb4f 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -365,8 +365,8 @@ "xpos" "20" "ypos" "52" "zpos" "3" - "wide" "4" - "tall" "8" + "wide" "3" + "tall" "7" "visible" "0" "enabled" "1" "image" "capture_icon_white" @@ -374,7 +374,7 @@ "if_multiple_trains" { - "xpos" "20" + "xpos" "19" "wide" "5" "tall" "10" } @@ -412,19 +412,19 @@ "if_multiple_trains" { "font" "ItemFontAttribSmall" - "xpos" "25" + "xpos" "24" "wide" "30" "tall" "10" } "if_multiple_trains_top" { - "ypos" "46" + "ypos" "45" } "if_multiple_trains_bottom" { - "ypos" "82" + "ypos" "81" } } diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index 6dbc974..611538d 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -42,10 +42,10 @@ "scaleImage" "1" } - "PlayerStatusHealthValueSpec" + "PlayerStatusHealthValue" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueSpec" + "fieldName" "PlayerStatusHealthValue" "xpos" "2" "ypos" "19" "zpos" "5" @@ -59,10 +59,10 @@ "fgcolor" "Health Normal" } - "PlayerStatusHealthValueSpecShadow" + "PlayerStatusHealthValueShadow" { "ControlName" "CExLabel" - "fieldName" "PlayerStatusHealthValueSpecShadow" + "fieldName" "PlayerStatusHealthValueShadow" "xpos" "-1" "ypos" "-1" "zpos" "5" @@ -75,7 +75,7 @@ "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" - "pin_to_sibling" "PlayerStatusHealthValueSpec" + "pin_to_sibling" "PlayerStatusHealthValue" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index 5100678..f0b0b70 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -248,7 +248,7 @@ "fieldName" "PassiveAttribsLabel" "font" "ItemFontAttribLarge" "xpos" "c-135" - "ypos" "120" + "ypos" "128" "zpos" "0" "wide" "270" "tall" "240" @@ -379,7 +379,7 @@ "labelText" "" "xpos" "c-166" "ypos" "c-180" - "zpos" "10" + "zpos" "2" "wide" "25" "tall" "25" "autoResize" "0" diff --git a/resource/ui/disguise_menu/HudMenuSpyDisguise.res b/resource/ui/disguise_menu/HudMenuSpyDisguise.res index ea3e31f..6fb4cfd 100644 --- a/resource/ui/disguise_menu/HudMenuSpyDisguise.res +++ b/resource/ui/disguise_menu/HudMenuSpyDisguise.res @@ -13,7 +13,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_bg" - "iconColor" "White" + "fillcolor" "0 0 0 200" } "TitleLabel" diff --git a/resource/ui/econ/BackpackPanel.res b/resource/ui/econ/BackpackPanel.res index 74c6637..2fb6603 100644 --- a/resource/ui/econ/BackpackPanel.res +++ b/resource/ui/econ/BackpackPanel.res @@ -176,13 +176,13 @@ { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "labelText" "#ClassBeingEquipped" "textAlignment" "west" "xpos" "c-280" "ypos" "15" "zpos" "1" - "wide" "210" + "wide" "250" "tall" "25" "autoResize" "0" "pinCorner" "0" @@ -244,7 +244,7 @@ "ControlName" "CheckButton" "fieldName" "ShowBaseItemsCheckbox" "labelText" "#ShowBaseItemsCheckBox" - "font" "Cerbetica10" + "font" "HudFontSmallestBold" "textAlignment" "east" "xpos" "c-29" "ypos" "15" diff --git a/resource/ui/econ/confirmdialog.res b/resource/ui/econ/confirmdialog.res new file mode 100644 index 0000000..714c82b --- /dev/null +++ b/resource/ui/econ/confirmdialog.res @@ -0,0 +1,114 @@ +"Resource/UI/ConfirmDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "324" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "paintborder" "1" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "Cerbetica32" + "labelText" "#ConfirmTitle" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "324" + "tall" "23" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "center" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "324" + "tall" "170" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "165" + "zpos" "20" + "wide" "124" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "175" + "tall" "20" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "HudFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "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/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res index d89c941..5e7dd7c 100644 --- a/resource/ui/hudmenutauntselection.res +++ b/resource/ui/hudmenutauntselection.res @@ -13,7 +13,7 @@ "enabled" "1" "scaleImage" "1" "icon" "hud_menu_bg" - "fillcolor" "0 0 0 100" + "fillcolor" "0 0 0 200" } "Divider" diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index ba9b773..61802f9 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -307,8 +307,8 @@ { "ControlName" "CExButton" "fieldName" "ShowSelection" - "xpos" "c100" - "ypos" "340" + "xpos" "c-288" + "ypos" "290" "zpos" "20" "wide" "200" "tall" "25" diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index 3263af5..7aa5fcb 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -287,6 +287,7 @@ "visible" "1" "proportionaltoparent" "1" "border" "ReplayDefaultBorder" + "bgcolor_override" "DarkGrey" } "QueueLogoButton" @@ -432,7 +433,7 @@ "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" - "image_armedcolor" "LightRed" + "image_armedcolor" "255 0 0 255" "SubImage" { @@ -489,6 +490,7 @@ "visible" "1" "proportionaltoparent" "1" "border" "ReplayDefaultBorder" + "bgcolor_override" "DarkGrey" } "PromptText" @@ -692,8 +694,8 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - // "armedBgColor_override" "CreditsGreen" - // "defaultBgColor_override" "GreenSolid" + "armedBgColor_override" "170 221 183 155" + "defaultBgColor_override" "170 221 183 55" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanLight" diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index a4e35e7..1c51b4e 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -64,11 +64,11 @@ { "ControlName" "CExLabel" "fieldName" "BlueTeamScore" - "font" "Cerbetica44" + "font" "Cerbetica48" "labelText" "%blueteamscore%" "textAlignment" "east" "xpos" "15" - "ypos" "-19" + "ypos" "-12" "zpos" "3" "wide" "80" "tall" "70" @@ -81,12 +81,12 @@ { "ControlName" "CExLabel" "fieldName" "BlueTeamScoreDropshadow" - "font" "Cerbetica44" + "font" "Cerbetica48" "fgcolor" "TransparentBlack" "labelText" "%blueteamscore%" "textAlignment" "east" - "xpos" "-2" - "ypos" "-2" + "xpos" "-1" + "ypos" "-1" "zpos" "3" "wide" "80" "tall" "70" @@ -138,11 +138,11 @@ { "ControlName" "CExLabel" "fieldName" "RedTeamScore" - "font" "Cerbetica44" + "font" "Cerbetica48" "labelText" "%redteamscore%" "textAlignment" "west" "xpos" "105" - "ypos" "-19" + "ypos" "-12" "zpos" "3" "wide" "80" "tall" "70" @@ -155,11 +155,11 @@ { "ControlName" "CExLabel" "fieldName" "RedTeamScoreDropshadow" - "font" "Cerbetica44" + "font" "Cerbetica48" "labelText" "%redteamscore%" "textAlignment" "west" - "xpos" "-2" - "ypos" "-2" + "xpos" "-1" + "ypos" "-1" "zpos" "2" "wide" "80" "tall" "70" diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index afb3d50..d69e63d 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -1,10 +1,10 @@ // Bonus Health Pulse event HudHealthBonusPulse { - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 - Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 Animate PlayerStatusHealthValueSpectator FgColor "Health Buff" Accel 0.0 0.0 Animate PlayerStatusHealthValueFreezePanel FgColor "Health Buff" Accel 0.0 0.0 @@ -13,7 +13,7 @@ event HudHealthBonusPulse event HudHealthBonusPulseStop { - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 @@ -24,10 +24,10 @@ event HudHealthBonusPulseStop // Low Health Pulse event HudHealthDyingPulse { - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 - Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0 Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0 @@ -36,7 +36,7 @@ event HudHealthDyingPulse event HudHealthDyingPulseStop { - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 @@ -131,8 +131,8 @@ event HudMedicChargedStop // Hitmarker Pulse event DamagedPlayer { -// StopEvent HitMarker 0.0 -// RunEvent HitMarker 0.01 +//StopEvent HitMarker 0.0 +//RunEvent HitMarker 0.01 } event HitMarker diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index cd0ea2f..6a7ef54 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -937,7 +937,7 @@ "ypos_minmode" "315" "zpos" "1" "wide" "600" - "tall" "47" + "tall" "50" "priority" "100" } @@ -950,7 +950,7 @@ "ypos" "270" "zpos" "1" "wide" "600" - "tall" "47" + "tall" "50" "priority" "40" "x_offset" "20" "y_offset" "20" @@ -962,11 +962,11 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "276" + "ypos" "c100" "ypos_minmode" "290" "zpos" "1" "wide" "600" - "tall" "45" + "tall" "50" "priority" "35" } -- cgit v1.2.3 From 686eb11236126196378780c055ff9d91480c0880 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 11 Mar 2019 22:42:25 -0400 Subject: Updated KnuckleCrosses - Renamed the KnuckleCrosses schema name to match others - Removed unused files --- resource/scheme/clientscheme_colors.res | 1 - resource/scheme/clientscheme_xhairs.res | 124 +-- resource/ui/HudArenaCapPointCountdown.res | 23 - resource/ui/HudArenaClassLayout.res | 295 ------ resource/ui/HudArenaVsPanel.res | 157 --- resource/ui/HudBowCharge.res | 48 - resource/ui/build_menu/dispenser_active.res | 24 - resource/ui/build_menu/dispenser_already_built.res | 19 - resource/ui/build_menu/dispenser_cant_afford.res | 19 - resource/ui/build_menu/dispenser_selectable.res | 19 - resource/ui/build_menu/dispenser_unavailable.res | 19 - resource/ui/build_menu/sentry_cant_afford.res | 14 - resource/ui/build_menu/tele_entrance_active.res | 23 - .../ui/build_menu/tele_entrance_already_built.res | 19 - .../ui/build_menu/tele_entrance_cant_afford.res | 19 - .../ui/build_menu/tele_entrance_unavailable.res | 19 - resource/ui/build_menu/tele_exit_active.res | 24 - resource/ui/build_menu/tele_exit_already_built.res | 19 - resource/ui/build_menu/tele_exit_cant_afford.res | 19 - resource/ui/build_menu/tele_exit_unavailable.res | 19 - resource/ui/econ/ConfirmItemPreviewDialog.res | 22 +- resource/ui/econ/confirmdialogoptout.res | 11 +- resource/ui/lobbycontainerframe.res | 388 -------- resource/ui/quickplaybusydialog.res | 251 ----- resource/ui/quickplaydialog.res | 1035 -------------------- scripts/hudlayout.res | 2 +- 26 files changed, 69 insertions(+), 2563 deletions(-) delete mode 100644 resource/ui/HudArenaCapPointCountdown.res delete mode 100644 resource/ui/HudArenaClassLayout.res delete mode 100644 resource/ui/HudArenaVsPanel.res delete mode 100644 resource/ui/HudBowCharge.res delete mode 100644 resource/ui/build_menu/dispenser_active.res delete mode 100644 resource/ui/build_menu/dispenser_already_built.res delete mode 100644 resource/ui/build_menu/dispenser_cant_afford.res delete mode 100644 resource/ui/build_menu/dispenser_selectable.res delete mode 100644 resource/ui/build_menu/dispenser_unavailable.res delete mode 100644 resource/ui/build_menu/sentry_cant_afford.res delete mode 100644 resource/ui/build_menu/tele_entrance_active.res delete mode 100644 resource/ui/build_menu/tele_entrance_already_built.res delete mode 100644 resource/ui/build_menu/tele_entrance_cant_afford.res delete mode 100644 resource/ui/build_menu/tele_entrance_unavailable.res delete mode 100644 resource/ui/build_menu/tele_exit_active.res delete mode 100644 resource/ui/build_menu/tele_exit_already_built.res delete mode 100644 resource/ui/build_menu/tele_exit_cant_afford.res delete mode 100644 resource/ui/build_menu/tele_exit_unavailable.res delete mode 100644 resource/ui/lobbycontainerframe.res delete mode 100644 resource/ui/quickplaybusydialog.res delete mode 100644 resource/ui/quickplaydialog.res diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index 0bdc3fc..67ddbc9 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -37,7 +37,6 @@ Scheme "Health Buff" "48 255 48 255" "Health Hurt" "255 153 0 255" "Heal Numbers" "48 255 48 255" - "Damage Numbers" "72 255 255 255" "Last DamageHeal Info" "72 255 255 255" "TransparentPanelBG" "25 25 25 148" "ItemPanelBG" "50 50 50 255" diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index a50d579..8cd7d46 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -2,7 +2,7 @@ Scheme { Fonts { - "size:10,outline:off" + "KnucklesCrosses10" { "1" { @@ -13,7 +13,7 @@ Scheme "outline" "0" } } - "size:11,outline:off" + "KnucklesCrosses11" { "1" { @@ -24,7 +24,7 @@ Scheme "outline" "0" } } - "size:12,outline:off" + "KnucklesCrosses12" { "1" { @@ -35,7 +35,7 @@ Scheme "outline" "0" } } - "size:13,outline:off" + "KnucklesCrosses13" { "1" { @@ -46,7 +46,7 @@ Scheme "outline" "0" } } - "size:14,outline:off" + "KnucklesCrosses14" { "1" { @@ -57,7 +57,7 @@ Scheme "outline" "0" } } - "size:15,outline:off" + "KnucklesCrosses15" { "1" { @@ -68,7 +68,7 @@ Scheme "outline" "0" } } - "size:16,outline:off" + "KnucklesCrosses16" { "1" { @@ -79,7 +79,7 @@ Scheme "outline" "0" } } - "size:17,outline:off" + "KnucklesCrosses17" { "1" { @@ -90,7 +90,7 @@ Scheme "outline" "0" } } - "size:18,outline:off" + "KnucklesCrosses18" { "1" { @@ -101,7 +101,7 @@ Scheme "outline" "0" } } - "size:19,outline:off" + "KnucklesCrosses19" { "1" { @@ -112,7 +112,7 @@ Scheme "outline" "0" } } - "size:20,outline:off" + "KnucklesCrosses20" { "1" { @@ -123,7 +123,7 @@ Scheme "outline" "0" } } - "size:21,outline:off" + "KnucklesCrosses21" { "1" { @@ -134,7 +134,7 @@ Scheme "outline" "0" } } - "size:22,outline:off" + "KnucklesCrosses22" { "1" { @@ -145,7 +145,7 @@ Scheme "outline" "0" } } - "size:23,outline:off" + "KnucklesCrosses23" { "1" { @@ -156,7 +156,7 @@ Scheme "outline" "0" } } - "size:24,outline:off" + "KnucklesCrosses24" { "1" { @@ -167,7 +167,7 @@ Scheme "outline" "0" } } - "size:25,outline:off" + "KnucklesCrosses25" { "1" { @@ -178,7 +178,7 @@ Scheme "outline" "0" } } - "size:26,outline:off" + "KnucklesCrosses26" { "1" { @@ -189,7 +189,7 @@ Scheme "outline" "0" } } - "size:27,outline:off" + "KnucklesCrosses27" { "1" { @@ -200,7 +200,7 @@ Scheme "outline" "0" } } - "size:28,outline:off" + "KnucklesCrosses28" { "1" { @@ -211,7 +211,7 @@ Scheme "outline" "0" } } - "size:29,outline:off" + "KnucklesCrosses29" { "1" { @@ -222,7 +222,7 @@ Scheme "outline" "0" } } - "size:30,outline:off" + "KnucklesCrosses30" { "1" { @@ -233,7 +233,7 @@ Scheme "outline" "0" } } - "size:31,outline:off" + "KnucklesCrosses31" { "1" { @@ -244,7 +244,7 @@ Scheme "outline" "0" } } - "size:32,outline:off" + "KnucklesCrosses32" { "1" { @@ -255,7 +255,7 @@ Scheme "outline" "0" } } - "size:33,outline:off" + "KnucklesCrosses33" { "1" { @@ -266,7 +266,7 @@ Scheme "outline" "0" } } - "size:34,outline:off" + "KnucklesCrosses34" { "1" { @@ -277,7 +277,7 @@ Scheme "outline" "0" } } - "size:35,outline:off" + "KnucklesCrosses35" { "1" { @@ -288,7 +288,7 @@ Scheme "outline" "0" } } - "size:36,outline:off" + "KnucklesCrosses36" { "1" { @@ -299,7 +299,7 @@ Scheme "outline" "0" } } - "size:37,outline:off" + "KnucklesCrosses37" { "1" { @@ -310,7 +310,7 @@ Scheme "outline" "0" } } - "size:38,outline:off" + "KnucklesCrosses38" { "1" { @@ -321,7 +321,7 @@ Scheme "outline" "0" } } - "size:39,outline:off" + "KnucklesCrosses39" { "1" { @@ -332,7 +332,7 @@ Scheme "outline" "0" } } - "size:40,outline:off" + "KnucklesCrosses40" { "1" { @@ -343,7 +343,7 @@ Scheme "outline" "0" } } - "size:10,outline:on" + "KnucklesCrosses10Outline" { "1" { @@ -354,7 +354,7 @@ Scheme "outline" "1" } } - "size:11,outline:on" + "KnucklesCrosses11Outline" { "1" { @@ -365,7 +365,7 @@ Scheme "outline" "1" } } - "size:12,outline:on" + "KnucklesCrosses12Outline" { "1" { @@ -376,7 +376,7 @@ Scheme "outline" "1" } } - "size:13,outline:on" + "KnucklesCrosses13Outline" { "1" { @@ -387,7 +387,7 @@ Scheme "outline" "1" } } - "size:14,outline:on" + "KnucklesCrosses14Outline" { "1" { @@ -398,7 +398,7 @@ Scheme "outline" "1" } } - "size:15,outline:on" + "KnucklesCrosses15Outline" { "1" { @@ -409,7 +409,7 @@ Scheme "outline" "1" } } - "size:16,outline:on" + "KnucklesCrosses16Outline" { "1" { @@ -420,7 +420,7 @@ Scheme "outline" "1" } } - "size:17,outline:on" + "KnucklesCrosses17Outline" { "1" { @@ -431,7 +431,7 @@ Scheme "outline" "1" } } - "size:18,outline:on" + "KnucklesCrosses18Outline" { "1" { @@ -442,7 +442,7 @@ Scheme "outline" "1" } } - "size:19,outline:on" + "KnucklesCrosses19Outline" { "1" { @@ -453,7 +453,7 @@ Scheme "outline" "1" } } - "size:20,outline:on" + "KnucklesCrosses20Outline" { "1" { @@ -464,7 +464,7 @@ Scheme "outline" "1" } } - "size:21,outline:on" + "KnucklesCrosses21Outline" { "1" { @@ -475,7 +475,7 @@ Scheme "outline" "1" } } - "size:22,outline:on" + "KnucklesCrosses22Outline" { "1" { @@ -486,7 +486,7 @@ Scheme "outline" "1" } } - "size:23,outline:on" + "KnucklesCrosses23Outline" { "1" { @@ -497,7 +497,7 @@ Scheme "outline" "1" } } - "size:24,outline:on" + "KnucklesCrosses24Outline" { "1" { @@ -508,7 +508,7 @@ Scheme "outline" "1" } } - "size:25,outline:on" + "KnucklesCrosses25Outline" { "1" { @@ -519,7 +519,7 @@ Scheme "outline" "1" } } - "size:26,outline:on" + "KnucklesCrosses26Outline" { "1" { @@ -530,7 +530,7 @@ Scheme "outline" "1" } } - "size:27,outline:on" + "KnucklesCrosses27Outline" { "1" { @@ -541,7 +541,7 @@ Scheme "outline" "1" } } - "size:28,outline:on" + "KnucklesCrosses28Outline" { "1" { @@ -552,7 +552,7 @@ Scheme "outline" "1" } } - "size:29,outline:on" + "KnucklesCrosses29Outline" { "1" { @@ -563,7 +563,7 @@ Scheme "outline" "1" } } - "size:30,outline:on" + "KnucklesCrosses30Outline" { "1" { @@ -574,7 +574,7 @@ Scheme "outline" "1" } } - "size:31,outline:on" + "KnucklesCrosses31Outline" { "1" { @@ -585,7 +585,7 @@ Scheme "outline" "1" } } - "size:32,outline:on" + "KnucklesCrosses32Outline" { "1" { @@ -596,7 +596,7 @@ Scheme "outline" "1" } } - "size:33,outline:on" + "KnucklesCrosses33Outline" { "1" { @@ -607,7 +607,7 @@ Scheme "outline" "1" } } - "size:34,outline:on" + "KnucklesCrosses34Outline" { "1" { @@ -618,7 +618,7 @@ Scheme "outline" "1" } } - "size:35,outline:on" + "KnucklesCrosses35Outline" { "1" { @@ -629,7 +629,7 @@ Scheme "outline" "1" } } - "size:36,outline:on" + "KnucklesCrosses36Outline" { "1" { @@ -640,7 +640,7 @@ Scheme "outline" "1" } } - "size:37,outline:on" + "KnucklesCrosses37Outline" { "1" { @@ -651,7 +651,7 @@ Scheme "outline" "1" } } - "size:38,outline:on" + "KnucklesCrosses38Outline" { "1" { @@ -662,7 +662,7 @@ Scheme "outline" "1" } } - "size:39,outline:on" + "KnucklesCrosses39Outline" { "1" { @@ -673,7 +673,7 @@ Scheme "outline" "1" } } - "size:40,outline:on" + "KnucklesCrosses40Outline" { "1" { diff --git a/resource/ui/HudArenaCapPointCountdown.res b/resource/ui/HudArenaCapPointCountdown.res deleted file mode 100644 index 0bc8242..0000000 --- a/resource/ui/HudArenaCapPointCountdown.res +++ /dev/null @@ -1,23 +0,0 @@ -"Resource/UI/HudArenaCapPointCountdown.res" -{ - "CapCountdownLabel" - { - "ControlName" "CExLabel" - "fieldName" "CapCountdownLabel" - "font" "Cerbetica16" - "xpos" "0" - "ypos" "3" - "zpos" "-1" - "wide" "30" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "labelText" "%capturetime%" - "textAlignment" "center" - "fgcolor" "235 226 202 255" - "bgcolor" "235 226 202 255" - } -} \ No newline at end of file diff --git a/resource/ui/HudArenaClassLayout.res b/resource/ui/HudArenaClassLayout.res deleted file mode 100644 index a7b7c5a..0000000 --- a/resource/ui/HudArenaClassLayout.res +++ /dev/null @@ -1,295 +0,0 @@ -"Resource/UI/HudArenaClassLayout.res" -{ - "background" - { - "ControlName" "CTFImagePanel" - "fieldName" "background" - "xpos" "c-100" - "ypos" "130" - "zpos" "-1" - "wide" "20" - "tall" "100" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "image" "../hud/color_panel_blu" - "scaleImage" "1" - "teambg_2" "../hud/color_panel_red" - "teambg_3" "../hud/color_panel_blu" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" - } - - "localPlayerBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerBG" - "xpos" "0" - "ypos" "140" - "zpos" "2" - "wide" "45" - "tall" "80" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "image" "../hud/color_panel_clear" - "scaleImage" "1" - "teambg_2" "../hud/color_panel_clear" - "teambg_3" "../hud/color_panel_clear" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "5" - "draw_corner_height" "5" - } - - "title" - { - "ControlName" "CExLabel" - "fieldName" "title" - "xpos" "c-200" - "ypos" "107" - "zpos" "6" - "wide" "400" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "CerbeticaBold20" - "labelText" "Your Squadron" - "textAlignment" "center" - "fgcolor" "TanLight" - } - - "titleShadow" - { - "ControlName" "CExLabel" - "fieldName" "CerbeticaBold24" - "xpos" "c-199" - "ypos" "108" - "zpos" "5" - "wide" "400" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "CerbeticaBold20" - "labelText" "Your Squadron" - "textAlignment" "center" - "fgcolor" "TransparentBlack" - } - - "changeLabel" - { - "ControlName" "CExLabel" - "fieldName" "changeLabel" - "xpos" "c-220" - "ypos" "230" - "zpos" "6" - "wide" "440" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "HudFontSmallBold" - "labelText" "#TF_Arena_F4_ChangeClass" - "textAlignment" "center" - "fgcolor" "TanLight" - } - - "changeLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "changeLabelShadow" - "xpos" "c-219" - "ypos" "231" - "zpos" "5" - "wide" "440" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "HudFontSmallBold" - "labelText" "#TF_Arena_F4_ChangeClass" - "textAlignment" "center" - "fgcolor" "Black" - } - - "classImage0" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage0" - "xpos" "0" - "ypos" "125" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage1" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage1" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage2" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage2" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage3" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage3" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage4" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage4" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage5" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage5" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage6" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage6" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage7" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage7" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage8" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage8" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage9" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage9" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage10" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage10" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - "classImage11" - { - "ControlName" "CTFImagePanel" - "fieldName" "classImage11" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } -} \ No newline at end of file diff --git a/resource/ui/HudArenaVsPanel.res b/resource/ui/HudArenaVsPanel.res deleted file mode 100644 index 2f30f5b..0000000 --- a/resource/ui/HudArenaVsPanel.res +++ /dev/null @@ -1,157 +0,0 @@ -"Resource/UI/HudArenaVsPanel.res" -{ - "bluepanel" - { - "ControlName" "EditablePanel" - "fieldName" "bluepanel" - "xpos" "c-100" - "ypos" "50" - "zpos" "0" - "wide" "200" - "tall" "50" - "visible" "1" - - "background" - { - "ControlName" "CTFImagePanel" - "fieldName" "background" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "200" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "image" "../hud/color_panel_blu" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" - } - - "AvatarImage" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "AvatarImage" - "xpos" "0" - "ypos" "10" - "zpos" "1" - "wide" "58" - "tall" "36" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - - "teamname" - { - "ControlName" "CExLabel" - "fieldName" "teamname" - "xpos" "30" - "ypos" "0" - "zpos" "1" - "wide" "200" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "CerbeticaBold20" - "labelText" "%blueleader%" - "textAlignment" "west" - "fgcolor" "HudOffWhite" - } - } - - "vslabel" - { - "ControlName" "CExLabel" - "fieldName" "vslabel" - "xpos" "c-80" - "ypos" "100" - "zpos" "1" - "wide" "160" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "Cerbetica14" - "labelText" "VS" - "textAlignment" "center" - "fgcolor" "HudOffWhite" - } - - "redpanel" - { - "ControlName" "EditablePanel" - "fieldName" "redpanel" - "xpos" "c-100" - "ypos" "140" - "zpos" "0" - "wide" "200" - "tall" "50" - "visible" "1" - - "background" - { - "ControlName" "CTFImagePanel" - "fieldName" "background" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "200" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "image" "../hud/color_panel_red" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" - } - - "AvatarImage" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "AvatarImage" - "xpos" "0" - "ypos" "10" - "zpos" "1" - "wide" "58" - "tall" "36" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - - "teamname" - { - "ControlName" "CExLabel" - "fieldName" "teamname" - "xpos" "30" - "ypos" "0" - "zpos" "1" - "wide" "160" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "CerbeticaBold20" - "labelText" "%redleader%" - "textAlignment" "west" - "fgcolor" "HudOffWhite" - } - } -} \ No newline at end of file diff --git a/resource/ui/HudBowCharge.res b/resource/ui/HudBowCharge.res deleted file mode 100644 index b91f3fc..0000000 --- a/resource/ui/HudBowCharge.res +++ /dev/null @@ -1,48 +0,0 @@ -"Resource/UI/HudBowCharge.res" -{ - "ChargeMeter" - { - "ControlName" "ContinuousProgressBar" - "fieldName" "ChargeMeter" - "font" "Cerbetica12" - "xpos" "25" - "xpos_minmode" "15" - "ypos" "0" - "zpos" "2" - "wide" "150" - "tall" "8" - "wide_minmode" "120" - "tall_minmode" "5" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - - "ChargeMeterLabel" - { - "ControlName" "CExLabel" - "fieldName" "ChargeMeterLabel" - "xpos" "25" - "ypos" "0" - "xpos_minmode" "9999" - "ypos_minmode" "9999" - "zpos" "3" - "wide" "150" - "tall" "8" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "CHARGE" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica12" - "fgcolor_override" "150 150 150 255" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_active.res b/resource/ui/build_menu/dispenser_active.res deleted file mode 100644 index 03a45b7..0000000 --- a/resource/ui/build_menu/dispenser_active.res +++ /dev/null @@ -1,24 +0,0 @@ -#base "base_active.res" - -"Resource/UI/build_menu/dispenser_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - } - - "BuildingIcon" - { - "icon" "hud_menu_dispenser_build" - } - - "NumberLabel" - { - "labelText" "2" - } - - "NumberLabelShadow" - { - "labelText" "2" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_already_built.res b/resource/ui/build_menu/dispenser_already_built.res deleted file mode 100644 index 0b317be..0000000 --- a/resource/ui/build_menu/dispenser_already_built.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_already_built.res" - -"Resource/UI/build_menu/dispenser_already_built.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_dispenser" - } - - "NumberLabel" - { - "labelText" "2" - } - - "NumberLabelShadow" - { - "labelText" "2" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_cant_afford.res b/resource/ui/build_menu/dispenser_cant_afford.res deleted file mode 100644 index 5543471..0000000 --- a/resource/ui/build_menu/dispenser_cant_afford.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_cant_afford.res" - -"Resource/UI/build_menu/dispenser_cant_afford.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_dispenser" - } - - "NumberLabel" - { - "labelText" "2" - } - - "NumberLabelShadow" - { - "labelText" "2" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_selectable.res b/resource/ui/build_menu/dispenser_selectable.res deleted file mode 100644 index 3df48b1..0000000 --- a/resource/ui/build_menu/dispenser_selectable.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_selectable.res" - -"Resource/UI/build_menu/dispenser_selectable.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Dispenser" - } - - "BuildingIcon" - { - "icon" "hud_menu_dispenser_build" - } - - "NumberLabelShadow" - { - "labelText" "2" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/dispenser_unavailable.res b/resource/ui/build_menu/dispenser_unavailable.res deleted file mode 100644 index c20c284..0000000 --- a/resource/ui/build_menu/dispenser_unavailable.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_unavailable.res" - -"Resource/UI/build_menu/dispenser_unavailable.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_dispenser" - } - - "NumberLabel" - { - "labelText" "2" - } - - "NumberLabelShadow" - { - "labelText" "2" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/sentry_cant_afford.res b/resource/ui/build_menu/sentry_cant_afford.res deleted file mode 100644 index 3fb7444..0000000 --- a/resource/ui/build_menu/sentry_cant_afford.res +++ /dev/null @@ -1,14 +0,0 @@ -#base "base_cant_afford.res" - -"Resource/UI/build_menu/sentry_cant_afford.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Sentry" - } - - "NumberLabel" - { - "labelText" "1" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_active.res b/resource/ui/build_menu/tele_entrance_active.res deleted file mode 100644 index 34a1c78..0000000 --- a/resource/ui/build_menu/tele_entrance_active.res +++ /dev/null @@ -1,23 +0,0 @@ -#base "base_active.res" - -"Resource/UI/build_menu/tele_entrance_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - } - - "BuildingIcon" - { - "icon" "hud_menu_tele_entrance_build" - } - - "NumberLabel" - { - "labelText" "3" - } - "NumberLabelShadow" - { - "labelText" "3" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_already_built.res b/resource/ui/build_menu/tele_entrance_already_built.res deleted file mode 100644 index a548b39..0000000 --- a/resource/ui/build_menu/tele_entrance_already_built.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_already_built.res" - -"Resource/UI/build_menu/tele_entrance_already_built.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_tele_entrance_360" - } - - "NumberLabel" - { - "labelText" "3" - } - - "NumberLabelShadow" - { - "labelText" "3" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_cant_afford.res b/resource/ui/build_menu/tele_entrance_cant_afford.res deleted file mode 100644 index 99dfc6d..0000000 --- a/resource/ui/build_menu/tele_entrance_cant_afford.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_cant_afford.res" - -"Resource/UI/build_menu/tele_entrance_cant_afford.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_tele_entrance_360" - } - - "NumberLabel" - { - "labelText" "3" - } - - "NumberLabelShadow" - { - "labelText" "3" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_entrance_unavailable.res b/resource/ui/build_menu/tele_entrance_unavailable.res deleted file mode 100644 index 4b2536c..0000000 --- a/resource/ui/build_menu/tele_entrance_unavailable.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_unavailable.res" - -"Resource/UI/build_menu/tele_entrance_unavailable.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_tele_entrance_360" - } - - "NumberLabel" - { - "labelText" "3" - } - - "NumberLabelShadow" - { - "labelText" "3" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_active.res b/resource/ui/build_menu/tele_exit_active.res deleted file mode 100644 index fdcaa8d..0000000 --- a/resource/ui/build_menu/tele_exit_active.res +++ /dev/null @@ -1,24 +0,0 @@ -#base "base_active.res" - -"Resource/UI/build_menu/tele_exit_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Exit_360" - } - - "BuildingIcon" - { - "icon" "hud_menu_tele_exit_build" - } - - "NumberLabel" - { - "labelText" "4" - } - - "NumberLabelShadow" - { - "labelText" "4" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_already_built.res b/resource/ui/build_menu/tele_exit_already_built.res deleted file mode 100644 index 77a183d..0000000 --- a/resource/ui/build_menu/tele_exit_already_built.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_already_built.res" - -"Resource/UI/build_menu/tele_exit_already_built.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_tele_exit_360" - } - - "NumberLabel" - { - "labelText" "4" - } - - "NumberLabelShadow" - { - "labelText" "4" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_cant_afford.res b/resource/ui/build_menu/tele_exit_cant_afford.res deleted file mode 100644 index 4f50f11..0000000 --- a/resource/ui/build_menu/tele_exit_cant_afford.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_cant_afford.res" - -"Resource/UI/build_menu/tele_exit_cant_afford.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_tele_exit_360" - } - - "NumberLabel" - { - "labelText" "4" - } - - "NumberLabelShadow" - { - "labelText" "4" - } -} \ No newline at end of file diff --git a/resource/ui/build_menu/tele_exit_unavailable.res b/resource/ui/build_menu/tele_exit_unavailable.res deleted file mode 100644 index dea83c3..0000000 --- a/resource/ui/build_menu/tele_exit_unavailable.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_unavailable.res" - -"Resource/UI/build_menu/tele_exit_unavailable.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_tele_exit_360" - } - - "NumberLabel" - { - "labelText" "4" - } - - "NumberLabelShadow" - { - "labelText" "4" - } -} \ No newline at end of file diff --git a/resource/ui/econ/ConfirmItemPreviewDialog.res b/resource/ui/econ/ConfirmItemPreviewDialog.res index eec54ad..8269955 100644 --- a/resource/ui/econ/ConfirmItemPreviewDialog.res +++ b/resource/ui/econ/ConfirmItemPreviewDialog.res @@ -194,15 +194,8 @@ "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" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "OkButton" { @@ -227,14 +220,7 @@ "Command" "apply" "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" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } \ No newline at end of file diff --git a/resource/ui/econ/confirmdialogoptout.res b/resource/ui/econ/confirmdialogoptout.res index 74a775c..2272def 100644 --- a/resource/ui/econ/confirmdialogoptout.res +++ b/resource/ui/econ/confirmdialogoptout.res @@ -116,15 +116,8 @@ "Command" "confirm" "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" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "OptOutCheckbox" diff --git a/resource/ui/lobbycontainerframe.res b/resource/ui/lobbycontainerframe.res deleted file mode 100644 index 35bec20..0000000 --- a/resource/ui/lobbycontainerframe.res +++ /dev/null @@ -1,388 +0,0 @@ -"Resource/UI/LobbyContainerFrame.res" -{ - "LobbyContainerFrame" - { - "ControlName" "EditablePanel" - "fieldName" "LobbyContainerFrame" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "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" - - "title" "#CharInfoAndSetup" - "title_font" "HudFontMediumBold" - "titletextinsetX" "40" - "titletextinsetY" "0" - "titlebarfgcolor_override" "200 187 161 255" - "titlebardisabledfgcolor_override" "200 187 161 255" - "titlebarbgcolor_override" "TanDarker" - - "clientinsetx_override" "0" - "sheetinset_bottom" "40" - - "NavToRelay" "BackButton2" - } - - "BackgroundHeader" - { - "ControlName" "ImagePanel" - "fieldName" "BackgroundHeader" - "xpos" "0" - "ypos" "0" - "zpos" "-2" - "wide" "f0" - "tall" "120" - "visible" "1" - "enabled" "1" - "image" "loadout_header" - "tileImage" "1" - } - "BackgroundHeader2" - { - "ControlName" "ImagePanel" - "fieldName" "BackgroundHeader2" - "xpos" "0" - "ypos" "0" - "zpos" "-2" - "wide" "f0" - "tall" "120" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 175" - "tileImage" "1" - } - "BackgroundFooter" - { - "ControlName" "ImagePanel" - "fieldName" "BackgroundFooter" - "xpos" "0" - "ypos" "420" - "zpos" "0" - "wide" "f0" - "tall" "60" - "visible" "1" - "enabled" "1" - "image" "loadout_header" - "tileImage" "1" - } - "BackgroundFooter2" - { - "ControlName" "ImagePanel" - "fieldName" "BackgroundFooter2" - "xpos" "0" - "ypos" "420" - "zpos" "1" - "wide" "f0" - "tall" "60" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 220" - "tileImage" "1" - } - "FooterLine" - { - "ControlName" "EditablePanel" - "fieldName" "HeaderLine" - "xpos" "0" - "ypos" "420" - "zpos" "2" - "wide" "f0" - "tall" "2" - "visible" "1" - "enabled" "1" - "autoResize" "0" - "PaintBackgroundType" "2" - "border" "NoBorder" - "bgcolor_override" "ColorCyan" - } - - "Sheet" - { - "ControlName" "EditablePanel" - "fieldName" "Sheet" - "tabxindent" "80" - "tabxdelta" "10" - "tabwidth" "240" - "tabheight" "34" - "transition_time" "0" - - "HeaderLine" - { - "ControlName" "EditablePanel" - "fieldName" "HeaderLine" - "xpos" "0" - "ypos" "32" - "zpos" "5" - "wide" "f0" - "tall" "2" - "visible" "1" - "enabled" "1" - "autoResize" "0" - "PaintBackgroundType" "2" - "border" "NoBorder" - "bgcolor_override" "ColorCyan" - } - - "tabskv" - { - "textinsetx" "25" - "textAlignment" "center" - "font" "Cerbetica32" - "ypos" "50" - "selectedcolor" "TanLight" - "unselectedcolor" "TanDark" - "paintbackground" "1" - "defaultBgColor_override" "25 25 25 255" - "unselectedBgColor_override" "10 10 10 255" - "activeborder_override" "CyanBorderTabs" - "depressedBgColor_override" "10 10 10 255" - "normalborder_override" "CyanBorderTabsInactive" - - "mouseinputenabled" "1" - } - } - - "OptionsButton" - { - "ControlName" "CExImageButton" - "fieldName" "OptionsButton" - "xpos" "c275" - "ypos" "10" - "zpos" "100" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "options" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "image_drawcolor" "ColorWhite" - "image_armedcolor" "ColorWhite" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "2" - "ypos" "2" - "zpos" "1" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "image" "glyph_options" - "scaleImage" "1" - } - } - - "BackButton" - { - "ControlName" "CExButton" - "fieldName" "BackButton" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "<< Back (&Q)" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "back" - "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" - } - - "BackButton2" - { - "ControlName" "CExButton" - "fieldName" "BackButton2" - "xpos" "c-295" - "ypos" "437" - "zpos" "2" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "<< Back" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "Command" "back" - "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" - } - - "NotificationsPresentPanel" - { - "ControlName" "CNotificationsPresentPanel" - "fieldName" "NotificationsPresentPanel" - "xpos" "r200" - "ypos" "10" - "zpos" "10000" - "wide" "190" - "tall" "50" - "visible" "0" - "enabled" "1" - } - - "MatchmakingBanPanel" - { - "ControlName" "EditablePanel" - "fieldName" "MatchmakingBanPanel" - "xpos" "c-113" - "ypos" "428" - "zpos" "2" - "wide" "220" - "tall" "40" - "visible" "0" - "enabled" "1" - "mouseinputenabled" "0" - "bgcolor_override" "Black" - - "MatchmakingBanDurationLabel" - { - "ControlName" "CExLabel" - "fieldName" "MatchmakingBanDurationLabel" - "font" "HudFontSmallest" - "fgcolor_override" "RedSolid" - "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" - "textalignment" "center" - "xpos" "5" - "ypos" "0" - "zpos" "2" - "wide" "200" - "tall" "40" - "visible" "1" - "enabled" "1" - "autoResize" "1" - "pinCorner" "0" - } - } - "NextButton" - { - "ControlName" "CExImageButton" - "fieldName" "NextButton" - "xpos" "c+200" - "ypos" "437" - "zpos" "2" - "wide" "100" - "tall" "25" - "autoResize" "0" - //"pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "next" - - "NavUp" "StartPartyButton" - "NavDown" "LearnMoreButton" - "NavLeft" "LearnMoreButton" - - "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" - } - - "StartPartyButton" - { - "ControlName" "CExButton" - "fieldName" "StartPartyButton" - "xpos" "c+110" - "ypos" "310" - "zpos" "10" - "wide" "180" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Matchmaking_StartParty" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "start_party" - - "NavUp" "Sheet" - "NavDown" "NextButton" - "NavLeft" "PracticeButton" - - "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/quickplaybusydialog.res b/resource/ui/quickplaybusydialog.res deleted file mode 100644 index cf149ac..0000000 --- a/resource/ui/quickplaybusydialog.res +++ /dev/null @@ -1,251 +0,0 @@ -"Resource/UI/QuickPlayBusyDialog.res" -{ - "QuickPlayBusyDialog" - { - "ControlName" "CQuickPlayBusyDialog" - "fieldName" "QuickPlayBusyDialog" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "0 0 0 200" - } - - "BusyContainer" - { - "ControlName" "EditablePanel" - "fieldName" "BusyContainer" - "xpos" "c-225" - "ypos" "c-75" - "zpos" "0" - "wide" "450" - "tall" "150" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "PaintBackgroundType" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" - - "Background" - { - "ControlName" "EditablePanel" - "fieldName" "Background" - "xpos" "9999" - "ypos" "9999" - "wide" "450" - "tall" "150" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "40 37 37 255" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MM_WaitDialog_Title" - "textAlignment" "center" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "450" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "Progress" - { - "ControlName" "ProgressBar" - "fieldName" "Progress" - "xpos" "20" - "ypos" "40" - "wide" "410" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "NumServers" - { - "ControlName" "CExLabel" - "fieldName" "NumServers" - "font" "HudFontSmallestBold" - "labelText" "%numservers%" - "textAlignment" "center" - "xpos" "0" - "ypos" "75" - "zpos" "1" - "wide" "450" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "CloseButton" - { - "ControlName" "CExButton" - "fieldName" "CloseButton" - "xpos" "175" - "ypos" "115" - "zpos" "20" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "user_close" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_armed" "NoBorder" - } - } - - "ResultsContainer" - { - "ControlName" "EditablePanel" - "fieldName" "ResultsContainer" - "xpos" "c-250" - "ypos" "c-200" - "zpos" "0" - "wide" "500" - "tall" "400" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "PaintBackgroundType" "2" - "paintbackground" "1" - "border" "CyanBorderThick" - "bgcolor_override" "25 25 25 255" - - "Background" - { - "ControlName" "EditablePanel" - "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "500" - "tall" "400" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "25 25 25 255" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontMediumBold" - "labelText" "#TF_MM_ResultsDialog_Title" - "textAlignment" "center" - "xpos" "0" - "ypos" "15" - "zpos" "1" - "wide" "500" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "ServerList" - { - "ControlName" "PanelListPanel" - "fieldName" "ServerList" - "xpos" "10" - "ypos" "40" - "zpos" "1" - "wide" "480" - "tall" "300" - "autoResize" "1" - "pinCorner" "0" - } - - "ConnectButton" - { - "ControlName" "CExButton" - "fieldName" "ConnectButton" - "xpos" "10" - "ypos" "365" - "zpos" "20" - "wide" "235" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Quickplay_Connect" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "ConnectToServer" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "NoBorder" - "border_armed" "NoBorder" - } - - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "255" - "ypos" "365" - "zpos" "20" - "wide" "235" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "user_close" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "NoBorder" - "border_armed" "NoBorder" - } - } -} \ No newline at end of file diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res deleted file mode 100644 index 80ed219..0000000 --- a/resource/ui/quickplaydialog.res +++ /dev/null @@ -1,1035 +0,0 @@ -"Resource/QuickplayDialog.res" -{ - "QuickplayDialog" - { - "ControlName" "CQuickplayDialog" - "fieldName" "QuickplayDialog" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "Transparent" - "event247_image" "illustrations/gamemode_halloween2015" - "community_update_image" "illustrations/gamemode_invasion" - } - - "Container" - { - "ControlName" "EditablePanel" - "fieldName" "Container" - "xpos" "c-200" - "ypos" "c-190" - "wide" "400" - "tall" "400" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "PaintBackgroundType" "0" - "paintbackground" "1" - "border" "NoBorder" - - "Background" - { - "ControlName" "EditablePanel" - "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "400" - "tall" "400" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "25 25 25 255" - } - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontMediumBold" - "labelText" "#TF_Quickplay_Title" - "textAlignment" "center" - "xpos" "0" - "ypos" "9" - "zpos" "1" - "wide" "400" - "tall" "35" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "SimplifiedOptionsContainer" - { - "ControlName" "EditablePanel" - "fieldName" "SimplifiedOptionsContainer" - "xpos" "10" - "ypos" "45" - "zpos" "50" - "wide" "380" - "tall" "250" - "visible" "0" - "enabled" "1" - - "CurPageLabel" - { - "ControlName" "CExLabel" - "fieldName" "CurPageLabel" - "font" "HudFontSmallBold" - "labelText" "%page%" - "textAlignment" "north-west" - "xpos" "40" - "ypos" "10" - "zpos" "10" - "wide" "100" - "tall" "20" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - - "MoreInfoButton" - { - "ControlName" "CExButton" - "fieldName" "MoreInfoButton" - "xpos" "325" - "ypos" "10" - "zpos" "10" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "?" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "more_info" - "border_default" "NoBorder" - "border_armed" "NoBorder" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "ModeInfoContainer" - { - "ControlName" "EditablePanel" - "fieldName" "ModeInfoContainer" - "xpos" "40" - "ypos" "20" - "wide" "380" - "tall" "290" - "visible" "1" - "enabled" "1" - "border" "NoBorder" - - "ModeImage" - { - "ControlName" "ImagePanel" - "fieldName" "ModeImage" - "xpos" "35" - "ypos" "25" - "zpos" "0" - "wide" "225" - "tall" "225" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "image" "maps/menu_screen_ctf_2fort" - "scaleImage" "1" - } - - "Label_GameType" - { - "ControlName" "CExLabel" - "fieldName" "Label_GameType" - "font" "HudFontMediumSmallBold" - "labelText" "%gametype%" - "textAlignment" "center" - "xpos" "-37" - "ypos" "0" - "zpos" "2" - "wide" "380" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "mouseinputenabled" "0" - "fgcolor_override" "TanLight" - } - - "DescLabel" - { - "ControlName" "CExLabel" - "fieldName" "DescLabel" - "font" "HudFontSmallest" - "labelText" "%description%" - "textAlignment" "center" - "xpos" "-37" - "ypos" "15" - "zpos" "2" - "wide" "380" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - "auto_wide_tocontents" "0" - "wrap" "1" - "centerwrap" "1" - //"border" "QuickplayBorder" - } - - "ComplexityLabel" - { - "ControlName" "CExLabel" - "fieldName" "ComplexityLabel" - "font" "HudFontSmallest" - "labelText" "%complexity%" - "textAlignment" "center" - "xpos" "-37" - "ypos" "205" - "zpos" "2" - "wide" "380" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "140 88 255 255" - "auto_wide_tocontents" "0" - "wrap" "1" - "centerwrap" "1" - //"border" "NoBorder" - } - - "MoreInfoContainer" - { - "ControlName" "EditablePanel" - "fieldName" "MoreInfoContainer" - "xpos" "20" - "ypos" "30" - "zpos" "3" - "wide" "280" - "tall" "205" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "PaintBackgroundType" "0" - "paintbackground" "1" - "border" "MainMenuBGBorder" - - "Background" - { - "ControlName" "EditablePanel" - "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "wide" "400" - "tall" "400" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "15 15 15 255" - } - - "MoreInfoLabel" - { - "ControlName" "CExLabel" - "fieldName" "MoreInfoLabel" - "font" "HudFontSmallest" - "labelText" "%more_info%" - "textAlignment" "center" - "xpos" "10" - "ypos" "15" - "zpos" "1" - "wide" "260" - "tall" "160" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "centerwrap" "1" - } - } - } - - "PrevPageButton" - { - "ControlName" "CExButton" - "fieldName" "PrevPageButton" - "xpos" "2" - "ypos" "100" - "zpos" "1" - "wide" "20" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "<" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "prevpage" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "NoBorder" - "border_armed" "NoBorder" - } - - "NextPageButton" - { - "ControlName" "CExButton" - "fieldName" "NextPageButton" - "xpos" "357" - "ypos" "100" - "zpos" "10" - "wide" "20" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" ">" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "Command" "nextpage" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "NoBorder" - "border_armed" "NoBorder" - } - } - - "AdvOptionsContainer" - { - "ControlName" "EditablePanel" - "fieldName" "AdvOptionsContainer" - "xpos" "10" - "ypos" "45" - "zpos" "50" - "wide" "380" - "tall" "240" - "visible" "0" - "enabled" "1" - "border" "QuickplayBorder" - "bgcolor_override" "0 0 0 255" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Quickplay_AdvancedOptions" - "textAlignment" "center" - "xpos" "10" - "ypos" "10" - "zpos" "1" - "wide" "355" - "tall" "15" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "GameModeOptionContainer" - { - "ControlName" "EditablePanel" - "fieldName" "GameModeOptionContainer" - "xpos" "10" - "ypos" "10" - "zpos" "60" - "wide" "355" - "tall" "20" - "visible" "0" - "enabled" "1" - - "OptionNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionNameLabel" - "font" "HudFontSmallBold" - "labelText" "Game mode" - "textAlignment" "left" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "180" - "tall" "15" - } - - "OptionCombo" - { - "ControlName" "ComboBox" - "fieldName" "OptionCombo" - "Font" "HudFontSmallest" - "xpos" "190" - "ypos" "0" - "zpos" "1" - "wide" "165" - "tall" "15" - "editable" "0" - } - } - - "ValveServerOption" - { - "ControlName" "EditablePanel" - "fieldName" "ValveServerOption" - "xpos" "10" - "ypos" "30" - "zpos" "60" - "wide" "175" - "tall" "60" - - "OptionNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionNameLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Quickplay_ServerHost" - "textAlignment" "left" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "175" - "tall" "15" - } - - "RadioButton0" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton1" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton2" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" - } - } - - "IncreasedPlayerCountOption" - { - "ControlName" "EditablePanel" - "fieldName" "IncreasedPlayerCountOption" - "xpos" "195" - "ypos" "30" - "zpos" "60" - "wide" "175" - "tall" "60" - - "OptionNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionNameLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Quickplay_MaxPlayers" - "textAlignment" "left" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "180" - "tall" "15" - } - - "RadioButton0" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton1" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton2" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" - } - } - - "RandomCritsOption" - { - "ControlName" "EditablePanel" - "fieldName" "RandomCritsOption" - "xpos" "10" - "ypos" "100" - "zpos" "60" - "wide" "175" - "tall" "60" - - "OptionNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionNameLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Quickplay_RandomCrits" - "textAlignment" "left" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "180" - "tall" "15" - } - - "RadioButton0" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton1" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton2" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" - } - } - - "RespawnTimesOption" - { - "ControlName" "EditablePanel" - "fieldName" "RespawnTimesOption" - "xpos" "195" - "ypos" "100" - "zpos" "60" - "wide" "175" - "tall" "60" - - "OptionNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionNameLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Quickplay_RespawnTimes" - "textAlignment" "left" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "180" - "tall" "15" - } - - "RadioButton0" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton1" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton2" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" - } - } - - "DamageSpreadOption" - { - "ControlName" "EditablePanel" - "fieldName" "DamageSpreadOption" - "xpos" "10" - "ypos" "170" - "zpos" "60" - "wide" "175" - "tall" "60" - - "OptionNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionNameLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Quickplay_DamageSpread" - "textAlignment" "left" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "180" - "tall" "15" - } - - "RadioButton0" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton0" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "15" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton1" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton1" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "30" - "zpos" "1" - "wide" "165" - "tall" "15" - } - - "RadioButton2" - { - "ControlName" "RadioButton" - "fieldName" "RadioButton2" - "Font" "HudFontSmallest" - "xpos" "20" - "ypos" "45" - "zpos" "1" - "wide" "165" - "tall" "15" - } - } - } - - "PlayNowButton" - { - "ControlName" "CExButton" - "fieldName" "PlayNowButton" - "xpos" "10" - "ypos" "300" - "zpos" "20" - "wide" "185" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Quickplay_PlayNow" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "playnow" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "15 15 15 255" - "depressedBgColor_override" "15 15 15 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - - "ShowServersButton" - { - "ControlName" "CExButton" - "fieldName" "ShowServersButton" - "xpos" "205" - "ypos" "300" - "zpos" "20" - "wide" "185" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "Show servers" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "show_servers" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - - "defaultBgColor_override" "25 25 25 255" - "armedBgColor_override" "15 15 15 255" - "depressedBgColor_override" "15 15 15 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } - - "OptionsButton" - { - "ControlName" "CExImageButton" - "fieldName" "OptionsButton" - "xpos" "10" - "ypos" "345" - "zpos" "1" - "wide" "25" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - //"labelText" "#GameUI_GameMenu_Options" - "font" "HudFontSmallBold" - "textAlignment" "west" - "textinsetx" "35" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "ToggleShowOptions" - - "use_proportional_insets" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "border_default" "NoBorder" - "border_armed" "NoBorder" - - "image_drawcolor" "235 226 202 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "3" - "ypos" "3" - "zpos" "1" - "wide" "19" - "tall" "19" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "glyph_options" - } - } - - "OptionsSummaryLabel" - { - "ControlName" "CExLabel" - "fieldName" "OptionsSummaryLabel" - "font" "HudFontSmallest" - "textAlignment" "left" - "wrap" "1" - "xpos" "40" - "ypos" "345" - "zpos" "1" - "wide" "240" - "tall" "25" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "ExplainBetaButton" - { - "ControlName" "CExButton" - "fieldName" "ExplainBetaButton" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "?" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "explain_beta" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "proportionaltoparent" "1" - - "pin_to_sibling" "BetaCheckButton" - "pin_corner_to_sibling" "7" - "pin_to_sibling_corner" "5" - } - - "BetaCheckButton" - { - "ControlName" "CheckButton" - "fieldName" "BetaCheckButton" - "labelText" "#TF_Quickplay_BetaMaps" - "Font" "HudFontSmallestBold" - "textAlignment" "west" - "Command" "beta_toggle" - "xpos" "10" - "ypos" "r30" - "zpos" "1" - "wide" "140" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "dulltext" "0" - "brighttext" "0" - "proportionaltoparent" "1" - } - - "CancelButton" - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "290" - "ypos" "365" - "zpos" "20" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Cancel" - "font" "HudFontSmallBold" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "cancel" - "border_default" "NoBorder" - "border_armed" "NoBorder" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - "BetaExplanation" - { - "ControlName" "CExplanationPopup" - "fieldName" "BetaExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "280" - "tall" "160" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - "force_close" "1" - "end_x" "50" - "end_y" "210" - "end_wide" "300" - "end_tall" "160" - "callout_inparents_x" "25" - "callout_inparents_y" "385" - "next_explanation" "" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#QuickplayBetaExplanation_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "210" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanDarker" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#QuickplayBetaExplanation_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "35" - "wide" "f0" - "tall" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanDarker" - "proportionaltoparent" "1" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "r5" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - "proportionaltoparent" "1" - "paintbackground" "0" - - "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "TanDarker" - - "image_drawcolor" "TextColor" - "image_armedcolor" "LightRed" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - } - } -} \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 6a7ef54..ecf25b0 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -56,7 +56,7 @@ "ypos" "c-24" "wide" "50" "tall" "50" - "font" "size:26,outline:off" + "font" "KnucklesCrosses26" "labelText" "i" "textAlignment" "center" "fgcolor" "Crosshair" -- cgit v1.2.3 From 8045488b1b248ca88556582063f0052a3727807c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 13 Mar 2019 21:23:56 -0400 Subject: Updated Notification Panel - Synchronized customization files - Updated the match found and vote panels - Updated the hudlayout to work with the installer - Moved the contracts button to the right side of the main menu --- .../Main Menu/Modern/resource/GameMenu.res | 54 +- .../Modern/resource/ui/MainMenuOverride.res | 1662 +++++++++----------- .../Player Health/HudPlayerHealth-default.res | 220 +-- customizations/Scoreboard/ScoreBoard-default.res | 891 +++++------ customizations/Team Menu/ClassSelection-left.res | 663 +++----- customizations/Team Menu/Teammenu-left.res | 305 +--- resource/scheme/clientscheme_fonts.res | 2 +- resource/ui/ClassSelection.res | 20 + resource/ui/MainMenuOverride.res | 22 +- resource/ui/econ/notificationtoastcontainer.res | 39 + resource/ui/matchmakingdashboardpopup_newmatch.res | 242 +++ resource/ui/stampdonationadd.res | 7 + resource/ui/votehud.res | 6 +- resource/ui/winpanel.res | 2 +- scripts/hudlayout.res | 5 +- 15 files changed, 1892 insertions(+), 2248 deletions(-) create mode 100644 resource/ui/econ/notificationtoastcontainer.res create mode 100644 resource/ui/matchmakingdashboardpopup_newmatch.res diff --git a/customizations/Main Menu/Modern/resource/GameMenu.res b/customizations/Main Menu/Modern/resource/GameMenu.res index 2138d67..fba28ce 100644 --- a/customizations/Main Menu/Modern/resource/GameMenu.res +++ b/customizations/Main Menu/Modern/resource/GameMenu.res @@ -3,35 +3,23 @@ // MAIN MENU "CharacterSetupButton" { - "label" "Inventory" - "command" "engine open_charinfo" + "label" "Inventory" + "command" "engine open_charinfo" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" } - "ReplayBrowserButton" - { - "label" "Replay" - "command" "engine replay_reloadbrowser" - } "SettingsButton" { - "label" "Options" - "command" "OpenOptionsDialog" + "label" "Options" + "command" "OpenOptionsDialog" } "TF2SettingsButton" { - "label" "Adv. Options" - "command" "opentf2options" - } - "SteamWorkshopButton" - { - "label" "" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "glyph_steamworkshop" - "tooltip" "Steam Workshop" + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -40,12 +28,10 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportBugButton" + "ReplayButton" { - "label" "" - "command" "engine bug" - "subimage" "glyph_bug" - "tooltip" "Report a Bug" + "label" "Replay" + "command" "engine replay_reloadbrowser" } "ConsoleButton" { @@ -54,21 +40,35 @@ "subimage" "glyph_options" "tooltip" "Console" } + "ReportBugButton" + { + "label" "" + "command" "engine bug" + "subimage" "glyph_bug" + "tooltip" "Report a Bug" + } + "SteamWorkshopButton" + { + "label" "" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + "tooltip" "Steam Workshop" + } "CallVoteButton" { "label" "" "command" "callvote" "OnlyInGame" "1" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "OnlyInGame" "1" - "subimage" "glyph_muted" - "tooltip" "Mute Players" + "subimage" "glyph_muted" + "tooltip" "Mute Players" } "ReportPlayerButton" { diff --git a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res index 8bd7880..c7989ee 100644 --- a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res +++ b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res @@ -52,8 +52,8 @@ "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" "image_drawcolor" "TanLight" @@ -130,8 +130,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "border" "MainMenuBGBorder" @@ -156,7 +156,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -176,10 +176,10 @@ "image" "" } - "HudNameBG" + "MainMenuSideBG" { "ControlName" "ImagePanel" - "fieldName" "HudNameBG" + "fieldName" "MainMenuSideBG" "xpos" "30" "ypos" "57" "zpos" "-55" @@ -220,7 +220,7 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" "image_drawcolor" "TanLight" "image_armedcolor" "Button Color" @@ -238,21 +238,7 @@ "enabled" "1" "scaleImage" "1" "image" "glyph_quit" - } - } - - "TFCharacterImage" - { - //"ControlName" "ImagePanel" - "fieldName" "TFCharacterImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "-99" - "wide" "600" - "tall" "600" - "visible" "0" - "enabled" "0" - "scaleImage" "1" + } } "RankModelPanel" @@ -342,7 +328,7 @@ "scaleImage" "1" "alpha" "75" } - + "RankPanel" { "ControlName" "CPvPRankPanel" @@ -416,16 +402,16 @@ "TooltipPanel" { - "ControlName" "EditablePanel" - "fieldName" "TooltipPanel" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "150" - "tall" "50" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" "PaintBackgroundType" "2" - "border" "MainMenuBGBorder" + "border" "MainMenuBGBorder" "TipSubLabel" { @@ -443,7 +429,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" "wrap" "1" } @@ -470,73 +456,72 @@ "Notifications_ShowButtonPanel" { - "ControlName" "EditablePanel" - "fieldName" "Notifications_ShowButtonPanel" - "xpos" "295" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "295" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" "SubImage" { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "0" - "zpos" "3" - "wide" "16" - "tall" "16" - "visible" "0" - "enabled" "0" - "image" "glyph_achievements" - "scaleImage" "1" - "drawcolor" "210 125 33 255" + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "0" + "zpos" "3" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "0" + "image" "glyph_achievements" + "scaleImage" "1" + "drawcolor" "210 125 33 255" } "Notifications_ShowButtonPanel_SB" { - "ControlName" "CExImageButton" - "fieldName" "Notifications_ShowButtonPanel_SB" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "" - "labelText" "" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" "actionsignallevel" "2" - "Command" "noti_show" - + "Command" "noti_show" "fgcolor_override" "235 226 202 255" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_default" "" "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" "SubImage" { @@ -549,203 +534,18 @@ "tall" "16" "visible" "1" "enabled" "1" - "image" "replay/thumbnails/alert" - "scaleImage" "1" - } - } - } - - "Notifications_Panel" - { - "ControlName" "EditablePanel" - "fieldName" "Notifications_Panel" - "xpos" "c0" - "ypos" "102" - "zpos" "1" - "wide" "210" - "tall" "80" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "Notifications_CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "Notifications_CloseButton" - "xpos" "186" - "ypos" "8" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "actionsignallevel" "2" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "noti_hide" - "paintbackground" "0" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - - "Notifications_TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "Notifications_TitleLabel" - "font" "HudFontSmallBold" - "labelText" "%notititle%" - "textAlignment" "north-west" - "xpos" "12" - "ypos" "8" - "wide" "250" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "46 43 42 255" - "wrap" "1" - } - - "Notifications_Scroller" - { - "ControlName" "ScrollableEditablePanel" - "fieldName" "Notifications_Scroller" - "xpos" "8" - "ypos" "25" - "wide" "210" - "tall" "135" - "PaintBackgroundType" "2" - "fgcolor_override" "117 107 94 255" - - "Notifications_Control" - { - "ControlName" "CMainMenuNotificationsControl" - "fieldName" "Notifications_Control" - "xpos" "0" - "ypos" "0" - "wide" "220" - "tall" "135" - "visible" "1" - } - } - } - - "MOTD_ShowButtonPanel" - { - "ControlName" "EditablePanel" - "fieldName" "MOTD_ShowButtonPanel" - "xpos" "40" - "ypos" "48" - "zpos" "1" - "wide" "20" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" - "visible" "0" - "enabled" "0" - - "MOTD_ShowButtonPanel_SB" - { - "ControlName" "CExImageButton" - "fieldName" "MOTD_ShowButtonPanel_SB" - "xpos" "0" - "ypos" "-1" - "zpos" "1" - "wide" "18" - "tall" "18" - "visible" "1" - "enabled" "1" - "labelText" "" - "font" "" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "motd_show" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "" - "paintbackground" "0" - "actionsignallevel" "2" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "Button Color" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "image" "replay/thumbnails/motd" "scaleImage" "1" + "image" "replay/thumbnails/alert" } } } - - "MOTD_Panel" - { - "ControlName" "EditablePanel" - "fieldName" "MOTD_Panel" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "" - } "QuestLogButtonNew" { "ControlName" "EditablePanel" "fieldName" "QuestLogButtonNew" - "xpos" "105" - "ypos" "62" + "xpos" "r28" + "ypos" "90" "zpos" "1" "wide" "20" "tall" "20" @@ -776,23 +576,21 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -846,23 +644,21 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -879,12 +675,12 @@ } } } - + "StreamListPanel" { "ControlName" "CTFStreamListPanel" "fieldName" "StreamListPanel" - "xpos" "c100" + "xpos" "c90" "ypos" "90" "zpos" "1" "wide" "300" @@ -894,296 +690,570 @@ "paintbackground" "2" "bgcolor_override" "25 25 25 230" "border" "NoBorder" - - "navDown" "SettingsButton" - "navLeft" "WatchStreamButton" } - - "SteamWorkshopButton" + + "MOTD_Panel" { "ControlName" "EditablePanel" - "fieldname" "SteamWorkshopButton" - "xpos" "125" - "ypos" "62" + "fieldName" "MOTD_Panel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "" + } + + "Notifications_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_Panel" + "xpos" "c0" + "ypos" "102" "zpos" "1" - "wide" "20" - "tall" "20" + "wide" "210" + "tall" "80" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "Notifications_CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_CloseButton" + "xpos" "186" + "ypos" "8" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "actionsignallevel" "2" + "Command" "noti_hide" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + } + } + + "Notifications_TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%notititle%" + "textAlignment" "north-west" + "xpos" "12" + "ypos" "8" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanDarker" + "wrap" "1" + } + + "Notifications_Scroller" + { + "ControlName" "ScrollableEditablePanel" + "fieldName" "Notifications_Scroller" + "xpos" "8" + "ypos" "25" + "wide" "210" + "tall" "135" + "PaintBackgroundType" "2" + "fgcolor_override" "TextColor" + + "Notifications_Control" + { + "ControlName" "CMainMenuNotificationsControl" + "fieldName" "Notifications_Control" + "xpos" "0" + "ypos" "0" + "wide" "220" + "tall" "135" + "visible" "1" + } + } + } + + "CompetitiveAccessInfoPanel" + { + "ControlName" "CCompetitiveAccessInfoPanel" + "fieldName" "CompetitiveAccessInfoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "visible" "0" + } + + "FriendsContainer" + { + "ControlName" "EditablePanel" + "fieldname" "FriendsContainer" + "xpos" "30" + "ypos" "255" + "zpos" "5" + "wide" "260" + "tall" "195" + "visible" "1" + "border" "NoBorder" + "bgcolor_override" "TransparentPanelBG" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Competitive_Friends" + "textAlignment" "west" + "xpos" "12" + "ypos" "3" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textinsetx" "0" + "fgcolor_override" "235 227 203 255" + } + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldname" "InnerShadow" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "501" + "wide" "f20" + "tall" "160" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "paintborder" "1" + "border" "InnerShadowBorder" + } + + "SteamFriendsList" + { + "ControlName" "CSteamFriendsListPanel" + "fieldname" "SteamFriendsList" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "500" + "wide" "f20" + "tall" "160" + "visible" "1" + "proportionaltoparent" "1" + + "columns_count" "2" + "inset_x" "10" + "inset_y" "5" + "row_gap" "5" + "column_gap" "20" + "restrict_width" "0" + + "friendpanel_kv" + { + "wide" "100" + "tall" "20" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "BelowDarken" + { + "ControlName" "EditablePanel" + "fieldname" "BelowDarken" + "xpos" "cs-0.5" + "ypos" "rs1-10" + "zpos" "499" + "wide" "f20" + "tall" "160" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 100" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "15" + "ypos" "35" + "wide" "179" + "tall" "45" + "visible" "0" + "enabled" "0" + "image" "../logo/new_tf2_logo" + "scaleImage" "1" + "command" "engine play vo/heavy_battlecry02.mp3" + } + + "TFCharacterImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + } + + "VersionLabel" + { + "ControlName" "CExLabel" + "fieldName" "VersionLabel" + "font" "Cerbetica14" + "labelText" "v2018.1220" + "xpos" "r55" + "ypos" "r13" + "wide" "80" + "tall" "10" "autoResize" "0" - "pinCorner" "3" + "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" - + "fgcolor_override" "White" + } + + "CharacterSetupButton" + { + "ControlName" "EditablePanel" + "fieldname" "CharacterSetupButton" + "xpos" "30" + "ypos" "82" + "zpos" "12" + "wide" "260" + "tall" "18" + "visible" "1" + "PaintBackgroundType" "0" "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - "ReportBugButton" + "GeneralStoreButton" { "ControlName" "EditablePanel" - "fieldname" "ReportBugButton" - "xpos" "145" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldname" "GeneralStoreButton" + "xpos" "30" + "ypos" "102" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "PaintBackgroundType" "0" "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "textinsetx" "24" + "font" "Cerbetica16" + "textAlignment" "west" "dulltext" "0" - "brighttext" "0" - "default" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - - "AchievementsButton" + + "SettingsButton" { "ControlName" "EditablePanel" - "fieldname" "AchievementsButton" - "xpos" "165" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldName" "SettingsButton" + "xpos" "30" + "ypos" "142" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "PaintBackgroundType" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "font" "Cerbetica16" + "textAlignment" "west" + "textinsetx" "24" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_bug" } } } - "ConsoleButton" + "TF2SettingsButton" { "ControlName" "EditablePanel" - "fieldname" "ConsoleButton" - "xpos" "185" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldName" "TF2SettingsButton" + "xpos" "30" + "ypos" "162" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "PaintBackgroundType" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "textinsetx" "24" + "font" "Cerbetica16" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" - + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" - "wide" "15" - "tall" "15" + "wide" "14" + "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - "ReportPlayerButton" + "AchievementsButton" { "ControlName" "EditablePanel" - "fieldname" "ReportPlayerButton" - "xpos" "205" + "fieldname" "AchievementsButton" + "xpos" "145" "ypos" "62" "zpos" "1" "wide" "20" @@ -1193,7 +1263,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1210,28 +1280,27 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1244,16 +1313,15 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - - "CallVoteButton" + + "ConsoleButton" { "ControlName" "EditablePanel" - "fieldname" "CallVoteButton" - "xpos" "225" + "fieldname" "ConsoleButton" + "xpos" "165" "ypos" "62" "zpos" "1" "wide" "20" @@ -1263,7 +1331,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1280,28 +1348,26 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine bug" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "actionsignallevel" "2" "proportionaltoparent" "1" - + "paintbackground" "0" "paintborder" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1309,91 +1375,83 @@ "xpos" "3" "ypos" "1" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - - "MutePlayersButton" + + "ReplayButton" { "ControlName" "EditablePanel" - "fieldname" "MutePlayersButton" - "xpos" "245" - "ypos" "62" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" + "fieldname" "ReplayButton" + "xpos" "30" + "ypos" "122" + "zpos" "11" + "wide" "260" + "tall" "18" "visible" "1" - "enabled" "1" - "tabPosition" "0" - + "PaintBackgroundType" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "260" + "tall" "18" "autoResize" "0" - "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "Command" "engine bug" - "textAlignment" "center" + "textinsetx" "24" + "font" "Cerbetica16" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" + "border_default" "" + "border_armed" "MainMenuTabs" + "paintbackground" "1" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" - + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + + "defaultBgColor_override" "Transparent" + "armedBgColor_override" "TransparentPanelBG" + "depressedBgColor_override" "TransparentPanelBG" + + "image_drawcolor" "TextColor" + "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "3" - "ypos" "1" + "xpos" "6" + "ypos" "6" "zpos" "1" "wide" "14" "tall" "14" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_create" } } } - - "RequestCoachButton" + + "ReportBugButton" { "ControlName" "EditablePanel" - "fieldname" "RequestCoachButton" - "xpos" "265" + "fieldname" "ReportBugButton" + "xpos" "125" "ypos" "62" "zpos" "1" "wide" "20" @@ -1403,7 +1461,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - + "SubButton" { "ControlName" "CExImageButton" @@ -1420,12 +1478,10 @@ "tabPosition" "0" "labelText" "" "font" "" - "Command" "engine cl_coach_find_coach" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" @@ -1438,10 +1494,10 @@ "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" - + "SubImage" { "ControlName" "ImagePanel" @@ -1449,357 +1505,141 @@ "xpos" "3" "ypos" "1" "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "glyph_create" - } - } - } - - "CompetitiveAccessInfoPanel" - { - "ControlName" "CCompetitiveAccessInfoPanel" - "fieldName" "CompetitiveAccessInfoPanel" - "xpos" "cs-0.5" - "ypos" "cs-0.5" - "zpos" "1000" - "wide" "f0" - "tall" "f0" - "visible" "0" - } - - "FriendsContainer" - { - "ControlName" "EditablePanel" - "fieldname" "FriendsContainer" - "xpos" "30" - "ypos" "255" - "zpos" "5" - "wide" "260" - "tall" "195" - "visible" "1" - "border" "NoBorder" - "bgcolor_override" "TransparentPanelBG" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Competitive_Friends" - "textAlignment" "west" - "xpos" "12" - "ypos" "3" - "wide" "f0" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "textinsetx" "0" - "fgcolor_override" "235 227 203 255" - } - - "InnerShadow" - { - "ControlName" "EditablePanel" - "fieldname" "InnerShadow" - "xpos" "cs-0.5" - "ypos" "rs1-10" - "zpos" "501" - "wide" "f20" - "tall" "160" - "visible" "1" - "PaintBackgroundType" "0" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - - "paintborder" "1" - "border" "InnerShadowBorder" - } - - "SteamFriendsList" - { - "ControlName" "CSteamFriendsListPanel" - "fieldname" "SteamFriendsList" - "xpos" "cs-0.5" - "ypos" "rs1-10" - "zpos" "500" - "wide" "f20" - "tall" "160" - "visible" "1" - "proportionaltoparent" "1" - - "columns_count" "2" - "inset_x" "10" - "inset_y" "5" - "row_gap" "5" - "column_gap" "20" - "restrict_width" "0" - - "friendpanel_kv" - { - "wide" "100" - "tall" "20" - } - - "ScrollBar" - { - "ControlName" "ScrollBar" - "FieldName" "ScrollBar" - "xpos" "rs1-1" - "ypos" "0" - "tall" "f0" - "wide" "5" // This gets slammed from client schme. GG. - "zpos" "1000" - "nobuttons" "1" - "proportionaltoparent" "1" - - "Slider" - { - "fgcolor_override" "TanDark" - } - - "UpButton" - { - "ControlName" "Button" - "FieldName" "UpButton" - "visible" "0" - } - - "DownButton" - { - "ControlName" "Button" - "FieldName" "DownButton" - "visible" "0" - } - } - } - - "BelowDarken" - { - "ControlName" "EditablePanel" - "fieldname" "BelowDarken" - "xpos" "cs-0.5" - "ypos" "rs1-10" - "zpos" "499" - "wide" "f20" - "tall" "160" - "visible" "1" - "PaintBackgroundType" "0" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - "bgcolor_override" "0 0 0 100" - } - } - - "TFLogoImage" - { - "ControlName" "ImagePanel" - "fieldName" "TFLogoImage" - "xpos" "15" - "ypos" "35" - "wide" "179" - "tall" "45" - "visible" "0" - "enabled" "0" - "image" "../logo/new_tf2_logo" - "command" "engine play vo/heavy_battlecry02.mp3" - "scaleImage" "1" - - if_operation - { - "xpos" "65" - "ypos" "25" - "zpos" "1" - "wide" "o2" - "tall" "105" - "image" "../logo/jungle_inferno_logo" - } - } - - "CharacterSetupButton" - { - "ControlName" "EditablePanel" - "fieldname" "CharacterSetupButton" - "xpos" "30" - "ypos" "82" - "zpos" "12" - "wide" "260" - "tall" "18" - "visible" "1" - "PaintBackgroundType" "0" - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "260" - "tall" "18" - "autoResize" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" - "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" } } } - - "GeneralStoreButton" + + "SteamWorkshopButton" { "ControlName" "EditablePanel" - "fieldname" "GeneralStoreButton" - "xpos" "30" - "ypos" "102" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "SteamWorkshopButton" + "xpos" "105" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" } } } - - "ReplayBrowserButton" + + "CallVoteButton" { "ControlName" "EditablePanel" - "fieldname" "ReplayBrowserButton" - "xpos" "30" - "ypos" "122" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "CallVoteButton" + "xpos" "205" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" "wide" "14" "tall" "14" @@ -1810,59 +1650,63 @@ } } - "SettingsButton" + "MutePlayersButton" { "ControlName" "EditablePanel" - "fieldname" "SettingsButton" - "xpos" "30" - "ypos" "142" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "MutePlayersButton" + "xpos" "225" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" "wide" "14" "tall" "14" @@ -1873,59 +1717,132 @@ } } - "TF2SettingsButton" + "ReportPlayerButton" { "ControlName" "EditablePanel" - "fieldname" "TF2SettingsButton" - "xpos" "30" - "ypos" "162" - "zpos" "11" - "wide" "260" - "tall" "18" + "fieldname" "ReportPlayerButton" + "xpos" "185" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" "visible" "1" - "PaintBackgroundType" "0" + "enabled" "1" + "tabPosition" "0" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" "xpos" "0" "ypos" "0" - "wide" "260" - "tall" "18" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" + "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "Cerbetica16" - "textAlignment" "west" - "textinsetx" "24" + "labelText" "" + "font" "" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "MainMenuTabs" - "paintbackground" "1" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" - "defaultBgColor_override" "0 0 0 0" - "armedBgColor_override" "TransparentPanelBG" - "depressedBgColor_override" "TransparentPanelBG" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "1" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "RequestCoachButton" + { + "ControlName" "EditablePanel" + "fieldname" "RequestCoachButton" + "xpos" "245" + "ypos" "62" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "zpos" "5" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "" + "Command" "engine cl_coach_find_coach" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "6" - "ypos" "6" + "xpos" "3" + "ypos" "1" "zpos" "1" "wide" "14" "tall" "14" @@ -1935,7 +1852,7 @@ } } } - + "MinmodeToggle" { "ControlName" "CExImageButton" @@ -1968,11 +1885,11 @@ "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanLight" - "defaultBgColor_override" "0 0 0 0" + "defaultBgColor_override" "Transparent" "armedBgColor_override" "TransparentPanelBG" "depressedBgColor_override" "TransparentPanelBG" - "image_drawcolor" "117 107 94 255" + "image_drawcolor" "TextColor" "SubImage" { "ControlName" "ImagePanel" @@ -1989,23 +1906,6 @@ } } - "VersionNumber" - { - "ControlName" "CExLabel" - "fieldname" "VersionNumber" - "font" "Cerbetica14" - "labelText" "v2018.1220" - "xpos" "r55" - "ypos" "r13" - "wide" "80" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "White" - } - "icon_generator" { "ControlName" "CEmbeddedItemModelPanel" @@ -2033,4 +1933,4 @@ "angles_z" "0" } } -} +} \ No newline at end of file diff --git a/customizations/Player Health/HudPlayerHealth-default.res b/customizations/Player Health/HudPlayerHealth-default.res index d0f62fd..c9fc1bd 100644 --- a/customizations/Player Health/HudPlayerHealth-default.res +++ b/customizations/Player Health/HudPlayerHealth-default.res @@ -1,5 +1,5 @@ "Resource/UI/HudPlayerHealth.res" -{ +{ // Player Health Data "HudPlayerHealth" { @@ -12,11 +12,11 @@ "wide" "250" "tall" "120" "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" "HealthDeathWarningColor" "HUDDeathWarning" - } + } "PlayerStatusHealthImage" { @@ -32,7 +32,7 @@ "enabled" "1" "scaleImage" "1" "alpha" "0" - } + } "PlayerStatusHealthImageBG" { @@ -42,8 +42,8 @@ "tall" "0" "visible" "0" "enabled" "0" - } - + } + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -61,9 +61,9 @@ "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" - "scaleImage" "1" + "scaleImage" "1" } - + "PlayerStatusHealthValue" { "ControlName" "CExLabel" @@ -76,18 +76,18 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "Health Normal" } - + "PlayerStatusHealthValueShadow" { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "2" - "ypos" "2" + "xpos" "-2" + "ypos" "-2" "zpos" "5" "wide" "300" "tall" "100" @@ -98,8 +98,12 @@ "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } - + "PlayerStatusMaxHealthValue" { "ControlName" "CExLabel" @@ -115,13 +119,13 @@ "ControlName" "EditablePanel" "fieldName" "PlayerStatusAnchor" "xpos" "0" - "ypos" "15" - "wide" "24" - "tall" "24" + "ypos" "10" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" } - + "PlayerStatusBleedImage" { "ControlName" "ImagePanel" @@ -129,8 +133,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -139,8 +143,8 @@ "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } - + } + "PlayerStatusMilkImage" { "ControlName" "ImagePanel" @@ -148,8 +152,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -159,7 +163,7 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - + "PlayerStatusGasImage" { "ControlName" "ImagePanel" @@ -167,8 +171,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -178,7 +182,7 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - + "PlayerStatusMarkedForDeathImage" { "ControlName" "ImagePanel" @@ -186,8 +190,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -197,7 +201,7 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } - + "PlayerStatusMarkedForDeathSilentImage" { "ControlName" "ImagePanel" @@ -205,8 +209,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -219,56 +223,56 @@ "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" @@ -276,56 +280,56 @@ "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" - } + } "PlayerStatus_MedicSmallFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" @@ -338,8 +342,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -357,8 +361,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -376,8 +380,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -395,8 +399,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -414,11 +418,11 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" @@ -432,11 +436,11 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" @@ -450,8 +454,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -469,8 +473,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -488,8 +492,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -507,8 +511,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -526,8 +530,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -545,8 +549,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -564,8 +568,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -583,8 +587,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -602,8 +606,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -621,8 +625,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -640,8 +644,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -659,8 +663,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" @@ -678,8 +682,8 @@ "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "24" - "tall" "24" + "wide" "23" + "tall" "23" "visible" "1" "enabled" "1" "scaleImage" "1" diff --git a/customizations/Scoreboard/ScoreBoard-default.res b/customizations/Scoreboard/ScoreBoard-default.res index 9d29822..e7237db 100644 --- a/customizations/Scoreboard/ScoreBoard-default.res +++ b/customizations/Scoreboard/ScoreBoard-default.res @@ -41,7 +41,8 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" - if_mvm { + if_mvm + { "visible" "0" } } @@ -75,7 +76,8 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" - if_mvm { + if_mvm + { "visible" "0" } } @@ -107,9 +109,10 @@ "visible" "0" "enabled" "0" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "ScoreboardBackground" { @@ -125,9 +128,10 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "MvMScoreboardBackground" @@ -144,9 +148,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Red6sBackground" @@ -162,9 +167,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Blue6sBackground" { @@ -180,10 +186,11 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" - } - } + if_mvm + { + "visible" "0" + } + } "BlueTeamLabel1" { "ControlName" "CExLabel" @@ -200,10 +207,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamScore" { "ControlName" "CExLabel" @@ -221,8 +229,9 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "BlueTeamScoreDropshadow" @@ -230,7 +239,7 @@ "ControlName" "CExLabel" "fieldName" "BlueTeamScoreDropshadow" "font" "CerbeticaBold36" - "fgcolor" "Black" + "fgcolor" "TransparentBlack" "labelText" "%blueteamscore%" "textAlignment" "east" "xpos" "c-105" @@ -243,10 +252,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamPlayerCount" { "ControlName" "CExLabel" @@ -263,10 +273,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "RedTeamLabel1" { "ControlName" "CExLabel" @@ -283,8 +294,9 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedTeamScore" @@ -299,59 +311,62 @@ "zpos" "4" "wide" "100" "tall" "55" - "tall_hidef" "75" - "tall_lodef" "75" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScoreDropshadow" - "font" "CerbeticaBold36" - "fgcolor" "Black" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "c7" - "ypos" "129" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "CerbeticaBold36" + "fgcolor" "Black" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "c7" + "ypos" "129" + "zpos" "4" + "wide" "100" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } + "RedTeamPlayerCount" { - "ControlName" "CExLabel" - "fieldName" "RedTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%redteamplayercount%" - "textAlignment" "east" - "xpos" "c140" - "ypos" "122" - "wide" "130" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "Cerbetica14" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "c140" + "ypos" "122" + "wide" "130" + "tall" "29" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } + "ServerLabel" { "ControlName" "CExLabel" @@ -366,7 +381,7 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] + "visible" "1" "enabled" "1" } "ServerTimeValue" @@ -383,9 +398,10 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] + "visible" "1" "enabled" "1" - } + } + "BluePlayerList" { "ControlName" "SectionedListPanel" @@ -405,8 +421,9 @@ "linegap" "0" "show_columns" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedPlayerList" @@ -428,23 +445,20 @@ "linegap" "0" "show_columns" "0" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "VerticalLine" { "ControlName" "ImagePanel" "fieldName" "VerticalLine" "xpos" "299" - "xpos_lodef" "279" - "xpos_hidef" "309" "ypos" "9999" "zpos" "9999" "wide" "2" "tall" "292" - "tall_lodef" "206" - "tall_hidef" "212" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -453,8 +467,9 @@ "fillcolor" "0 0 0 153" "PaintBackgroundType" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "Spectators" @@ -473,7 +488,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } + "SpectatorsInQueue" { "ControlName" "CExLabel" @@ -482,7 +498,7 @@ "labelText" "%waitingtoplay%" "textAlignment" "west" "xpos" "2" - "ypos" "42" + "ypos" "42" "zpos" "4" "wide" "600" "tall" "20" @@ -491,16 +507,17 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "SpecBackground" { "ControlName" "ImagePanel" "fieldName" "SpecBackground" "xpos" "c-270" - "ypos" "405" + "ypos" "405" "zpos" "2" "wide" "540" "tall" "84" @@ -511,17 +528,13 @@ "tabPosition" "0" "fillcolor" "32 32 32 125" "PaintBackgroundType" "0" - - if_mvm { - "visible" "1" - } } "StatsBackground" { "ControlName" "ImagePanel" "fieldName" "StatsBackground" "xpos" "c-270" - "ypos" "418" + "ypos" "418" "zpos" "2" "wide" "540" "tall" "64" @@ -532,17 +545,14 @@ "tabPosition" "0" "fillcolor" "32 32 32 125" "PaintBackgroundType" "0" - - if_mvm { - "visible" "1" - } } - "ClassImage" + + "ClassImage" { "ControlName" "ImagePanel" "fieldName" "ClassImage" "xpos" "9999" - "ypos" "9999" + "ypos" "9999" "zpos" "3" "wide" "92" "tall" "92" @@ -551,8 +561,9 @@ "image" "../hud/class_scoutred" "scaleImage" "1" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } } "PlayerNameLabel" @@ -563,31 +574,47 @@ "labelText" "%playername%" "textAlignment" "west" "xpos" "115" - "xpos_lodef" "105" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" - "wide" "9999" [$WIN32] + "wide" "9999" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } - } + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "mapname" + "font" "Cerbetica14" + "labelText" "%mapname%" + "textAlignment" "west" + "xpos" "3" + "ypos" "25" + "zpos" "3" + "wide" "480" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "236 227 203 255" + } "HorizontalLine" { "ControlName" "ImagePanel" "fieldName" "HorizontalLine" "xpos" "9999" - "ypos" "9999" - "ypos" "322" + "ypos" "322" "zpos" "3" "wide" "465" - "wide_lodef" "434" - "wide_hidef" "464" "tall" "1" "autoResize" "0" "pinCorner" "0" @@ -597,8 +624,9 @@ "fillcolor" "127 127 127 153" "PaintBackgroundType" "0" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } } "PlayerScoreLabel" @@ -618,28 +646,11 @@ "visible" "0" "enabled" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } - "MapName" - { - "ControlName" "CExLabel" - "fieldName" "mapname" - "font" "Cerbetica14" - "labelText" "%mapname%" - "textAlignment" "west" - "xpos" "3" - "ypos" "25" - "zpos" "3" - "wide" "480" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "236 227 203 255" - } "LocalPlayerDuelStatsPanel" { @@ -655,8 +666,9 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } "DuelingLabel" @@ -716,7 +728,7 @@ "tall" "36" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "AvatarImage" { @@ -795,7 +807,7 @@ "tall" "36" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "AvatarImage" { @@ -865,7 +877,8 @@ "visible" "1" "enabled" "1" - if_mvm { + if_mvm + { "visible" "1" } @@ -886,57 +899,6 @@ "visible" "1" "enabled" "1" } - "DeathsLabel" - { - "ControlName" "CExLabel" - "fieldName" "DeathsLabel" - "font" "Cerbetica24" - "labelText" "#TF_ScoreBoard_DeathsLabel" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "AssistsLabel" - { - "ControlName" "CExLabel" - "fieldName" "AssistsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_AssistsLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DestructionLabel" - { - "ControlName" "CExLabel" - "fieldName" "DestructionLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DestructionLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "16" [$WIN32] - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } "Kills" { "ControlName" "CExLabel" @@ -972,6 +934,24 @@ "enabled" "1" "fgcolor_override" "TanLight" } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "font" "Cerbetica24" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "east" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "95" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Deaths" { "ControlName" "CExLabel" @@ -988,7 +968,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "alpha" "0" } "Deaths2" { @@ -1007,8 +986,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - + } "GameType" { "ControlName" "CExLabel" @@ -1026,7 +1004,24 @@ "visible" "0" "enabled" "0" "fgcolor" "185 177 153 255" - } + } + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "2" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Assists" { "ControlName" "CExLabel" @@ -1035,7 +1030,7 @@ "labelText" "%assists%" "textAlignment" "west" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1052,7 +1047,7 @@ "labelText" "%assists%" "textAlignment" "west" "xpos" "70" - "ypos" "2" [$WIN32] + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1061,17 +1056,35 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - "Destruction" + } + + "DestructionLabel" { "ControlName" "CExLabel" - "fieldName" "Destruction" + "fieldName" "DestructionLabel" "font" "Cerbetica14" - "labelText" "%destruction%" + "labelText" "#TF_ScoreBoard_DestructionLabel" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" [$WIN32] - "zpos" "3" + "xpos" "4" + "ypos" "16" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Destruction" + { + "ControlName" "CExLabel" + "fieldName" "Destruction" + "font" "Cerbetica14" + "labelText" "%destruction%" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" "wide" "0" "tall" "0" "autoResize" "0" @@ -1087,7 +1100,7 @@ "labelText" "%destruction%" "textAlignment" "west" "xpos" "70" - "ypos" "16" [$WIN32] + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1095,17 +1108,18 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "CapturesLabel" + "fgcolor_override" "TanLight" + } + + "RevengeLabel" { "ControlName" "CExLabel" - "fieldName" "CapturesLabel" + "fieldName" "RevengeLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_CapturesLabel" + "labelText" "#TF_ScoreBoard_RevengeLabel" "textAlignment" "west" - "xpos" "4" - "ypos" "30" + "xpos" "102" + "ypos" "16" "zpos" "3" "wide" "100" "tall" "20" @@ -1113,16 +1127,17 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - "DefensesLabel" + } + + "CapturesLabel" { "ControlName" "CExLabel" - "fieldName" "DefensesLabel" + "fieldName" "CapturesLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DefensesLabel" + "labelText" "#TF_ScoreBoard_CapturesLabel" "textAlignment" "west" - "xpos" "4" - "ypos" "44" + "xpos" "4" + "ypos" "30" "zpos" "3" "wide" "100" "tall" "20" @@ -1130,67 +1145,69 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - "DominationLabel" + } + "Captures" { "ControlName" "CExLabel" - "fieldName" "DominationLabel" + "fieldName" "Captures" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DominationLabel" + "labelText" "%captures%" "textAlignment" "west" - "xpos" "102" - "ypos" "2" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "100" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "RevengeLabel" + } + "Captures2" { "ControlName" "CExLabel" - "fieldName" "RevengeLabel" + "fieldName" "Captures2" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_RevengeLabel" + "labelText" "%captures%" "textAlignment" "west" - "xpos" "102" - "ypos" "16" + "xpos" "70" + "ypos" "30" "zpos" "3" - "wide" "100" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "Captures" + "fgcolor_override" "TanLight" + } + + "DefensesLabel" { "ControlName" "CExLabel" - "fieldName" "Captures" + "fieldName" "DefensesLabel" "font" "Cerbetica14" - "labelText" "%captures%" + "labelText" "#TF_ScoreBoard_DefensesLabel" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "4" + "ypos" "44" "zpos" "3" - "wide" "35" + "wide" "100" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } - "Captures2" + "Defenses" { "ControlName" "CExLabel" - "fieldName" "Captures2" + "fieldName" "Defenses" "font" "Cerbetica14" - "labelText" "%captures%" + "labelText" "%defenses%" "textAlignment" "west" - "xpos" "70" - "ypos" "30" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1198,17 +1215,16 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "Defenses" + } + "Defenses2" { "ControlName" "CExLabel" - "fieldName" "Defenses" + "fieldName" "Defenses2" "font" "Cerbetica14" "labelText" "%defenses%" "textAlignment" "west" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] + "xpos" "70" + "ypos" "44" "zpos" "3" "wide" "35" "tall" "20" @@ -1216,25 +1232,25 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + "fgcolor_override" "TanLight" } - "Defenses2" + "DominationLabel" { "ControlName" "CExLabel" - "fieldName" "Defenses2" + "fieldName" "DominationLabel" "font" "Cerbetica14" - "labelText" "%defenses%" + "labelText" "#TF_ScoreBoard_DominationLabel" "textAlignment" "west" - "xpos" "70" [$WIN32] - "ypos" "44" [$WIN32] + "xpos" "102" + "ypos" "2" "zpos" "3" - "wide" "35" + "wide" "100" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + } "Domination" { "ControlName" "CExLabel" @@ -1242,8 +1258,8 @@ "font" "Cerbetica14" "labelText" "%dominations%" "textAlignment" "west" - "xpos" "100" - "ypos" "108" + "xpos" "100" + "ypos" "108" "zpos" "3" "wide" "35" "tall" "20" @@ -1259,7 +1275,7 @@ "font" "Cerbetica14" "labelText" "%dominations%" "textAlignment" "west" - "xpos" "168" + "xpos" "168" "ypos" "2" "zpos" "3" "wide" "35" @@ -1268,8 +1284,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } "Revenge" { "ControlName" "CExLabel" @@ -1277,8 +1293,8 @@ "font" "Cerbetica14" "labelText" "%Revenge%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1287,15 +1303,15 @@ "visible" "1" "enabled" "1" } - "Revenge2" + "Revenge2" { "ControlName" "CExLabel" "fieldName" "Revenge2" "font" "Cerbetica14" "labelText" "%Revenge%" "textAlignment" "west" - "xpos" "168" - "ypos" "16" + "xpos" "168" + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1303,8 +1319,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + "fgcolor_override" "TanLight" + } "HealingLabel" { "ControlName" "CExLabel" @@ -1312,76 +1328,77 @@ "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_HealingLabel" "textAlignment" "west" - "xpos" "102" - "ypos" "30" + "xpos" "102" + "ypos" "30" "zpos" "3" - "wide" "95" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "InvulnLabel" + } + "Healing" { "ControlName" "CExLabel" - "fieldName" "InvulnLabel" + "fieldName" "Healing" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_InvulnLabel" + "labelText" "%healing%" "textAlignment" "west" - "xpos" "102" - "ypos" "44" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "95" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "TeleportsLabel" + } + "Healing2" { "ControlName" "CExLabel" - "fieldName" "TeleportsLabel" + "fieldName" "Healing2" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_TeleportsLabel" + "labelText" "%healing%" "textAlignment" "west" - "xpos" "342" - "ypos" "2" + "xpos" "168" + "ypos" "30" "zpos" "3" - "wide" "95" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "HeadshotsLabel" + "fgcolor_override" "TanLight" + } + "InvulnLabel" { "ControlName" "CExLabel" - "fieldName" "HeadshotsLabel" + "fieldName" "InvulnLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "labelText" "#TF_ScoreBoard_InvulnLabel" "textAlignment" "west" - "xpos" "342" - "ypos" "16" + "xpos" "102" + "ypos" "44" "zpos" "3" - "wide" "95" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "Healing" + } + "Invuln" { "ControlName" "CExLabel" - "fieldName" "Healing" + "fieldName" "Invuln" "font" "Cerbetica14" - "labelText" "%healing%" + "labelText" "%invulns%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1390,15 +1407,15 @@ "visible" "1" "enabled" "1" } - "Healing2" + "Invuln2" { "ControlName" "CExLabel" - "fieldName" "Healing2" + "fieldName" "Invuln2" "font" "Cerbetica14" - "labelText" "%healing%" + "labelText" "%invulns%" "textAlignment" "west" - "xpos" "168" - "ypos" "30" + "xpos" "168" + "ypos" "44" "zpos" "3" "wide" "35" "tall" "20" @@ -1406,34 +1423,34 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "Invuln" + "fgcolor_override" "TanLight" + } + "TeleportsLabel" { "ControlName" "CExLabel" - "fieldName" "Invuln" + "fieldName" "TeleportsLabel" "font" "Cerbetica14" - "labelText" "%invulns%" + "labelText" "#TF_ScoreBoard_TeleportsLabel" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "342" + "ypos" "2" "zpos" "3" - "wide" "35" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } - "Invuln2" + "Teleports" { "ControlName" "CExLabel" - "fieldName" "Invuln2" + "fieldName" "Teleports" "font" "Cerbetica14" - "labelText" "%invulns%" + "labelText" "%teleports%" "textAlignment" "west" - "xpos" "168" - "ypos" "44" + "xpos" "100" + "ypos" "156" "zpos" "3" "wide" "35" "tall" "20" @@ -1441,17 +1458,16 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "Teleports" + } + "Teleports2" { "ControlName" "CExLabel" - "fieldName" "Teleports" + "fieldName" "Teleports2" "font" "Cerbetica14" "labelText" "%teleports%" "textAlignment" "west" - "xpos" "100" [$WIN32] - "ypos" "156" [$WIN32] + "xpos" "408" + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1460,23 +1476,23 @@ "visible" "1" "enabled" "1" } - "Teleports2" + "HeadshotsLabel" { "ControlName" "CExLabel" - "fieldName" "Teleports2" + "fieldName" "HeadshotsLabel" "font" "Cerbetica14" - "labelText" "%teleports%" + "labelText" "#TF_ScoreBoard_HeadshotsLabel" "textAlignment" "west" - "xpos" "408" [$WIN32] - "ypos" "2" [$WIN32] + "xpos" "342" + "ypos" "16" "zpos" "3" - "wide" "35" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Headshots" { "ControlName" "CExLabel" @@ -1484,8 +1500,8 @@ "font" "Cerbetica14" "labelText" "%headshots%" "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1501,8 +1517,8 @@ "font" "Cerbetica14" "labelText" "%headshots%" "textAlignment" "west" - "xpos" "408" - "ypos" "16" + "xpos" "408" + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1510,7 +1526,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BackstabsLabel" { "ControlName" "CExLabel" @@ -1534,7 +1550,7 @@ "fieldName" "Backstabs" "font" "Cerbetica14" "labelText" "%backstabs%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -1551,7 +1567,7 @@ "fieldName" "Backstabs2" "font" "Cerbetica14" "labelText" "%backstabs%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "408" "ypos" "30" "zpos" "3" @@ -1561,7 +1577,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BonusLabel" { "ControlName" "CExLabel" @@ -1585,7 +1601,7 @@ "fieldName" "Bonus" "font" "Cerbetica14" "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -1602,7 +1618,7 @@ "fieldName" "Bonus2" "font" "Cerbetica14" "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] + "textAlignment" "west" "xpos" "408" "ypos" "44" "zpos" "3" @@ -1620,8 +1636,8 @@ "font" "Cerbetica14" "labelText" "#TF_Scoreboard_Support" "textAlignment" "west" - "xpos" "440" [$WIN32] - "ypos" "2" [$WIN32] + "xpos" "440" + "ypos" "2" "zpos" "3" "wide" "95" "tall" "20" @@ -1636,9 +1652,9 @@ "fieldName" "Support" "font" "Cerbetica14" "labelText" "%support%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1653,9 +1669,9 @@ "fieldName" "Support2" "font" "Cerbetica14" "labelText" "%support%" - "textAlignment" "west" - "xpos" "502" - "ypos" "2" + "textAlignment" "west" + "xpos" "502" + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1672,8 +1688,8 @@ "font" "Cerbetica14" "labelText" "#TF_Scoreboard_Damage" "textAlignment" "west" - "xpos" "440" - "ypos" "16" + "xpos" "440" + "ypos" "16" "zpos" "3" "wide" "95" "tall" "20" @@ -1688,8 +1704,8 @@ "fieldName" "Damage" "font" "Cerbetica14" "labelText" "%damage%" - "textAlignment" "west" - "xpos" "9999" + "textAlignment" "west" + "xpos" "9999" "ypos" "9999" "zpos" "3" "wide" "35" @@ -1705,8 +1721,8 @@ "fieldName" "Damage2" "font" "Cerbetica14" "labelText" "%damage%" - "textAlignment" "west" - "xpos" "502" + "textAlignment" "west" + "xpos" "502" "ypos" "16" "zpos" "3" "wide" "35" @@ -1715,166 +1731,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - } - - "ButtonLegendBG" [$X360] - { - "ControlName" "ImagePanel" - "fieldName" "ButtonLegendBG" - "xpos" "10" - "xpos_hidef" "30" - "ypos" "373" - "zpos" "0" - "wide" "539" - "wide_hidef" "559" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 153" - "PaintBackgroundType" "0" - } - - "ButtonLegend" [$X360] - { - "ControlName" "EditablePanel" - "fieldName" "ButtonLegend" - "xpos" "10" - "xpos_hidef" "35" - "ypos" "373" - "zpos" "1" - "wide" "539" - "wide_hidef" "595" - "tall" "150" - "visible" "1" - - "SelectHintIcon" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintIcon" - "font" "GameUIButtons" - "xpos" "10" - "xpos_hidef" "0" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "C" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "SelectHintLabel" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintLabel" - "font" "ScoreboardMedium" - "xpos" "25" - "xpos_lodef" "37" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_Select" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardIcon" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardIcon" - "font" "GameUIButtons" - "xpos" "150" - "xpos_hidef" "145" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "A" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardLabel" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardLabel" - "font" "ScoreboardMedium" - "xpos" "170" - "xpos_lodef" "177" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_ViewGamercard" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationIcon" - { - "ControlName" "CExLabel" - "fieldName" "ReputationIcon" - "font" "GameUIButtons" - "xpos" "350" - "xpos_hidef" "378" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "X" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationLabel" - { - "ControlName" "CExLabel" - "fieldName" "ReputationLabel" - "font" "ScoreboardMedium" - "xpos" "403" - "xpos_lodef" "377" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_PlayerReview" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" } } @@ -1888,10 +1744,11 @@ "wide" "f0" "tall" "480" "visible" "0" - "enabled" "1" + "enabled" "1" "verbose" "1" - if_mvm { + if_mvm + { "visible" "1" } } diff --git a/customizations/Team Menu/ClassSelection-left.res b/customizations/Team Menu/ClassSelection-left.res index 5f6fa34..82c4ff9 100644 --- a/customizations/Team Menu/ClassSelection-left.res +++ b/customizations/Team Menu/ClassSelection-left.res @@ -3,7 +3,7 @@ "class" { "ControlName" "ImagePanel" - "fieldName" "ShadeBG" + "fieldName" "class" "xpos" "0" "ypos" "0" "wide" "f0" @@ -16,17 +16,6 @@ "fillcolor" "0 0 0 128" } - "charInfo" - { - "fieldName" "charInfo" - "xpos" "0" - "ypos" "0" - "visible" "0" - "enabled" "0" - "wide" "0" - "tall" "0" - } - "SysMenu" { "ControlName" "Menu" @@ -42,6 +31,23 @@ "tabPosition" "0" } + "SelectClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectClassLabel" + "xpos" "9999" + "ypos" "9999" + "zpos" "5" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "labelText" "#TF_SelectAClass" + "textAlignment" "center" + "font" "CerbeticaBold28" + "fgcolor" "HudOffWhite" + } + "SidePanelBG" { "ControlName" "ImagePanel" @@ -57,66 +63,6 @@ "fillcolor" "0 0 0 60" } - "random" - { - "ControlName" "CExLabel" - "fieldName" "random" - "xpos" "30" - "ypos" "419" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&R Random" [$WIN32] - "textAlignment" "west" - "Command" "joinclass random" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "TanLight" - "selectedFgColor_override" "Button Color" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "Default" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" - } - - "Offense" - { - "ControlName" "CExLabel" - "fieldName" "Offense" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "tall_lodef" "22" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Offense" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } "scout" { "ControlName" "CExImageButton" @@ -131,9 +77,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&1 Scout" [$WIN32] + "labelText" "&1 Scout" "textAlignment" "west" "Command" "joinclass scout" + "Default" "1" "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -143,16 +90,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "soldier" { "ControlName" "CExImageButton" @@ -167,7 +114,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&2 Soldier" [$WIN32] + "labelText" "&2 Soldier" "textAlignment" "west" "Command" "joinclass soldier" "Default" "0" @@ -180,16 +127,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "pyro" { "ControlName" "CExImageButton" @@ -204,11 +151,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&3 Pyro" [$WIN32] + "labelText" "&3 Pyro" "textAlignment" "west" "Command" "joinclass pyro" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -217,39 +164,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - "Defense" - { - "ControlName" "CExLabel" - "fieldName" "Defense" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "tall_lodef" "22" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Defense" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } "demoman" { "ControlName" "CExImageButton" @@ -264,11 +188,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&4 Demoman" [$WIN32] + "labelText" "&4 Demoman" "textAlignment" "west" "Command" "joinclass demoman" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -277,16 +201,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" - } + } + "heavyweapons" { "ControlName" "CExLabel" @@ -301,11 +225,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&5 Heavy" [$WIN32] + "labelText" "&5 Heavy" "textAlignment" "west" "Command" "joinclass heavyweapons" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -314,16 +238,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" - } + } + "engineer" { "ControlName" "CExLabel" @@ -338,51 +262,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&6 Engineer" [$WIN32] + "labelText" "&6 Engineer" "textAlignment" "west" "Command" "joinclass engineer" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" - + "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - - "Support" - { - "ControlName" "CExLabel" - "fieldName" "Support" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Support" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } + "medic" { "ControlName" "CExImageButton" @@ -397,11 +299,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&7 Medic" [$WIN32] + "labelText" "&7 Medic" "textAlignment" "west" "Command" "joinclass medic" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -410,16 +312,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "sniper" { "ControlName" "CExImageButton" @@ -434,11 +336,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&8 Sniper" [$WIN32] + "labelText" "&8 Sniper" "textAlignment" "west" "Command" "joinclass sniper" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -447,16 +349,16 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "spy" { "ControlName" "CExImageButton" @@ -471,11 +373,11 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&9 Spy" [$WIN32] + "labelText" "&9 Spy" "textAlignment" "west" "Command" "joinclass spy" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" @@ -484,58 +386,114 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "TanLight" "selectedFgColor_override" "Button Color" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - "CancelButton" [$WIN32] + "random" + { + "ControlName" "CExLabel" + "fieldName" "random" + "xpos" "30" + "ypos" "419" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&R Random" + "textAlignment" "west" + "Command" "joinclass random" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "EditLoadoutButton" [$WIN32] { "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "30" + "fieldName" "EditLoadoutButton" + "xpos" "135" "ypos" "r38" "zpos" "6" - "wide" "75" + "wide" "100" "tall" "25" "autoResize" "0" "pinCorner" "2" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#TF_ClassMenu_Cancel" + "paintbackground" "0" + "labelText" "(&E) EDIT LOADOUT" "textAlignment" "west" - "paintbackground""0" - "Command" "vguicancel" - "font" "CerbeticaBold16" - "fgcolor" "TanLight" + "Command" "openloadout" + "font" "CerbeticaBold14" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" } - "EditLoadoutButton" [$WIN32] + "CancelButton" [$WIN32] { "ControlName" "CExButton" - "fieldName" "EditLoadoutButton" - "xpos" "135" + "fieldName" "CancelButton" + "xpos" "30" "ypos" "r38" "zpos" "6" - "wide" "100" + "wide" "75" "tall" "25" "autoResize" "0" "pinCorner" "2" "visible" "1" "enabled" "1" "tabPosition" "0" - "paintbackground""0" - "labelText" "EDIT LOADOUT (&E)" + "labelText" "(&C) CANCEL" "textAlignment" "west" - "Command" "openloadout" - "font" "CerbeticaBold16" + "Command" "vguicancel" + "font" "CerbeticaBold14" + "paintbackground" "0" + "fgcolor" "TanLight" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" } "LoadoutButtonBackground" { @@ -546,7 +504,7 @@ "wide" "20" "tall" "0" } - "ResetButton" [$WIN32] + "ResetButton" { "ControlName" "CExButton" "fieldName" "ResetButton" @@ -566,26 +524,6 @@ "Command" "resetclass" "font" "CerbeticaBold16" } - - "ClassMenuSelect" - { - "ControlName" "CExLabel" - "fieldName" "ClassMenuSelect" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "255" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" - "labelText" "#TF_SelectAClass" - "textAlignment" "center" - "font" "CerbeticaBold28" - "fgcolor" "HudOffWhite" - } "MenuBG" { @@ -610,8 +548,6 @@ "angles_y" "180" "angles_z" "0" "origin_x" "365" - "origin_x_lodef" "415" - "origin_x_hidef" "380" "origin_y" "0" "origin_z" "-40" } @@ -622,15 +558,10 @@ "ControlName" "CExLabel" "fieldName" "Hint" "xpos" "c-300" - "xpos_hidef" "c-287" - "xpos_lodef" "c-260" "ypos" "95" - "ypos_hidef" "101" - "ypos_lodef" "115" "zpos" "2" "wide" "600" "tall" "50" - "tall_lodef" "30" "autoResize" "1" "pinCorner" "2" "visible" "0" @@ -640,9 +571,7 @@ "textAlignment" "left" "wrap" "1" "font" "HudFontMediumSmallSecondary" - "font_lodef" "HudFontMediumSmallSecondary" "fgcolor" "HudTrainingHint" - "fgcolor_lodef" "HudTrainingHint" } "ShadedBar" @@ -651,15 +580,9 @@ "fieldName" "ShadedBar" "xpos" "9999" "ypos" "r50" - "ypos_lodef" "r74" - "ypos_hidef" "r65" "zpos" "4" "wide" "f0" "tall" "50" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" @@ -668,90 +591,6 @@ "PaintBackgroundType" "0" } - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "zpos" "6" - "tall" "80" - "button_separator" "10" - "button_separator_lodef" "5" - "buttongap" "50" - "buttongap_hidef" "35" - "buttongap_lodef" "18" - "textadjust" "3" - "textadjust_lodef" "0" - "buttonoffsety" "20" - "buttonoffsety_hidef" "0" - "buttonoffsety_lodef" "18" - "center" "0" - "button_pin_right_lodef" "55" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "cancel" - "text" "#GameUI_Cancel" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "nextprev" - "text" "#TF_NextPrev" - "icon" "#GameUI_Icons_DPAD" - } - - "button" - { - "name" "select" - "text" "#GameUI_Select" - "icon" "#GameUI_Icons_A_BUTTON" - } - } - - "localPlayerImage" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "0" - "image" "" - "scaleImage" "1" - } - - "localPlayerBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerBG" - "xpos" "9999" - "ypos" "99999" - "zpos" "2" - "wide" "55" - "tall" "80" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../hud/color_panel_clear" - "scaleImage" "1" - "teambg_2" "../hud/color_panel_clear" - "teambg_3" "../hud/color_panel_clear" - - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" - } - "countImage0" [$WIN32] { "ControlName" "CTFImagePanel" @@ -763,8 +602,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage1" [$WIN32] @@ -778,8 +617,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage2" [$WIN32] @@ -793,8 +632,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage3" [$WIN32] @@ -808,8 +647,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage4" [$WIN32] @@ -823,8 +662,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage5" [$WIN32] @@ -838,8 +677,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage6" [$WIN32] @@ -853,8 +692,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage7" [$WIN32] @@ -868,8 +707,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage8" [$WIN32] @@ -883,8 +722,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage9" [$WIN32] @@ -898,8 +737,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage10" [$WIN32] @@ -913,31 +752,11 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "CountLabel" [$WIN32] - { - "ControlName" "CExLabel" - "fieldName" "CountLabel" - "xpos" "9999" - "ypos" "9999" - "zpos" "10" - "wide" "150" - "tall" "18" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_TeamCount" - "textAlignment" "left" - "font" "HudFontMediumSmallSecondary" - "fgcolor" "TanLight" + "image" "" + "scaleImage" "1" } - "numScout" [$WIN32] + "numScout" { "ControlName" "CExLabel" "fieldName" "numScout" @@ -955,9 +774,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numSoldier" [$WIN32] + "numSoldier" { "ControlName" "CExLabel" "fieldName" "numSoldier" @@ -975,9 +794,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numPyro" [$WIN32] + "numPyro" { "ControlName" "CExLabel" "fieldName" "numPyro" @@ -995,9 +814,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numDemoman" [$WIN32] + "numDemoman" { "ControlName" "CExLabel" "fieldName" "numDemoman" @@ -1017,7 +836,7 @@ "fgcolor" "TanLight" } - "numHeavy" [$WIN32] + "numHeavy" { "ControlName" "CExLabel" "fieldName" "numHeavy" @@ -1037,7 +856,7 @@ "fgcolor" "TanLight" } - "numEngineer" [$WIN32] + "numEngineer" { "ControlName" "CExLabel" "fieldName" "numEngineer" @@ -1055,9 +874,9 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numMedic" [$WIN32] + "numMedic" { "ControlName" "CExLabel" "fieldName" "numMedic" @@ -1077,7 +896,7 @@ "fgcolor" "TanLight" } - "numSniper" [$WIN32] + "numSniper" { "ControlName" "CExLabel" "fieldName" "numSniper" @@ -1097,7 +916,7 @@ "fgcolor" "TanLight" } - "numSpy" [$WIN32] + "numSpy" { "ControlName" "CExLabel" "fieldName" "numMedic" @@ -1251,115 +1070,6 @@ "image" "mvm/class_upgraded" "scaleImage" "1" } - - "StartExplanation" - { - "ControlName" "CExplanationPopup" - "fieldName" "StartExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "250" - "tall" "165" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "c-170" - "end_y" "115" - "end_wide" "300" - "end_tall" "240" - "callout_inparents_x" "c-270" - "callout_inparents_y" "40" - "next_explanation" "VoucherExplanation" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_UpgradeExplanation_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "260" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_UpgradeExplanation_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "45" - "wide" "260" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "280" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - } "TFPlayerModel" { @@ -1376,7 +1086,7 @@ "enabled" "1" "fov" "25" "allow_rot" "0" - "paintbackground" "1" + "paintbackground" "1" "render_texture" "0" "paintbackgroundenabled" "1" "bgcolor_override" "255 255 255 0" @@ -1403,15 +1113,20 @@ "ControlName" "CTFClassTipsPanel" "fieldName" "ClassTipsPanel" "xpos" "9999" - "ypos" "9999" - "zpos" "7" - "wide" "235" - "tall" "165" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + } + + "localPlayerImage" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "xpos" "9999" + } + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "9999" } "ClassHighlightPanel" @@ -1454,7 +1169,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "ClassHighlightText" @@ -1473,7 +1188,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1501,12 +1216,12 @@ "Command" "close" "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "NeutralWhite" + "depressedFgColor_override" "TanDarker" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { "ControlName" "ImagePanel" @@ -1518,7 +1233,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } diff --git a/customizations/Team Menu/Teammenu-left.res b/customizations/Team Menu/Teammenu-left.res index ab6ffd5..1606aeb 100644 --- a/customizations/Team Menu/Teammenu-left.res +++ b/customizations/Team Menu/Teammenu-left.res @@ -27,7 +27,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "fillcolor" "0 0 0 0" + "fillcolor" "Transparent" } "SidePanelBG" { @@ -43,32 +43,6 @@ "scaleImage" "1" "fillcolor" "0 0 0 60" } - "BlueTeamBG" - { - "ControlName" "ImagePanel" - "fieldName" "BlueTeamBG" - "xpos" "0" - "ypos" "c-35" - "zpos" "0" - "wide" "255" - "tall" "30" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 125" - } - "RedTeamBG" - { - "ControlName" "ImagePanel" - "fieldName" "RedTeamBG" - "xpos" "0" - "ypos" "c5" - "zpos" "0" - "wide" "255" - "tall" "30" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - } "AutojoinBackground" { "ControlName" "ImagePanel" @@ -146,6 +120,23 @@ "fgcolor" "TanLight" } + "SelectTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectTeamLabel" + "xpos" "0" + "ypos" "c165" + "zpos" "6" + "wide" "255" + "tall" "30" + "labelText" "#TF_SelectATeam" + "textAlignment" "center" + "font" "CerbeticaBold32" + "visible" "1" + "enabled" "1" + "fgcolor" "HudOffWhite" + } + "teambutton0" { "ControlName" "CTFTeamButton" @@ -165,7 +156,7 @@ "dulltext" "0" "brighttext" "0" "command" "jointeam blue" - "team" "3" // team blue + "team" "3" // Blue Team "font" "CerbeticaBold20" "defaultFgColor_override" "255 255 255 128" "armedFgColor_override" "TanLight" @@ -173,6 +164,20 @@ "selectedFgColor_override" "TanLight" } + "BlueTeamBG" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamBG" + "xpos" "0" + "ypos" "c-35" + "zpos" "0" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 125" + } + "teambutton1" { "ControlName" "CTFTeamButton" @@ -192,14 +197,29 @@ "dulltext" "0" "brighttext" "0" "command" "jointeam red" - "team" "4" // team red + "team" "4" // Red Team "font" "CerbeticaBold20" + "defaultFgColor_override" "255 255 255 128" "armedFgColor_override" "TanLight" "depressedFgColor_override" "255 255 255 128" "selectedFgColor_override" "TanLight" } + "RedTeamBG" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamBG" + "xpos" "0" + "ypos" "c5" + "zpos" "0" + "wide" "255" + "tall" "30" + "visible" "1" + "enabled" "1" + "fillcolor" "205 50 50 153" + } + "teambutton2" { "ControlName" "CTFTeamButton" @@ -214,7 +234,7 @@ "visible" "1" "enabled" "1" "tabPosition" "1" - "labelText" "&1 Auto-join" [$WIN32] + "labelText" "&1 Auto-Join" "textAlignment" "west" "dulltext" "0" "brighttext" "0" @@ -241,7 +261,7 @@ "visible" "1" "enabled" "1" "tabPosition" "2" - "labelText" "&2 Spectate" [$WIN32] + "labelText" "&2 Spectate" [$WIN32] "textAlignment" "west" "dulltext" "0" "brighttext" "0" @@ -254,64 +274,14 @@ "selectedFgColor_override" "TanLight" } - "CancelButton" [$WIN32] - { - "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" - } - - "TeamMenuSelect" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuSelect" - "xpos" "0" - "ypos" "c165" - "zpos" "6" - "wide" "255" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" - "labelText" "#TF_SelectATeam" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold32" - "fgcolor" "HudOffWhite" - } - "TeamMenuAuto" { "ControlName" "CExLabel" "fieldName" "TeamMenuAuto" - "xpos" "9999" [$WIN32] + "xpos" "9999" "ypos" "9999" "zpos" "1" - "wide" "102" [$WIN32] - "wide" "94" [$X360] + "wide" "102" "tall" "24" "autoResize" "0" "pinCorner" "0" @@ -323,7 +293,7 @@ "brighttext" "0" "wrap" "0" "font" "MenuSmallFont" - "fgcolor" "black" + "fgcolor" "Black" } "TeamMenuSpectate" @@ -345,7 +315,7 @@ "brighttext" "0" "wrap" "0" "font" "CerbeticaBold16" - "fgcolor" "white" + "fgcolor" "White" } "MenuBG" @@ -364,27 +334,6 @@ "fillcolor" "255 255 255 7" } - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "0" - "tall" "0" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - "BlueCount" { "ControlName" "CExLabel" @@ -405,26 +354,6 @@ "font" "CerbeticaBold20" "fgcolor" "255 255 255 255" } - "BlueCountPlayers" - { - "ControlName" "CExLabel" - "fieldName" "BlueCountPlayers" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "players" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } "RedCount" { @@ -446,92 +375,8 @@ "font" "CerbeticaBold20" "fgcolor" "255 255 255 255" } - "RedCountPlayers" - { - "ControlName" "CExLabel" - "fieldName" "RedCountPlayers" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "players" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } - - "bluedoor" - { - "ControlName" "CModelPanel" - "fieldName" "bluedoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - "reddoor" - { - "ControlName" "CModelPanel" - "fieldName" "reddoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "autodoor" - { - "ControlName" "CModelPanel" - "fieldName" "autodoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "spectate" - { - "ControlName" "CModelPanel" - "fieldName" "spectate" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "HighlanderLabel" [$WIN32] + "HighlanderLabel" { "ControlName" "CExLabel" "fieldName" "HighlanderLabel" @@ -553,7 +398,7 @@ "centerwrap" "1" } - "HighlanderLabelShadow" [$WIN32] + "HighlanderLabelShadow" { "ControlName" "CExLabel" "fieldName" "HighlanderLabelShadow" @@ -579,7 +424,7 @@ "pin_to_sibling_corner" "PIN_TOPLEFT" } - "TeamsFullLabel" [$WIN32] + "TeamsFullLabel" { "ControlName" "CExLabel" "fieldName" "TeamsFullLabel" @@ -601,7 +446,7 @@ "centerwrap" "1" } - "TeamsFullLabelShadow" [$WIN32] + "TeamsFullLabelShadow" { "ControlName" "CExLabel" "fieldName" "TeamsFullLabelShadow" @@ -627,18 +472,30 @@ "pin_to_sibling_corner" "PIN_TOPLEFT" } - "TeamsFullArrow" [$WIN32] + "CancelButton" { - "ControlName" "CTFImagePanel" - "fieldName" "TeamsFullArrow" - "xpos" "9999" - "ypos" "9999" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "r40" "zpos" "6" - "wide" "0" - "tall" "0" + "wide" "255" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" "visible" "0" - "enabled" "0" - "image" "../HUD/arrow_big_down" - "scaleImage" "1" + "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" } } \ No newline at end of file diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index a9d0214..1b52203 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -2327,7 +2327,7 @@ Scheme { "1" { - "name" "Verdana" + "name" "Cerbetica_edited" "tall" "7" "weight" "0" "additive" "1" diff --git a/resource/ui/ClassSelection.res b/resource/ui/ClassSelection.res index 41d2ff0..82c4ff9 100644 --- a/resource/ui/ClassSelection.res +++ b/resource/ui/ClassSelection.res @@ -452,6 +452,16 @@ "textAlignment" "west" "Command" "openloadout" "font" "CerbeticaBold14" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" } "CancelButton" [$WIN32] @@ -474,6 +484,16 @@ "font" "CerbeticaBold14" "paintbackground" "0" "fgcolor" "TanLight" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" } "LoadoutButtonBackground" { diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 9cc938d..c7989ee 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -544,8 +544,8 @@ { "ControlName" "EditablePanel" "fieldName" "QuestLogButtonNew" - "xpos" "105" - "ypos" "62" + "xpos" "r28" + "ypos" "90" "zpos" "1" "wide" "20" "tall" "20" @@ -680,7 +680,7 @@ { "ControlName" "CTFStreamListPanel" "fieldName" "StreamListPanel" - "xpos" "c100" + "xpos" "c90" "ypos" "90" "zpos" "1" "wide" "300" @@ -1253,7 +1253,7 @@ { "ControlName" "EditablePanel" "fieldname" "AchievementsButton" - "xpos" "165" + "xpos" "145" "ypos" "62" "zpos" "1" "wide" "20" @@ -1321,7 +1321,7 @@ { "ControlName" "EditablePanel" "fieldname" "ConsoleButton" - "xpos" "185" + "xpos" "165" "ypos" "62" "zpos" "1" "wide" "20" @@ -1451,7 +1451,7 @@ { "ControlName" "EditablePanel" "fieldname" "ReportBugButton" - "xpos" "145" + "xpos" "125" "ypos" "62" "zpos" "1" "wide" "20" @@ -1518,7 +1518,7 @@ { "ControlName" "EditablePanel" "fieldname" "SteamWorkshopButton" - "xpos" "125" + "xpos" "105" "ypos" "62" "zpos" "1" "wide" "20" @@ -1586,7 +1586,7 @@ { "ControlName" "EditablePanel" "fieldname" "CallVoteButton" - "xpos" "225" + "xpos" "205" "ypos" "62" "zpos" "1" "wide" "20" @@ -1654,7 +1654,7 @@ { "ControlName" "EditablePanel" "fieldname" "MutePlayersButton" - "xpos" "245" + "xpos" "225" "ypos" "62" "zpos" "1" "wide" "20" @@ -1721,7 +1721,7 @@ { "ControlName" "EditablePanel" "fieldname" "ReportPlayerButton" - "xpos" "205" + "xpos" "185" "ypos" "62" "zpos" "1" "wide" "20" @@ -1789,7 +1789,7 @@ { "ControlName" "EditablePanel" "fieldname" "RequestCoachButton" - "xpos" "265" + "xpos" "245" "ypos" "62" "zpos" "1" "wide" "20" diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res new file mode 100644 index 0000000..698eff6 --- /dev/null +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -0,0 +1,39 @@ +"Resource/UI/NotificationToastContainer.res" +{ + "NotificationToastContainer" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "50" + "visible" "1" + "enabled" "1" + "bgcolor_override" "DarkGrey" + "border" "CyanBorder" + } + + "HelpTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "HelpTextLabel" + "fgcolor" "RedSolid" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "font" "TFFontSmall" + "textinsetx" "2" + "textinsety" "7" + } +} \ No newline at end of file diff --git a/resource/ui/matchmakingdashboardpopup_newmatch.res b/resource/ui/matchmakingdashboardpopup_newmatch.res new file mode 100644 index 0000000..695ef89 --- /dev/null +++ b/resource/ui/matchmakingdashboardpopup_newmatch.res @@ -0,0 +1,242 @@ +"Resource/UI/MatchMakingDashboardPopup_NewMatch.res" +{ + "NewMatchFound" + { + "ControlName" "CExpandablePanel" + "fieldName" "NewMatchFound" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "200" + "tall" "60" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "60" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "rs1" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + + "pinCorner" "0" + "autoResize" "2" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f5" + "tall" "f5" + "visible" "1" + "PaintBackgroundType" "2" + "border" "CyanBorder" + "bgcolor_override" "DarkGrey" + "proportionaltoparent" "1" + "pinCorner" "3" + + "DescLabel" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "White" + "textAlignment" "center" + "labelText" "%match_type%" + "proportionaltoparent" "1" + "pinCorner" "3" + + "fonts" + { + "0" "CerbeticaBold12" + "1" "StorePromotionsTitle" + "2" "FontStorePrice" + } + } + + "AutoJoinLabel" + { + "ControlName" "Label" + "fieldName" "AutoJoinLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "Cerbetica12" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%auto_join%" + "proportionaltoparent" "1" + "pinCorner" "3" + } + + "AbandonButton" + { + "ControlName" "CExButton" + "fieldName" "AbandonButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "75" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "CerbeticaBold12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "abandon_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_Rejoin_Abandon" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "SmallJoinButton" + { + "ControlName" "CExButton" + "fieldName" "SmallJoinButton" + "xpos" "10" + "ypos" "rs1-5" + "wide" "90" + "zpos" "100" + "tall" "15" + + if_expected + { + "xpos" "cs-0.5" + "wide" "150" + } + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "CerbeticaBold12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "WideJoinButton" + { + "ControlName" "CExButton" + "fieldName" "WideJoinButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "wide" "150" + "zpos" "100" + "tall" "15" + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "CerbeticaBold12" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "JoiningLabel" + { + "ControlName" "Label" + "fieldName" "JoiningLabel" + "xpos" "cs-1" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "CerbeticaBold12" + "fgcolor_override" "TanLight" + "textAlignment" "east" + "labelText" "#TF_Matchmaking_RollingQueue_MatchReadyJoining" + "proportionaltoparent" "1" + "pinCorner" "3" + } + + "Spinner" + { + "ControlName" "CTFLogoPanel" + "fieldName" "Spinner" + "xpos" "c+5" + "ypos" "rs1-17" + "zpos" "104" + "wide" "o1" + "tall" "25" + "visible" "1" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "alpha" "200" + + "radius" "10" + "velocity" "250" + "fgcolor_override" "Orange" + } + } + } +} \ No newline at end of file diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index 8f5744b..6ac9529 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -15,6 +15,9 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" + "border" "CyanBorderThick" + "bgcolor_override" "DarkGrey" + "PaintBorder" "1" } "TitleLabel" @@ -129,6 +132,8 @@ "Command" "nope" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "ConfirmButton" @@ -154,6 +159,8 @@ "Command" "add_stamp_to_cart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/vote_success.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "PriceLabel" diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 43e367b..fb4ea4e 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -544,7 +544,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "30 30 30 255" + "bgcolor_override" "DarkGrey" "PaintBackground" "1" "header_font" "ItemFontNameLarge" @@ -675,6 +675,8 @@ "Command" "CallVote" "Default" "0" "font" "HudFontSmallBold" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "Button1" { @@ -696,6 +698,8 @@ "Command" "Close" "Default" "0" "font" "HudFontSmallBold" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } } \ No newline at end of file diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 1c51b4e..0a28f01 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -218,7 +218,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "fillcolor" "0 0 0 245" + "fillcolor" "0 0 0 250" "src_corner_height" "3" "src_corner_width" "3" "draw_corner_width" "0" diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index ecf25b0..32e93fc 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -15,10 +15,10 @@ "zpos" "2" "xpos" "c-85" "ypos" "c-100" - "labelText" "i" "wide" "200" "tall" "200" "font" "Crosshairs24" + "labelText" "i" "textAlignment" "center" "fgcolor" "Crosshair" } @@ -43,7 +43,6 @@ } //-------------------------------------------------------------- // KNUCKLESCROSSES - // Change labelText to the corresponding crosshair in KnucklesCrosses.png. //-------------------------------------------------------------- "KnucklesCrosses" { @@ -1488,7 +1487,7 @@ "visible" "1" "enabled" "1" "xpos" "c-100" - "ypos" "260" + "ypos" "270" "wide" "200" "tall" "300" } -- cgit v1.2.3 From 3df7758fd3b7db33adab4111530c70a5f4236bc2 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 21 Mar 2019 19:50:53 -0400 Subject: Updated Time Panels --- resource/ui/HudObjectiveKothTimePanel.res | 16 ++++++++-------- resource/ui/HudObjectiveTimePanel.res | 22 +++++++++++----------- resource/ui/hudmatchstatus.res | 8 ++++---- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index b2484ca..119935b 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -40,11 +40,11 @@ "fieldName" "TimePanelValue" "font" "Cerbetica22" "fgcolor" "TanLight" - "xpos" "28" - "ypos" "-4" + "xpos" "25" + "ypos" "0" "zpos" "3" - "wide" "45" - "tall" "31" + "wide" "50" + "tall" "24" "visible" "1" "enabled" "1" "textAlignment" "center" @@ -101,11 +101,11 @@ "fieldName" "TimePanelValue" "font" "Cerbetica22" "fgcolor" "TanLight" - "xpos" "28" - "ypos" "-4" + "xpos" "25" + "ypos" "0" "zpos" "3" - "wide" "45" - "tall" "31" + "wide" "50" + "tall" "24" "visible" "1" "enabled" "1" "delta_item_x" "22" diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index 0090d9a..c38f916 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -50,10 +50,10 @@ "ControlName" "CExLabel" "fieldName" "WaitingForPlayersLabel" "xpos" "25" - "ypos" "23" + "ypos" "20" "zpos" "5" - "wide" "36" - "tall" "19" + "wide" "50" + "tall" "24" "visible" "0" "enabled" "1" "labelText" "#game_WaitingForPlayers" @@ -82,10 +82,10 @@ "ControlName" "CExLabel" "fieldName" "OvertimeLabel" "xpos" "25" - "ypos" "23" + "ypos" "20" "zpos" "5" "wide" "50" - "tall" "19" + "tall" "24" "visible" "0" "enabled" "1" "labelText" "#game_Overtime" @@ -117,10 +117,10 @@ "ControlName" "CExLabel" "fieldName" "SuddenDeathLabel" "xpos" "25" - "ypos" "23" + "ypos" "20" "zpos" "5" "wide" "50" - "tall" "19" + "tall" "24" "visible" "0" "enabled" "1" "labelText" "#game_SuddenDeath" @@ -151,10 +151,10 @@ "ControlName" "CExLabel" "fieldName" "SetupLabel" "xpos" "25" - "ypos" "23" + "ypos" "20" "zpos" "5" "wide" "50" - "tall" "19" + "tall" "24" "visible" "0" "enabled" "1" "labelText" "#game_Setup" @@ -185,10 +185,10 @@ "ControlName" "CExLabel" "fieldName" "ServerTimeLimitLabel" "xpos" "25" - "ypos" "23" + "ypos" "20" "zpos" "5" "wide" "50" - "tall" "19" + "tall" "24" "visible" "0" "enabled" "1" "labelText" "%servertimeleft%" diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 93037a0..e16237b 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -308,11 +308,11 @@ "font" "HudFontMediumSmall" "font_minmode" "HudFontSmall" "fgcolor" "TanLight" - "xpos" "28" - "ypos" "-4" + "xpos" "25" + "ypos" "0" "zpos" "3" - "wide" "45" - "tall" "31" + "wide" "50" + "tall" "24" "visible" "1" "enabled" "1" "textAlignment" "center" -- cgit v1.2.3 From c1ac5129c15ae99ebfbc562d7b5bc542e44a7278 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 22 Mar 2019 08:44:14 -0400 Subject: Arena Mode Fixes --- resource/ui/HudArenaClassLayout.res | 305 ++++++++++++++++++++++++++++++++ resource/ui/HudArenaPlayerCount.res | 56 +++--- resource/ui/HudArenaWinPanel.res | 340 ++++++++++++++++++------------------ scripts/hudlayout.res | 2 +- 4 files changed, 500 insertions(+), 203 deletions(-) create mode 100644 resource/ui/HudArenaClassLayout.res diff --git a/resource/ui/HudArenaClassLayout.res b/resource/ui/HudArenaClassLayout.res new file mode 100644 index 0000000..2bc7e0c --- /dev/null +++ b/resource/ui/HudArenaClassLayout.res @@ -0,0 +1,305 @@ +"Resource/UI/HudArenaClassLayout.res" +{ + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "0" + "ypos" "69" + "zpos" "1" + "wide" "20" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "paintborder" "0" + + "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" + } + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "0" + "ypos" "40" + "zpos" "2" + "wide" "45" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_clear" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_clear" + "teambg_3" "../hud/color_panel_clear" + "paintborder" "0" + + "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" + } + + "title" + { + "ControlName" "CExLabel" + "fieldName" "title" + "xpos" "c-200" + "ypos" "22" + "zpos" "6" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "CerbeticaBold20" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "TanLight" + } + "titleShadow" + { + "ControlName" "CExLabel" + "fieldName" "titleShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "CerbeticaBold20" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "title" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "changeLabel" + { + "ControlName" "CExLabel" + "fieldName" "changeLabel" + "xpos" "c-220" + "ypos" "130" + "zpos" "6" + "wide" "440" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "TanLight" + } + "changeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "changeLabelShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "440" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "changeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "classImage0" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage0" + "xpos" "0" + "ypos" "25" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage1" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage2" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage2" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage3" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage3" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage4" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage4" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage5" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage5" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage6" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage6" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage7" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage7" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage8" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage9" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage9" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage10" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage10" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage11" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/resource/ui/HudArenaPlayerCount.res b/resource/ui/HudArenaPlayerCount.res index 8f8d6e4..81c25ae 100644 --- a/resource/ui/HudArenaPlayerCount.res +++ b/resource/ui/HudArenaPlayerCount.res @@ -4,8 +4,8 @@ { "ControlName" "EditablePanel" "fieldName" "blueteam" - "xpos" "c-55" - "ypos" "-7" + "xpos" "c-46" + "ypos" "0" "zpos" "0" "wide" "60" "tall" "33" @@ -15,13 +15,11 @@ { "ControlName" "EditablePanel" "fieldName" "background" - "xpos" "9" - "ypos" "7" + "xpos" "0" + "ypos" "0" "zpos" "0" "wide" "46" - "tall" "33" - "autoResize" "0" - "pinCorner" "0" + "tall" "23" "visible" "1" "enabled" "1" "bgcolor_override" "104 124 155 255" @@ -31,18 +29,18 @@ { "ControlName" "CExLabel" "fieldName" "count" - "xpos" "23" - "ypos" "6" + "xpos" "13" + "ypos" "0" "zpos" "2" "wide" "30" - "tall" "25" + "tall" "23" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "font" "CerbeticaBold28" "labelText" "%blue_alive%" - "textAlignment" "center" + "textAlignment" "east" "fgcolor" "TanLight" } "countshadow" @@ -53,14 +51,14 @@ "ypos" "-1" "zpos" "1" "wide" "30" - "tall" "25" + "tall" "23" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "font" "CerbeticaBold28" "labelText" "%blue_alive%" - "textAlignment" "center" + "textAlignment" "east" "fgcolor" "TransparentBlack" "pin_to_sibling" "count" @@ -72,8 +70,8 @@ { "ControlName" "ImagePanel" "fieldName" "playerimage" - "xpos" "12" - "ypos" "10" + "xpos" "3" + "ypos" "3" "zpos" "3" "wide" "10" "tall" "18" @@ -88,8 +86,8 @@ { "ControlName" "EditablePanel" "fieldName" "redteam" - "xpos" "c-4" - "ypos" "-7" + "xpos" "c0" + "ypos" "0" "zpos" "0" "wide" "60" "tall" "33" @@ -99,13 +97,11 @@ { "ControlName" "EditablePanel" "fieldName" "background" - "xpos" "4" + "xpos" "0" "ypos" "0" "zpos" "0" - "wide" "47" - "tall" "33" - "autoResize" "0" - "pinCorner" "0" + "wide" "46" + "tall" "23" "visible" "1" "enabled" "1" "bgcolor_override" "180 92 77 255" @@ -115,18 +111,18 @@ { "ControlName" "CExLabel" "fieldName" "count" - "xpos" "23" - "ypos" "6" + "xpos" "3" + "ypos" "0" "zpos" "2" "wide" "30" - "tall" "25" + "tall" "23" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "font" "CerbeticaBold28" "labelText" "%red_alive%" - "textAlignment" "center" + "textAlignment" "west" "fgcolor" "TanLight" } "countshadow" @@ -137,14 +133,14 @@ "ypos" "-1" "zpos" "1" "wide" "30" - "tall" "25" + "tall" "23" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "font" "CerbeticaBold28" "labelText" "%red_alive%" - "textAlignment" "center" + "textAlignment" "west" "fgcolor" "TransparentBlack" "pin_to_sibling" "count" @@ -156,8 +152,8 @@ { "ControlName" "ImagePanel" "fieldName" "playerimage" - "xpos" "10" - "ypos" "10" + "xpos" "33" + "ypos" "3" "zpos" "3" "wide" "10" "tall" "18" diff --git a/resource/ui/HudArenaWinPanel.res b/resource/ui/HudArenaWinPanel.res index e4da51d..eed19cd 100644 --- a/resource/ui/HudArenaWinPanel.res +++ b/resource/ui/HudArenaWinPanel.res @@ -5,7 +5,7 @@ "ControlName" "EditablePanel" "fieldName" "ArenaWinPanelScores" "xpos" "0" - "ypos" "36" + "ypos" "1" "wide" "450" "tall" "200" "visible" "1" @@ -19,11 +19,9 @@ "zpos" "-1" "wide" "200" "tall" "25" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "70 130 180 153" + "fillcolor" "70 130 180 255" "scaleImage" "1" } "RedScoreBG" @@ -35,12 +33,10 @@ "zpos" "-1" "wide" "200" "tall" "25" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" "PaintBackgroundType" "2" - "fillcolor" "205 50 50 153" + "fillcolor" "205 50 50 255" } "BlueTeamLabel" { @@ -181,11 +177,11 @@ "fieldName" "ArenaStreakLabel" "font" "CerbeticaBold14" "fgcolor" "TanLight" - "xpos" "35" - "ypos" "-15" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "380" - "tall" "40" + "wide" "176" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -215,14 +211,14 @@ "ControlName" "ImagePanel" "fieldName" "WinPanelBG2" "xpos" "25" - "ypos" "95" + "ypos" "60" "zpos" "0" "wide" "400" "tall" "118" "visible" "1" "enabled" "1" - "scaleImage" "1" - "fillcolor" "0 0 0 100" + "scaleImage" "1" + "fillcolor" "0 0 0 250" "src_corner_height" "3" "src_corner_width" "3" "draw_corner_width" "0" @@ -235,14 +231,14 @@ "fieldName" "WinningTeamLabel" "font" "CerbeticaBold20" "xpos" "35" - "ypos" "94" + "ypos" "41" "zpos" "1" - "wide" "380" - "tall" "40" + "wide" "340" + "tall" "14" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%WinningTeamLabel%" "textAlignment" "Center" "dulltext" "0" @@ -255,14 +251,14 @@ "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" "xpos" "36" - "ypos" "95" + "ypos" "42" "zpos" "1" - "wide" "380" - "tall" "40" + "wide" "340" + "tall" "14" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%WinningTeamLabel%" "textAlignment" "Center" "dulltext" "0" @@ -275,14 +271,14 @@ "fieldName" "LosingTeamLabel" "font" "CerbeticaBold20" "xpos" "35" - "ypos" "94" + "ypos" "41" "zpos" "1" - "wide" "380" - "tall" "40" + "wide" "340" + "tall" "14" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%LosingTeamLabel%" "textAlignment" "Center" "dulltext" "0" @@ -295,14 +291,14 @@ "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" "xpos" "36" - "ypos" "95" + "ypos" "42" "zpos" "1" - "wide" "380" - "tall" "40" + "wide" "340" + "tall" "14" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%LosingTeamLabel%" "textAlignment" "Center" "dulltext" "0" @@ -316,8 +312,8 @@ "xpos" "9999" "ypos" "9999" "zpos" "1" - "wide" "442" - "tall" "20" + "wide" "340" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -335,7 +331,7 @@ "xpos" "35" "ypos" "122" "zpos" "1" - "wide" "380" + "wide" "418" "tall" "20" "autoResize" "0" "pinCorner" "0" @@ -369,10 +365,10 @@ "fieldName" "TopPlayerLabel" "font" "Cerbetica9" "xpos" "50" - "ypos" "140" + "ypos" "64" "zpos" "3" - "wide" "300" - "tall" "20" + "wide" "190" + "tall" "12" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -388,10 +384,10 @@ "fieldName" "DamageThisRoundLabel" "font" "Cerbetica9" "xpos" "265" - "ypos" "140" + "ypos" "64" "zpos" "3" - "wide" "50" - "tall" "20" + "wide" "40" + "tall" "12" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -407,10 +403,10 @@ "fieldName" "PointsThisRoundLabel" "font" "Cerbetica9" "xpos" "315" - "ypos" "140" + "ypos" "64" "zpos" "3" - "wide" "50" - "tall" "20" + "wide" "35" + "tall" "12" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -426,10 +422,10 @@ "fieldName" "PointsThisRoundLabel" "font" "Cerbetica9" "xpos" "360" - "ypos" "140" + "ypos" "64" "zpos" "3" - "wide" "50" - "tall" "20" + "wide" "35" + "tall" "12" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -445,10 +441,10 @@ "fieldName" "PointsThisRoundLabel" "font" "Cerbetica9" "xpos" "400" - "ypos" "140" + "ypos" "64" "zpos" "3" - "wide" "50" - "tall" "20" + "wide" "25" + "tall" "12" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -481,9 +477,9 @@ "ControlName" "EditablePanel" "fieldName" "ArenaWinPanelWinnersPanel" "xpos" "20" - "ypos" "-10" - "wide" "500" - "tall" "218" + "ypos" "76" + "wide" "340" + "tall" "46" "visible" "1" "zpos" "3" @@ -492,7 +488,7 @@ "ControlName" "CAvatarImagePanel" "fieldName" "Player1Avatar" "xpos" "21" - "ypos" "170" + "ypos" "4" "wide" "14" "tall" "14" "visible" "1" @@ -506,9 +502,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Name" "xpos" "40" - "ypos" "167" - "wide" "128" - "tall" "20" + "ypos" "4" + "wide" "126" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -523,9 +519,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Class" "xpos" "175" - "ypos" "167" - "wide" "200" - "tall" "20" + "ypos" "4" + "wide" "45" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -540,9 +536,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Damage" "xpos" "241" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -557,9 +553,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Healing" "xpos" "289" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -574,9 +570,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Lifetime" "xpos" "335" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -591,9 +587,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Kills" "xpos" "362" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "25" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -608,7 +604,7 @@ "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" "xpos" "21" - "ypos" "186" + "ypos" "19" "wide" "14" "tall" "14" "visible" "1" @@ -622,9 +618,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Name" "xpos" "40" - "ypos" "183" - "wide" "128" - "tall" "20" + "ypos" "19" + "wide" "126" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -639,9 +635,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Class" "xpos" "175" - "ypos" "183" - "wide" "200" - "tall" "20" + "ypos" "19" + "wide" "45" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -656,9 +652,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Damage" "xpos" "241" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -673,9 +669,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Healing" "xpos" "289" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -690,9 +686,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Lifetime" "xpos" "335" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -707,9 +703,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Kills" "xpos" "362" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "25" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -724,7 +720,7 @@ "ControlName" "CAvatarImagePanel" "fieldName" "Player3Avatar" "xpos" "21" - "ypos" "202" + "ypos" "34" "wide" "14" "tall" "14" "visible" "1" @@ -738,9 +734,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Name" "xpos" "40" - "ypos" "199" - "wide" "128" - "tall" "20" + "ypos" "34" + "wide" "126" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -755,9 +751,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Class" "xpos" "175" - "ypos" "199" - "wide" "200" - "tall" "20" + "ypos" "34" + "wide" "45" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -772,9 +768,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Damage" "xpos" "241" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -789,9 +785,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Healing" "xpos" "289" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -806,9 +802,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Lifetime" "xpos" "335" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -823,9 +819,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Kills" "xpos" "362" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "25" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -841,9 +837,9 @@ "ControlName" "EditablePanel" "fieldName" "ArenaWinPanelLosersPanel" "xpos" "20" - "ypos" "-10" - "wide" "500" - "tall" "218" + "ypos" "76" + "wide" "340" + "tall" "46" "visible" "1" "zpos" "3" @@ -852,7 +848,7 @@ "ControlName" "CAvatarImagePanel" "fieldName" "Player1Avatar" "xpos" "21" - "ypos" "170" + "ypos" "4" "wide" "14" "tall" "14" "visible" "1" @@ -866,9 +862,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Name" "xpos" "40" - "ypos" "167" - "wide" "128" - "tall" "20" + "ypos" "4" + "wide" "126" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -883,9 +879,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Class" "xpos" "175" - "ypos" "167" - "wide" "200" - "tall" "20" + "ypos" "4" + "wide" "45" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -900,9 +896,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Damage" "xpos" "241" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -917,9 +913,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Healing" "xpos" "289" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -934,9 +930,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Lifetime" "xpos" "335" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -951,9 +947,9 @@ "ControlName" "CExLabel" "fieldName" "Player1Kills" "xpos" "362" - "ypos" "167" - "wide" "30" - "tall" "20" + "ypos" "4" + "wide" "25" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -968,7 +964,7 @@ "ControlName" "CAvatarImagePanel" "fieldName" "Player2Avatar" "xpos" "21" - "ypos" "186" + "ypos" "19" "wide" "14" "tall" "14" "visible" "1" @@ -982,9 +978,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Name" "xpos" "40" - "ypos" "183" - "wide" "128" - "tall" "20" + "ypos" "19" + "wide" "126" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -999,9 +995,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Class" "xpos" "175" - "ypos" "183" - "wide" "200" - "tall" "20" + "ypos" "19" + "wide" "45" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1016,9 +1012,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Damage" "xpos" "241" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1033,9 +1029,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Healing" "xpos" "289" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1050,9 +1046,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Lifetime" "xpos" "335" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1067,9 +1063,9 @@ "ControlName" "CExLabel" "fieldName" "Player2Kills" "xpos" "362" - "ypos" "183" - "wide" "30" - "tall" "20" + "ypos" "19" + "wide" "25" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1084,7 +1080,7 @@ "ControlName" "CAvatarImagePanel" "fieldName" "Player3Avatar" "xpos" "21" - "ypos" "202" + "ypos" "34" "wide" "14" "tall" "14" "visible" "1" @@ -1098,9 +1094,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Name" "xpos" "40" - "ypos" "199" - "wide" "128" - "tall" "20" + "ypos" "34" + "wide" "126" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1115,9 +1111,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Class" "xpos" "175" - "ypos" "199" - "wide" "200" - "tall" "20" + "ypos" "34" + "wide" "45" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1132,9 +1128,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Damage" "xpos" "241" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1149,9 +1145,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Healing" "xpos" "289" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1166,9 +1162,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Lifetime" "xpos" "335" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "35" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -1183,9 +1179,9 @@ "ControlName" "CExLabel" "fieldName" "Player3Kills" "xpos" "362" - "ypos" "199" - "wide" "30" - "tall" "20" + "ypos" "34" + "wide" "25" + "tall" "14" "autoResize" "0" "pinCorner" "0" "visible" "1" diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 32e93fc..cd2d507 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1498,7 +1498,7 @@ "visible" "1" "enabled" "1" "xpos" "c-225" - "ypos" "260" + "ypos" "r128" "wide" "450" "tall" "300" } -- cgit v1.2.3 From eceee06db35009655432c3eb5012680505e6aacf Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 22 Mar 2019 23:15:07 -0400 Subject: Updated Time Panel Labels --- resource/ui/HudObjectiveTimePanel.res | 37 +++++++++-------------------------- resource/ui/statsummary.res | 6 +++--- 2 files changed, 12 insertions(+), 31 deletions(-) diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index c38f916..f71cf65 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -61,13 +61,11 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica10" + "font" "Cerbetica12" if_match { - "xpos" "37" - "font" "Cerbetica10" - "proportionaltoparent" "1" + "xpos" "30" } } "WaitingForPlayersBG" @@ -93,16 +91,11 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica10" + "font" "Cerbetica12" if_match { - "font" "HudFontSmallestBold" - "xpos" "13" - "wide" "p1" - "ypos" "23" - "font" "Cerbetica10" - "proportionaltoparent" "1" + "xpos" "30" } } "OvertimeBG" @@ -128,15 +121,11 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica10" + "font" "Cerbetica12" if_match { - "xpos" "cs-0.5" - "ypos" "22" - "wide" "p1" - "font" "Cerbetica10" - "proportionaltoparent" "1" + "xpos" "30" } } "SuddenDeathBG" @@ -166,11 +155,7 @@ if_match { - "xpos" "cs-0.5" - "ypos" "23" - "wide" "p1" - "font" "Cerbetica10" - "proportionaltoparent" "1" + "xpos" "30" } } "SetupBG" @@ -196,15 +181,11 @@ "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "Cerbetica10" + "font" "Cerbetica12" if_match { - "xpos" "cs-0.5" - "ypos" "22" - "wide" "p1" - "font" "Cerbetica10" - "proportionaltoparent" "1" + "xpos" "30" } } "ServerTimeLimitLabelBG" diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index fb0be4f..2df6da9 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -46,10 +46,10 @@ "fieldName" "MapInfo" "xpos" "0" "ypos" "0" - "wide" "f0" - "tall" "480" + "wide" "0" + "tall" "0" "visible" "0" - "enabled" "1" + "enabled" "0" "bgcolor_override" "TanDarker" "MainBG" -- cgit v1.2.3 From e0b672d18103d530dec3e894005ed3d4bed0632e Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 29 Mar 2019 22:59:31 -0400 Subject: Updated Mann Co Store Panels --- .../ui/econ/store/v2/storepreviewitempanel.res | 6 +- .../store/v2/storepreviewitempanel_fullscreen.res | 350 ------------- .../econ/store/v2/storepreviewitempanel_maps.res | 581 +++++++++++++++++++++ 3 files changed, 584 insertions(+), 353 deletions(-) delete mode 100644 resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res create mode 100644 resource/ui/econ/store/v2/storepreviewitempanel_maps.res diff --git a/resource/ui/econ/store/v2/storepreviewitempanel.res b/resource/ui/econ/store/v2/storepreviewitempanel.res index e7d6317..e7f6bd1 100644 --- a/resource/ui/econ/store/v2/storepreviewitempanel.res +++ b/resource/ui/econ/store/v2/storepreviewitempanel.res @@ -1449,7 +1449,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "Try It Out" - "font" "HudFontSmallBold" + "font" "CerbeticaBold14" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -1466,8 +1466,8 @@ { "ControlName" "CExButton" "fieldName" "AddToCartButton" - "xpos" "c40" - "ypos" "c103" + "xpos" "c0" + "ypos" "c105" "zpos" "2" "wide" "160" "tall" "20" diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res b/resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res deleted file mode 100644 index 2a5af49..0000000 --- a/resource/ui/econ/store/v2/storepreviewitempanel_fullscreen.res +++ /dev/null @@ -1,350 +0,0 @@ -"Resource/UI/StorePreviewItemPanel.res" -{ - "FullscreenStorePreview" - { - "ControlName" "CMouseMessageForwardingPanel" - "fieldName" "FullscreenStorePreview" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "f0" - "tall" "f0" - "visible" "0" - "enabled" "1" - "paintbackground" "1" - "PaintBackgroundType" "0" - "bgcolor_override" "DarkGrey" - - "fullscreen_fade_to_black_duration" "0.32" - "fullscreen_modelpanel_origin_x" "221" - "fullscreen_modelpanel_origin_y" "0" - "fullscreen_modelpanel_origin_z" "-42" - "ui_fadeout_time" "3.0" - "ui_fadeout_duration" "2.0" - } - - // This control fades in if the mouse cursor isn't moving around - "OverlayPanel" - { - "ControlName" "EditablePanel" - "fieldName" "OverlayPanel" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "f0" - "tall" "f0" - "visible" "0" - "enabled" "1" - "paintbackground" "1" - "PaintBackgroundType" "0" - "bgcolor_override" "DarkGrey" - } - - "RotateLeftButton" - { - "ControlName" "CExButton" - "fieldName" "RotateLeftButton" - "xpos" "c-200" - "ypos" "c-10" - "zpos" "4" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "<" - "font" "CerbeticaBold36" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "0" - "defaultFgColor_override" "118 107 94 255" - "armedFgColor_override" "255 255 255 255" - "depressedFgColor_override" "236 227 203 255" - } - - "RotateRightButton" - { - "ControlName" "CExButton" - "fieldName" "RotateRightButton" - "xpos" "c180" - "ypos" "c-10" - "zpos" "4" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" ">" - "font" "CerbeticaBold36" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "0" - "defaultFgColor_override" "118 107 94 255" - "armedFgColor_override" "255 255 255 255" - "depressedFgColor_override" "236 227 203 255" - } - - "NextWeaponButton" - { - "ControlName" "CExButton" - "fieldName" "NextWeaponButton" - "zpos" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Store_NextWeapon" - "font" "HudFontSmallest" - "textAlignment" "center" - "textinsetx" "50" - "dulltext" "0" - "brighttext" "0" - "Command" "next_weapon" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - } - - "ZoomButton" - { - "ControlName" "CExImageButton" - "fieldName" "ZoomButton" - "xpos" "r45" - "ypos" "30" - "zpos" "4" - "wide" "15" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "zoom_toggle" - "paintbackground" "0" - "image_drawcolor" "118 107 94 200" - "image_armedcolor" "255 255 255 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "store/store_zoom" - "scaleImage" "1" - } - } - - "TeamNavPanel" - { - "ControlName" "CNavigationPanel" - "fieldName" "TeamNavPanel" - "xpos" "10" - "ypos" "30" - "zpos" "4" - "wide" "38" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "auto_scale" "1" - "auto_layout" "1" - "selected_button_default" "0" - "display_vertically" "1" - "align" "west" - "auto_layout_vertical_buffer" "-4" - - "ButtonSettings" - { - "wide" "38" - "tall" "38" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "textAlignment" "south-west" - "scaleImage" "1" - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "paintbackground" "0" - "paintbackgroundtype" "0" - "defaultBgColor_Override" "0 0 0 255" - "paintborder" "0" - - "image_drawcolor" "255 255 255 77" - "image_armedcolor" "255 255 255 128" - "image_selectedcolor" "255 255 255 255" - - "stayselectedonclick" "1" - "keyboardinputenabled" "0" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "7" - "wide" "38" - "tall" "38" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - } - } - - "Buttons" - { - "all" - { - "userdata" "2" - "image_default" "store/store_redteam" - "image_armed" "store/store_redteam" - "image_selected" "store/store_redteam" - - "SubImage" - { - "image" "store/store_redteam" - } - } - "scout" - { - "userdata" "3" - "image_default" "store/store_blueteam" - "image_armed" "store/store_blueteam" - "image_selected" "store/store_blueteam" - - "SubImage" - { - "image" "store/store_blueteam" - } - } - } - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "r24" - "ypos" "30" - "zpos" "4" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" // Intentionally using "closex" instead of "close" for stats - "paintbackground" "0" - "image_drawcolor" "118 107 94 200" - "image_armedcolor" "255 255 255 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "store/store_fullscreen_exit" - "scaleImage" "1" - } - } - - "TryItOutButton" - { - "ControlName" "CExButton" - "fieldName" "TryItOutButton" - "xpos" "r170" - "ypos" "r65" - "zpos" "4" - "wide" "160" - "tall" "22" - "autoResize" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Store_TryItOut" - "font" "CerbeticaBold16" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "tryitout" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "fgcolor" "White" - } - - "AddToCartButton" - { - "ControlName" "CExButton" - "fieldName" "AddToCartButton" - "xpos" "r170" - "ypos" "r37" - "zpos" "4" - "wide" "160" - "tall" "27" - "autoResize" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#Store_AddToCart" - "font" "CerbeticaBold16" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "addtocart" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "fgcolor" "White" - } -} \ No newline at end of file diff --git a/resource/ui/econ/store/v2/storepreviewitempanel_maps.res b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res new file mode 100644 index 0000000..0ff59e4 --- /dev/null +++ b/resource/ui/econ/store/v2/storepreviewitempanel_maps.res @@ -0,0 +1,581 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-140" + "ypos" "c-150" + "zpos" "0" + "wide" "280" + "tall" "270" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "border" "CyanBorder" + "bgcolor_override" "DarkGrey" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "260" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "PanelBorder" + "bgcolor_override" "Grey" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "modelname" "" + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-110" + "ypos" "c-120" + "zpos" "1" + "wide" "225" + "tall" "200" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "model_xpos" "25" + "model_ypos" "17" + "model_wide" "175" + "model_tall" "175" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "2" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "CerbeticaBold16" + "labelText" "%selectiontitle%" + "textAlignment" "center" + "xpos" "c-130" + "ypos" "c-124" + "wide" "260" + "tall" "33" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "TextColor" + "panel_bgcolor_mouseover" "White" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" //238,227 + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "Transparent" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-220" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-40" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "CerbeticaBold18" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "xpos" "100" + "ypos" "172" + "zpos" "20" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "CerbeticaBold12" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExButton" + "fieldName" "ZoomButton" + "xpos" "c-174" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Zoom" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TeamButton" + { + "ControlName" "CExButton" + "fieldName" "TeamButton" + "xpos" "c-106" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Team" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "team_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "132" + "ypos" "168" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "148" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c121" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "paintbackground" "0" + + "image_drawcolor" "White" + "image_armedcolor" "255 0 0 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "9" + "tall" "9" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/close" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-130" + "ypos" "c88" + "zpos" "2" + "wide" "80" + "tall" "25" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "CerbeticaBold14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c-30" + "ypos" "c88" + "zpos" "2" + "wide" "160" + "tall" "25" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "CerbeticaBold14" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } +} \ No newline at end of file -- cgit v1.2.3 From daa10dc0815a48133af29f5e424da5fae0576e92 Mon Sep 17 00:00:00 2001 From: "igor.nikitin" Date: Mon, 1 Apr 2019 11:27:53 -0400 Subject: Updated Customizations - Updated customization files - Fixed unused color being called --- .../Main Menu/Classic/resource/gamemenu.res | 60 +- .../Classic/resource/ui/mainmenuoverride.res | 1365 +++++++++----------- .../Modern/resource/ui/MainMenuOverride.res | 8 +- .../Player Health/HudPlayerHealth-broesel.res | 544 +++++--- .../Player Health/HudPlayerHealth-cross.res | 580 +++++---- .../Player Health/HudPlayerHealth-default.res | 12 +- .../Player Health/HudPlayerHealth-teambar.res | 556 ++++---- customizations/Scoreboard/ScoreBoard-default.res | 84 +- customizations/Scoreboard/scoreboard-minimal.res | 1061 +++++++-------- customizations/Team Menu/ClassSelection-center.res | 678 +++------- customizations/Team Menu/ClassSelection-left.res | 4 +- customizations/Team Menu/Teammenu-center.res | 278 ++-- resource/ui/CharInfoLoadoutSubPanel.res | 34 +- resource/ui/ClassSelection.res | 4 +- resource/ui/HudPlayerHealth.res | 12 +- resource/ui/MainMenuOverride.res | 8 +- resource/ui/ScoreBoard.res | 84 +- resource/ui/craftingpanel.res | 4 +- resource/ui/itemrenameconfirmationdialog.res | 2 +- 19 files changed, 2555 insertions(+), 2823 deletions(-) diff --git a/customizations/Main Menu/Classic/resource/gamemenu.res b/customizations/Main Menu/Classic/resource/gamemenu.res index ce86297..038935e 100644 --- a/customizations/Main Menu/Classic/resource/gamemenu.res +++ b/customizations/Main Menu/Classic/resource/gamemenu.res @@ -1,35 +1,25 @@ -"GameMenu" [$WIN32] +"GameMenu" { // MAIN MENU - "GeneralStoreButton" - { - "label" "Mann Co. Store" - "command" "engine open_store" - } "CharacterSetupButton" { - "label" "Inventory" - "command" "engine open_charinfo" + "label" "Inventory" + "command" "engine open_charinfo" } - "ReplayBrowserButton" - { - "label" "Replays" - "command" "engine replay_reloadbrowser" - } - "SteamWorkshopButton" + "GeneralStoreButton" { - "label" "#MMenu_SteamWorkshop" - "command" "engine OpenSteamWorkshopDialog" + "label" "Mann Co. Store" + "command" "engine open_store" } "SettingsButton" { - "label" "Options" - "command" "OpenOptionsDialog" + "label" "Options" + "command" "OpenOptionsDialog" } "TF2SettingsButton" { - "label" "Adv. Options" - "command" "opentf2options" + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -38,28 +28,38 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportPlayerButton" + "ReplayButton" { - "label" "" - "command" "OpenReportPlayerDialog" - "subimage" "glyph_commentary" - "tooltip" "Report Player" - "OnlyInGame" "1" + "label" "Replay" + "command" "engine replay_reloadbrowser" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" } "CallVoteButton" { "label" "" "command" "callvote" - "subimage" "icon_checkbox" - "tooltip" "Call Vote" "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" - "subimage" "glyph_muted" - "tooltip" "Mute Player" "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "Mute Players" + } + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_commentary" + "tooltip" "Report Player" } } \ No newline at end of file diff --git a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res b/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res index aaa0f01..78f0523 100644 --- a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res +++ b/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res @@ -11,7 +11,6 @@ "wide" "f0" "tall" "f0" - // "bgcolor_override" "0 0 0 100" "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" "blog_url" "http://www.teamfortress.com/" @@ -53,8 +52,8 @@ "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" "image_drawcolor" "TanLight" @@ -131,8 +130,8 @@ "wide" "300" "tall" "300" "visible" "0" - "bgcolor_override" "0 0 0 0" - "noitem_textcolor" "117 107 94 255" + "bgcolor_override" "Transparent" + "noitem_textcolor" "TextColor" "PaintBackgroundType" "2" "paintborder" "1" "border" "MainMenuBGBorder" @@ -157,7 +156,7 @@ "enabled" "1" "labelText" "%attriblist%" "textAlignment" "center" - "fgcolor" "117 107 94 255" + "fgcolor" "TextColor" "centerwrap" "1" } } @@ -177,10 +176,10 @@ "image" "" } - "SidePanelBG" + "MainMenuSideBG" { "ControlName" "ImagePanel" - "fieldName" "SidePanelBG" + "fieldName" "MainMenuSideBG" "xpos" "75" "ypos" "0" "zpos" "0" @@ -191,62 +190,21 @@ "scaleImage" "1" "fillcolor" "25 25 25 255" } - "SidePanelLeftStripe" + + "MainMenuSideBGOuter" { "ControlName" "ImagePanel" - "fieldName" "SidePanelLeftStripe" + "fieldName" "MainMenuSideBGOuter" "xpos" "77" "ypos" "0" - "zpos" "0" - "wide" "2" - "tall" "f0" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fillcolor" "Base Color" - } - "SidePanelRightStripe" - { - "ControlName" "ImagePanel" - "fieldName" "SidePanelRightStripe" - "xpos" "271" - "ypos" "0" - "zpos" "0" - "wide" "2" + "zpos" "-1" + "wide" "204" "tall" "f0" "visible" "1" "enabled" "1" "scaleImage" "1" "fillcolor" "Base Color" } - "TFLogoImage" - { - "ControlName" "ImagePanel" - "fieldName" "TFLogoImage" - "xpos" "86" - "ypos" "35" - "zpos" "100" - "wide" "180" - "tall" "46" - "visible" "0" - "enabled" "0" - "image" "replay/thumbnails/tflogo" - "scaleImage" "1" - } - - "TFCharacterImage" - { - //"ControlName" "ImagePanel" - "fieldName" "TFCharacterImage" - "xpos" "c-250" - "ypos" "-80" - "zpos" "-99" - "wide" "600" - "tall" "600" - "visible" "0" - "enabled" "0" - "scaleImage" "1" - } "RankModelPanel" { @@ -335,7 +293,7 @@ "scaleImage" "1" "alpha" "75" } - + "RankPanel" { "ControlName" "CPvPRankPanel" @@ -410,16 +368,16 @@ "TooltipPanel" { - "ControlName" "EditablePanel" - "fieldName" "TooltipPanel" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "150" - "tall" "50" - "visible" "0" + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "150" + "tall" "50" + "visible" "0" "PaintBackgroundType" "2" - "border" "MainMenuBGBorder" + "border" "MainMenuBGBorder" "TipSubLabel" { @@ -437,7 +395,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" "wrap" "1" } @@ -461,13 +419,99 @@ "auto_wide_tocontents" "1" } } + + "Notifications_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "227" + "ypos" "425" + "zpos" "10" + "wide" "20" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "0" + "zpos" "3" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "0" + "image" "glyph_achievements" + "scaleImage" "1" + "drawcolor" "210 125 33 255" + } + + "Notifications_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "r" + "font" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "Command" "noti_show" + "fgcolor_override" "235 226 202 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "image" "replay/thumbnails/alert" + } + } + } - "MOTD_ShowButtonPanel" + "QuestLogButton" { "ControlName" "EditablePanel" - "fieldName" "MOTD_ShowButtonPanel" - "xpos" "9999" - "ypos" "9999" + "fieldName" "QuestLogButton" + "xpos" "90" + "ypos" "220" "zpos" "1" "wide" "20" "tall" "20" @@ -475,132 +519,104 @@ "pinCorner" "3" "visible" "1" "enabled" "1" + "tabPosition" "0" - "MOTD_ShowButtonPanel_SB" + "SubButton" { "ControlName" "CExImageButton" - "fieldName" "MOTD_ShowButtonPanel_SB" - "xpos" "0" + "fieldName" "SubButton" + "xpos" "-3" "ypos" "0" - "zpos" "1" - "wide" "32" - "tall" "32" + "wide" "20" + "tall" "20" + "zpos" "5" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "" - "font" "HudFontSmallestBold" + "font" "" + "command" "questlog" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "Command" "motd_show" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "0" - "image_drawcolor" "TanLight" - "image_armedcolor" "255 255 255 255" - + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "paintbackground" "0" + "paintborder" "0" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" + "xpos" "2" "ypos" "0" "zpos" "1" - "wide" "20" - "tall" "20" + "wide" "16" + "tall" "16" "visible" "1" "enabled" "1" - "image" "replay/thumbnails/motd" "scaleImage" "1" + "image" "replay/thumbnails/contracts" } } } - "MOTD_Panel" - { - "ControlName" "EditablePanel" - "fieldName" "MOTD_Panel" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "" - } - - "Notifications_ShowButtonPanel" + "WatchStreamButton" { "ControlName" "EditablePanel" - "fieldName" "Notifications_ShowButtonPanel" - "xpos" "227" - "ypos" "425" - "zpos" "10" + "fieldName" "WatchStreamButton" + "xpos" "110" + "ypos" "219" + "zpos" "1" "wide" "20" - "tall" "25" - "autoResize" "0" - "pinCorner" "3" + "tall" "20" "visible" "1" - "enabled" "1" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "0" - "zpos" "3" - "wide" "16" - "tall" "16" - "visible" "0" - "enabled" "0" - "image" "glyph_achievements" - "scaleImage" "1" - "drawcolor" "210 125 33 255" - } - "Notifications_ShowButtonPanel_SB" + "SubButton" { "ControlName" "CExImageButton" - "fieldName" "Notifications_ShowButtonPanel_SB" - "xpos" "0" + "fieldName" "SubButton" + "xpos" "-3" "ypos" "0" + "wide" "20" + "tall" "20" "zpos" "5" - "wide" "24" - "tall" "24" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" + "labelText" "" "font" "" - "labelText" "r" + "command" "watch_stream" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "actionsignallevel" "2" - - "Command" "noti_show" - - "fgcolor_override" "235 226 202 255" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "2" + "proportionaltoparent" "1" - "border_default" "" - "border_armed" "" "paintbackground" "0" + "paintborder" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "72 255 255 255" - "depressedFgColor_override" "72 255 255 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" "image_drawcolor" "235 226 202 255" "image_armedcolor" "72 255 255 255" @@ -609,19 +625,50 @@ { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" + "xpos" "2" "ypos" "0" "zpos" "1" "wide" "20" "tall" "20" - "visible" "0" - "enabled" "0" - "image" "replay/thumbnails/alert" + "visible" "1" + "enabled" "1" "scaleImage" "1" + "image" "replay/thumbnails/twitch" } } } - + + "StreamListPanel" + { + "ControlName" "CTFStreamListPanel" + "fieldName" "StreamListPanel" + "xpos" "300" + "ypos" "90" + "zpos" "1" + "wide" "300" + "tall" "325" + "visible" "0" + "PaintBackgroundType" "0" + "paintbackground" "2" + "bgcolor_override" "25 25 25 230" + "border" "NoBorder" + } + + "MOTD_Panel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_Panel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "" + } + "Notifications_Panel" { "ControlName" "EditablePanel" @@ -657,19 +704,17 @@ "brighttext" "0" "default" "0" "actionsignallevel" "2" - + "Command" "noti_hide" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "Command" "noti_hide" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" - "SubImage" { "ControlName" "ImagePanel" @@ -681,11 +726,11 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" - } - } - + } + } + "Notifications_TitleLabel" { "ControlName" "CExLabel" @@ -701,7 +746,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" "wrap" "1" } @@ -714,7 +759,7 @@ "wide" "210" "tall" "135" "PaintBackgroundType" "2" - "fgcolor_override" "117 107 94 255" + "fgcolor_override" "TextColor" "Notifications_Control" { @@ -729,44 +774,196 @@ } } - "StoreHasNewItemsImage" - { - "ControlName" "ImagePanel" - "fieldName" "StoreHasNewItemsImage" - "xpos" "c-59" - "ypos" "245" - "zpos" "13" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "image" "../vgui/new" - "scaleImage" "1" - } - "CustomizeLabel" + "CompetitiveAccessInfoPanel" { - "ControlName" "CExLabel" - "fieldName" "CustomizeLabel" - "font" "HudFontSmallBold" - "labelText" "#MMenu_Customize" - "textAlignment" "west" - "xpos" "c-278" - "ypos" "226" - "wide" "140" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" + "ControlName" "CCompetitiveAccessInfoPanel" + "fieldName" "CompetitiveAccessInfoPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1000" + "wide" "f0" + "tall" "f0" "visible" "0" - "enabled" "0" - "fgcolor_override" "235 227 203 255" } - - "GeneralStoreButton" + + "FriendsContainer" { "ControlName" "EditablePanel" - "fieldname" "GeneralStoreButton" + "fieldname" "FriendsContainer" "xpos" "80" - "ypos" "60" + "ypos" "295" + "zpos" "5" + "wide" "190" + "tall" "180" + "visible" "1" + "border" "NoBorder" + "bgcolor_override" "0 0 0 0" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Competitive_Friends" + "textAlignment" "west" + "xpos" "12" + "ypos" "0" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textinsetx" "0" + "fgcolor_override" "235 227 203 255" + } + + "InnerShadow" + { + "ControlName" "EditablePanel" + "fieldname" "InnerShadow" + "xpos" "cs-0.5" + "ypos" "30" + "zpos" "501" + "wide" "180" + "tall" "180" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "paintborder" "1" + "border" "InnerShadowBorder" + } + + "SteamFriendsList" + { + "ControlName" "CSteamFriendsListPanel" + "fieldname" "SteamFriendsList" + "xpos" "cs-0.5" + "ypos" "30" + "zpos" "500" + "wide" "180" + "tall" "180" + "visible" "1" + "proportionaltoparent" "1" + + "columns_count" "2" + "inset_x" "10" + "inset_y" "5" + "row_gap" "5" + "column_gap" "20" + "restrict_width" "0" + + "friendpanel_kv" + { + "wide" "70" + "tall" "20" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "BelowDarken" + { + "ControlName" "EditablePanel" + "fieldname" "BelowDarken" + "xpos" "cs-0.5" + "ypos" "30" + "zpos" "499" + "wide" "180" + "tall" "180" + "visible" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 100" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "86" + "ypos" "35" + "zpos" "100" + "wide" "180" + "tall" "46" + "visible" "0" + "enabled" "0" + "image" "replay/thumbnails/tflogo" + "scaleImage" "1" + "command" "engine play vo/heavy_battlecry03.mp3" + } + + "TFCharacterImage" + { + //"ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "c-250" + "ypos" "-80" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + } + + "VersionLabel" + { + "ControlName" "CExLabel" + "fieldName" "VersionLabel" + "font" "CerbeticaBold20" + "labelText" "rayshud v2018.1220" + "xpos" "112" + "ypos" "35" + "wide" "130" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "White" + } + + "CharacterSetupButton" + { + "ControlName" "EditablePanel" + "fieldname" "CharacterSetupButton" + "xpos" "80" + "ypos" "80" "zpos" "11" "wide" "190" "tall" "16" @@ -785,10 +982,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "textinsetx" "25" - "use_proportional_insets" "1" "font" "CerbeticaBold16" "textAlignment" "west" + "textinsetx" "25" + "use_proportional_insets" "1" "dulltext" "0" "brighttext" "0" "default" "1" @@ -805,6 +1002,7 @@ "image_drawcolor" "117 107 94 255" "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" @@ -817,15 +1015,16 @@ "visible" "0" "enabled" "0" "scaleImage" "0" - } + } } } - "CharacterSetupButton" + + "GeneralStoreButton" { "ControlName" "EditablePanel" - "fieldname" "CharacterSetupButton" + "fieldname" "GeneralStoreButton" "xpos" "80" - "ypos" "80" + "ypos" "60" "zpos" "11" "wide" "190" "tall" "16" @@ -858,12 +1057,13 @@ "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" "image_drawcolor" "117 107 94 255" "image_armedcolor" "235 226 202 255" + "SubImage" { "ControlName" "ImagePanel" @@ -876,20 +1076,22 @@ "visible" "0" "enabled" "0" "scaleImage" "0" - } + } } } - "ReplayBrowserButton" + + "SettingsButton" { "ControlName" "EditablePanel" - "fieldname" "ReplayBrowserButton" + "fieldName" "SettingsButton" "xpos" "80" - "ypos" "100" + "ypos" "140" "zpos" "11" "wide" "190" "tall" "16" "visible" "1" "PaintBackgroundType" "2" + "SubButton" { "ControlName" "CExImageButton" @@ -903,10 +1105,10 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "textinsetx" "25" - "use_proportional_insets" "1" "font" "CerbeticaBold16" "textAlignment" "west" + "textinsetx" "25" + "use_proportional_insets" "1" "dulltext" "0" "brighttext" "0" "default" "1" @@ -917,12 +1119,13 @@ "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" "SubImage" { "ControlName" "ImagePanel" @@ -935,15 +1138,16 @@ "visible" "0" "enabled" "0" "scaleImage" "0" - } + } } } - "SteamWorkshopButton" + + "TF2SettingsButton" { "ControlName" "EditablePanel" - "fieldname" "SteamWorkshopButton" + "fieldName" "TF2SettingsButton" "xpos" "80" - "ypos" "120" + "ypos" "160" "zpos" "11" "wide" "190" "tall" "16" @@ -966,7 +1170,6 @@ "textinsetx" "25" "use_proportional_insets" "1" "font" "CerbeticaBold16" - "labelText" "WORKSHOP" "textAlignment" "west" "dulltext" "0" "brighttext" "0" @@ -978,9 +1181,9 @@ "border_armed" "" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" "image_drawcolor" "117 107 94 255" "image_armedcolor" "235 226 202 255" @@ -1000,304 +1203,69 @@ } } - "SettingsButton" + "AchievementsButton" { "ControlName" "EditablePanel" - "fieldName" "SettingsButton" - "xpos" "80" - "ypos" "140" - "zpos" "11" - "wide" "190" - "tall" "16" + "fieldname" "AchievementsButton" + "xpos" "130" + "ypos" "221" + "zpos" "2" + "wide" "20" + "tall" "20" "visible" "1" - "PaintBackgroundType" "2" "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" - "xpos" "-10" + "xpos" "0" "ypos" "0" - "wide" "200" - "tall" "16" + "wide" "20" + "tall" "20" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "textinsetx" "25" + "textinsetx" "100" "use_proportional_insets" "1" - "font" "CerbeticaBold16" - "labelText" "Options" + "font" "HudFontSmallBold" "textAlignment" "west" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" "border_default" "" "border_armed" "" - "paintbackground" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "72 255 255 255" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "0" - } - } - } - - "FriendsContainer" - { - "ControlName" "EditablePanel" - "fieldname" "FriendsContainer" - "xpos" "80" - "ypos" "295" - "zpos" "5" - "wide" "190" - "tall" "180" - "visible" "1" - "border" "NoBorder" - "bgcolor_override" "0 0 0 0" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_Competitive_Friends" - "textAlignment" "west" - "xpos" "12" - "ypos" "0" - "wide" "f0" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "textinsetx" "0" - "fgcolor_override" "235 227 203 255" - } - - "InnerShadow" - { - "ControlName" "EditablePanel" - "fieldname" "InnerShadow" - "xpos" "cs-0.5" - "ypos" "30" - "zpos" "501" - "wide" "180" - "tall" "180" - "visible" "1" - "PaintBackgroundType" "0" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - - "paintborder" "1" - "border" "InnerShadowBorder" - } - - "SteamFriendsList" - { - "ControlName" "CSteamFriendsListPanel" - "fieldname" "SteamFriendsList" - "xpos" "cs-0.5" - "ypos" "30" - "zpos" "500" - "wide" "180" - "tall" "180" - "visible" "1" - "proportionaltoparent" "1" - - "columns_count" "2" - "inset_x" "10" - "inset_y" "5" - "row_gap" "5" - "column_gap" "20" - "restrict_width" "0" - - "friendpanel_kv" - { - "wide" "70" - "tall" "20" - } - - "ScrollBar" - { - "ControlName" "ScrollBar" - "FieldName" "ScrollBar" - "xpos" "rs1-1" - "ypos" "0" - "tall" "f0" - "wide" "5" // This gets slammed from client schme. GG. - "zpos" "1000" - "nobuttons" "1" - "proportionaltoparent" "1" - - "Slider" - { - "fgcolor_override" "TanDark" - } - - "UpButton" - { - "ControlName" "Button" - "FieldName" "UpButton" - "visible" "0" - } - - "DownButton" - { - "ControlName" "Button" - "FieldName" "DownButton" - "visible" "0" - } - } - } - - "BelowDarken" - { - "ControlName" "EditablePanel" - "fieldname" "BelowDarken" - "xpos" "cs-0.5" - "ypos" "30" - "zpos" "499" - "wide" "180" - "tall" "180" - "visible" "1" - "PaintBackgroundType" "0" - "proportionaltoparent" "1" - "mouseinputenabled" "0" - "bgcolor_override" "0 0 0 100" - } - } - - "TF2SettingsButton" - { - "ControlName" "EditablePanel" - "fieldName" "TF2SettingsButton" - "xpos" "80" - "ypos" "160" - "zpos" "11" - "wide" "190" - "tall" "16" - "visible" "1" - "PaintBackgroundType" "2" - - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "-10" - "ypos" "0" - "wide" "200" - "tall" "16" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "textinsetx" "25" - "use_proportional_insets" "1" - "font" "CerbeticaBold16" - "labelText" "Adv. Options" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "border_default" "" - "border_armed" "" - "paintbackground" "0" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "235 226 202 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" + "xpos" "2" "ypos" "0" - "zpos" "0" - "wide" "0" - "tall" "0" - "visible" "0" - "enabled" "0" - "scaleImage" "0" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_achievements" } } } - "MinmodeToggle" - { - "ControlName" "CExImageButton" - "fieldName" "MinmodeToggle" - "xpos" "80" - "ypos" "180" - "zpos" "1" - "wide" "190" - "tall" "16" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "Minmode Toggle" - "font" "CerbeticaBold16" - "textAlignment" "west" - "textinsetx" "15" - "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "paintbackground" "0" - "Command" "engine incrementvar cl_hud_minmode 0 1 1" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "image_drawcolor" "235 226 202 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "6" - "zpos" "1" - "wide" "0" - "tall" "0" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "glyph_options" - } - } - "QuitButton" { "ControlName" "CExImageButton" @@ -1332,58 +1300,7 @@ "image_drawcolor" "TanLight" "image_armedcolor" "Button Color" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "16" - "ypos" "6" - "zpos" "1" - "wide" "0" - "tall" "0" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "glyph_quit" - } - } - - "DisconnectButton" - { - "ControlName" "CExImageButton" - "fieldName" "DisconnectButton" - "xpos" "80" - "ypos" "200" - "zpos" "1" - "wide" "190" - "tall" "16" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "Disconnect" - "font" "CerbeticaBold16" - "textAlignment" "west" - "textinsetx" "15" - "use_proportional_insets" "1" - "dulltext" "0" - "brighttext" "0" - "default" "1" - "Command" "engine disconnect" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "border_default" "" - "border_armed" "" - "paintbackground" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "image_drawcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" @@ -1397,228 +1314,192 @@ "enabled" "1" "scaleImage" "1" "image" "glyph_quit" - } - } - - "QuestLogButton" - { - "ControlName" "EditablePanel" - "fieldName" "QuestLogButton" - "xpos" "90" - "ypos" "220" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "-3" - "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "font" "" - "command" "questlog" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "1" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - - "paintbackground" "0" - "paintborder" "0" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "2" - "ypos" "0" - "zpos" "1" - "wide" "16" - "tall" "16" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "replay/thumbnails/contracts" - } } } - "WatchStreamButton" + "ReplayButton" { "ControlName" "EditablePanel" - "fieldName" "WatchStreamButton" - "xpos" "110" - "ypos" "219" - "zpos" "1" - "wide" "20" - "tall" "20" + "fieldname" "ReplayButton" + "xpos" "80" + "ypos" "100" + "zpos" "11" + "wide" "190" + "tall" "16" "visible" "1" - + "PaintBackgroundType" "2" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" - "xpos" "-3" + "xpos" "-10" "ypos" "0" - "wide" "20" - "tall" "20" - "zpos" "5" + "wide" "200" + "tall" "16" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "" - "font" "" - "command" "watch_stream" - "textAlignment" "center" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "CerbeticaBold16" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "actionsignallevel" "2" - "proportionaltoparent" "1" - + "border_default" "" + "border_armed" "" "paintbackground" "0" - "paintborder" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" - + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "2" + "xpos" "0" "ypos" "0" - "zpos" "1" - "wide" "20" - "tall" "20" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "replay/thumbnails/twitch" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "0" } } } - - "StreamListPanel" + + "DisconnectButton" { - "ControlName" "CTFStreamListPanel" - "fieldName" "StreamListPanel" - "xpos" "300" - "ypos" "90" + "ControlName" "CExImageButton" + "fieldName" "DisconnectButton" + "xpos" "80" + "ypos" "200" "zpos" "1" - "wide" "300" - "tall" "325" - "visible" "0" - "PaintBackgroundType" "0" - "paintbackground" "2" - "bgcolor_override" "25 25 25 230" - "border" "NoBorde" + "wide" "190" + "tall" "16" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "Disconnect" + "font" "CerbeticaBold16" + "textAlignment" "west" + "textinsetx" "15" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "engine disconnect" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + "border_default" "" + "border_armed" "" + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_quit" + } } - "AchievementsButton" + "SteamWorkshopButton" { "ControlName" "EditablePanel" - "fieldName" "AchievementsButton" - "xpos" "130" - "ypos" "221" - "zpos" "2" - "wide" "20" - "tall" "20" + "fieldname" "SteamWorkshopButton" + "xpos" "80" + "ypos" "120" + "zpos" "11" + "wide" "190" + "tall" "16" "visible" "1" - + "PaintBackgroundType" "2" + "SubButton" { "ControlName" "CExImageButton" "fieldName" "SubButton" - "xpos" "0" + "xpos" "-10" "ypos" "0" - "wide" "20" - "tall" "20" + "wide" "200" + "tall" "16" "autoResize" "0" "pinCorner" "3" "visible" "1" "enabled" "1" "tabPosition" "0" - "textinsetx" "100" - "use_proportional_insets" "1" - "font" "HudFontSmallBold" + "labelText" "WORKSHOP" + "font" "CerbeticaBold16" "textAlignment" "west" + "textinsetx" "25" + "use_proportional_insets" "1" "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_default" "" "border_armed" "" + "paintbackground" "0" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "72 255 255 255" + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "2" + "xpos" "0" "ypos" "0" - "zpos" "1" - "wide" "15" - "tall" "15" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "glyph_achievements" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "0" } } } - "ReportPlayerButton" + "CallVoteButton" { "ControlName" "EditablePanel" - "fieldname" "ReportPlayerButton" - "xpos" "150" + "fieldname" "CallVoteButton" + "xpos" "170" "ypos" "221" "zpos" "2" "wide" "20" @@ -1645,11 +1526,13 @@ "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_default" "" "border_armed" "" + "paintbackground" "0" "defaultFgColor_override" "TanLight" @@ -1675,18 +1558,18 @@ } } } - - "CallVoteButton" + + "MutePlayersButton" { "ControlName" "EditablePanel" - "fieldname" "CallVoteButton" - "xpos" "170" + "fieldname" "MutePlayersButton" + "xpos" "190" "ypos" "221" "zpos" "2" "wide" "20" "tall" "20" "visible" "1" - + "SubButton" { "ControlName" "CExImageButton" @@ -1709,9 +1592,10 @@ "default" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_default" "" "border_armed" "" + "paintbackground" "0" "defaultFgColor_override" "TanLight" @@ -1737,18 +1621,18 @@ } } } - - "MutePlayersButton" + + "ReportPlayerButton" { "ControlName" "EditablePanel" - "fieldname" "MutePlayersButton" - "xpos" "190" + "fieldname" "ReportPlayerButton" + "xpos" "150" "ypos" "221" "zpos" "2" "wide" "20" "tall" "20" "visible" "1" - + "SubButton" { "ControlName" "CExImageButton" @@ -1769,11 +1653,13 @@ "dulltext" "0" "brighttext" "0" "default" "1" + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "border_default" "" "border_armed" "" + "paintbackground" "0" "defaultFgColor_override" "TanLight" @@ -1801,34 +1687,84 @@ } "BackToReplaysButton" + { + "ControlName" "CExImageButton" + "fieldName" "BackToReplaysButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "1" + "wide" "170" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_GameMenu_ExitReplay" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "35" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "exitreplayeditor" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "TanLight" + "image_armedcolor" "Button Color" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "16" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_quit" + } + } + + "MinmodeToggle" { "ControlName" "CExImageButton" - "fieldName" "BackToReplaysButton" - "xpos" "c-300" - "ypos" "437" + "fieldName" "MinmodeToggle" + "xpos" "80" + "ypos" "180" "zpos" "1" - "wide" "170" - "tall" "25" + "wide" "190" + "tall" "16" "autoResize" "0" "pinCorner" "3" - "visible" "0" + "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#GameUI_GameMenu_ExitReplay" - "font" "HudFontSmallBold" + "font" "CerbeticaBold16" "textAlignment" "west" - "textinsetx" "35" + "labelText" "Minmode Toggle" + "textinsetx" "15" "use_proportional_insets" "1" "dulltext" "0" "brighttext" "0" "default" "1" - "Command" "exitreplayeditor" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "Command" "engine incrementvar cl_hud_minmode 0 1 1" + - "image_drawcolor" "TanLight" - "image_armedcolor" "Button Color" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "Button Color" + + + "image_drawcolor" "235 226 202 255" "SubImage" { "ControlName" "ImagePanel" @@ -1836,32 +1772,15 @@ "xpos" "16" "ypos" "6" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "0" + "tall" "0" "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "glyph_quit" + "image" "glyph_options" } } - "VersionNumber" - { - "ControlName" "CExLabel" - "fieldname" "VersionNumber" - "font" "CerbeticaBold20" - "labelText" "rayshud v2018.1220" - "xpos" "112" - "ypos" "35" - "wide" "130" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "255 255 255 255" - } - "icon_generator" { "ControlName" "CEmbeddedItemModelPanel" diff --git a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res index c7989ee..c049471 100644 --- a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res +++ b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res @@ -504,7 +504,7 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "actionsignallevel" "2" + "actionsignallevel" "2" "Command" "noti_show" "fgcolor_override" "235 226 202 255" @@ -540,10 +540,10 @@ } } - "QuestLogButtonNew" + "QuestLogButton" { "ControlName" "EditablePanel" - "fieldName" "QuestLogButtonNew" + "fieldName" "QuestLogButton" "xpos" "r28" "ypos" "90" "zpos" "1" @@ -742,7 +742,7 @@ "brighttext" "0" "default" "0" "actionsignallevel" "2" - "Command" "noti_hide" + "Command" "noti_hide" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "0" diff --git a/customizations/Player Health/HudPlayerHealth-broesel.res b/customizations/Player Health/HudPlayerHealth-broesel.res index a153e7e..972660b 100644 --- a/customizations/Player Health/HudPlayerHealth-broesel.res +++ b/customizations/Player Health/HudPlayerHealth-broesel.res @@ -1,71 +1,72 @@ "Resource/UI/HudPlayerHealth.res" -{ - // player health data +{ + // Player Health Data //Change visible and enabled to "1" on "HPBorderPanel1" and "HPBorderPanel2" for team-colored cross. "HPBorderPanel1" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HPBackgroundPanel1" "xpos" "119" "ypos" "31" "zpos" "2" "wide" "26" "tall" "64" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "1" + "enabled" "1" "image" "../hud/color_panel_brown" - "scaleImage" "1" + "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" "teambg_2" "../hud/color_panel_red" "teambg_3" "../hud/color_panel_blu" - "src_corner_height" "40" // pixels inside the image - "src_corner_width" "40" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "src_corner_height" "40" + "src_corner_width" "40" + "draw_corner_width" "0" + "draw_corner_height" "0" } "HPBorderPanel2" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HPBackgroundPanel2" "xpos" "100" "ypos" "50" "zpos" "2" "wide" "64" "tall" "26" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "1" + "enabled" "1" "image" "../hud/color_panel_brown" - "scaleImage" "1" + "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" "teambg_2" "../hud/color_panel_red" "teambg_3" "../hud/color_panel_blu" - "src_corner_height" "40" // pixels inside the image - "src_corner_width" "40" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "src_corner_height" "40" + "src_corner_width" "40" + "draw_corner_width" "0" + "draw_corner_height" "0" } "HudPlayerHealth" { "ControlName" "EditablePanel" "fieldName" "HudPlayerHealth" - "xpos" "c-271" - "ypos" "c43" + "xpos" "c-271" + "ypos" "c43" "wide" "250" "tall" "120" "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" "HealthDeathWarningColor" "HUDDeathWarning" - } + } + "PlayerStatusHealthImage" { "ControlName" "ImagePanel" @@ -80,7 +81,8 @@ "enabled" "1" "scaleImage" "1" "alpha" "255" - } + } + "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -93,8 +95,9 @@ "visible" "1" "enabled" "1" "image" "../hud/health_bg" - "scaleImage" "1" - } + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -102,14 +105,15 @@ "xpos" "99" "ypos" "30" "zpos" "-1" - "wide" "66" - "tall" "66" + "wide" "66" + "tall" "66" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" "scaleImage" "1" "fillcolor" "0 0 0 0" } + "PlayerStatusHealthValue" { "ControlName" "CExLabel" @@ -122,67 +126,59 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold24" "fgcolor" "Health Normal" } + "PlayerStatusHealthValueShadow" { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "-17" - "ypos" "13" + "xpos" "-2" + "ypos" "-2" "zpos" "5" "wide" "300" "tall" "100" "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold24" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } + "PlayerStatusMaxHealthValue" { "ControlName" "CExLabel" "fieldName" "PlayerStatusMaxHealthValue" - "xpos" "156" - "xpos_minmode" "156" - "ypos" "77" - "zpos" "6" - "wide" "50" - "tall" "20" + "wide" "0" + "tall" "0" "visible" "0" "enabled" "0" - "labelText" "%MaxHealth%" - "textAlignment" "center" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold28" - "fgcolor" "Health Normal" } - "PlayerStatusMaxHealthValueShadow" + + "PlayerStatusAnchor" { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusMaxHealthValueShadow" - "xpos" "157" - "xpos_minmode" "157" - "ypos" "78" - "zpos" "6" - "wide" "50" - "tall" "20" - "visible" "0" - "enabled" "0" - "labelText" "%MaxHealth%" - "textAlignment" "center" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold28" - "fgcolor" "TransparentBlack" + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusAnchor" + "xpos" "100" + "ypos" "10" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" } + "PlayerStatusBleedImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusBleedImage" - "xpos" "100" + "xpos" "0" "ypos" "0" "zpos" "7" "wide" "32" @@ -192,12 +188,16 @@ "scaleImage" "1" "image" "../vgui/bleed_drop" "fgcolor" "TanDark" - } + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + "PlayerStatusMilkImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMilkImage" - "xpos" "100" + "xpos" "0" "ypos" "0" "zpos" "7" "wide" "32" @@ -207,12 +207,35 @@ "scaleImage" "1" "image" "../vgui/bleed_drop" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/covered_in_gas" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatusMarkedForDeathImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMarkedForDeathImage" - "xpos" "100" + "xpos" "0" "ypos" "0" "zpos" "7" "wide" "32" @@ -222,123 +245,149 @@ "scaleImage" "1" "image" "../vgui/marked_for_death" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + + "PlayerStatusMarkedForDeathSilentImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathSilentImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" - "xpos" "100" - "ypos" "0" - "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" - "xpos" "100" - "ypos" "0" - "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" - "xpos" "100" - "ypos" "0" - "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" - "xpos" "100" - "ypos" "0" - "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" - "xpos" "100" - "ypos" "0" - "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicSmallFireResistImage" - { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" - "xpos" "100" - "ypos" "0" - "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - } - "PlayerStatusMarkedForDeathSilentImage" { "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathSilentImage" - "xpos" "100" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } - "PlayerStatus_WheelOfDoom" + "PlayerStatus_WheelOfDoom" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_WheelOfDoom" - "xpos" "100" + "xpos" "0" "ypos" "0" "zpos" "7" "wide" "32" @@ -348,265 +397,348 @@ "scaleImage" "1" "image" "../signs/death_wheel_whammy" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } - "PlayerStatus_SoldierOffenseBuff" + + "PlayerStatus_SoldierOffenseBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierOffenseBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierDefenseBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierDefenseBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierHealOnHitBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierHealOnHitBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SpyMarked" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SpyMarked" - "xpos" "115" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" - "visible" "0" + "wide" "32" + "tall" "32" + "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "" + "scaleImage" "1" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "0" "enabled" "1" - "scaleImage" "1" - "image" "" + "scaleImage" "1" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_strength_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneHaste" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneHaste" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_haste_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneRegen" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneRegen" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_regen_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneResist" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneResist" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_resist_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneVampire" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneVampire" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_vampire_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneReflect" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneReflect" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RunePrecision" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RunePrecision" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../Effects/powerup_precision_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneAgility" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneAgility" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneKnockout" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneKnockout" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_knockout_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneKing" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneKing" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_king_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RunePlague" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RunePlague" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_plague_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneSupernova" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneSupernova" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "visible" "1" "enabled" "1" "scaleImage" "1" "image" "../Effects/powerup_supernova_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/slowed" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } } \ No newline at end of file diff --git a/customizations/Player Health/HudPlayerHealth-cross.res b/customizations/Player Health/HudPlayerHealth-cross.res index 36f3620..d8b7be0 100644 --- a/customizations/Player Health/HudPlayerHealth-cross.res +++ b/customizations/Player Health/HudPlayerHealth-cross.res @@ -1,11 +1,10 @@ "Resource/UI/HudPlayerHealth.res" -{ - // player health data +{ + // Player Health Data //Change visible and enabled to "1" on "HPBorderPanel1" and "HPBorderPanel2" for team-colored cross. - "HPBorderPanel1" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HPBackgroundPanel1" "xpos" "64" "ypos" "32" @@ -16,20 +15,20 @@ "tall" "42" "wide_minmode" "25" "tall_minmode" "11" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "image" "../hud/color_panel_brown" - "scaleImage" "1" + "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" "teambg_2" "../hud/color_panel_red" "teambg_3" "../hud/color_panel_blu" - "src_corner_height" "40" // pixels inside the image - "src_corner_width" "40" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "src_corner_height" "40" + "src_corner_width" "40" + "draw_corner_width" "0" + "draw_corner_height" "0" } "HPBorderPanel2" { @@ -54,30 +53,29 @@ "teambg_2" "../hud/color_panel_red" "teambg_3" "../hud/color_panel_blu" - "src_corner_height" "40" // pixels inside the image - "src_corner_width" "40" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "src_corner_height" "40" + "src_corner_width" "40" + "draw_corner_width" "0" + "draw_corner_height" "0" } - + "HudPlayerHealth" { "ControlName" "EditablePanel" "fieldName" "HudPlayerHealth" - "xpos" "c-288" - "ypos" "c45" - "xpos_minmode" "c-238" - "ypos_minmode" "c5" - "xpos" "32" - "zpos_minmode" "2" + "xpos" "c-288" + "ypos" "c45" + "xpos_minmode" "c-238" + "ypos_minmode" "c5" "wide" "250" "tall" "120" "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" "HealthDeathWarningColor" "HUDDeathWarning" - } + } + "PlayerStatusHealthImage" { "ControlName" "ImagePanel" @@ -95,7 +93,8 @@ "enabled" "1" "scaleImage" "1" "alpha" "255" - } + } + "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -112,26 +111,28 @@ "visible" "1" "enabled" "1" "image" "../hud/health_bg" - "scaleImage" "1" - } + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" "xpos" "52" "ypos" "33" - "xpos_minmode" "91" - "ypos_minmode" "39" "zpos" "1" - "wide" "40" + "wide" "40" "tall" "40" + "xpos_minmode" "91" + "ypos_minmode" "39" "wide_minmode" "25" - "tall_minmode" "25" + "tall_minmode" "25" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" - "scaleImage" "1" + "scaleImage" "1" } + "PlayerStatusHealthValue" { "ControlName" "CExLabel" @@ -144,72 +145,66 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "Health Normal" } + "PlayerStatusHealthValueShadow" { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "2" - "ypos" "2" + "xpos" "-2" + "ypos" "-2" "zpos" "5" "wide" "300" "tall" "100" "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } + "PlayerStatusMaxHealthValue" { "ControlName" "CExLabel" "fieldName" "PlayerStatusMaxHealthValue" - "xpos" "156" - "xpos_minmode" "156" - "ypos" "77" - "zpos" "6" - "wide" "50" - "tall" "20" + "wide" "0" + "tall" "0" "visible" "0" "enabled" "0" - "labelText" "%MaxHealth%" - "textAlignment" "center" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold28" - "fgcolor" "Health Normal" } - "PlayerStatusMaxHealthValueShadow" + + "PlayerStatusAnchor" { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusMaxHealthValueShadow" - "xpos" "157" - "xpos_minmode" "157" - "ypos" "78" - "zpos" "6" - "wide" "50" - "tall" "20" - "visible" "0" - "enabled" "0" - "labelText" "%MaxHealth%" - "textAlignment" "center" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold28" - "fgcolor" "TransparentBlack" + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusAnchor" + "xpos" "100" + "ypos" "0" + "xpos_minmode" "115" + "ypos_minmode" "15" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" } + "PlayerStatusBleedImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusBleedImage" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -220,15 +215,17 @@ "scaleImage" "1" "image" "../vgui/bleed_drop" "fgcolor" "TanDark" - } + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + "PlayerStatusMilkImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMilkImage" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -239,15 +236,38 @@ "scaleImage" "1" "image" "../vgui/bleed_drop" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/covered_in_gas" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatusMarkedForDeathImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMarkedForDeathImage" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -258,154 +278,164 @@ "scaleImage" "1" "image" "../vgui/marked_for_death" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + + "PlayerStatusMarkedForDeathSilentImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathSilentImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicSmallFireResistImage" - { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" - "wide_minmode" "24" - "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" - } - "PlayerStatusMarkedForDeathSilentImage" { "ControlName" "ImagePanel" - "fieldName" "PlayerStatusMarkedForDeathSilentImage" - "xpos" "100" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "../vgui/marked_for_death" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } - + "PlayerStatus_WheelOfDoom" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_WheelOfDoom" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -416,17 +446,20 @@ "scaleImage" "1" "image" "../signs/death_wheel_whammy" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierOffenseBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierOffenseBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -434,17 +467,20 @@ "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierDefenseBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierDefenseBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -452,17 +488,20 @@ "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierHealOnHitBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierHealOnHitBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -470,53 +509,60 @@ "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } - + "PlayerStatus_SpyMarked" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SpyMarked" - "xpos" "115" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "0" + "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "" + "scaleImage" "1" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "0" + "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "" + "scaleImage" "1" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -524,16 +570,20 @@ "scaleImage" "1" "image" "../Effects/powerup_strength_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneHaste" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneHaste" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -541,16 +591,20 @@ "scaleImage" "1" "image" "../Effects/powerup_haste_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneRegen" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneRegen" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -558,16 +612,20 @@ "scaleImage" "1" "image" "../Effects/powerup_regen_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneResist" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneResist" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -575,16 +633,20 @@ "scaleImage" "1" "image" "../Effects/powerup_resist_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneVampire" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneVampire" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -592,16 +654,20 @@ "scaleImage" "1" "image" "../Effects/powerup_vampire_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneReflect" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneReflect" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -609,33 +675,41 @@ "scaleImage" "1" "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RunePrecision" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RunePrecision" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../Effects/powerup_precision_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneAgility" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneAgility" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -643,16 +717,20 @@ "scaleImage" "1" "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneKnockout" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneKnockout" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -660,16 +738,20 @@ "scaleImage" "1" "image" "../Effects/powerup_knockout_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneKing" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneKing" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -677,16 +759,20 @@ "scaleImage" "1" "image" "../Effects/powerup_king_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RunePlague" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RunePlague" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -694,16 +780,20 @@ "scaleImage" "1" "image" "../Effects/powerup_plague_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneSupernova" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneSupernova" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -711,5 +801,29 @@ "scaleImage" "1" "image" "../Effects/powerup_supernova_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/slowed" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } } \ No newline at end of file diff --git a/customizations/Player Health/HudPlayerHealth-default.res b/customizations/Player Health/HudPlayerHealth-default.res index c9fc1bd..c53bb41 100644 --- a/customizations/Player Health/HudPlayerHealth-default.res +++ b/customizations/Player Health/HudPlayerHealth-default.res @@ -232,7 +232,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -251,7 +251,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -270,7 +270,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -289,7 +289,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -308,7 +308,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -327,7 +327,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" diff --git a/customizations/Player Health/HudPlayerHealth-teambar.res b/customizations/Player Health/HudPlayerHealth-teambar.res index 1d79105..19ca8a8 100644 --- a/customizations/Player Health/HudPlayerHealth-teambar.res +++ b/customizations/Player Health/HudPlayerHealth-teambar.res @@ -1,27 +1,26 @@ "Resource/UI/HudPlayerHealth.res" -{ - // player health data +{ + // Player Health Data "HudPlayerHealth" { "ControlName" "EditablePanel" "fieldName" "HudPlayerHealth" - "xpos" "c-288" - "ypos" "c45" - "xpos_minmode" "c-238" + "xpos" "c-288" + "ypos" "c45" + "xpos_minmode" "c-238" "ypos_minmode" "c5" - "xpos" "32" - "zpos" "2" "wide" "250" "tall" "120" "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "35" - "HealthDeathWarning" "0.49" + "enabled" "1" + "HealthBonusPosAdj" "35" + "HealthDeathWarning" "0.49" "HealthDeathWarningColor" "HUDDeathWarning" } + "HPTeamIndicator" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HPBackgroundPanel1" "xpos" "125" "ypos" "72" @@ -31,20 +30,20 @@ "wide" "50" "wide_minmode" "26" "tall" "2" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "1" + "enabled" "1" "image" "../hud/color_panel_brown" - "scaleImage" "1" + "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" "teambg_2" "../hud/color_panel_red" "teambg_3" "../hud/color_panel_blu" - "src_corner_height" "40" // pixels inside the image - "src_corner_width" "40" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "src_corner_height" "40" + "src_corner_width" "40" + "draw_corner_width" "0" + "draw_corner_height" "0" } "PlayerStatusHealthImage" { @@ -60,21 +59,18 @@ "enabled" "1" "scaleImage" "1" "alpha" "0" - } + } + "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImageBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "55" - "tall" "55" - "visible" "1" - "enabled" "1" - "image" "../hud/health_bg" - "scaleImage" "1" - } + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -82,18 +78,19 @@ "xpos" "116" "ypos" "18" "zpos" "2" + "wide" "68" + "tall" "68" "xpos_minmode" "140" "ypos_minmode" "40" "zpos_minmode" "-1" - "wide" "68" - "tall" "68" - "wide_minmode" "22" + "wide_minmode" "22" "tall_minmode" "22" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" - "scaleImage" "1" + "scaleImage" "1" } + "PlayerStatusHealthValue" { "ControlName" "CExLabel" @@ -106,72 +103,66 @@ "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "Health Normal" } + "PlayerStatusHealthValueShadow" { "ControlName" "CExLabel" "fieldName" "PlayerStatusHealthValueShadow" - "xpos" "2" - "ypos" "2" + "xpos" "-2" + "ypos" "-2" "zpos" "5" "wide" "300" "tall" "100" "visible" "1" "enabled" "1" "labelText" "%Health%" - "textAlignment" "center" + "textAlignment" "center" "font" "CerbeticaBold56" "font_minmode" "CerbeticaBold32" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "PlayerStatusHealthValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } + "PlayerStatusMaxHealthValue" { "ControlName" "CExLabel" "fieldName" "PlayerStatusMaxHealthValue" - "xpos" "156" - "xpos_minmode" "156" - "ypos" "77" - "zpos" "6" - "wide" "50" - "tall" "20" + "wide" "0" + "tall" "0" "visible" "0" "enabled" "0" - "labelText" "%MaxHealth%" - "textAlignment" "center" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold28" - "fgcolor" "Health Normal" } - "PlayerStatusMaxHealthValueShadow" + + "PlayerStatusAnchor" { - "ControlName" "CExLabel" - "fieldName" "PlayerStatusMaxHealthValueShadow" - "xpos" "157" - "xpos_minmode" "157" - "ypos" "78" - "zpos" "6" - "wide" "50" - "tall" "20" - "visible" "0" - "enabled" "0" - "labelText" "%MaxHealth%" - "textAlignment" "center" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold28" - "fgcolor" "TransparentBlack" + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusAnchor" + "xpos" "85" + "ypos" "0" + "xpos_minmode" "115" + "ypos_minmode" "15" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" } + "PlayerStatusBleedImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusBleedImage" "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -182,15 +173,17 @@ "scaleImage" "1" "image" "../vgui/bleed_drop" "fgcolor" "TanDark" - } + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + "PlayerStatusMilkImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMilkImage" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -201,15 +194,38 @@ "scaleImage" "1" "image" "../vgui/bleed_drop" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/covered_in_gas" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatusMarkedForDeathImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMarkedForDeathImage" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -220,18 +236,20 @@ "scaleImage" "1" "image" "../vgui/marked_for_death" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatusMarkedForDeathSilentImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusMarkedForDeathSilentImage" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -239,136 +257,143 @@ "scaleImage" "1" "image" "../vgui/marked_for_death" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } - + "PlayerStatus_MedicUberBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBulletResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicUberBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberBlastResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicUberFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicUberFireResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_MedicSmallBulletResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBulletResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicSmallBlastResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallBlastResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" - "fgcolor" "TanDark" - } + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } "PlayerStatus_MedicSmallFireResistImage" { - "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_MedicSmallFireResistImage" - "xpos" "100" - "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" - "zpos" "7" - "wide" "31" - "tall" "31" + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "1" - "enabled" "1" - "scaleImage" "1" + "visible" "1" + "enabled" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" - "fgcolor" "TanDark" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_WheelOfDoom" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_WheelOfDoom" - "xpos" "100" + "xpos" "0" "ypos" "0" - "xpos_minmode" "115" - "ypos_minmode" "15" "zpos" "7" "wide" "32" "tall" "32" @@ -379,16 +404,20 @@ "scaleImage" "1" "image" "../signs/death_wheel_whammy" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_SoldierOffenseBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierOffenseBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -396,17 +425,20 @@ "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierDefenseBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierDefenseBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -414,17 +446,20 @@ "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SoldierHealOnHitBuff" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierHealOnHitBuff" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -432,53 +467,60 @@ "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_SpyMarked" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SpyMarked" - "xpos" "115" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "0" + "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "" + "scaleImage" "1" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" - "visible" "0" + "visible" "1" "enabled" "1" - "scaleImage" "1" - "image" "" + "scaleImage" "1" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -486,16 +528,20 @@ "scaleImage" "1" "image" "../Effects/powerup_strength_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneHaste" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneHaste" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -503,16 +549,20 @@ "scaleImage" "1" "image" "../Effects/powerup_haste_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneRegen" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneRegen" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -520,16 +570,20 @@ "scaleImage" "1" "image" "../Effects/powerup_regen_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneResist" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneResist" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -537,16 +591,20 @@ "scaleImage" "1" "image" "../Effects/powerup_resist_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneVampire" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneVampire" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -554,16 +612,20 @@ "scaleImage" "1" "image" "../Effects/powerup_vampire_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneReflect" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneReflect" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -571,33 +633,41 @@ "scaleImage" "1" "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RunePrecision" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RunePrecision" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../Effects/powerup_precision_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneAgility" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneAgility" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -605,16 +675,20 @@ "scaleImage" "1" "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneKnockout" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneKnockout" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -622,16 +696,20 @@ "scaleImage" "1" "image" "../Effects/powerup_knockout_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneKing" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneKing" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -639,16 +717,20 @@ "scaleImage" "1" "image" "../Effects/powerup_king_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RunePlague" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RunePlague" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -656,16 +738,20 @@ "scaleImage" "1" "image" "../Effects/powerup_plague_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } + "PlayerStatus_RuneSupernova" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneSupernova" - "xpos" "85" + "xpos" "0" "ypos" "0" "zpos" "7" - "wide" "31" - "tall" "31" + "wide" "32" + "tall" "32" "wide_minmode" "24" "tall_minmode" "24" "visible" "1" @@ -673,5 +759,29 @@ "scaleImage" "1" "image" "../Effects/powerup_supernova_hud" "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } + + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "32" + "tall" "32" + "wide_minmode" "24" + "tall_minmode" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/slowed" + "fgcolor" "TanDark" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" } } \ No newline at end of file diff --git a/customizations/Scoreboard/ScoreBoard-default.res b/customizations/Scoreboard/ScoreBoard-default.res index e7237db..3774fa4 100644 --- a/customizations/Scoreboard/ScoreBoard-default.res +++ b/customizations/Scoreboard/ScoreBoard-default.res @@ -109,10 +109,10 @@ "visible" "0" "enabled" "0" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "ScoreboardBackground" { @@ -128,10 +128,10 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "MvMScoreboardBackground" @@ -148,10 +148,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Red6sBackground" @@ -167,10 +167,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Blue6sBackground" { @@ -186,10 +186,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "BlueTeamLabel1" { @@ -209,7 +209,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "BlueTeamScore" @@ -231,7 +231,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "BlueTeamScoreDropshadow" @@ -254,7 +254,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "BlueTeamPlayerCount" @@ -275,7 +275,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedTeamLabel1" @@ -296,7 +296,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedTeamScore" @@ -318,7 +318,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedTeamScoreDropshadow" @@ -347,23 +347,23 @@ "RedTeamPlayerCount" { - "ControlName" "CExLabel" - "fieldName" "RedTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%redteamplayercount%" - "textAlignment" "east" - "xpos" "c140" - "ypos" "122" - "wide" "130" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "Cerbetica14" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "c140" + "ypos" "122" + "wide" "130" + "tall" "29" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" if_mvm { - "visible" "0" + "visible" "0" } } @@ -423,7 +423,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedPlayerList" @@ -447,7 +447,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "VerticalLine" diff --git a/customizations/Scoreboard/scoreboard-minimal.res b/customizations/Scoreboard/scoreboard-minimal.res index e034097..e29a7ab 100644 --- a/customizations/Scoreboard/scoreboard-minimal.res +++ b/customizations/Scoreboard/scoreboard-minimal.res @@ -28,7 +28,7 @@ } "BlueScoreBG" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "BlueScoreBG" "xpos" "c-270" "ypos" "279" @@ -39,15 +39,16 @@ "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" - "scaleImage" "1" + "scaleImage" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "BlueLeaderAvatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "BlueLeaderAvatar" "xpos" "c-295" "ypos" "279" @@ -62,7 +63,7 @@ } "RedScoreBG" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "RedScoreBG" "xpos" "c0" "ypos" "279" @@ -73,15 +74,16 @@ "visible" "1" "enabled" "1" "fillcolor" "205 50 50 153" - "scaleImage" "1" + "scaleImage" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedLeaderAvatar" { - "ControlName" "CAvatarImagePanel" + "ControlName" "CAvatarImagePanel" "fieldName" "RedLeaderAvatar" "xpos" "c270" "ypos" "279" @@ -96,7 +98,7 @@ } "MainBG" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "MainBG" "xpos" "0" "ypos" "0" @@ -107,13 +109,14 @@ "visible" "0" "enabled" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "ScoreboardBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ScoreboardBackground" "xpos" "c-270" "ypos" "304" @@ -125,14 +128,15 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm { + if_mvm + { "visible" "0" } } "MvMScoreboardBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "MvMScoreboardBackground" "xpos" "c-270" "ypos" "244" @@ -144,14 +148,15 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { + if_mvm + { "visible" "0" - } + } } "Red6sBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ScoreboardBackground" "xpos" "c65" "ypos" "265" @@ -162,13 +167,14 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "Blue6sBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ScoreboardBackground" "xpos" "c65" "ypos" "121" @@ -180,37 +186,39 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamLabel1" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "BlueTeamLabel1" "font" "Cerbetica32" "labelText" "%blueteamname%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-268" "ypos" "273" "wide" "200" "tall" "37" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamScore" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "BlueTeamScore" "font" "CerbeticaBold36" "labelText" "%blueteamscore%" - "textAlignment" "east" + "textAlignment" "east" "xpos" "c-106" "ypos" "263" "zpos" "4" @@ -221,18 +229,19 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "BlueTeamScoreDropshadow" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "BlueTeamScoreDropshadow" "font" "CerbeticaBold36" "fgcolor" "Black" "labelText" "%blueteamscore%" - "textAlignment" "east" + "textAlignment" "east" "xpos" "c-105" "ypos" "264" "zpos" "4" @@ -243,37 +252,39 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "BlueTeamPlayerCount" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "BlueTeamPlayerCount" "font" "Cerbetica14" "labelText" "%blueteamplayercount%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-270" "ypos" "257" "wide" "100" "tall" "29" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } "RedTeamLabel1" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "RedTeamLabel1" "font" "Cerbetica32" "labelText" "%redteamname%" - "textAlignment" "east" + "textAlignment" "east" "xpos" "c68" "ypos" "273" "wide" "200" @@ -283,62 +294,64 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedTeamScore" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "RedTeamScore" "font" "CerbeticaBold36" "labelText" "%redteamscore%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c6" "ypos" "263" "zpos" "4" "wide" "100" "tall" "55" - "tall_hidef" "75" - "tall_lodef" "75" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedTeamScoreDropshadow" { - "ControlName" "CExLabel" - "fieldName" "RedTeamScoreDropshadow" - "font" "CerbeticaBold36" - "fgcolor" "Black" - "labelText" "%redteamscore%" + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "CerbeticaBold36" + "fgcolor" "Black" + "labelText" "%redteamscore%" "textAlignment" "west" - "xpos" "c7" - "ypos" "264" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "xpos" "c7" + "ypos" "264" + "zpos" "4" + "wide" "100" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" - if_mvm { + if_mvm + { "visible" "0" } - } + } + "RedTeamPlayerCount" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "RedTeamPlayerCount" "font" "Cerbetica14" "labelText" "%redteamplayercount%" - "textAlignment" "east" + "textAlignment" "east" "xpos" "c140" "ypos" "257" "wide" "130" @@ -348,17 +361,19 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } - } + } + "ServerLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ServerLabel" "font" "Cerbetica14" "labelText" "%server%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "-34" "ypos" "14" "zpos" "999" @@ -366,16 +381,16 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] + "visible" "1" "enabled" "1" } "ServerTimeValue" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ServerTimeValue" "font" "Cerbetica20" "labelText" "%servertime%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "2" "ypos" "2" "zpos" "999" @@ -383,9 +398,10 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" [$WIN32] + "visible" "1" "enabled" "1" - } + } + "BluePlayerList" { "ControlName" "SectionedListPanel" @@ -405,8 +421,9 @@ "linegap" "0" "show_columns" "0" - if_mvm { - "visible" "0" + if_mvm + { + "visible" "0" } } "RedPlayerList" @@ -428,23 +445,20 @@ "linegap" "0" "show_columns" "0" - if_mvm { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "VerticalLine" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "VerticalLine" "xpos" "299" - "xpos_lodef" "279" - "xpos_hidef" "309" "ypos" "9999" "zpos" "9999" "wide" "2" "tall" "292" - "tall_lodef" "206" - "tall_hidef" "212" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -453,54 +467,57 @@ "fillcolor" "0 0 0 153" "PaintBackgroundType" "0" - if_mvm { + if_mvm + { "visible" "0" } } "Spectators" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Spectators" "font" "Cerbetica11" "labelText" "%spectators%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "c-266" "ypos" "402" "zpos" "900" "wide" "541" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } + } + "SpectatorsInQueue" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "SpectatorsInQueue" "font" "Cerbetica11" "labelText" "%waitingtoplay%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "2" - "ypos" "42" + "ypos" "42" "zpos" "4" "wide" "600" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { + if_mvm + { "visible" "0" } - } + } "SpecBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "SpecBackground" "xpos" "c-270" - "ypos" "405" + "ypos" "405" "zpos" "2" "wide" "540" "tall" "84" @@ -518,10 +535,10 @@ } "StatsBackground" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "StatsBackground" "xpos" "c-270" - "ypos" "418" + "ypos" "418" "zpos" "2" "wide" "540" "tall" "64" @@ -537,57 +554,75 @@ "visible" "1" } } - "ClassImage" + + "ClassImage" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ClassImage" "xpos" "9999" - "ypos" "9999" + "ypos" "9999" "zpos" "3" "wide" "92" "tall" "92" "visible" "0" "enabled" "0" "image" "../hud/class_scoutred" - "scaleImage" "1" + "scaleImage" "1" - if_mvm { + if_mvm + { "visible" "1" } } "PlayerNameLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "PlayerNameLabel" "font" "ScoreboardMedium" "labelText" "%playername%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "115" - "xpos_lodef" "105" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" - "wide" "9999" [$WIN32] + "wide" "9999" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - if_mvm { + if_mvm + { "visible" "1" } - } + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "mapname" + "font" "Cerbetica14" + "labelText" "%mapname%" + "textAlignment" "west" + "xpos" "3" + "ypos" "25" + "zpos" "3" + "wide" "480" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "236 227 203 255" + } "HorizontalLine" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "HorizontalLine" "xpos" "9999" - "ypos" "9999" - "ypos" "322" + "ypos" "322" "zpos" "3" "wide" "465" - "wide_lodef" "434" - "wide_hidef" "464" "tall" "1" "autoResize" "0" "pinCorner" "0" @@ -597,17 +632,18 @@ "fillcolor" "127 127 127 153" "PaintBackgroundType" "0" - if_mvm { + if_mvm + { "visible" "1" } } "PlayerScoreLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "PlayerScoreLabel" "font" "Cerbetica20" "labelText" "%playerscore%" - "textAlignment" "center" + "textAlignment" "center" "xpos" "c-368" "ypos" "310" "zpos" "3" @@ -618,32 +654,15 @@ "visible" "0" "enabled" "0" - if_mvm { + if_mvm + { "visible" "0" } } - "MapName" - { - "ControlName" "CExLabel" - "fieldName" "mapname" - "font" "Cerbetica14" - "labelText" "%mapname%" - "textAlignment" "west" - "xpos" "3" - "ypos" "25" - "zpos" "3" - "wide" "480" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "236 227 203 255" - } "LocalPlayerDuelStatsPanel" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "LocalPlayerDuelStatsPanel" "xpos" "0" "ypos" "395" @@ -655,19 +674,20 @@ "visible" "1" "enabled" "1" - if_mvm { + if_mvm + { "visible" "0" } "DuelingLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "DuelingLabel" "font" "ScoreboardSmall" "labelText" "#TF_ScoreBoard_Dueling" - "textAlignment" "center" + "textAlignment" "center" "xpos" "250" - "ypos" "2 " + "ypos" "2" "zpos" "3" "wide" "100" "tall" "20" @@ -694,7 +714,7 @@ "LocalPlayerData" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "LocalPlayerData" "xpos" "75" "ypos" "0" @@ -716,7 +736,7 @@ "tall" "36" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "AvatarImage" { @@ -773,7 +793,7 @@ "OpponentData" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "OpponentData" "xpos" "325" "ypos" "0" @@ -795,7 +815,7 @@ "tall" "36" "visible" "1" "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" + "bgcolor_override" "TextColor" } "AvatarImage" { @@ -853,7 +873,7 @@ "LocalPlayerStatsPanel" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "LocalPlayerStatsPanel" "xpos" "c-270" "ypos" "416" @@ -865,10 +885,11 @@ "visible" "1" "enabled" "1" - if_mvm { - "visible" "1" + if_mvm + { + "visible" "1" } - + "KillsLabel" { "ControlName" "CExLabel" @@ -877,7 +898,7 @@ "labelText" ":" "textAlignment" "center" "xpos" "0" - "ypos" "-2 w " + "ypos" "-2" "zpos" "3" "wide" "540" "tall" "64" @@ -885,65 +906,14 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - "DeathsLabel" - { - "ControlName" "CExLabel" - "fieldName" "DeathsLabel" - "font" "Cerbetica24" - "labelText" "#TF_ScoreBoard_DeathsLabel" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "AssistsLabel" - { - "ControlName" "CExLabel" - "fieldName" "AssistsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_AssistsLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" } - "DestructionLabel" - { - "ControlName" "CExLabel" - "fieldName" "DestructionLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DestructionLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "16" [$WIN32] - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } "Kills" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Kills" "font" "Cerbetica48" "labelText" "%kills%" - "textAlignment" "east" + "textAlignment" "east" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -956,11 +926,11 @@ } "Kills2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Kills2" "font" "Cerbetica48" "labelText" "%kills%" - "textAlignment" "east" + "textAlignment" "east" "xpos" "188" "ypos" "6" "zpos" "3" @@ -971,14 +941,32 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - "Deaths" - { - "ControlName" "CExLabel" - "fieldName" "Deaths" + } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "font" "Cerbetica24" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "east" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "95" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Deaths" + { + "ControlName" "CExLabel" + "fieldName" "Deaths" "font" "Cerbetica48" "labelText" "%deaths%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -988,15 +976,14 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "alpha" "0" } "Deaths2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Deaths2" "font" "Cerbetica48" "labelText" "%deaths%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "282" "ypos" "6" "zpos" "3" @@ -1007,15 +994,14 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - + } "GameType" { "ControlName" "CExLabel" "fieldName" "gametype" "font" "Cerbetica12" "labelText" "%gametype%" - "textAlignment" "center" + "textAlignment" "center" "xpos" "28" "ypos" "250" "zpos" "3" @@ -1026,16 +1012,33 @@ "visible" "0" "enabled" "0" "fgcolor" "185 177 153 255" - } + } + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "2" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Assists" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Assists" "font" "Cerbetica14" "labelText" "%assists%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1046,13 +1049,13 @@ } "Assists2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Assists2" "font" "Cerbetica14" "labelText" "%assists%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "70" - "ypos" "2" [$WIN32] + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1061,16 +1064,34 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } + } + + "DestructionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DestructionLabel" + "font" "Cerbetica14" + "labelText" "#TF_ScoreBoard_DestructionLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "16" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } "Destruction" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Destruction" "font" "Cerbetica14" "labelText" "%destruction%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" "zpos" "3" "wide" "0" "tall" "0" @@ -1081,13 +1102,13 @@ } "Destruction2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Destruction2" "font" "Cerbetica14" "labelText" "%destruction%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "70" - "ypos" "16" [$WIN32] + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1095,17 +1116,18 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "CapturesLabel" + "fgcolor_override" "TanLight" + } + + "RevengeLabel" { - "ControlName" "CExLabel" - "fieldName" "CapturesLabel" + "ControlName" "CExLabel" + "fieldName" "RevengeLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_CapturesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "30" + "labelText" "#TF_ScoreBoard_RevengeLabel" + "textAlignment" "west" + "xpos" "102" + "ypos" "16" "zpos" "3" "wide" "100" "tall" "20" @@ -1113,16 +1135,17 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - "DefensesLabel" + } + + "CapturesLabel" { - "ControlName" "CExLabel" - "fieldName" "DefensesLabel" + "ControlName" "CExLabel" + "fieldName" "CapturesLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DefensesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "44" + "labelText" "#TF_ScoreBoard_CapturesLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "30" "zpos" "3" "wide" "100" "tall" "20" @@ -1130,67 +1153,69 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - "DominationLabel" + } + "Captures" { - "ControlName" "CExLabel" - "fieldName" "DominationLabel" + "ControlName" "CExLabel" + "fieldName" "Captures" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DominationLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "2" + "labelText" "%captures%" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "100" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "RevengeLabel" + } + "Captures2" { - "ControlName" "CExLabel" - "fieldName" "RevengeLabel" + "ControlName" "CExLabel" + "fieldName" "Captures2" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_RevengeLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "16" + "labelText" "%captures%" + "textAlignment" "west" + "xpos" "70" + "ypos" "30" "zpos" "3" - "wide" "100" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } - "Captures" + "fgcolor_override" "TanLight" + } + + "DefensesLabel" { - "ControlName" "CExLabel" - "fieldName" "Captures" + "ControlName" "CExLabel" + "fieldName" "DefensesLabel" "font" "Cerbetica14" - "labelText" "%captures%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "labelText" "#TF_ScoreBoard_DefensesLabel" + "textAlignment" "west" + "xpos" "4" + "ypos" "44" "zpos" "3" - "wide" "35" + "wide" "100" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } - "Captures2" + "Defenses" { - "ControlName" "CExLabel" - "fieldName" "Captures2" + "ControlName" "CExLabel" + "fieldName" "Defenses" "font" "Cerbetica14" - "labelText" "%captures%" - "textAlignment" "west" - "xpos" "70" - "ypos" "30" + "labelText" "%defenses%" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1198,17 +1223,16 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "Defenses" + } + "Defenses2" { - "ControlName" "CExLabel" - "fieldName" "Defenses" + "ControlName" "CExLabel" + "fieldName" "Defenses2" "font" "Cerbetica14" "labelText" "%defenses%" - "textAlignment" "west" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] + "textAlignment" "west" + "xpos" "70" + "ypos" "44" "zpos" "3" "wide" "35" "tall" "20" @@ -1216,34 +1240,34 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + "fgcolor_override" "TanLight" } - "Defenses2" + "DominationLabel" { - "ControlName" "CExLabel" - "fieldName" "Defenses2" + "ControlName" "CExLabel" + "fieldName" "DominationLabel" "font" "Cerbetica14" - "labelText" "%defenses%" - "textAlignment" "west" - "xpos" "70" [$WIN32] - "ypos" "44" [$WIN32] + "labelText" "#TF_ScoreBoard_DominationLabel" + "textAlignment" "west" + "xpos" "102" + "ypos" "2" "zpos" "3" - "wide" "35" + "wide" "100" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } + } "Domination" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Domination" "font" "Cerbetica14" "labelText" "%dominations%" - "textAlignment" "west" - "xpos" "100" - "ypos" "108" + "textAlignment" "west" + "xpos" "100" + "ypos" "108" "zpos" "3" "wide" "35" "tall" "20" @@ -1254,12 +1278,12 @@ } "Domination2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Domination2" "font" "Cerbetica14" "labelText" "%dominations%" - "textAlignment" "west" - "xpos" "168" + "textAlignment" "west" + "xpos" "168" "ypos" "2" "zpos" "3" "wide" "35" @@ -1272,13 +1296,13 @@ } "Revenge" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Revenge" "font" "Cerbetica14" "labelText" "%Revenge%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1287,15 +1311,15 @@ "visible" "1" "enabled" "1" } - "Revenge2" + "Revenge2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Revenge2" "font" "Cerbetica14" "labelText" "%Revenge%" - "textAlignment" "west" - "xpos" "168" - "ypos" "16" + "textAlignment" "west" + "xpos" "168" + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1307,11 +1331,11 @@ } "HealingLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "HealingLabel" "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_HealingLabel" - "textAlignment" "west" + "textAlignment" "west" "xpos" "102" "ypos" "30" "zpos" "3" @@ -1322,49 +1346,50 @@ "visible" "1" "enabled" "1" } - "InvulnLabel" + "Healing" { - "ControlName" "CExLabel" - "fieldName" "InvulnLabel" + "ControlName" "CExLabel" + "fieldName" "Healing" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_InvulnLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "44" + "labelText" "%healing%" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "95" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } - "TeleportsLabel" + "Healing2" { - "ControlName" "CExLabel" - "fieldName" "TeleportsLabel" + "ControlName" "CExLabel" + "fieldName" "Healing2" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_TeleportsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "2" + "labelText" "%healing%" + "textAlignment" "west" + "xpos" "168" + "ypos" "30" "zpos" "3" - "wide" "95" + "wide" "35" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" + "fgcolor_override" "TanLight" } - "HeadshotsLabel" + "InvulnLabel" { - "ControlName" "CExLabel" - "fieldName" "HeadshotsLabel" + "ControlName" "CExLabel" + "fieldName" "InvulnLabel" "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HeadshotsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "16" + "labelText" "#TF_ScoreBoard_InvulnLabel" + "textAlignment" "west" + "xpos" "102" + "ypos" "44" "zpos" "3" "wide" "95" "tall" "20" @@ -1373,15 +1398,15 @@ "visible" "1" "enabled" "1" } - "Healing" + "Invuln" { "ControlName" "CExLabel" - "fieldName" "Healing" + "fieldName" "Invuln" "font" "Cerbetica14" - "labelText" "%healing%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "labelText" "%invulns%" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1390,15 +1415,15 @@ "visible" "1" "enabled" "1" } - "Healing2" + "Invuln2" { "ControlName" "CExLabel" - "fieldName" "Healing2" + "fieldName" "Invuln2" "font" "Cerbetica14" - "labelText" "%healing%" - "textAlignment" "west" - "xpos" "168" - "ypos" "30" + "labelText" "%invulns%" + "textAlignment" "west" + "xpos" "168" + "ypos" "44" "zpos" "3" "wide" "35" "tall" "20" @@ -1407,33 +1432,33 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } - "Invuln" + } + "TeleportsLabel" { - "ControlName" "CExLabel" - "fieldName" "Invuln" + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" "font" "Cerbetica14" - "labelText" "%invulns%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "labelText" "#TF_ScoreBoard_TeleportsLabel" + "textAlignment" "west" + "xpos" "342" + "ypos" "2" "zpos" "3" - "wide" "35" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } - "Invuln2" + "Teleports" { - "ControlName" "CExLabel" - "fieldName" "Invuln2" + "ControlName" "CExLabel" + "fieldName" "Teleports" "font" "Cerbetica14" - "labelText" "%invulns%" - "textAlignment" "west" - "xpos" "168" - "ypos" "44" + "labelText" "%teleports%" + "textAlignment" "west" + "xpos" "100" + "ypos" "156" "zpos" "3" "wide" "35" "tall" "20" @@ -1441,17 +1466,16 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" - } - "Teleports" + } + "Teleports2" { - "ControlName" "CExLabel" - "fieldName" "Teleports" + "ControlName" "CExLabel" + "fieldName" "Teleports2" "font" "Cerbetica14" "labelText" "%teleports%" - "textAlignment" "west" - "xpos" "100" [$WIN32] - "ypos" "156" [$WIN32] + "textAlignment" "west" + "xpos" "408" + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1460,32 +1484,32 @@ "visible" "1" "enabled" "1" } - "Teleports2" + "HeadshotsLabel" { - "ControlName" "CExLabel" - "fieldName" "Teleports2" + "ControlName" "CExLabel" + "fieldName" "HeadshotsLabel" "font" "Cerbetica14" - "labelText" "%teleports%" - "textAlignment" "west" - "xpos" "408" [$WIN32] - "ypos" "2" [$WIN32] + "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "textAlignment" "west" + "xpos" "342" + "ypos" "16" "zpos" "3" - "wide" "35" + "wide" "95" "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "Headshots" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Headshots" "font" "Cerbetica14" "labelText" "%headshots%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1496,13 +1520,13 @@ } "Headshots2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Headshots2" "font" "Cerbetica14" "labelText" "%headshots%" - "textAlignment" "west" - "xpos" "408" - "ypos" "16" + "textAlignment" "west" + "xpos" "408" + "ypos" "16" "zpos" "3" "wide" "35" "tall" "20" @@ -1510,14 +1534,14 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BackstabsLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "BackstabsLabel" "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_BackstabsLabel" - "textAlignment" "west" + "textAlignment" "west" "xpos" "342" "ypos" "30" "zpos" "3" @@ -1530,11 +1554,11 @@ } "Backstabs" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Backstabs" "font" "Cerbetica14" "labelText" "%backstabs%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" @@ -1547,11 +1571,11 @@ } "Backstabs2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Backstabs2" "font" "Cerbetica14" "labelText" "%backstabs%" - "textAlignment" "west" + "textAlignment" "west" "xpos" "408" "ypos" "30" "zpos" "3" @@ -1561,54 +1585,54 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BonusLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "BonusLabel" "font" "Cerbetica14" "labelText" "#TF_ScoreBoard_BonusLabel" - "textAlignment" "west" + "textAlignment" "west" "xpos" "342" "ypos" "44" "zpos" "3" "wide" "95" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } "Bonus" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Bonus" "font" "Cerbetica14" "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] + "textAlignment" "west" "xpos" "9999" "ypos" "9999" "zpos" "3" "wide" "95" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" } "Bonus2" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "Bonus2" "font" "Cerbetica14" "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] + "textAlignment" "west" "xpos" "408" "ypos" "44" "zpos" "3" "wide" "95" "tall" "20" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" @@ -1620,8 +1644,8 @@ "font" "Cerbetica14" "labelText" "#TF_Scoreboard_Support" "textAlignment" "west" - "xpos" "440" [$WIN32] - "ypos" "2" [$WIN32] + "xpos" "440" + "ypos" "2" "zpos" "3" "wide" "95" "tall" "20" @@ -1636,9 +1660,9 @@ "fieldName" "Support" "font" "Cerbetica14" "labelText" "%support%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" + "textAlignment" "west" + "xpos" "9999" + "ypos" "9999" "zpos" "3" "wide" "35" "tall" "20" @@ -1653,9 +1677,9 @@ "fieldName" "Support2" "font" "Cerbetica14" "labelText" "%support%" - "textAlignment" "west" - "xpos" "502a" - "ypos" "2" + "textAlignment" "west" + "xpos" "502" + "ypos" "2" "zpos" "3" "wide" "35" "tall" "20" @@ -1672,8 +1696,8 @@ "font" "Cerbetica14" "labelText" "#TF_Scoreboard_Damage" "textAlignment" "west" - "xpos" "440" - "ypos" "16" + "xpos" "440" + "ypos" "16" "zpos" "3" "wide" "95" "tall" "20" @@ -1688,8 +1712,8 @@ "fieldName" "Damage" "font" "Cerbetica14" "labelText" "%damage%" - "textAlignment" "west" - "xpos" "9999" + "textAlignment" "west" + "xpos" "9999" "ypos" "9999" "zpos" "3" "wide" "35" @@ -1705,8 +1729,8 @@ "fieldName" "Damage2" "font" "Cerbetica14" "labelText" "%damage%" - "textAlignment" "west" - "xpos" "502" + "textAlignment" "west" + "xpos" "502" "ypos" "16" "zpos" "3" "wide" "35" @@ -1715,166 +1739,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } - } - - "ButtonLegendBG" [$X360] - { - "ControlName" "ImagePanel" - "fieldName" "ButtonLegendBG" - "xpos" "10" - "xpos_hidef" "30" - "ypos" "373" - "zpos" "0" - "wide" "539" - "wide_hidef" "559" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 153" - "PaintBackgroundType" "0" - } - - "ButtonLegend" [$X360] - { - "ControlName" "EditablePanel" - "fieldName" "ButtonLegend" - "xpos" "10" - "xpos_hidef" "35" - "ypos" "373" - "zpos" "1" - "wide" "539" - "wide_hidef" "595" - "tall" "150" - "visible" "1" - - "SelectHintIcon" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintIcon" - "font" "GameUIButtons" - "xpos" "10" - "xpos_hidef" "0" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "C" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "SelectHintLabel" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintLabel" - "font" "ScoreboardMedium" - "xpos" "25" - "xpos_lodef" "37" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_Select" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardIcon" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardIcon" - "font" "GameUIButtons" - "xpos" "150" - "xpos_hidef" "145" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "A" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardLabel" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardLabel" - "font" "ScoreboardMedium" - "xpos" "170" - "xpos_lodef" "177" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_ViewGamercard" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationIcon" - { - "ControlName" "CExLabel" - "fieldName" "ReputationIcon" - "font" "GameUIButtons" - "xpos" "350" - "xpos_hidef" "378" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "X" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationLabel" - { - "ControlName" "CExLabel" - "fieldName" "ReputationLabel" - "font" "ScoreboardMedium" - "xpos" "403" - "xpos_lodef" "377" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_PlayerReview" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" } } @@ -1891,7 +1755,8 @@ "enabled" "1" "verbose" "1" - if_mvm { + if_mvm + { "visible" "1" } } diff --git a/customizations/Team Menu/ClassSelection-center.res b/customizations/Team Menu/ClassSelection-center.res index 539567f..ce8f86d 100644 --- a/customizations/Team Menu/ClassSelection-center.res +++ b/customizations/Team Menu/ClassSelection-center.res @@ -3,7 +3,7 @@ "class" { "ControlName" "ImagePanel" - "fieldName" "ShadeBG" + "fieldName" "class" "xpos" "0" "ypos" "0" "wide" "f0" @@ -31,76 +31,23 @@ "tabPosition" "0" } - "charInfo" + "SelectClassLabel" { - "fieldName" "charInfo" - "xpos" "0" - "ypos" "0" - "visible" "0" - "enabled" "0" - "wide" "0" - "tall" "0" - } - - "random" - { - "ControlName" "CExLabel" - "fieldName" "random" - "xpos" "c80" - "ypos" "c101" - "zpos" "6" - "wide" "150" - "tall" "16" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "&R Random" [$WIN32] - "textAlignment" "west" - "Command" "joinclass random" - "Default" "0" - "font" "CerbeticaBold16" - "scaleImage" "1" - "paintbackground" "0" - - "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" - - "stayselectedonclick" "1" - "Default" "1" - "selectonhover" "1" - "keyboardinputenabled" "0" - } - - "Offense" - { - "ControlName" "CExLabel" - "fieldName" "Offense" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "tall_lodef" "22" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Offense" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" + "ControlName" "CExLabel" + "fieldName" "SelectClassLabel" + "xpos" "30" + "ypos" "r40" + "zpos" "5" + "wide" "450" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_SelectAClass" + "textAlignment" "west" + "font" "CerbeticaBold32" + "fgcolor" "HudOffWhite" } "scout" @@ -117,29 +64,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&1 Scout" [$WIN32] + "labelText" "&1 Scout" "textAlignment" "west" "Command" "joinclass scout" + "Default" "1" "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" - } + "soldier" { "ControlName" "CExImageButton" @@ -154,7 +101,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&2 Soldier" [$WIN32] + "labelText" "&2 Soldier" "textAlignment" "west" "Command" "joinclass soldier" "Default" "0" @@ -163,20 +110,20 @@ "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "sound_armed" "UI/buttonrollover.wav" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "pyro" { "ControlName" "CExImageButton" @@ -191,52 +138,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&3 Pyro" [$WIN32] + "labelText" "&3 Pyro" "textAlignment" "west" "Command" "joinclass pyro" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - "Defense" - { - "ControlName" "CExLabel" - "fieldName" "Defense" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "tall_lodef" "22" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Defense" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } "demoman" { "ControlName" "CExImageButton" @@ -251,29 +175,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&4 Demoman" [$WIN32] + "labelText" "&4 Demoman" "textAlignment" "west" "Command" "joinclass demoman" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "heavyweapons" { "ControlName" "CExLabel" @@ -288,29 +212,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&5 Heavy" [$WIN32] + "labelText" "&5 Heavy" "textAlignment" "west" "Command" "joinclass heavyweapons" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "engineer" { "ControlName" "CExLabel" @@ -325,51 +249,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&6 Engineer" [$WIN32] + "labelText" "&6 Engineer" "textAlignment" "west" "Command" "joinclass engineer" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - - "Support" - { - "ControlName" "CExLabel" - "fieldName" "Support" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "90" - "tall" "12" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Support" - "textAlignment" "left" - "font" "MenuClassBuckets" - "font_lodef" "MenuMainTitle" - "fgcolor" "TanDark" - "fgcolor_lodef" "TanLight" - } + "medic" { "ControlName" "CExImageButton" @@ -384,29 +286,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&7 Medic" [$WIN32] + "labelText" "&7 Medic" "textAlignment" "west" "Command" "joinclass medic" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "sniper" { "ControlName" "CExImageButton" @@ -421,29 +323,29 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&8 Sniper" [$WIN32] + "labelText" "&8 Sniper" "textAlignment" "west" "Command" "joinclass sniper" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } + "spy" { "ControlName" "CExImageButton" @@ -458,35 +360,71 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "&9 Spy" [$WIN32] + "labelText" "&9 Spy" "textAlignment" "west" "Command" "joinclass spy" "Default" "0" - "font" "CerbeticaBold16" + "font" "CerbeticaBold16" "scaleImage" "1" "paintbackground" "0" "fgcolor" "TanDark" - "defaultFgColor_override" "TanDark" + "defaultFgColor_override" "TanDark" "armedFgColor_override" "TanDark" "depressedFgColor_override" "TanDark" "selectedFgColor_override" "TanLight" - + "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" - + "stayselectedonclick" "1" - "Default" "1" "selectonhover" "1" "keyboardinputenabled" "0" } - "CancelButton" [$WIN32] + "random" + { + "ControlName" "CExLabel" + "fieldName" "random" + "xpos" "c80" + "ypos" "c101" + "zpos" "6" + "wide" "150" + "tall" "16" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&R Random" + "textAlignment" "west" + "Command" "joinclass random" + "Default" "0" + "font" "CerbeticaBold16" + "scaleImage" "1" + "paintbackground" "0" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanLight" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + } + + "EditLoadoutButton" [$WIN32] { "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "c-295" + "fieldName" "EditLoadoutButton" + "xpos" "r180" "ypos" "r38" "zpos" "6" "wide" "100" @@ -496,19 +434,18 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#TF_ClassMenu_Cancel" + "paintbackground" "0" + "labelText" "#EditLoadout" "textAlignment" "center" - "paintbackground""0" - "Command" "vguicancel" + "Command" "openloadout" "font" "CerbeticaBold16" - "fgcolor_override" "200 80 60 255" } - "EditLoadoutButton" [$WIN32] + "CancelButton" [$WIN32] { "ControlName" "CExButton" - "fieldName" "EditLoadoutButton" - "xpos" "r180" + "fieldName" "CancelButton" + "xpos" "c-295" "ypos" "r38" "zpos" "6" "wide" "100" @@ -518,11 +455,12 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "paintbackground""0" - "labelText" "#EditLoadout" + "labelText" "#TF_ClassMenu_Cancel" "textAlignment" "center" - "Command" "openloadout" + "Command" "vguicancel" "font" "CerbeticaBold16" + "paintbackground" "0" + "fgcolor" "200 80 60 255" } "LoadoutButtonBackground" { @@ -533,7 +471,7 @@ "wide" "20" "tall" "0" } - "ResetButton" [$WIN32] + "ResetButton" { "ControlName" "CExButton" "fieldName" "ResetButton" @@ -553,26 +491,6 @@ "Command" "resetclass" "font" "CerbeticaBold16" } - - "ClassMenuSelect" - { - "ControlName" "CExLabel" - "fieldName" "ClassMenuSelect" - "xpos" "30" - "ypos" "r40" - "zpos" "5" - "wide" "450" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" - "labelText" "#TF_SelectAClass" - "textAlignment" "west" - "font" "CerbeticaBold32" - "fgcolor" "HudOffWhite" - } "MenuBG" { @@ -597,8 +515,6 @@ "angles_y" "180" "angles_z" "0" "origin_x" "365" - "origin_x_lodef" "415" - "origin_x_hidef" "380" "origin_y" "0" "origin_z" "-40" } @@ -609,15 +525,10 @@ "ControlName" "CExLabel" "fieldName" "Hint" "xpos" "c-300" - "xpos_hidef" "c-287" - "xpos_lodef" "c-260" "ypos" "95" - "ypos_hidef" "101" - "ypos_lodef" "115" "zpos" "2" "wide" "600" "tall" "50" - "tall_lodef" "30" "autoResize" "1" "pinCorner" "2" "visible" "0" @@ -627,9 +538,7 @@ "textAlignment" "left" "wrap" "1" "font" "HudFontMediumSmallSecondary" - "font_lodef" "HudFontMediumSmallSecondary" "fgcolor" "HudTrainingHint" - "fgcolor_lodef" "HudTrainingHint" } "ShadedBar" @@ -638,13 +547,9 @@ "fieldName" "ShadedBar" "xpos" "9999" "ypos" "r50" - "ypos_lodef" "r74" - "ypos_hidef" "r65" "zpos" "4" "wide" "f0" "tall" "50" - "tall_lodef" "74" - "tall_hidef" "65" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -653,90 +558,6 @@ "image" "loadout_bottom_gradient" "tileImage" "1" "PaintBackgroundType" "0" - } - - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "zpos" "6" - "tall" "80" - "button_separator" "10" - "button_separator_lodef" "5" - "buttongap" "50" - "buttongap_hidef" "35" - "buttongap_lodef" "18" - "textadjust" "3" - "textadjust_lodef" "0" - "buttonoffsety" "20" - "buttonoffsety_hidef" "0" - "buttonoffsety_lodef" "18" - "center" "0" - "button_pin_right_lodef" "55" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "cancel" - "text" "#GameUI_Cancel" - "icon" "#GameUI_Icons_B_BUTTON" - } - - "button" - { - "name" "nextprev" - "text" "#TF_NextPrev" - "icon" "#GameUI_Icons_DPAD" - } - - "button" - { - "name" "select" - "text" "#GameUI_Select" - "icon" "#GameUI_Icons_A_BUTTON" - } - } - - "localPlayerImage" [$WIN32] - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "9" - "wide" "45" - "tall" "90" - "visible" "0" - "enabled" "0" - "image" "" - "scaleImage" "1" - } - - "localPlayerBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "localPlayerBG" - "xpos" "9999" - "ypos" "99999" - "zpos" "2" - "wide" "55" - "tall" "80" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../hud/color_panel_clear" - "scaleImage" "1" - "teambg_2" "../hud/color_panel_clear" - "teambg_3" "../hud/color_panel_clear" - - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" } "countImage0" [$WIN32] @@ -750,9 +571,9 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" - } + "image" "" + "scaleImage" "1" + } "countImage1" [$WIN32] { @@ -765,8 +586,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage2" [$WIN32] @@ -780,8 +601,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage3" [$WIN32] @@ -795,8 +616,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage4" [$WIN32] @@ -810,8 +631,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage5" [$WIN32] @@ -825,8 +646,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage6" [$WIN32] @@ -840,8 +661,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage7" [$WIN32] @@ -855,8 +676,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage8" [$WIN32] @@ -870,8 +691,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage9" [$WIN32] @@ -885,8 +706,8 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" + "image" "" + "scaleImage" "1" } "countImage10" [$WIN32] @@ -900,31 +721,11 @@ "tall" "60" "visible" "0" "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "CountLabel" [$WIN32] - { - "ControlName" "CExLabel" - "fieldName" "CountLabel" - "xpos" "9999" - "ypos" "9999" - "zpos" "10" - "wide" "150" - "tall" "18" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_TeamCount" - "textAlignment" "left" - "font" "HudFontMediumSmallSecondary" - "fgcolor" "TanLight" + "image" "" + "scaleImage" "1" } - "numScout" [$WIN32] + "numScout" { "ControlName" "CExLabel" "fieldName" "numScout" @@ -942,9 +743,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numSoldier" [$WIN32] + "numSoldier" { "ControlName" "CExLabel" "fieldName" "numSoldier" @@ -962,9 +763,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numPyro" [$WIN32] + "numPyro" { "ControlName" "CExLabel" "fieldName" "numPyro" @@ -982,9 +783,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numDemoman" [$WIN32] + "numDemoman" { "ControlName" "CExLabel" "fieldName" "numDemoman" @@ -1002,9 +803,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numHeavy" [$WIN32] + "numHeavy" { "ControlName" "CExLabel" "fieldName" "numHeavy" @@ -1022,9 +823,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numEngineer" [$WIN32] + "numEngineer" { "ControlName" "CExLabel" "fieldName" "numEngineer" @@ -1042,9 +843,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numMedic" [$WIN32] + "numMedic" { "ControlName" "CExLabel" "fieldName" "numMedic" @@ -1062,9 +863,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numSniper" [$WIN32] + "numSniper" { "ControlName" "CExLabel" "fieldName" "numSniper" @@ -1082,9 +883,9 @@ "textAlignment" "west" "font" "CerbeticaBold16" "fgcolor" "TanLight" - } + } - "numSpy" [$WIN32] + "numSpy" { "ControlName" "CExLabel" "fieldName" "numMedic" @@ -1101,8 +902,8 @@ "labelText" "%numSpy%" "textAlignment" "west" "font" "CerbeticaBold16" - "fgcolor" "TanLight" - } + "fgcolor" "TanLight" + } "MvMUpgradeImageScout" { @@ -1238,116 +1039,6 @@ "image" "mvm/class_upgraded" "scaleImage" "1" } - - "StartExplanation" - { - "ControlName" "CExplanationPopup" - "fieldName" "StartExplanation" - "xpos" "0" - "ypos" "0" - "zpos" "10000" - "wide" "250" - "tall" "165" - "visible" "0" - "PaintBackgroundType" "2" - "paintbackground" "0" - "border" "MainMenuHighlightBorder" - - "force_close" "1" - "end_x" "c-170" - "end_y" "115" - "end_wide" "300" - "end_tall" "240" - "callout_inparents_x" "c-270" - "callout_inparents_y" "40" - "next_explanation" "VoucherExplanation" - - "TitleLabel" - { - "ControlName" "CExLabel" - "fieldName" "TitleLabel" - "font" "HudFontSmallBold" - "labelText" "#TF_MvM_UpgradeExplanation_Title" - "textAlignment" "north" - "xpos" "20" - "ypos" "10" - "wide" "260" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "TextLabel" - { - "ControlName" "CExLabel" - "fieldName" "TextLabel" - "font" "HudFontSmall" - "labelText" "#TF_MvM_UpgradeExplanation_Text" - "textAlignment" "north-west" - "xpos" "20" - "ypos" "45" - "wide" "260" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "46 43 42 255" - } - - "CloseButton" - { - "ControlName" "CExImageButton" - "fieldName" "CloseButton" - "xpos" "280" - "ypos" "5" - "zpos" "10" - "wide" "14" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "default" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "Command" "close" - - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "200 80 60 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "close_button" - "scaleImage" "1" - } - } - } "TFPlayerModel" { @@ -1355,7 +1046,7 @@ "fieldName" "TFPlayerModel" "xpos" "c-360" "ypos" "0" - "zpos" "6" + "zpos" "6" "wide" "480" "tall" "480" "autoResize" "0" @@ -1364,8 +1055,8 @@ "enabled" "1" "fov" "25" "allow_rot" "0" - "paintbackground" "1" - "render_texture" "0" + "paintbackground" "1" + "render_texture" "0" "paintbackgroundenabled" "1" "bgcolor_override" "255 255 255 0" @@ -1391,15 +1082,20 @@ "ControlName" "CTFClassTipsPanel" "fieldName" "ClassTipsPanel" "xpos" "9999" - "ypos" "9999" - "zpos" "7" - "wide" "235" - "tall" "165" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" + } + + "localPlayerImage" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "xpos" "9999" + } + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "9999" } "ClassHighlightPanel" @@ -1415,7 +1111,6 @@ "PaintBackgroundType" "2" "paintbackground" "0" "border" "MainMenuHighlightBorder" - "start_x" "c-238" "start_y" "100" "start_wide" "1" @@ -1443,7 +1138,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "ClassHighlightText" @@ -1462,7 +1157,7 @@ "visible" "1" "enabled" "1" "wrap" "1" - "fgcolor_override" "46 43 42 255" + "fgcolor_override" "TanDarker" } "CloseButton" @@ -1488,15 +1183,14 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "close" - "paintbackground" "0" - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" + "defaultFgColor_override" "TanDarker" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDarker" - "image_drawcolor" "117 107 94 255" - "image_armedcolor" "200 80 60 255" + "image_drawcolor" "TextColor" + "image_armedcolor" "LightRed" "SubImage" { "ControlName" "ImagePanel" @@ -1508,7 +1202,7 @@ "tall" "14" "visible" "1" "enabled" "1" - "image" "close_button" + "image" "replay/thumbnails/close" "scaleImage" "1" } } diff --git a/customizations/Team Menu/ClassSelection-left.res b/customizations/Team Menu/ClassSelection-left.res index 82c4ff9..3566c6b 100644 --- a/customizations/Team Menu/ClassSelection-left.res +++ b/customizations/Team Menu/ClassSelection-left.res @@ -483,7 +483,7 @@ "Command" "vguicancel" "font" "CerbeticaBold14" "paintbackground" "0" - "fgcolor" "TanLight" + "fgcolor" "TanLight" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -1217,7 +1217,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" diff --git a/customizations/Team Menu/Teammenu-center.res b/customizations/Team Menu/Teammenu-center.res index 52192e6..3d11035 100644 --- a/customizations/Team Menu/Teammenu-center.res +++ b/customizations/Team Menu/Teammenu-center.res @@ -15,32 +15,6 @@ "fgcolor" "255 0 0 255" "tabPosition" "0" } - "BlueTeamBG" - { - "ControlName" "ImagePanel" - "fieldName" "BlueTeamBG" - "xpos" "c-110" - "ypos" "c-20" - "zpos" "0" - "wide" "110" - "tall" "40" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 125" - } - "RedTeamBG" - { - "ControlName" "ImagePanel" - "fieldName" "RedTeamBG" - "xpos" "c0" - "ypos" "c-20" - "zpos" "0" - "wide" "110" - "tall" "40" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - } "AutojoinBackground" { "ControlName" "ImagePanel" @@ -67,7 +41,7 @@ "enabled" "1" "fillcolor" "0 0 0 100" } - + "SysMenu" { "ControlName" "Menu" @@ -82,7 +56,7 @@ "enabled" "0" "tabPosition" "0" } - + "MapInfo" { "ControlName" "HTML" @@ -97,7 +71,7 @@ "enabled" "0" "tabPosition" "0" } - + "mapname" { "ControlName" "Label" @@ -118,6 +92,27 @@ "fgcolor" "TanLight" } + "SelectTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectTeamLabel" + "xpos" "30" + "ypos" "c200" + "zpos" "6" + "wide" "450" + "tall" "30" + "labelText" "#TF_SelectATeam" + "textAlignment" "west" + "font" "CerbeticaBold32" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "HudOffWhite" + } + "teambutton0" { "ControlName" "CTFTeamButton" @@ -137,14 +132,28 @@ "dulltext" "0" "brighttext" "0" "command" "jointeam blue" - "team" "3" // team blue + "team" "3" // Blue Team "font" "CerbeticaBold16" "defaultFgColor_override" "255 255 255 128" "armedFgColor_override" "TanLight" "depressedFgColor_override" "255 255 255 128" "selectedFgColor_override" "TanLight" } - + + "BlueTeamBG" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamBG" + "xpos" "c-110" + "ypos" "c-20" + "zpos" "0" + "wide" "110" + "tall" "40" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 125" + } + "teambutton1" { "ControlName" "CTFTeamButton" @@ -164,14 +173,29 @@ "dulltext" "0" "brighttext" "0" "command" "jointeam red" - "team" "4" // team red + "team" "4" // Red Team "font" "CerbeticaBold16" + "defaultFgColor_override" "255 255 255 128" "armedFgColor_override" "TanLight" "depressedFgColor_override" "255 255 255 128" "selectedFgColor_override" "TanLight" } - + + "RedTeamBG" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamBG" + "xpos" "c0" + "ypos" "c-20" + "zpos" "0" + "wide" "110" + "tall" "40" + "visible" "1" + "enabled" "1" + "fillcolor" "205 50 50 153" + } + "teambutton2" { "ControlName" "CTFTeamButton" @@ -186,7 +210,7 @@ "visible" "1" "enabled" "1" "tabPosition" "1" - "labelText" "&1. Auto-join" [$WIN32] + "labelText" "&1. Auto-Join" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -226,63 +250,14 @@ "selectedFgColor_override" "TanLight" } - "CancelButton" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "CancelButton" - "xpos" "r190" - "xpos_hidef" "r200" - "ypos" "r40" - "ypos_lodef" "r64" - "ypos_hidef" "r54" - "zpos" "6" - "wide" "150" - "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" - } - - "TeamMenuSelect" - { - "ControlName" "CExLabel" - "fieldName" "TeamMenuSelect" - "xpos" "30" - "ypos" "c200" - "zpos" "6" - "wide" "450" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_lodef" "0" - "enabled" "1" - "labelText" "#TF_SelectATeam" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold32" - "fgcolor" "HudOffWhite" - } - "TeamMenuAuto" { "ControlName" "CExLabel" "fieldName" "TeamMenuAuto" - "xpos" "9999" [$WIN32] + "xpos" "9999" "ypos" "9999" "zpos" "1" - "wide" "102" [$WIN32] - "wide" "94" [$X360] + "wide" "102" "tall" "24" "autoResize" "0" "pinCorner" "0" @@ -294,7 +269,7 @@ "brighttext" "0" "wrap" "0" "font" "MenuSmallFont" - "fgcolor" "black" + "fgcolor" "Black" } "TeamMenuSpectate" @@ -316,9 +291,9 @@ "brighttext" "0" "wrap" "0" "font" "CerbeticaBold16" - "fgcolor" "white" + "fgcolor" "White" } - + "MenuBG" { "ControlName" "ImagePanel" @@ -334,27 +309,6 @@ "enabled" "0" "fillcolor" "255 255 255 7" } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "0" - "tall" "0" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } "BlueCount" { @@ -438,71 +392,7 @@ "fgcolor" "255 255 255 175" } - "bluedoor" - { - "ControlName" "CModelPanel" - "fieldName" "bluedoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "reddoor" - { - "ControlName" "CModelPanel" - "fieldName" "reddoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "autodoor" - { - "ControlName" "CModelPanel" - "fieldName" "autodoor" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "spectate" - { - "ControlName" "CModelPanel" - "fieldName" "spectate" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - } - - "HighlanderLabel" [$WIN32] + "HighlanderLabel" { "ControlName" "CExLabel" "fieldName" "HighlanderLabel" @@ -524,7 +414,7 @@ "centerwrap" "1" } - "HighlanderLabelShadow" [$WIN32] + "HighlanderLabelShadow" { "ControlName" "CExLabel" "fieldName" "HighlanderLabelShadow" @@ -545,12 +435,12 @@ "fgcolor" "TransparentBlack" "centerwrap" "1" - "pin_to_sibling" "HighlanderLabel" + "pin_to_sibling" "HighlanderLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - "TeamsFullLabel" [$WIN32] + "TeamsFullLabel" { "ControlName" "CExLabel" "fieldName" "TeamsFullLabel" @@ -572,7 +462,7 @@ "centerwrap" "1" } - "TeamsFullLabelShadow" [$WIN32] + "TeamsFullLabelShadow" { "ControlName" "CExLabel" "fieldName" "TeamsFullLabelShadow" @@ -593,23 +483,31 @@ "fgcolor" "TransparentBlack" "centerwrap" "1" - "pin_to_sibling" "TeamsFullLabel" + "pin_to_sibling" "TeamsFullLabel" "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } - - "TeamsFullArrow" [$WIN32] + + "CancelButton" { - "ControlName" "CTFImagePanel" - "fieldName" "TeamsFullArrow" - "xpos" "9999" - "ypos" "9999" + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "r190" + "ypos" "r40" "zpos" "6" - "wide" "0" - "tall" "0" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" "visible" "0" - "enabled" "0" - "image" "../HUD/arrow_big_down" - "scaleImage" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "paintbackground""0" + "command" "cancelmenu" + "font" "CerbeticaBold16" } } \ No newline at end of file diff --git a/resource/ui/CharInfoLoadoutSubPanel.res b/resource/ui/CharInfoLoadoutSubPanel.res index 0bb89e6..a519287 100644 --- a/resource/ui/CharInfoLoadoutSubPanel.res +++ b/resource/ui/CharInfoLoadoutSubPanel.res @@ -822,7 +822,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -978,7 +978,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1044,7 +1044,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1150,7 +1150,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" @@ -1199,7 +1199,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1265,7 +1265,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1371,7 +1371,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" @@ -1420,7 +1420,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1486,7 +1486,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1592,7 +1592,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" @@ -1641,7 +1641,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "LightRed" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1707,7 +1707,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "LightRed" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1813,7 +1813,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "LightRed" @@ -1862,7 +1862,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -1928,7 +1928,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" @@ -2033,7 +2033,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" "image_armedcolor" "TanLight" @@ -2082,7 +2082,7 @@ "defaultFgColor_override" "TanDarker" "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" - "image_drawcolor" "NeutralWhite" + "image_drawcolor" "TanLight" "image_armedcolor" "White" "SubImage" diff --git a/resource/ui/ClassSelection.res b/resource/ui/ClassSelection.res index 82c4ff9..3566c6b 100644 --- a/resource/ui/ClassSelection.res +++ b/resource/ui/ClassSelection.res @@ -483,7 +483,7 @@ "Command" "vguicancel" "font" "CerbeticaBold14" "paintbackground" "0" - "fgcolor" "TanLight" + "fgcolor" "TanLight" "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" @@ -1217,7 +1217,7 @@ "paintbackground" "0" "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "depressedFgColor_override" "TanDarker" "image_drawcolor" "TextColor" diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index c9fc1bd..c53bb41 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -232,7 +232,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -251,7 +251,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -270,7 +270,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -289,7 +289,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -308,7 +308,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_explosion_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" @@ -327,7 +327,7 @@ "tall" "23" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "image" "../HUD/defense_buff_fire_blue" "fgcolor" "TanDark" "pin_to_sibling" "PlayerStatusAnchor" diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index c7989ee..c049471 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -504,7 +504,7 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "actionsignallevel" "2" + "actionsignallevel" "2" "Command" "noti_show" "fgcolor_override" "235 226 202 255" @@ -540,10 +540,10 @@ } } - "QuestLogButtonNew" + "QuestLogButton" { "ControlName" "EditablePanel" - "fieldName" "QuestLogButtonNew" + "fieldName" "QuestLogButton" "xpos" "r28" "ypos" "90" "zpos" "1" @@ -742,7 +742,7 @@ "brighttext" "0" "default" "0" "actionsignallevel" "2" - "Command" "noti_hide" + "Command" "noti_hide" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "paintbackground" "0" diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index e7237db..3774fa4 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -109,10 +109,10 @@ "visible" "0" "enabled" "0" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "ScoreboardBackground" { @@ -128,10 +128,10 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "MvMScoreboardBackground" @@ -148,10 +148,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Red6sBackground" @@ -167,10 +167,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "Blue6sBackground" { @@ -186,10 +186,10 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { - "visible" "0" - } + if_mvm + { + "visible" "0" + } } "BlueTeamLabel1" { @@ -209,7 +209,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "BlueTeamScore" @@ -231,7 +231,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "BlueTeamScoreDropshadow" @@ -254,7 +254,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "BlueTeamPlayerCount" @@ -275,7 +275,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedTeamLabel1" @@ -296,7 +296,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedTeamScore" @@ -318,7 +318,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedTeamScoreDropshadow" @@ -347,23 +347,23 @@ "RedTeamPlayerCount" { - "ControlName" "CExLabel" - "fieldName" "RedTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%redteamplayercount%" - "textAlignment" "east" - "xpos" "c140" - "ypos" "122" - "wide" "130" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "Cerbetica14" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "c140" + "ypos" "122" + "wide" "130" + "tall" "29" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" if_mvm { - "visible" "0" + "visible" "0" } } @@ -423,7 +423,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "RedPlayerList" @@ -447,7 +447,7 @@ if_mvm { - "visible" "0" + "visible" "0" } } "VerticalLine" diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res index 214bfe3..d336fd5 100644 --- a/resource/ui/craftingpanel.res +++ b/resource/ui/craftingpanel.res @@ -85,7 +85,7 @@ "enabled" "1" "labelText" "%itemname%" "textAlignment" "south" - "fgcolor" "NeutralWhite" + "fgcolor" "TanLight" "wrap" "1" "centerwrap" "1" } @@ -109,7 +109,7 @@ "textinsetx" "0" "defaultFgColor_override" "TextColor" "defaultBgColor_override" "Transparent" - "armedFgColor_override" "NeutralWhite" + "armedFgColor_override" "TanLight" "armedBgColor_override" "Transparent" "depressedFgColor_override" "178 82 22 255" "depressedBgColor_override" "Transparent" diff --git a/resource/ui/itemrenameconfirmationdialog.res b/resource/ui/itemrenameconfirmationdialog.res index 74fdfa6..b446bb9 100644 --- a/resource/ui/itemrenameconfirmationdialog.res +++ b/resource/ui/itemrenameconfirmationdialog.res @@ -198,7 +198,7 @@ "visible" "1" "enabled" "1" "centerwrap" "1" - "fgcolor_override" "NeutralWhite" + "fgcolor_override" "TanLight" } "WarningLabel" -- cgit v1.2.3 From d404b7f8743f43a565cbc6c6745958e3ecbdd74c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 1 Apr 2019 20:13:17 -0400 Subject: Fixed No Game Coordinator Notification --- .../Classic/resource/ui/mainmenuoverride.res | 26 ++++++++++----------- .../Modern/resource/ui/MainMenuOverride.res | 12 +++++----- materials/vgui/replay/thumbnails/raysfox.vmt | 8 +++++++ materials/vgui/replay/thumbnails/raysfox.vtf | Bin 0 -> 87588 bytes resource/ui/MainMenuOverride.res | 12 +++++----- 5 files changed, 33 insertions(+), 25 deletions(-) create mode 100644 materials/vgui/replay/thumbnails/raysfox.vmt create mode 100644 materials/vgui/replay/thumbnails/raysfox.vtf diff --git a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res b/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res index 78f0523..a61d8af 100644 --- a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res +++ b/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res @@ -195,15 +195,15 @@ { "ControlName" "ImagePanel" "fieldName" "MainMenuSideBGOuter" - "xpos" "77" + "xpos" "72" "ypos" "0" "zpos" "-1" - "wide" "204" + "wide" "205" "tall" "f0" "visible" "1" "enabled" "1" "scaleImage" "1" - "fillcolor" "Base Color" + "fillcolor" "ColorCyan" } "RankModelPanel" @@ -252,7 +252,7 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" + "paintbackground" "0" "paintborder" "0" "image_drawcolor" "235 226 202 255" "image_armedcolor" "255 255 255 255" @@ -315,10 +315,10 @@ { "ControlName" "Label" "fieldName" "NoGCMessage" - "xpos" "c-290" - "ypos" "94" - "zpos" "-99" - "wide" "260" + "xpos" "50" + "ypos" "250" + "zpos" "2" + "wide" "225" "tall" "100" "visible" "1" "proportionaltoparent" "1" @@ -338,14 +338,14 @@ { "ControlName" "ImagePanel" "fieldName" "NoGCImage" - "xpos" "c-285" - "ypos" "107" - "zpos" "-99" + "xpos" "210" + "ypos" "275" + "zpos" "2" "wide" "30" "tall" "30" "visible" "1" "enabled" "1" - "image" "gc_dc" + "image" "replay\thumbnails\raysfox" "scaleImage" "1" "proportionaltoparent" "1" } @@ -372,7 +372,7 @@ "fieldName" "TooltipPanel" "xpos" "9999" "ypos" "9999" - "zpos" "2" + "zpos" "3" "wide" "150" "tall" "50" "visible" "0" diff --git a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res index c049471..650f456 100644 --- a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res +++ b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res @@ -350,8 +350,8 @@ { "ControlName" "Label" "fieldName" "NoGCMessage" - "xpos" "c-290" - "ypos" "94" + "xpos" "10" + "ypos" "200" "zpos" "99" "wide" "260" "tall" "100" @@ -373,14 +373,14 @@ { "ControlName" "ImagePanel" "fieldName" "NoGCImage" - "xpos" "c-285" - "ypos" "107" - "zpos" "-99" + "xpos" "230" + "ypos" "220" + "zpos" "99" "wide" "30" "tall" "30" "visible" "1" "enabled" "1" - "image" "gc_dc" + "image" "replay\thumbnails\raysfox" "scaleImage" "1" "proportionaltoparent" "1" } diff --git a/materials/vgui/replay/thumbnails/raysfox.vmt b/materials/vgui/replay/thumbnails/raysfox.vmt new file mode 100644 index 0000000..2ca2c2e --- /dev/null +++ b/materials/vgui/replay/thumbnails/raysfox.vmt @@ -0,0 +1,8 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\raysfox" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "$translucent" "1" +} \ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/raysfox.vtf b/materials/vgui/replay/thumbnails/raysfox.vtf new file mode 100644 index 0000000..e9527ac Binary files /dev/null and b/materials/vgui/replay/thumbnails/raysfox.vtf differ diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index c049471..650f456 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -350,8 +350,8 @@ { "ControlName" "Label" "fieldName" "NoGCMessage" - "xpos" "c-290" - "ypos" "94" + "xpos" "10" + "ypos" "200" "zpos" "99" "wide" "260" "tall" "100" @@ -373,14 +373,14 @@ { "ControlName" "ImagePanel" "fieldName" "NoGCImage" - "xpos" "c-285" - "ypos" "107" - "zpos" "-99" + "xpos" "230" + "ypos" "220" + "zpos" "99" "wide" "30" "tall" "30" "visible" "1" "enabled" "1" - "image" "gc_dc" + "image" "replay\thumbnails\raysfox" "scaleImage" "1" "proportionaltoparent" "1" } -- cgit v1.2.3 From 7a1c7e5e88738e990888d4d30e2b66d09b2cbd18 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 1 Apr 2019 22:29:57 -0400 Subject: Fixed Medic UI in Mann vs. Machine Adjusted the ubercharge and item effect meters so to not overlap when the medic has a shield power up. Fixed a rogue shadow element in tournament spectator. --- resource/ui/HudItemEffectMeter.res | 3 ++- resource/ui/HudMedicCharge.res | 6 +++--- resource/ui/SpectatorTournament.res | 18 ------------------ resource/ui/hudmenutauntselection.res | 32 ++++++++++++++++---------------- scripts/hudlayout.res | 6 +++--- 5 files changed, 24 insertions(+), 41 deletions(-) diff --git a/resource/ui/HudItemEffectMeter.res b/resource/ui/HudItemEffectMeter.res index 8d8ec5c..beb7fed 100644 --- a/resource/ui/HudItemEffectMeter.res +++ b/resource/ui/HudItemEffectMeter.res @@ -44,11 +44,12 @@ "fieldName" "ItemEffectMeter" "font" "Default" "xpos" "0" - "xpos_minmode" "15" + "xpos_minmode" "17" "ypos" "0" "zpos" "2" "wide" "120" "tall" "8" + "wide_minmode" "114" "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index 1a478f7..032fc6b 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -23,7 +23,7 @@ "fieldName" "ChargeLabel" "xpos" "150" "ypos" "35" - "xpos_minmode" "96" + "xpos_minmode" "106" "ypos_minmode" "-5" "zpos" "2" "wide" "120" @@ -101,9 +101,9 @@ "fieldName" "ChargeMeter" "font" "Default" "xpos" "0" - "ypos" "60" + "ypos" "80" "xpos_minmode" "17" - "ypos_minmode" "27" + "ypos_minmode" "34" "zpos" "2" "wide" "150" "tall" "20" diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 36d3133..ceb4420 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -282,24 +282,6 @@ "fgcolor" "TransparentBlack" } - "healthcover" - { - "ControlName" "CExLabel" - "fieldName" "healthcover" - "font" "Cerbetica12" - "xpos" "0" - "ypos" "1" - "zpos" "5" - "wide" "26" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%respawntime%" - "textAlignment" "west" - "fgcolor" "15 15 15 110" - } - "chargeamount" { "ControlName" "CExLabel" diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res index 5e7dd7c..a97cd9a 100644 --- a/resource/ui/hudmenutauntselection.res +++ b/resource/ui/hudmenutauntselection.res @@ -194,8 +194,8 @@ "fieldName" "NumberLabel1BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" - "xpos" "36" + "xpos" "35" + "ypos" "96" "zpos" "5" "wide" "15" "tall" "15" @@ -288,8 +288,8 @@ "fieldName" "NumberLabel2BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "91" - "ypos" "97" + "xpos" "90" + "ypos" "96" "zpos" "5" "wide" "15" "tall" "15" @@ -383,8 +383,8 @@ "fieldName" "NumberLabel3BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" - "xpos" "146" + "ypos" "96" + "xpos" "145" "zpos" "5" "wide" "15" "tall" "15" @@ -476,8 +476,8 @@ "fieldName" "NumberLabel4BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" - "xpos" "202" + "ypos" "96" + "xpos" "201" "zpos" "5" "wide" "15" "tall" "15" @@ -570,8 +570,8 @@ "fieldName" "NumberLabel5BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" - "xpos" "258" + "ypos" "96" + "xpos" "257" "zpos" "5" "wide" "15" "tall" "15" @@ -664,8 +664,8 @@ "fieldName" "NumberLabel6BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" - "xpos" "312" + "ypos" "96" + "xpos" "311" "zpos" "5" "wide" "15" "tall" "15" @@ -758,8 +758,8 @@ "fieldName" "NumberLabel7BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "ypos" "97" - "xpos" "366" + "ypos" "96" + "xpos" "365" "zpos" "5" "wide" "15" "tall" "15" @@ -852,8 +852,8 @@ "fieldName" "NumberLabel8BG" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "422" - "ypos" "97" + "xpos" "421" + "ypos" "96" "zpos" "5" "wide" "15" "tall" "15" diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index cd2d507..f55ab5b 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -933,7 +933,7 @@ "enabled" "1" "xpos" "c-100" "ypos" "246" - "ypos_minmode" "315" + "ypos_minmode" "320" "zpos" "1" "wide" "600" "tall" "50" @@ -961,8 +961,8 @@ "visible" "0" "enabled" "1" "xpos" "c-100" - "ypos" "c100" - "ypos_minmode" "290" + "ypos" "c115" + "ypos_minmode" "298" "zpos" "1" "wide" "600" "tall" "50" -- cgit v1.2.3 From 00fc6476d833fad4d9a39bf836f6c8ca2f527a0d Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 5 Apr 2019 23:05:16 -0400 Subject: Fixed Controllers Breaking PDA/Disguise Panels --- resource/ui/build_menu_360/base_active.res | 6 ++++++ resource/ui/build_menu_360/base_active_teleport_target.res | 6 ++++++ resource/ui/build_menu_360/base_already_built.res | 6 ++++++ resource/ui/build_menu_360/base_cant_afford.res | 6 ++++++ resource/ui/build_menu_360/base_unavailable.res | 6 ++++++ resource/ui/build_menu_360/base_unavailable_teleport_target.res | 6 ++++++ resource/ui/build_menu_360/hudmenuengybuild.res | 6 ++++++ resource/ui/build_menu_360/hudmenueurekaeffect.res | 6 ++++++ resource/ui/build_menu_360/pipboy/base_active.res | 6 ++++++ resource/ui/build_menu_360/pipboy/base_active_teleport_target.res | 6 ++++++ resource/ui/build_menu_360/pipboy/base_already_built.res | 6 ++++++ resource/ui/build_menu_360/pipboy/base_cant_afford.res | 6 ++++++ resource/ui/build_menu_360/pipboy/base_unavailable.res | 6 ++++++ .../ui/build_menu_360/pipboy/base_unavailable_teleport_target.res | 6 ++++++ resource/ui/build_menu_360/pipboy/hudmenuengybuild.res | 6 ++++++ resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res | 6 ++++++ resource/ui/disguise_menu_360/demoman_blue.res | 6 ++++++ resource/ui/disguise_menu_360/demoman_red.res | 6 ++++++ resource/ui/disguise_menu_360/engineer_blue.res | 6 ++++++ resource/ui/disguise_menu_360/engineer_red.res | 6 ++++++ resource/ui/disguise_menu_360/heavy_blue.res | 6 ++++++ resource/ui/disguise_menu_360/heavy_red.res | 6 ++++++ resource/ui/disguise_menu_360/hudmenuspydisguise.res | 6 ++++++ resource/ui/disguise_menu_360/medic_blue.res | 6 ++++++ resource/ui/disguise_menu_360/medic_red.res | 6 ++++++ resource/ui/disguise_menu_360/pyro_blue.res | 6 ++++++ resource/ui/disguise_menu_360/pyro_red.res | 6 ++++++ resource/ui/disguise_menu_360/scout_blue.res | 6 ++++++ resource/ui/disguise_menu_360/scout_red.res | 6 ++++++ resource/ui/disguise_menu_360/sniper_blue.res | 6 ++++++ resource/ui/disguise_menu_360/sniper_red.res | 6 ++++++ resource/ui/disguise_menu_360/soldier_blue.res | 6 ++++++ resource/ui/disguise_menu_360/soldier_red.res | 6 ++++++ resource/ui/disguise_menu_360/spy_blue.res | 6 ++++++ resource/ui/disguise_menu_360/spy_red.res | 6 ++++++ scripts/hudlayout.res | 2 +- 36 files changed, 211 insertions(+), 1 deletion(-) create mode 100644 resource/ui/build_menu_360/base_active.res create mode 100644 resource/ui/build_menu_360/base_active_teleport_target.res create mode 100644 resource/ui/build_menu_360/base_already_built.res create mode 100644 resource/ui/build_menu_360/base_cant_afford.res create mode 100644 resource/ui/build_menu_360/base_unavailable.res create mode 100644 resource/ui/build_menu_360/base_unavailable_teleport_target.res create mode 100644 resource/ui/build_menu_360/hudmenuengybuild.res create mode 100644 resource/ui/build_menu_360/hudmenueurekaeffect.res create mode 100644 resource/ui/build_menu_360/pipboy/base_active.res create mode 100644 resource/ui/build_menu_360/pipboy/base_active_teleport_target.res create mode 100644 resource/ui/build_menu_360/pipboy/base_already_built.res create mode 100644 resource/ui/build_menu_360/pipboy/base_cant_afford.res create mode 100644 resource/ui/build_menu_360/pipboy/base_unavailable.res create mode 100644 resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res create mode 100644 resource/ui/build_menu_360/pipboy/hudmenuengybuild.res create mode 100644 resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res create mode 100644 resource/ui/disguise_menu_360/demoman_blue.res create mode 100644 resource/ui/disguise_menu_360/demoman_red.res create mode 100644 resource/ui/disguise_menu_360/engineer_blue.res create mode 100644 resource/ui/disguise_menu_360/engineer_red.res create mode 100644 resource/ui/disguise_menu_360/heavy_blue.res create mode 100644 resource/ui/disguise_menu_360/heavy_red.res create mode 100644 resource/ui/disguise_menu_360/hudmenuspydisguise.res create mode 100644 resource/ui/disguise_menu_360/medic_blue.res create mode 100644 resource/ui/disguise_menu_360/medic_red.res create mode 100644 resource/ui/disguise_menu_360/pyro_blue.res create mode 100644 resource/ui/disguise_menu_360/pyro_red.res create mode 100644 resource/ui/disguise_menu_360/scout_blue.res create mode 100644 resource/ui/disguise_menu_360/scout_red.res create mode 100644 resource/ui/disguise_menu_360/sniper_blue.res create mode 100644 resource/ui/disguise_menu_360/sniper_red.res create mode 100644 resource/ui/disguise_menu_360/soldier_blue.res create mode 100644 resource/ui/disguise_menu_360/soldier_red.res create mode 100644 resource/ui/disguise_menu_360/spy_blue.res create mode 100644 resource/ui/disguise_menu_360/spy_red.res diff --git a/resource/ui/build_menu_360/base_active.res b/resource/ui/build_menu_360/base_active.res new file mode 100644 index 0000000..4c6ec36 --- /dev/null +++ b/resource/ui/build_menu_360/base_active.res @@ -0,0 +1,6 @@ +#base "../build_menu/base_active.res" + +"Resource/UI/build_menu/base.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_active_teleport_target.res b/resource/ui/build_menu_360/base_active_teleport_target.res new file mode 100644 index 0000000..1e85359 --- /dev/null +++ b/resource/ui/build_menu_360/base_active_teleport_target.res @@ -0,0 +1,6 @@ +#base "../build_menu/base.res" + +"Resource/UI/build_menu/base.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_already_built.res b/resource/ui/build_menu_360/base_already_built.res new file mode 100644 index 0000000..cff2b49 --- /dev/null +++ b/resource/ui/build_menu_360/base_already_built.res @@ -0,0 +1,6 @@ +#base "../build_menu/base_already_built.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_cant_afford.res b/resource/ui/build_menu_360/base_cant_afford.res new file mode 100644 index 0000000..83e1ddd --- /dev/null +++ b/resource/ui/build_menu_360/base_cant_afford.res @@ -0,0 +1,6 @@ +#base "../build_menu/base_cant_afford.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_unavailable.res b/resource/ui/build_menu_360/base_unavailable.res new file mode 100644 index 0000000..74c8994 --- /dev/null +++ b/resource/ui/build_menu_360/base_unavailable.res @@ -0,0 +1,6 @@ +#base "../build_menu/base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/base_unavailable_teleport_target.res b/resource/ui/build_menu_360/base_unavailable_teleport_target.res new file mode 100644 index 0000000..74c8994 --- /dev/null +++ b/resource/ui/build_menu_360/base_unavailable_teleport_target.res @@ -0,0 +1,6 @@ +#base "../build_menu/base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/hudmenuengybuild.res b/resource/ui/build_menu_360/hudmenuengybuild.res new file mode 100644 index 0000000..4f0cf02 --- /dev/null +++ b/resource/ui/build_menu_360/hudmenuengybuild.res @@ -0,0 +1,6 @@ +#base "../build_menu/HudMenuEngyBuild.res" + +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/hudmenueurekaeffect.res b/resource/ui/build_menu_360/hudmenueurekaeffect.res new file mode 100644 index 0000000..8f4c666 --- /dev/null +++ b/resource/ui/build_menu_360/hudmenueurekaeffect.res @@ -0,0 +1,6 @@ +#base "../build_menu/HudMenuEurekaEffect.res" + +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_active.res b/resource/ui/build_menu_360/pipboy/base_active.res new file mode 100644 index 0000000..4fba002 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/base_active.res @@ -0,0 +1,6 @@ +#base "../../build_menu/base_active.res" + +"Resource/UI/build_menu/base.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res b/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res new file mode 100644 index 0000000..c230960 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/base_active_teleport_target.res @@ -0,0 +1,6 @@ +#base "../../build_menu/base_active_teleport_target.res" + +"Resource/UI/build_menu/base.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_already_built.res b/resource/ui/build_menu_360/pipboy/base_already_built.res new file mode 100644 index 0000000..c1fb061 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/base_already_built.res @@ -0,0 +1,6 @@ +#base "../../build_menu/base_already_built.res" + +"Resource/UI/build_menu/base_already_built.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_cant_afford.res b/resource/ui/build_menu_360/pipboy/base_cant_afford.res new file mode 100644 index 0000000..42aafa4 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/base_cant_afford.res @@ -0,0 +1,6 @@ +#base "../../build_menu/base_cant_afford.res" + +"Resource/UI/build_menu/base_cant_afford.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_unavailable.res b/resource/ui/build_menu_360/pipboy/base_unavailable.res new file mode 100644 index 0000000..70abe39 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/base_unavailable.res @@ -0,0 +1,6 @@ +#base "../../build_menu/base_unavailable.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res b/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res new file mode 100644 index 0000000..9b039b2 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res @@ -0,0 +1,6 @@ +#base "../../build_menu/base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/base_unavailable.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res b/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res new file mode 100644 index 0000000..1d9cf33 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/hudmenuengybuild.res @@ -0,0 +1,6 @@ +#base "../../build_menu/HudMenuEngyBuild.res" + +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res b/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res new file mode 100644 index 0000000..043dfe3 --- /dev/null +++ b/resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res @@ -0,0 +1,6 @@ +#base "../../build_menu/HudMenuEurekaEffect.res" + +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/demoman_blue.res b/resource/ui/disguise_menu_360/demoman_blue.res new file mode 100644 index 0000000..6ddbcf2 --- /dev/null +++ b/resource/ui/disguise_menu_360/demoman_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/demoman_blue.res" + +"Resource/UI/disguise_menu/demoman_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/demoman_red.res b/resource/ui/disguise_menu_360/demoman_red.res new file mode 100644 index 0000000..8d182d5 --- /dev/null +++ b/resource/ui/disguise_menu_360/demoman_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/demoman_red.res" + +"Resource/UI/disguise_menu/demoman_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/engineer_blue.res b/resource/ui/disguise_menu_360/engineer_blue.res new file mode 100644 index 0000000..0efe22b --- /dev/null +++ b/resource/ui/disguise_menu_360/engineer_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/engineer_blue.res" + +"Resource/UI/disguise_menu/engineer_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/engineer_red.res b/resource/ui/disguise_menu_360/engineer_red.res new file mode 100644 index 0000000..a91965f --- /dev/null +++ b/resource/ui/disguise_menu_360/engineer_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/engineer_red.res" + +"Resource/UI/disguise_menu/engineer_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/heavy_blue.res b/resource/ui/disguise_menu_360/heavy_blue.res new file mode 100644 index 0000000..8d499fa --- /dev/null +++ b/resource/ui/disguise_menu_360/heavy_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/heavy_blue.res" + +"Resource/UI/disguise_menu/heavy_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/heavy_red.res b/resource/ui/disguise_menu_360/heavy_red.res new file mode 100644 index 0000000..fc534ed --- /dev/null +++ b/resource/ui/disguise_menu_360/heavy_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/heavy_red.res" + +"Resource/UI/disguise_menu/heavy_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/hudmenuspydisguise.res b/resource/ui/disguise_menu_360/hudmenuspydisguise.res new file mode 100644 index 0000000..baa09b9 --- /dev/null +++ b/resource/ui/disguise_menu_360/hudmenuspydisguise.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/HudMenuSpyDisguise.res" + +"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/medic_blue.res b/resource/ui/disguise_menu_360/medic_blue.res new file mode 100644 index 0000000..4e3b6bd --- /dev/null +++ b/resource/ui/disguise_menu_360/medic_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/medic_blue.res" + +"Resource/UI/disguise_menu/medic_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/medic_red.res b/resource/ui/disguise_menu_360/medic_red.res new file mode 100644 index 0000000..893140e --- /dev/null +++ b/resource/ui/disguise_menu_360/medic_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/medic_red.res" + +"Resource/UI/disguise_menu/medic_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/pyro_blue.res b/resource/ui/disguise_menu_360/pyro_blue.res new file mode 100644 index 0000000..7f3ed98 --- /dev/null +++ b/resource/ui/disguise_menu_360/pyro_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/pyro_blue.res" + +"Resource/UI/disguise_menu/pyro_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/pyro_red.res b/resource/ui/disguise_menu_360/pyro_red.res new file mode 100644 index 0000000..94249da --- /dev/null +++ b/resource/ui/disguise_menu_360/pyro_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/pyro_red.res" + +"Resource/UI/disguise_menu/pyro_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/scout_blue.res b/resource/ui/disguise_menu_360/scout_blue.res new file mode 100644 index 0000000..01f5124 --- /dev/null +++ b/resource/ui/disguise_menu_360/scout_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/scout_blue.res" + +"Resource/UI/disguise_menu/scout_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/scout_red.res b/resource/ui/disguise_menu_360/scout_red.res new file mode 100644 index 0000000..d15a357 --- /dev/null +++ b/resource/ui/disguise_menu_360/scout_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/scout_red.res" + +"Resource/UI/disguise_menu/scout_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/sniper_blue.res b/resource/ui/disguise_menu_360/sniper_blue.res new file mode 100644 index 0000000..4e5a2cb --- /dev/null +++ b/resource/ui/disguise_menu_360/sniper_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/sniper_blue.res" + +"Resource/UI/disguise_menu/sniper_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/sniper_red.res b/resource/ui/disguise_menu_360/sniper_red.res new file mode 100644 index 0000000..8845a51 --- /dev/null +++ b/resource/ui/disguise_menu_360/sniper_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/sniper_red.res" + +"Resource/UI/disguise_menu/sniper_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/soldier_blue.res b/resource/ui/disguise_menu_360/soldier_blue.res new file mode 100644 index 0000000..66c5d15 --- /dev/null +++ b/resource/ui/disguise_menu_360/soldier_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/soldier_blue.res" + +"Resource/UI/disguise_menu/soldier_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/soldier_red.res b/resource/ui/disguise_menu_360/soldier_red.res new file mode 100644 index 0000000..cd71f57 --- /dev/null +++ b/resource/ui/disguise_menu_360/soldier_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/soldier_red.res" + +"Resource/UI/disguise_menu/soldier_red.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/spy_blue.res b/resource/ui/disguise_menu_360/spy_blue.res new file mode 100644 index 0000000..228f7ac --- /dev/null +++ b/resource/ui/disguise_menu_360/spy_blue.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/spy_blue.res" + +"Resource/UI/disguise_menu/spy_blue.res" +{ + +} \ No newline at end of file diff --git a/resource/ui/disguise_menu_360/spy_red.res b/resource/ui/disguise_menu_360/spy_red.res new file mode 100644 index 0000000..36d589d --- /dev/null +++ b/resource/ui/disguise_menu_360/spy_red.res @@ -0,0 +1,6 @@ +#base "../disguise_menu/spy_red.res" + +"Resource/UI/disguise_menu/spy_red.res" +{ + +} \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index f55ab5b..14376b1 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -890,7 +890,7 @@ CHealthAccountPanel { "fieldName" "CHealthAccountPanel" - "xpos" "c-288" + "xpos" "c-280" "ypos" "c45" "wide" "250" "tall" "120" -- cgit v1.2.3 From 896d2088f4f926d5425e00b11ae85d7791eaba85 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 6 Apr 2019 13:54:21 -0400 Subject: Bumped version number --- README.md | 2 +- customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res | 2 +- customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res | 2 +- resource/ui/MainMenuOverride.res | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c53e0d..6141503 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ Credits * Flame - If it weren't for your guide, I couldn't have made this at all. Thanks a million, man. * clovervidia - For the updated closed captions. Check his Steam Guide on CC [here](https://steamcommunity.com/sharedfiles/filedetails/?id=167785751). -v2018.1220 +v2019.0406 diff --git a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res b/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res index a61d8af..038dac9 100644 --- a/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res +++ b/customizations/Main Menu/Classic/resource/ui/mainmenuoverride.res @@ -946,7 +946,7 @@ "ControlName" "CExLabel" "fieldName" "VersionLabel" "font" "CerbeticaBold20" - "labelText" "rayshud v2018.1220" + "labelText" "rayshud v2019.0406" "xpos" "112" "ypos" "35" "wide" "130" diff --git a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res index 650f456..418673d 100644 --- a/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res +++ b/customizations/Main Menu/Modern/resource/ui/MainMenuOverride.res @@ -983,7 +983,7 @@ "ControlName" "CExLabel" "fieldName" "VersionLabel" "font" "Cerbetica14" - "labelText" "v2018.1220" + "labelText" "v2019.0406" "xpos" "r55" "ypos" "r13" "wide" "80" diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 650f456..418673d 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -983,7 +983,7 @@ "ControlName" "CExLabel" "fieldName" "VersionLabel" "font" "Cerbetica14" - "labelText" "v2018.1220" + "labelText" "v2019.0406" "xpos" "r55" "ypos" "r13" "wide" "80" -- cgit v1.2.3