summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
Diffstat (limited to 'resource')
-rw-r--r--resource/ui/basechat-base.res68
-rw-r--r--resource/ui/basechat.res70
-rw-r--r--resource/ui/dashboardpartymember-base.res170
-rw-r--r--resource/ui/dashboardpartymember.res172
-rw-r--r--resource/ui/disguisestatuspanel-base.res169
-rw-r--r--resource/ui/disguisestatuspanel.res171
-rw-r--r--resource/ui/freezepanel_basic-base.res3
-rw-r--r--resource/ui/hudarenawinpanel-base.res1157
-rw-r--r--resource/ui/hudarenawinpanel.res1159
-rw-r--r--resource/ui/hudinspectpanel-base.res61
-rw-r--r--resource/ui/hudinspectpanel.res63
-rw-r--r--resource/ui/hudkillstreaknotice-base.res34
-rw-r--r--resource/ui/hudkillstreaknotice.res36
-rw-r--r--resource/ui/hudmatchstatus-base.res738
-rw-r--r--resource/ui/hudmatchstatus.res740
-rw-r--r--resource/ui/hudmatchsummary-base.res994
-rw-r--r--resource/ui/hudmatchsummary.res996
-rw-r--r--resource/ui/hudplayerclass.res1
-rw-r--r--resource/ui/hudtournament-base.res665
-rw-r--r--resource/ui/hudtournament.res667
-rw-r--r--resource/ui/matchmakingtooltip-base.res56
-rw-r--r--resource/ui/matchmakingtooltip.res58
-rw-r--r--resource/ui/mvmscoreboard-base.res204
-rw-r--r--resource/ui/mvmscoreboard.res206
-rw-r--r--resource/ui/pvprankpanel-base.res588
-rw-r--r--resource/ui/pvprankpanel.res590
-rw-r--r--resource/ui/roundinfo.res141
-rw-r--r--resource/ui/scoreboard-base.res1
-rw-r--r--resource/ui/scoreboard.res1
-rw-r--r--resource/ui/spectator-base.res173
-rw-r--r--resource/ui/spectator.res176
-rw-r--r--resource/ui/targetid-base.res287
-rw-r--r--resource/ui/targetid.res289
-rw-r--r--resource/ui/votehud-base.res713
-rw-r--r--resource/ui/votehud.res715
-rw-r--r--resource/ui/winpanel-base.res735
-rw-r--r--resource/ui/winpanel.res737
37 files changed, 6992 insertions, 6812 deletions
diff --git a/resource/ui/basechat-base.res b/resource/ui/basechat-base.res
new file mode 100644
index 0000000..e57ab51
--- /dev/null
+++ b/resource/ui/basechat-base.res
@@ -0,0 +1,68 @@
+"Resource/UI/BaseChat.res"
+{
+ "HudChat"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HudChat"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "5"
+ "ypos" "25"
+ "wide" "210"
+ "tall" "100"
+ "PaintBackgroundType" "0"
+ "bgcolor_override" "0 0 0 255"
+ }
+
+ ChatInputLine
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ChatInputLine"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "10"
+ "ypos" "395"
+ "wide" "160"
+ "tall" "0"
+ "PaintBackgroundType" "0"
+ }
+
+ "ChatFiltersButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "ChatFiltersButton"
+ "xpos" "173"
+ "ypos" "87"
+ "wide" "33"
+ "tall" "8"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "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" "210"
+ "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/basechat.res b/resource/ui/basechat.res
index e57ab51..890e211 100644
--- a/resource/ui/basechat.res
+++ b/resource/ui/basechat.res
@@ -1,68 +1,2 @@
-"Resource/UI/BaseChat.res"
-{
- "HudChat"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudChat"
- "visible" "1"
- "enabled" "1"
- "xpos" "5"
- "ypos" "25"
- "wide" "210"
- "tall" "100"
- "PaintBackgroundType" "0"
- "bgcolor_override" "0 0 0 255"
- }
-
- ChatInputLine
- {
- "ControlName" "EditablePanel"
- "fieldName" "ChatInputLine"
- "visible" "1"
- "enabled" "1"
- "xpos" "10"
- "ypos" "395"
- "wide" "160"
- "tall" "0"
- "PaintBackgroundType" "0"
- }
-
- "ChatFiltersButton"
- {
- "ControlName" "Button"
- "fieldName" "ChatFiltersButton"
- "xpos" "173"
- "ypos" "87"
- "wide" "33"
- "tall" "8"
- "autoResize" "1"
- "pinCorner" "0"
- "visible" "1"
- "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" "210"
- "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
+"#base" "../../#customizations/streamermode/basechat.res"
+"#base" "basechat-base.res" \ No newline at end of file
diff --git a/resource/ui/dashboardpartymember-base.res b/resource/ui/dashboardpartymember-base.res
new file mode 100644
index 0000000..06e959a
--- /dev/null
+++ b/resource/ui/dashboardpartymember-base.res
@@ -0,0 +1,170 @@
+"Resource/UI/DashboardPartyMember.res"
+{
+ "avatar"
+ {
+ // "ControlName" "CAvatarImagePanel"
+ "fieldName" "avatar"
+ "xpos" "1"
+ "ypos" "1"
+ "zpos" "101"
+ "wide" "f2"
+ "tall" "f2"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "scaleImage" "1"
+ }
+
+ "EmptyImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "EmptyImage"
+ "xpos" "1"
+ "ypos" "1"
+ "zpos" "100"
+ "wide" "f2"
+ "tall" "f2"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "scaleImage" "1"
+ "image" "class_portraits/silhouette_alpha"
+ "mouseinputenabled" "0"
+ }
+
+ "LeaderIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "LeaderIcon"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "105"
+ "wide" "8"
+ "tall" "8"
+ "visible" "1"
+ "enabled" "1"
+ "image" "importtool_goldstar"
+ "scaleImage" "1"
+ "mouseinputenabled" "0"
+ }
+
+ "BannedIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BannedIcon"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "105"
+ "wide" "p0.75"
+ "tall" "p0.75"
+ "visible" "1"
+ "enabled" "1"
+ "image" "glyph_alert"
+ "scaleImage" "1"
+ "mouseinputenabled" "0"
+ "proportionaltoparent" "1"
+ "drawcolor" "255 0 0 255"
+ }
+
+ "OutOfDateIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "OutOfDateIcon"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "105"
+ "wide" "p0.75"
+ "tall" "p0.75"
+ "visible" "1"
+ "enabled" "1"
+ "image" "glyph_alert"
+ "scaleImage" "1"
+ "mouseinputenabled" "0"
+ "proportionaltoparent" "1"
+ "drawcolor" "OrangeDim"
+ }
+
+ "OfflineIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "OfflineIcon"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "105"
+ "wide" "p0.65"
+ "tall" "p0.65"
+ "visible" "1"
+ "enabled" "1"
+ "image" "gc_dc"
+ "scaleImage" "1"
+ "mouseinputenabled" "0"
+ "proportionaltoparent" "1"
+ "drawcolor" "OrangeDim"
+ }
+
+ "StatusDimmer"
+ {
+ "ControlName" "Panel"
+ "fieldName" "StatusDimmer"
+ "xpos" "1"
+ "ypos" "1"
+ "zpos" "104"
+ "wide" "f2"
+ "tall" "f2"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "bgcolor_override" "0 0 0 240"
+ }
+
+ "InteractButton"
+ {
+ "ControlName" "CExImageButton"
+ "fieldName" "InteractButton"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "200"
+ "wide" "f1"
+ "tall" "f1"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "font" "PlayerPanelPlayerName"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "interact"
+ "proportionaltoparent" "1"
+ "labeltext" ""
+ "mouseinputenabled" "1"
+ "keyboardinputenabled" "0"
+ "actionsignallevel" "1"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+
+ "defaultBgColor_override" "235 226 202 2"
+ "armedBgColor_override" "94 150 49 20"
+
+ "border_default" "NoBorder"
+ "border_armed" "FriendHighlightBorderThick"
+ }
+
+ "Spinner"
+ {
+ "ControlName" "CTFLogoPanel"
+ "fieldName" "Spinner"
+ "xpos" "1"
+ "ypos" "1"
+ "zpos" "104"
+ "wide" "f2"
+ "tall" "f2"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "mouseinputenabled" "0"
+ "alpha" "200"
+
+ "radius" "26"
+ "velocity" "60"
+ "fgcolor_override" "Orange"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/dashboardpartymember.res b/resource/ui/dashboardpartymember.res
index 06e959a..a8d50fd 100644
--- a/resource/ui/dashboardpartymember.res
+++ b/resource/ui/dashboardpartymember.res
@@ -1,170 +1,2 @@
-"Resource/UI/DashboardPartyMember.res"
-{
- "avatar"
- {
- // "ControlName" "CAvatarImagePanel"
- "fieldName" "avatar"
- "xpos" "1"
- "ypos" "1"
- "zpos" "101"
- "wide" "f2"
- "tall" "f2"
- "visible" "1"
- "proportionaltoparent" "1"
- "scaleImage" "1"
- }
-
- "EmptyImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "EmptyImage"
- "xpos" "1"
- "ypos" "1"
- "zpos" "100"
- "wide" "f2"
- "tall" "f2"
- "visible" "1"
- "proportionaltoparent" "1"
- "scaleImage" "1"
- "image" "class_portraits/silhouette_alpha"
- "mouseinputenabled" "0"
- }
-
- "LeaderIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "LeaderIcon"
- "xpos" "0"
- "ypos" "0"
- "zpos" "105"
- "wide" "8"
- "tall" "8"
- "visible" "1"
- "enabled" "1"
- "image" "importtool_goldstar"
- "scaleImage" "1"
- "mouseinputenabled" "0"
- }
-
- "BannedIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "BannedIcon"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "zpos" "105"
- "wide" "p0.75"
- "tall" "p0.75"
- "visible" "1"
- "enabled" "1"
- "image" "glyph_alert"
- "scaleImage" "1"
- "mouseinputenabled" "0"
- "proportionaltoparent" "1"
- "drawcolor" "255 0 0 255"
- }
-
- "OutOfDateIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "OutOfDateIcon"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "zpos" "105"
- "wide" "p0.75"
- "tall" "p0.75"
- "visible" "1"
- "enabled" "1"
- "image" "glyph_alert"
- "scaleImage" "1"
- "mouseinputenabled" "0"
- "proportionaltoparent" "1"
- "drawcolor" "OrangeDim"
- }
-
- "OfflineIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "OfflineIcon"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "zpos" "105"
- "wide" "p0.65"
- "tall" "p0.65"
- "visible" "1"
- "enabled" "1"
- "image" "gc_dc"
- "scaleImage" "1"
- "mouseinputenabled" "0"
- "proportionaltoparent" "1"
- "drawcolor" "OrangeDim"
- }
-
- "StatusDimmer"
- {
- "ControlName" "Panel"
- "fieldName" "StatusDimmer"
- "xpos" "1"
- "ypos" "1"
- "zpos" "104"
- "wide" "f2"
- "tall" "f2"
- "visible" "1"
- "proportionaltoparent" "1"
- "bgcolor_override" "0 0 0 240"
- }
-
- "InteractButton"
- {
- "ControlName" "CExImageButton"
- "fieldName" "InteractButton"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "zpos" "200"
- "wide" "f1"
- "tall" "f1"
- "autoResize" "0"
- "pinCorner" "3"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "font" "PlayerPanelPlayerName"
- "textAlignment" "center"
- "dulltext" "0"
- "brighttext" "0"
- "Command" "interact"
- "proportionaltoparent" "1"
- "labeltext" ""
- "mouseinputenabled" "1"
- "keyboardinputenabled" "0"
- "actionsignallevel" "1"
-
- "sound_depressed" "UI/buttonclick.wav"
- "sound_released" "UI/buttonclickrelease.wav"
-
- "defaultBgColor_override" "235 226 202 2"
- "armedBgColor_override" "94 150 49 20"
-
- "border_default" "NoBorder"
- "border_armed" "FriendHighlightBorderThick"
- }
-
- "Spinner"
- {
- "ControlName" "CTFLogoPanel"
- "fieldName" "Spinner"
- "xpos" "1"
- "ypos" "1"
- "zpos" "104"
- "wide" "f2"
- "tall" "f2"
- "visible" "1"
- "proportionaltoparent" "1"
- "mouseinputenabled" "0"
- "alpha" "200"
-
- "radius" "26"
- "velocity" "60"
- "fgcolor_override" "Orange"
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/dashboardpartymember.res"
+"#base" "dashboardpartymember-base.res" \ No newline at end of file
diff --git a/resource/ui/disguisestatuspanel-base.res b/resource/ui/disguisestatuspanel-base.res
new file mode 100644
index 0000000..773fb15
--- /dev/null
+++ b/resource/ui/disguisestatuspanel-base.res
@@ -0,0 +1,169 @@
+"Resource/UI/ItemModelPanel.res"
+{
+ "itemmodelpanel"
+ {
+ "ControlName" "CEmbeddedItemModelPanel"
+ "fieldName" "itemmodelpanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "100"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "useparentbg" "1"
+ "fov" "54"
+ "start_framed" "1"
+ "disable_manipulation" "1"
+
+ "model"
+ {
+ "angles_x" "10"
+ "angles_y" "130"
+ "angles_z" "0"
+ }
+ }
+
+ "ShadedBar"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ShadedBar"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "150"
+ "tall" "30"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "0"
+ }
+
+ "DisguiseStatusBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "DisguiseStatusBG"
+ "xpos" "30"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "150"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/color_panel_brown"
+ "scaleImage" "1"
+ "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" "HudFontSmall"
+ "xpos" "35"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%disguisename%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "DisguiseNameLabelShadow"
+ {
+ "ControlName" "Label"
+ "fieldName" "DisguiseNameLabelShadow"
+ "font" "HudFontSmall"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%disguisename%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ "fgcolor_override" "TransparentBlack"
+ "pin_to_sibling" "DisguiseNameLabel"
+ }
+
+ "WeaponNameLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "WeaponNameLabel"
+ "font" "HudFontSmallest"
+ "xpos" "35"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%weaponname%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "WeaponNameLabelShadow"
+ {
+ "ControlName" "Label"
+ "fieldName" "WeaponNameLabelShadow"
+ "font" "HudFontSmallest"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%weaponname%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ "fgcolor_override" "TransparentBlack"
+ "pin_to_sibling" "WeaponNameLabel"
+ }
+
+ "SpectatorGUIHealth"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "SpectatorGUIHealth"
+ "xpos" "-7"
+ "ypos" "-10"
+ "zpos" "1"
+ "wide" "37"
+ "tall" "50"
+ "visible" "1"
+ "enabled" "1"
+ "HealthBonusPosAdj" "10"
+ "HealthDeathWarning" "0.49"
+ "TFFont" "HudFontSmall"
+ "HealthDeathWarningColor" "HUDDeathWarning"
+ "TextColor" "HudOffWhite"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res
index 773fb15..9937824 100644
--- a/resource/ui/disguisestatuspanel.res
+++ b/resource/ui/disguisestatuspanel.res
@@ -1,169 +1,2 @@
-"Resource/UI/ItemModelPanel.res"
-{
- "itemmodelpanel"
- {
- "ControlName" "CEmbeddedItemModelPanel"
- "fieldName" "itemmodelpanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "100"
- "tall" "100"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "useparentbg" "1"
- "fov" "54"
- "start_framed" "1"
- "disable_manipulation" "1"
-
- "model"
- {
- "angles_x" "10"
- "angles_y" "130"
- "angles_z" "0"
- }
- }
-
- "ShadedBar"
- {
- "ControlName" "EditablePanel"
- "fieldName" "ShadedBar"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "150"
- "tall" "30"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "TransparentBlack"
- "PaintBackgroundType" "0"
- }
-
- "DisguiseStatusBG"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "DisguiseStatusBG"
- "xpos" "30"
- "ypos" "0"
- "zpos" "0"
- "wide" "150"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/color_panel_brown"
- "scaleImage" "1"
- "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" "HudFontSmall"
- "xpos" "35"
- "ypos" "0"
- "zpos" "1"
- "wide" "115"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%disguisename%"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "DisguiseNameLabelShadow"
- {
- "ControlName" "Label"
- "fieldName" "DisguiseNameLabelShadow"
- "font" "HudFontSmall"
- "xpos" "-1"
- "ypos" "-1"
- "zpos" "1"
- "wide" "115"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "labelText" "%disguisename%"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- "fgcolor_override" "TransparentBlack"
- "pin_to_sibling" "DisguiseNameLabel"
- }
-
- "WeaponNameLabel"
- {
- "ControlName" "Label"
- "fieldName" "WeaponNameLabel"
- "font" "HudFontSmallest"
- "xpos" "35"
- "ypos" "15"
- "zpos" "1"
- "wide" "115"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%weaponname%"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "WeaponNameLabelShadow"
- {
- "ControlName" "Label"
- "fieldName" "WeaponNameLabelShadow"
- "font" "HudFontSmallest"
- "xpos" "-1"
- "ypos" "-1"
- "zpos" "1"
- "wide" "115"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "labelText" "%weaponname%"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- "fgcolor_override" "TransparentBlack"
- "pin_to_sibling" "WeaponNameLabel"
- }
-
- "SpectatorGUIHealth"
- {
- "ControlName" "EditablePanel"
- "fieldName" "SpectatorGUIHealth"
- "xpos" "-7"
- "ypos" "-10"
- "zpos" "1"
- "wide" "37"
- "tall" "50"
- "visible" "1"
- "enabled" "1"
- "HealthBonusPosAdj" "10"
- "HealthDeathWarning" "0.49"
- "TFFont" "HudFontSmall"
- "HealthDeathWarningColor" "HUDDeathWarning"
- "TextColor" "HudOffWhite"
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/disguisestatuspanel.res"
+"#base" "disguisestatuspanel-base.res" \ No newline at end of file
diff --git a/resource/ui/freezepanel_basic-base.res b/resource/ui/freezepanel_basic-base.res
new file mode 100644
index 0000000..18a8d03
--- /dev/null
+++ b/resource/ui/freezepanel_basic-base.res
@@ -0,0 +1,3 @@
+"#base" "hudinspectpanel.res"
+"#base" "../../#customizations/_streamermode/resource/freezepanel_basic.res"
+"#base" "freezepanel_basic-base.res" \ No newline at end of file
diff --git a/resource/ui/hudarenawinpanel-base.res b/resource/ui/hudarenawinpanel-base.res
new file mode 100644
index 0000000..5bf3651
--- /dev/null
+++ b/resource/ui/hudarenawinpanel-base.res
@@ -0,0 +1,1157 @@
+"Resource/UI/arenawinpanel.res"
+{
+ "ArenaWinPanelScores"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ArenaWinPanelScores"
+ "xpos" "0"
+ "ypos" "1"
+ "wide" "450"
+ "tall" "200"
+ "visible" "1"
+
+ "BlueScoreBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueScoreBG"
+ "xpos" "25"
+ "ypos" "35"
+ "zpos" "-1"
+ "wide" "200"
+ "tall" "25"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "BlueSolid"
+ }
+ "RedScoreBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedScoreBG"
+ "xpos" "225"
+ "ypos" "35"
+ "zpos" "-1"
+ "wide" "200"
+ "tall" "25"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "RedSolid"
+ }
+
+ "BlueTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamLabel"
+ "font" "HudFontMedium"
+ "labelText" "%blueteamname%"
+ "textAlignment" "west"
+ "xpos" "29"
+ "ypos" "33"
+ "wide" "200"
+ "tall" "28"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "BlueTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScore"
+ "font" "Cerbetica40"
+ "labelText" "%blueteamscore%"
+ "textAlignment" "east"
+ "xpos" "138"
+ "ypos" "10"
+ "zpos" "3"
+ "wide" "80"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueTeamScoreShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScoreShadow"
+ "font" "Cerbetica40"
+ "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"
+ }
+
+ "RedTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamLabel"
+ "font" "HudFontMedium"
+ "labelText" "%redteamname%"
+ "textAlignment" "east"
+ "xpos" "220"
+ "ypos" "33"
+ "wide" "200"
+ "tall" "28"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "RedTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScore"
+ "font" "Cerbetica40"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "230"
+ "ypos" "10"
+ "zpos" "3"
+ "wide" "80"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedTeamScoreShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScoreShadow"
+ "font" "Cerbetica40"
+ "fgcolor" "TransparentBlack"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "-2"
+ "ypos" "-2"
+ "zpos" "3"
+ "wide" "80"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "pin_to_sibling" "RedTeamScore"
+ }
+
+ "ArenaStreaksBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "ArenaStreaksBG"
+ "xpos" "9999"
+ }
+ "ArenaStreakLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ArenaStreakLabel"
+ "xpos" "9999"
+ }
+ }
+
+ "WinPanelBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "WinPanelBG"
+ "xpos" "9999"
+ }
+ "WinPanelBG2"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "WinPanelBG2"
+ "xpos" "25"
+ "ypos" "60"
+ "zpos" "0"
+ "wide" "400"
+ "tall" "118"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "0 0 0 250"
+ }
+
+ "WinningTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "WinningTeamLabel"
+ "font" "Cerbetica20"
+ "xpos" "35"
+ "ypos" "41"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%WinningTeamLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "WinningTeamLabelDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "WinningTeamLabelDropshadow"
+ "font" "Cerbetica20"
+ "fgcolor" "TransparentBlack"
+ "xpos" "36"
+ "ypos" "42"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%WinningTeamLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "LosingTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "LosingTeamLabel"
+ "font" "Cerbetica20"
+ "xpos" "35"
+ "ypos" "41"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%LosingTeamLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "LosingTeamLabelDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "LosingTeamLabelDropshadow"
+ "font" "Cerbetica20"
+ "fgcolor" "TransparentBlack"
+ "xpos" "36"
+ "ypos" "42"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%LosingTeamLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "WinReasonLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "WinReasonLabel"
+ "font" "ScoreboardVerySmall"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%WinReasonLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "DetailsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DetailsLabel"
+ "font" "Default"
+ "xpos" "35"
+ "ypos" "122"
+ "zpos" "1"
+ "wide" "418"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%DetailsLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "ShadedBar"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ShadedBar"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "2"
+ "wide" "382"
+ "tall" "84"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "fillcolor" "0 0 0 150"
+ "PaintBackgroundType" "0"
+ }
+
+ "TopPlayersLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TopPlayerLabel"
+ "font" "Default"
+ "xpos" "50"
+ "ypos" "64"
+ "zpos" "3"
+ "wide" "190"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%TopPlayersLabel%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "DamageThisRoundLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DamageThisRoundLabel"
+ "font" "Default"
+ "xpos" "265"
+ "ypos" "64"
+ "zpos" "3"
+ "wide" "40"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Arena_Winpanel_DamageThisRound"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "HealingThisRoundLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PointsThisRoundLabel"
+ "font" "Default"
+ "xpos" "315"
+ "ypos" "64"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Arena_Winpanel_HealingThisRound"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "LifetimeThisRoundLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PointsThisRoundLabel"
+ "font" "Default"
+ "xpos" "360"
+ "ypos" "64"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Arena_Winpanel_TimeAliveThisRound"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "KillingBlowsThisRoundLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PointsThisRoundLabel"
+ "font" "Default"
+ "xpos" "400"
+ "ypos" "64"
+ "zpos" "3"
+ "wide" "25"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Arena_Winpanel_KillingBlows"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "HorizontalLine"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "HorizontalLine"
+ "xpos" "40"
+ "ypos" "155"
+ "zpos" "3"
+ "wide" "374"
+ "tall" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "fillcolor" "250 234 201 255"
+ "PaintBackgroundType" "0"
+ }
+
+ "ArenaWinPanelWinnersPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ArenaWinPanelWinnersPanel"
+ "xpos" "20"
+ "ypos" "76"
+ "wide" "340"
+ "tall" "46"
+ "visible" "1"
+ "zpos" "3"
+
+ "Player1Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player1Avatar"
+ "xpos" "21"
+ "ypos" "4"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player1Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Name"
+ "xpos" "40"
+ "ypos" "4"
+ "wide" "126"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Class"
+ "xpos" "175"
+ "ypos" "4"
+ "wide" "45"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Damage"
+ "xpos" "241"
+ "ypos" "4"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Healing"
+ "xpos" "289"
+ "ypos" "4"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Lifetime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Lifetime"
+ "xpos" "335"
+ "ypos" "4"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Kills"
+ "xpos" "362"
+ "ypos" "4"
+ "wide" "25"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player2Avatar"
+ "xpos" "21"
+ "ypos" "19"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player2Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Name"
+ "xpos" "40"
+ "ypos" "19"
+ "wide" "126"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Class"
+ "xpos" "175"
+ "ypos" "19"
+ "wide" "45"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Damage"
+ "xpos" "241"
+ "ypos" "19"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Healing"
+ "xpos" "289"
+ "ypos" "19"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Lifetime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Lifetime"
+ "xpos" "335"
+ "ypos" "19"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Kills"
+ "xpos" "362"
+ "ypos" "19"
+ "wide" "25"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player3Avatar"
+ "xpos" "21"
+ "ypos" "34"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player3Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Name"
+ "xpos" "40"
+ "ypos" "34"
+ "wide" "126"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Class"
+ "xpos" "175"
+ "ypos" "34"
+ "wide" "45"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Damage"
+ "xpos" "241"
+ "ypos" "34"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Healing"
+ "xpos" "289"
+ "ypos" "34"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Lifetime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Lifetime"
+ "xpos" "335"
+ "ypos" "34"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Kills"
+ "xpos" "362"
+ "ypos" "34"
+ "wide" "25"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ }
+ "ArenaWinPanelLosersPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ArenaWinPanelLosersPanel"
+ "xpos" "20"
+ "ypos" "76"
+ "wide" "340"
+ "tall" "46"
+ "visible" "1"
+ "zpos" "3"
+
+ "Player1Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player1Avatar"
+ "xpos" "21"
+ "ypos" "4"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player1Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Name"
+ "xpos" "40"
+ "ypos" "4"
+ "wide" "126"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Class"
+ "xpos" "175"
+ "ypos" "4"
+ "wide" "45"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Damage"
+ "xpos" "241"
+ "ypos" "4"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Healing"
+ "xpos" "289"
+ "ypos" "4"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Lifetime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Lifetime"
+ "xpos" "335"
+ "ypos" "4"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Kills"
+ "xpos" "362"
+ "ypos" "4"
+ "wide" "25"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player2Avatar"
+ "xpos" "21"
+ "ypos" "19"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player2Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Name"
+ "xpos" "40"
+ "ypos" "19"
+ "wide" "126"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Class"
+ "xpos" "175"
+ "ypos" "19"
+ "wide" "45"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Damage"
+ "xpos" "241"
+ "ypos" "19"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Healing"
+ "xpos" "289"
+ "ypos" "19"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Lifetime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Lifetime"
+ "xpos" "335"
+ "ypos" "19"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Kills"
+ "xpos" "362"
+ "ypos" "19"
+ "wide" "25"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player3Avatar"
+ "xpos" "21"
+ "ypos" "34"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player3Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Name"
+ "xpos" "40"
+ "ypos" "34"
+ "wide" "126"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Class"
+ "xpos" "175"
+ "ypos" "34"
+ "wide" "45"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Damage"
+ "xpos" "241"
+ "ypos" "34"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Healing"
+ "xpos" "289"
+ "ypos" "34"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Lifetime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Lifetime"
+ "xpos" "335"
+ "ypos" "34"
+ "wide" "35"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Kills"
+ "xpos" "362"
+ "ypos" "34"
+ "wide" "25"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/hudarenawinpanel.res b/resource/ui/hudarenawinpanel.res
index 5bf3651..ee526ac 100644
--- a/resource/ui/hudarenawinpanel.res
+++ b/resource/ui/hudarenawinpanel.res
@@ -1,1157 +1,2 @@
-"Resource/UI/arenawinpanel.res"
-{
- "ArenaWinPanelScores"
- {
- "ControlName" "EditablePanel"
- "fieldName" "ArenaWinPanelScores"
- "xpos" "0"
- "ypos" "1"
- "wide" "450"
- "tall" "200"
- "visible" "1"
-
- "BlueScoreBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueScoreBG"
- "xpos" "25"
- "ypos" "35"
- "zpos" "-1"
- "wide" "200"
- "tall" "25"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "BlueSolid"
- }
- "RedScoreBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedScoreBG"
- "xpos" "225"
- "ypos" "35"
- "zpos" "-1"
- "wide" "200"
- "tall" "25"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "RedSolid"
- }
-
- "BlueTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamLabel"
- "font" "HudFontMedium"
- "labelText" "%blueteamname%"
- "textAlignment" "west"
- "xpos" "29"
- "ypos" "33"
- "wide" "200"
- "tall" "28"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "BlueTeamScore"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamScore"
- "font" "Cerbetica40"
- "labelText" "%blueteamscore%"
- "textAlignment" "east"
- "xpos" "138"
- "ypos" "10"
- "zpos" "3"
- "wide" "80"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "BlueTeamScoreShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamScoreShadow"
- "font" "Cerbetica40"
- "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"
- }
-
- "RedTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamLabel"
- "font" "HudFontMedium"
- "labelText" "%redteamname%"
- "textAlignment" "east"
- "xpos" "220"
- "ypos" "33"
- "wide" "200"
- "tall" "28"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "RedTeamScore"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamScore"
- "font" "Cerbetica40"
- "labelText" "%redteamscore%"
- "textAlignment" "west"
- "xpos" "230"
- "ypos" "10"
- "zpos" "3"
- "wide" "80"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "RedTeamScoreShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamScoreShadow"
- "font" "Cerbetica40"
- "fgcolor" "TransparentBlack"
- "labelText" "%redteamscore%"
- "textAlignment" "west"
- "xpos" "-2"
- "ypos" "-2"
- "zpos" "3"
- "wide" "80"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "pin_to_sibling" "RedTeamScore"
- }
-
- "ArenaStreaksBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ArenaStreaksBG"
- "xpos" "9999"
- }
- "ArenaStreakLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ArenaStreakLabel"
- "xpos" "9999"
- }
- }
-
- "WinPanelBG"
- {
- "ControlName" "ImagePanel"
- "fieldName" "WinPanelBG"
- "xpos" "9999"
- }
- "WinPanelBG2"
- {
- "ControlName" "EditablePanel"
- "fieldName" "WinPanelBG2"
- "xpos" "25"
- "ypos" "60"
- "zpos" "0"
- "wide" "400"
- "tall" "118"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "0 0 0 250"
- }
-
- "WinningTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "WinningTeamLabel"
- "font" "Cerbetica20"
- "xpos" "35"
- "ypos" "41"
- "zpos" "1"
- "wide" "340"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "labelText" "%WinningTeamLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
- "WinningTeamLabelDropshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "WinningTeamLabelDropshadow"
- "font" "Cerbetica20"
- "fgcolor" "TransparentBlack"
- "xpos" "36"
- "ypos" "42"
- "zpos" "1"
- "wide" "340"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "labelText" "%WinningTeamLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "LosingTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "LosingTeamLabel"
- "font" "Cerbetica20"
- "xpos" "35"
- "ypos" "41"
- "zpos" "1"
- "wide" "340"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "labelText" "%LosingTeamLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
- "LosingTeamLabelDropshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "LosingTeamLabelDropshadow"
- "font" "Cerbetica20"
- "fgcolor" "TransparentBlack"
- "xpos" "36"
- "ypos" "42"
- "zpos" "1"
- "wide" "340"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "labelText" "%LosingTeamLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "WinReasonLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "WinReasonLabel"
- "font" "ScoreboardVerySmall"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "1"
- "wide" "340"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%WinReasonLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
- "DetailsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "DetailsLabel"
- "font" "Default"
- "xpos" "35"
- "ypos" "122"
- "zpos" "1"
- "wide" "418"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%DetailsLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "ShadedBar"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ShadedBar"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "2"
- "wide" "382"
- "tall" "84"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "fillcolor" "0 0 0 150"
- "PaintBackgroundType" "0"
- }
-
- "TopPlayersLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TopPlayerLabel"
- "font" "Default"
- "xpos" "50"
- "ypos" "64"
- "zpos" "3"
- "wide" "190"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%TopPlayersLabel%"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "DamageThisRoundLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "DamageThisRoundLabel"
- "font" "Default"
- "xpos" "265"
- "ypos" "64"
- "zpos" "3"
- "wide" "40"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#TF_Arena_Winpanel_DamageThisRound"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "HealingThisRoundLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "PointsThisRoundLabel"
- "font" "Default"
- "xpos" "315"
- "ypos" "64"
- "zpos" "3"
- "wide" "35"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#TF_Arena_Winpanel_HealingThisRound"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "LifetimeThisRoundLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "PointsThisRoundLabel"
- "font" "Default"
- "xpos" "360"
- "ypos" "64"
- "zpos" "3"
- "wide" "35"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#TF_Arena_Winpanel_TimeAliveThisRound"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "KillingBlowsThisRoundLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "PointsThisRoundLabel"
- "font" "Default"
- "xpos" "400"
- "ypos" "64"
- "zpos" "3"
- "wide" "25"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#TF_Arena_Winpanel_KillingBlows"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "HorizontalLine"
- {
- "ControlName" "ImagePanel"
- "fieldName" "HorizontalLine"
- "xpos" "40"
- "ypos" "155"
- "zpos" "3"
- "wide" "374"
- "tall" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "fillcolor" "250 234 201 255"
- "PaintBackgroundType" "0"
- }
-
- "ArenaWinPanelWinnersPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "ArenaWinPanelWinnersPanel"
- "xpos" "20"
- "ypos" "76"
- "wide" "340"
- "tall" "46"
- "visible" "1"
- "zpos" "3"
-
- "Player1Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player1Avatar"
- "xpos" "21"
- "ypos" "4"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player1Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Name"
- "xpos" "40"
- "ypos" "4"
- "wide" "126"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Class"
- "xpos" "175"
- "ypos" "4"
- "wide" "45"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Damage"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Damage"
- "xpos" "241"
- "ypos" "4"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Healing"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Healing"
- "xpos" "289"
- "ypos" "4"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Lifetime"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Lifetime"
- "xpos" "335"
- "ypos" "4"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Kills"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Kills"
- "xpos" "362"
- "ypos" "4"
- "wide" "25"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player2Avatar"
- "xpos" "21"
- "ypos" "19"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player2Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Name"
- "xpos" "40"
- "ypos" "19"
- "wide" "126"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Class"
- "xpos" "175"
- "ypos" "19"
- "wide" "45"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Damage"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Damage"
- "xpos" "241"
- "ypos" "19"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Healing"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Healing"
- "xpos" "289"
- "ypos" "19"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Lifetime"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Lifetime"
- "xpos" "335"
- "ypos" "19"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Kills"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Kills"
- "xpos" "362"
- "ypos" "19"
- "wide" "25"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player3Avatar"
- "xpos" "21"
- "ypos" "34"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player3Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Name"
- "xpos" "40"
- "ypos" "34"
- "wide" "126"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Class"
- "xpos" "175"
- "ypos" "34"
- "wide" "45"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Damage"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Damage"
- "xpos" "241"
- "ypos" "34"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Healing"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Healing"
- "xpos" "289"
- "ypos" "34"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Lifetime"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Lifetime"
- "xpos" "335"
- "ypos" "34"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Kills"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Kills"
- "xpos" "362"
- "ypos" "34"
- "wide" "25"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- }
- "ArenaWinPanelLosersPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "ArenaWinPanelLosersPanel"
- "xpos" "20"
- "ypos" "76"
- "wide" "340"
- "tall" "46"
- "visible" "1"
- "zpos" "3"
-
- "Player1Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player1Avatar"
- "xpos" "21"
- "ypos" "4"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player1Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Name"
- "xpos" "40"
- "ypos" "4"
- "wide" "126"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Class"
- "xpos" "175"
- "ypos" "4"
- "wide" "45"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Damage"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Damage"
- "xpos" "241"
- "ypos" "4"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Healing"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Healing"
- "xpos" "289"
- "ypos" "4"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Lifetime"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Lifetime"
- "xpos" "335"
- "ypos" "4"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Kills"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Kills"
- "xpos" "362"
- "ypos" "4"
- "wide" "25"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player2Avatar"
- "xpos" "21"
- "ypos" "19"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player2Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Name"
- "xpos" "40"
- "ypos" "19"
- "wide" "126"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Class"
- "xpos" "175"
- "ypos" "19"
- "wide" "45"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Damage"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Damage"
- "xpos" "241"
- "ypos" "19"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Healing"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Healing"
- "xpos" "289"
- "ypos" "19"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Lifetime"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Lifetime"
- "xpos" "335"
- "ypos" "19"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Kills"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Kills"
- "xpos" "362"
- "ypos" "19"
- "wide" "25"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player3Avatar"
- "xpos" "21"
- "ypos" "34"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player3Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Name"
- "xpos" "40"
- "ypos" "34"
- "wide" "126"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Class"
- "xpos" "175"
- "ypos" "34"
- "wide" "45"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Damage"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Damage"
- "xpos" "241"
- "ypos" "34"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Healing"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Healing"
- "xpos" "289"
- "ypos" "34"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Lifetime"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Lifetime"
- "xpos" "335"
- "ypos" "34"
- "wide" "35"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Kills"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Kills"
- "xpos" "362"
- "ypos" "34"
- "wide" "25"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/hudarenawinpanel.res"
+"#base" "hudarenawinpanel-base.res" \ No newline at end of file
diff --git a/resource/ui/hudinspectpanel-base.res b/resource/ui/hudinspectpanel-base.res
new file mode 100644
index 0000000..4013be2
--- /dev/null
+++ b/resource/ui/hudinspectpanel-base.res
@@ -0,0 +1,61 @@
+"Resource/UI/HudInspectPanel.res"
+{
+ "itempanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "itempanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "10"
+ "wide" "190"
+ "tall" "100"
+ "visible" "0"
+ "bgcolor_override" "TransparentBlack"
+ "paintBackground" "1"
+ "PaintBackgroundType" "2"
+ "paintBorder" "0"
+
+ "model_ypos" "20"
+ "model_center_x" "1"
+ "model_wide" "90"
+ "model_tall" "60"
+
+ "text_xpos" "10"
+ "text_ypos" "10"
+ "text_wide" "170"
+ "text_center" "1"
+
+ "max_text_height" "100"
+ "padding_height" "10"
+ "resize_to_text" "1"
+ "text_forcesize" "2"
+
+ "itemmodelpanel"
+ {
+ "fieldName" "itemmodelpanel"
+ "use_item_rendertarget" "0"
+ "useparentbg" "1"
+ "inventory_image_type" "1"
+ }
+
+ "ItemLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "ItemLabel"
+ "font" "HudFontSmallest"
+ "xpos" "10"
+ "ypos" "3"
+ "zpos" "1"
+ "wide" "270"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#FreezePanel_Item"
+ "textAlignment" "Left"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/hudinspectpanel.res b/resource/ui/hudinspectpanel.res
index 4013be2..bf00d41 100644
--- a/resource/ui/hudinspectpanel.res
+++ b/resource/ui/hudinspectpanel.res
@@ -1,61 +1,2 @@
-"Resource/UI/HudInspectPanel.res"
-{
- "itempanel"
- {
- "ControlName" "CItemModelPanel"
- "fieldName" "itempanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "10"
- "wide" "190"
- "tall" "100"
- "visible" "0"
- "bgcolor_override" "TransparentBlack"
- "paintBackground" "1"
- "PaintBackgroundType" "2"
- "paintBorder" "0"
-
- "model_ypos" "20"
- "model_center_x" "1"
- "model_wide" "90"
- "model_tall" "60"
-
- "text_xpos" "10"
- "text_ypos" "10"
- "text_wide" "170"
- "text_center" "1"
-
- "max_text_height" "100"
- "padding_height" "10"
- "resize_to_text" "1"
- "text_forcesize" "2"
-
- "itemmodelpanel"
- {
- "fieldName" "itemmodelpanel"
- "use_item_rendertarget" "0"
- "useparentbg" "1"
- "inventory_image_type" "1"
- }
-
- "ItemLabel"
- {
- "ControlName" "Label"
- "fieldName" "ItemLabel"
- "font" "HudFontSmallest"
- "xpos" "10"
- "ypos" "3"
- "zpos" "1"
- "wide" "270"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#FreezePanel_Item"
- "textAlignment" "Left"
- "dulltext" "0"
- "brighttext" "0"
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/hudinspectpanel.res"
+"#base" "hudinspectpanel-base.res" \ No newline at end of file
diff --git a/resource/ui/hudkillstreaknotice-base.res b/resource/ui/hudkillstreaknotice-base.res
new file mode 100644
index 0000000..478af6d
--- /dev/null
+++ b/resource/ui/hudkillstreaknotice-base.res
@@ -0,0 +1,34 @@
+"Resource/UI/HudKillStreakNotice.res"
+{
+ "Background"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Background"
+ "xpos" "c-250"
+ "ypos" "110"
+ "zpos" "0"
+ "wide" "500"
+ "tall" "50"
+ "autoResize" "0"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TransparentBlack"
+ }
+
+ "SplashLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SplashLabel"
+ "font_override" "ScoreboardSmall"
+ "labelText" ""
+ "textAlignment" "center"
+ "xpos" "c-250"
+ "ypos" "70"
+ "zpos" "2"
+ "wide" "500"
+ "tall" "50"
+ "autoResize" "0"
+ "fgcolor" "White"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res
index 478af6d..b3c5f68 100644
--- a/resource/ui/hudkillstreaknotice.res
+++ b/resource/ui/hudkillstreaknotice.res
@@ -1,34 +1,2 @@
-"Resource/UI/HudKillStreakNotice.res"
-{
- "Background"
- {
- "ControlName" "EditablePanel"
- "fieldName" "Background"
- "xpos" "c-250"
- "ypos" "110"
- "zpos" "0"
- "wide" "500"
- "tall" "50"
- "autoResize" "0"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
- "bgcolor_override" "TransparentBlack"
- }
-
- "SplashLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "SplashLabel"
- "font_override" "ScoreboardSmall"
- "labelText" ""
- "textAlignment" "center"
- "xpos" "c-250"
- "ypos" "70"
- "zpos" "2"
- "wide" "500"
- "tall" "50"
- "autoResize" "0"
- "fgcolor" "White"
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/hudkillstreaknotice.res"
+"#base" "hudkillstreaknotice-base.res" \ No newline at end of file
diff --git a/resource/ui/hudmatchstatus-base.res b/resource/ui/hudmatchstatus-base.res
new file mode 100644
index 0000000..90ea1a3
--- /dev/null
+++ b/resource/ui/hudmatchstatus-base.res
@@ -0,0 +1,738 @@
+"Resource/UI/HudMatchStatus.res"
+{
+ "HudMatchStatus"
+ {
+ "fieldName" "HudMatchStatus"
+ "avatar_width" "63"
+ "spacer" "5"
+ "name_width" "57"
+ "horiz_inset" "2"
+ }
+
+ "RoundSignModel"
+ {
+ "ControlName" "CModelPanel"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+
+ "CountdownLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CountdownLabel"
+ "font" "HudFontGiant"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.1"
+ "wide" "40"
+ "tall" "40"
+ "zpos" "5"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%countdown%"
+ "textAlignment" "center"
+ "fgcolor" "TanLight"
+ "proportionaltoparent" "1"
+ }
+ "CountdownLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CountdownLabelShadow"
+ "font" "HudFontGiant"
+ "xpos" "cs-0.48"
+ "ypos" "cs-0.48"
+ "wide" "40"
+ "tall" "40"
+ "zpos" "4"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%countdown%"
+ "textAlignment" "center"
+ "fgcolor" "TransparentBlack"
+ "proportionaltoparent" "1"
+ }
+
+ "FrontParticlePanel"
+ {
+ "ControlName" "CTFParticlePanel"
+ "fieldName" "FrontParticlePanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+
+ "ParticleEffects"
+ {
+ "0"
+ {
+ "particle_xpos" "c0"
+ "particle_ypos" "c0"
+ "particle_scale" "2"
+ "particleName" "versus_door_slam"
+ "start_activated" "0"
+ "loop" "0"
+ }
+ }
+
+ "paintbackground" "0"
+ }
+
+ "MatchDoors"
+ {
+ "ControlName" "CModelPanel"
+ "fieldName" "MatchDoors"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "f0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "fov" "70"
+ "proportionaltoparent" "1"
+
+ "model"
+ {
+ "modelname" "models/vgui/versus_doors.mdl"
+ "skin" "0"
+ "angles_x" "0"
+ "angles_y" "0"
+ "angles_z" "0"
+ "origin_x" "120"
+ "origin_y" "0"
+ "origin_z" "-77"
+
+ "animation"
+ {
+ "name" "ref"
+ "sequence" "ref"
+ "default" "1"
+ }
+
+ "animation"
+ {
+ "name" "open"
+ "sequence" "open"
+ }
+
+ "animation"
+ {
+ "name" "close"
+ "sequence" "close"
+ }
+
+ "animation"
+ {
+ "name" "idle_closed"
+ "sequence" "idle_closed"
+ }
+ }
+ }
+
+ "RoundCounter"
+ {
+ "fieldName" "RoundCounter"
+ "xpos" "cs-0.5"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "300"
+ "tall" "100"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "BGFrame"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BGFrame"
+ "wide" "0"
+ "tall" "0"
+ }
+
+ "RankUpLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RankUpLabel"
+ "font" "HudFontMediumSmall"
+ "xpos" "cs-0.5"
+ "ypos" "80"
+ "wide" "600"
+ "tall" "60"
+ "zpos" "5"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "centerwrap" "1"
+ "alpha" "0"
+ "labelText" "%rank_possibility%"
+ "textAlignment" "center"
+ "proportionaltoparent" "1"
+ "fgcolor" "TanLight"
+ }
+
+ "RankUpShadowLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RankUpShadowLabel"
+ "font" "HudFontMediumSmall"
+ "xpos" "cs-0.5+2"
+ "ypos" "80+2"
+ "wide" "600"
+ "tall" "60"
+ "zpos" "5"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "centerwrap" "1"
+ "alpha" "0"
+ "labelText" "%rank_possibility%"
+ "textAlignment" "center"
+ "proportionaltoparent" "1"
+ "fgcolor" "Black"
+ }
+
+ "ObjectiveStatusTimePanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ObjectiveStatusTimePanel"
+ "xpos" "c-40"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "75"
+ "tall" "50"
+ "visible" "0"
+ "enabled" "1"
+ "delta_item_x" "20"
+ "delta_item_start_y" "20"
+ "delta_item_end_y" "35"
+ "PositiveColor" "0 255 0 255"
+ "NegativeColor" "255 0 0 255"
+ "delta_lifetime" "1"
+ "delta_item_font" "HudFontMediumSmall"
+
+ if_match
+ {
+ "font" "HudFontSmall"
+ }
+
+ "TimePanelValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TimePanelValue"
+ "font" "HudFontMediumSmall"
+ "fgcolor" "TanLight"
+ "xpos" "15"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "50"
+ "tall" "25"
+ "visible" "1"
+ "enabled" "1"
+ "textAlignment" "center"
+ "labelText" "0:00"
+
+ if_match
+ {
+ "xpos" "15"
+ "ypos" "10"
+ "tall" "15"
+ "font" "HudFontSmall"
+ }
+ }
+ }
+
+ "TeamStatus"
+ {
+ "ControlName" "CTFTeamStatus"
+ "fieldName" "TeamStatus"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "75"
+ "visible" "1"
+ "enabled" "1"
+
+ "max_size" "19"
+ "6v6_gap" "2"
+ "12v12_gap" "2"
+
+ "team1_grow_dir" "west"
+ "team1_base_x" "c-30"
+ "team1_max_expand" "250"
+
+ "team2_grow_dir" "east"
+ "team2_base_x" "c31"
+ "team2_max_expand" "250"
+
+ "playerpanels_kv"
+ {
+ "visible" "0"
+ "wide" "25"
+ "tall" "50"
+ "zpos" "1"
+ "proportionaltoparent" "1"
+
+ "color_portrait_bg_red" "205 50 50 150"
+ "color_portrait_bg_blue" "70 130 180 150"
+ "color_portrait_bg_red_dead" "79 54 52 255"
+ "color_portrait_bg_blue_dead" "44 49 51 255"
+ "color_bar_health_high" "Health Buff"
+ "color_bar_health_med" "191 183 58 255"
+ "percentage_health_med" "0.5"
+ "color_bar_health_low" "Health Hurt"
+ "percentage_health_low" "0.2"
+ "color_portrait_blend_dead_red" "235 235 235 255"
+ "color_portrait_blend_dead_blue" "235 235 235 255"
+
+ "playername"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "playername"
+ "font" "DefaultVerySmall"
+ "xpos" "5"
+ "ypos" "24"
+ "zpos" "5"
+ "wide" "50"
+ "tall" "8"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ }
+ "classimage"
+ {
+ "ControlName" "CTFClassImage"
+ "fieldName" "classimage"
+ "xpos" "cs-0.5"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/class_scoutred"
+ "scaleImage" "1"
+ "proportionaltoparent" "1"
+ }
+ "classimagebg"
+ {
+ "ControlName" "Panel"
+ "fieldName" "classimagebg"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "19"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "0"
+ "proportionaltoparent" "1"
+ }
+ "healthbar"
+ {
+ "ControlName" "ContinuousProgressBar"
+ "fieldName" "healthbar"
+ "font" "Default"
+ "xpos" "0"
+ "ypos" "19"
+ "zpos" "5"
+ "wide" "f0"
+ "tall" "3"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "textAlignment" "Left"
+ "dulltext" "0"
+ "brighttext" "0"
+ "bgcolor_override" "80 80 80 255"
+ "proportionaltoparent" "1"
+ }
+ "overhealbar"
+ {
+ "ControlName" "ContinuousProgressBar"
+ "fieldName" "overhealbar"
+ "font" "Default"
+ "xpos" "0"
+ "ypos" "19"
+ "zpos" "6"
+ "wide" "f0"
+ "tall" "3"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "textAlignment" "Left"
+ "dulltext" "0"
+ "brighttext" "0"
+ "bgcolor_override" "0 0 0 0"
+ "fgcolor_override" "255 255 255 160"
+ "proportionaltoparent" "1"
+ }
+ "HealthIcon"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HealthIcon"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "ReadyBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "ReadyBG"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "ReadyImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ReadyImage"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "respawntime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "respawntime"
+ "font" "HudFontSmall"
+ "xpos" "cs-0.5"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "f0"
+ "tall" "19"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%respawntime%"
+ "textAlignment" "center"
+ "proportionaltoparent" "1"
+ }
+ "chargeamount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "chargeamount"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "specindex"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "specindex"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "DeathPanel"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "DeathPanel"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "SkullPanel"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "SkullPanel"
+ "xpos" "9999"
+ "visible" "0"
+ "enabled" "1"
+ }
+ }
+ }
+
+ "BlueTeamPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueTeamPanel"
+ "xpos" "-155"
+ "ypos" "125"
+ "zpos" "50"
+ "wide" "150"
+ "tall" "260"
+ "visible" "0"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "65"
+ "tall" "385"
+ }
+
+ "BlueTeamBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueTeamBG"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "2"
+ "wide" "147"
+ "tall" "36"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "TFFatLineBorderBlueBGOpaque"
+ }
+ "BlueTeamImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BlueTeamImage"
+ "xpos" "9"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "56"
+ "tall" "56"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/team_blue"
+ "scaleImage" "1"
+ }
+ "BlueTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamLabel"
+ "font" "CompMatchStartTeamNames"
+ "labelText" "%blueteamname%"
+ "textAlignment" "center"
+ "xpos" "48"
+ "ypos" "13"
+ "zpos" "20"
+ "wide" "95"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "centerwrap" "1"
+ }
+ "BlueLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "BlueLeaderAvatar"
+ "xpos" "11"
+ "ypos" "10"
+ "zpos" "5"
+ "wide" "35"
+ "tall" "35"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "BlueLeaderAvatarBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueLeaderAvatarBG"
+ "xpos" "9"
+ "ypos" "8"
+ "zpos" "4"
+ "wide" "39"
+ "tall" "39"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TextColor"
+ }
+ "BluePlayerList"
+ {
+ "ControlName" "SectionedListPanel"
+ "fieldName" "BluePlayerList"
+ "xpos" "6"
+ "ypos" "38"
+ "zpos" "1"
+ "wide" "136"
+ "tall" "205"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "3"
+ "linespacing" "25"
+ "linegap" "4"
+ //"show_columns" "1"
+
+ if_large
+ {
+ "tall" "315"
+ }
+ }
+ "BluePlayerListBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BluePlayerListBG"
+ "xpos" "4"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "139"
+ "tall" "215"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "TFFatLineBorderClearBG"
+
+ if_large
+ {
+ "tall" "325"
+ }
+ }
+ }
+
+ "RedTeamPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedTeamPanel"
+ "xpos" "r-5"
+ "ypos" "125"
+ "zpos" "50"
+ "wide" "150"
+ "tall" "260"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "65"
+ "tall" "385"
+ }
+
+ "RedTeamBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedTeamBG"
+ "xpos" "0"
+ "ypos" "10"
+ "zpos" "2"
+ "wide" "147"
+ "tall" "36"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "TFFatLineBorderRedBGOpaque"
+ }
+ "RedTeamImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "RedTeamImage"
+ "xpos" "84"
+ "ypos" "-9"
+ "zpos" "5"
+ "wide" "70"
+ "tall" "70"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/team_Red"
+ "scaleImage" "1"
+ }
+ "RedTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamLabel"
+ "font" "CompMatchStartTeamNames"
+ "labelText" "%redteamname%"
+ "textAlignment" "center"
+ "xpos" "5"
+ "ypos" "13"
+ "zpos" "20"
+ "wide" "95"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "centerwrap" "1"
+ }
+ "RedLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "RedLeaderAvatar"
+ "xpos" "102"
+ "ypos" "10"
+ "zpos" "5"
+ "wide" "35"
+ "tall" "35"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "RedLeaderAvatarBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedLeaderAvatarBG"
+ "xpos" "100"
+ "ypos" "8"
+ "zpos" "4"
+ "wide" "39"
+ "tall" "39"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TextColor"
+ }
+ "RedPlayerList"
+ {
+ "ControlName" "SectionedListPanel"
+ "fieldName" "RedPlayerList"
+ "xpos" "6"
+ "ypos" "38"
+ "zpos" "1"
+ "wide" "136"
+ "tall" "205"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "3"
+ "linespacing" "25"
+ "linegap" "4"
+ //"show_columns" "1"
+
+ if_large
+ {
+ "tall" "315"
+ }
+ }
+ "RedPlayerListBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedPlayerListBG"
+ "xpos" "4"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "139"
+ "tall" "215"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "TFFatLineBorderClearBG"
+
+ if_large
+ {
+ "tall" "325"
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res
index 90ea1a3..ab6c214 100644
--- a/resource/ui/hudmatchstatus.res
+++ b/resource/ui/hudmatchstatus.res
@@ -1,738 +1,2 @@
-"Resource/UI/HudMatchStatus.res"
-{
- "HudMatchStatus"
- {
- "fieldName" "HudMatchStatus"
- "avatar_width" "63"
- "spacer" "5"
- "name_width" "57"
- "horiz_inset" "2"
- }
-
- "RoundSignModel"
- {
- "ControlName" "CModelPanel"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
-
- "CountdownLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabel"
- "font" "HudFontGiant"
- "xpos" "cs-0.5"
- "ypos" "cs-0.1"
- "wide" "40"
- "tall" "40"
- "zpos" "5"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%countdown%"
- "textAlignment" "center"
- "fgcolor" "TanLight"
- "proportionaltoparent" "1"
- }
- "CountdownLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabelShadow"
- "font" "HudFontGiant"
- "xpos" "cs-0.48"
- "ypos" "cs-0.48"
- "wide" "40"
- "tall" "40"
- "zpos" "4"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%countdown%"
- "textAlignment" "center"
- "fgcolor" "TransparentBlack"
- "proportionaltoparent" "1"
- }
-
- "FrontParticlePanel"
- {
- "ControlName" "CTFParticlePanel"
- "fieldName" "FrontParticlePanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "3"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "proportionaltoparent" "1"
-
- "ParticleEffects"
- {
- "0"
- {
- "particle_xpos" "c0"
- "particle_ypos" "c0"
- "particle_scale" "2"
- "particleName" "versus_door_slam"
- "start_activated" "0"
- "loop" "0"
- }
- }
-
- "paintbackground" "0"
- }
-
- "MatchDoors"
- {
- "ControlName" "CModelPanel"
- "fieldName" "MatchDoors"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "f0"
- "tall" "f0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "fov" "70"
- "proportionaltoparent" "1"
-
- "model"
- {
- "modelname" "models/vgui/versus_doors.mdl"
- "skin" "0"
- "angles_x" "0"
- "angles_y" "0"
- "angles_z" "0"
- "origin_x" "120"
- "origin_y" "0"
- "origin_z" "-77"
-
- "animation"
- {
- "name" "ref"
- "sequence" "ref"
- "default" "1"
- }
-
- "animation"
- {
- "name" "open"
- "sequence" "open"
- }
-
- "animation"
- {
- "name" "close"
- "sequence" "close"
- }
-
- "animation"
- {
- "name" "idle_closed"
- "sequence" "idle_closed"
- }
- }
- }
-
- "RoundCounter"
- {
- "fieldName" "RoundCounter"
- "xpos" "cs-0.5"
- "ypos" "0"
- "zpos" "1"
- "wide" "300"
- "tall" "100"
- "visible" "1"
- "enabled" "1"
- }
-
- "BGFrame"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BGFrame"
- "wide" "0"
- "tall" "0"
- }
-
- "RankUpLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RankUpLabel"
- "font" "HudFontMediumSmall"
- "xpos" "cs-0.5"
- "ypos" "80"
- "wide" "600"
- "tall" "60"
- "zpos" "5"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "centerwrap" "1"
- "alpha" "0"
- "labelText" "%rank_possibility%"
- "textAlignment" "center"
- "proportionaltoparent" "1"
- "fgcolor" "TanLight"
- }
-
- "RankUpShadowLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RankUpShadowLabel"
- "font" "HudFontMediumSmall"
- "xpos" "cs-0.5+2"
- "ypos" "80+2"
- "wide" "600"
- "tall" "60"
- "zpos" "5"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "centerwrap" "1"
- "alpha" "0"
- "labelText" "%rank_possibility%"
- "textAlignment" "center"
- "proportionaltoparent" "1"
- "fgcolor" "Black"
- }
-
- "ObjectiveStatusTimePanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "ObjectiveStatusTimePanel"
- "xpos" "c-40"
- "ypos" "0"
- "zpos" "2"
- "wide" "75"
- "tall" "50"
- "visible" "0"
- "enabled" "1"
- "delta_item_x" "20"
- "delta_item_start_y" "20"
- "delta_item_end_y" "35"
- "PositiveColor" "0 255 0 255"
- "NegativeColor" "255 0 0 255"
- "delta_lifetime" "1"
- "delta_item_font" "HudFontMediumSmall"
-
- if_match
- {
- "font" "HudFontSmall"
- }
-
- "TimePanelValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "TimePanelValue"
- "font" "HudFontMediumSmall"
- "fgcolor" "TanLight"
- "xpos" "15"
- "ypos" "0"
- "zpos" "3"
- "wide" "50"
- "tall" "25"
- "visible" "1"
- "enabled" "1"
- "textAlignment" "center"
- "labelText" "0:00"
-
- if_match
- {
- "xpos" "15"
- "ypos" "10"
- "tall" "15"
- "font" "HudFontSmall"
- }
- }
- }
-
- "TeamStatus"
- {
- "ControlName" "CTFTeamStatus"
- "fieldName" "TeamStatus"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "f0"
- "tall" "75"
- "visible" "1"
- "enabled" "1"
-
- "max_size" "19"
- "6v6_gap" "2"
- "12v12_gap" "2"
-
- "team1_grow_dir" "west"
- "team1_base_x" "c-30"
- "team1_max_expand" "250"
-
- "team2_grow_dir" "east"
- "team2_base_x" "c31"
- "team2_max_expand" "250"
-
- "playerpanels_kv"
- {
- "visible" "0"
- "wide" "25"
- "tall" "50"
- "zpos" "1"
- "proportionaltoparent" "1"
-
- "color_portrait_bg_red" "205 50 50 150"
- "color_portrait_bg_blue" "70 130 180 150"
- "color_portrait_bg_red_dead" "79 54 52 255"
- "color_portrait_bg_blue_dead" "44 49 51 255"
- "color_bar_health_high" "Health Buff"
- "color_bar_health_med" "191 183 58 255"
- "percentage_health_med" "0.5"
- "color_bar_health_low" "Health Hurt"
- "percentage_health_low" "0.2"
- "color_portrait_blend_dead_red" "235 235 235 255"
- "color_portrait_blend_dead_blue" "235 235 235 255"
-
- "playername"
- {
- "ControlName" "CExLabel"
- "fieldName" "playername"
- "font" "DefaultVerySmall"
- "xpos" "5"
- "ypos" "24"
- "zpos" "5"
- "wide" "50"
- "tall" "8"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- }
- "classimage"
- {
- "ControlName" "CTFClassImage"
- "fieldName" "classimage"
- "xpos" "cs-0.5"
- "ypos" "0"
- "zpos" "3"
- "wide" "20"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/class_scoutred"
- "scaleImage" "1"
- "proportionaltoparent" "1"
- }
- "classimagebg"
- {
- "ControlName" "Panel"
- "fieldName" "classimagebg"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "f0"
- "tall" "19"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "0"
- "proportionaltoparent" "1"
- }
- "healthbar"
- {
- "ControlName" "ContinuousProgressBar"
- "fieldName" "healthbar"
- "font" "Default"
- "xpos" "0"
- "ypos" "19"
- "zpos" "5"
- "wide" "f0"
- "tall" "3"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "textAlignment" "Left"
- "dulltext" "0"
- "brighttext" "0"
- "bgcolor_override" "80 80 80 255"
- "proportionaltoparent" "1"
- }
- "overhealbar"
- {
- "ControlName" "ContinuousProgressBar"
- "fieldName" "overhealbar"
- "font" "Default"
- "xpos" "0"
- "ypos" "19"
- "zpos" "6"
- "wide" "f0"
- "tall" "3"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "textAlignment" "Left"
- "dulltext" "0"
- "brighttext" "0"
- "bgcolor_override" "0 0 0 0"
- "fgcolor_override" "255 255 255 160"
- "proportionaltoparent" "1"
- }
- "HealthIcon"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HealthIcon"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- "ReadyBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ReadyBG"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- "ReadyImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ReadyImage"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- "respawntime"
- {
- "ControlName" "CExLabel"
- "fieldName" "respawntime"
- "font" "HudFontSmall"
- "xpos" "cs-0.5"
- "ypos" "0"
- "zpos" "5"
- "wide" "f0"
- "tall" "19"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%respawntime%"
- "textAlignment" "center"
- "proportionaltoparent" "1"
- }
- "chargeamount"
- {
- "ControlName" "CExLabel"
- "fieldName" "chargeamount"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- "specindex"
- {
- "ControlName" "CExLabel"
- "fieldName" "specindex"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- "DeathPanel"
- {
- "ControlName" "ImagePanel"
- "fieldName" "DeathPanel"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- "SkullPanel"
- {
- "ControlName" "ImagePanel"
- "fieldName" "SkullPanel"
- "xpos" "9999"
- "visible" "0"
- "enabled" "1"
- }
- }
- }
-
- "BlueTeamPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueTeamPanel"
- "xpos" "-155"
- "ypos" "125"
- "zpos" "50"
- "wide" "150"
- "tall" "260"
- "visible" "0"
- "enabled" "1"
-
- if_large
- {
- "ypos" "65"
- "tall" "385"
- }
-
- "BlueTeamBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueTeamBG"
- "xpos" "0"
- "ypos" "10"
- "zpos" "2"
- "wide" "147"
- "tall" "36"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "TFFatLineBorderBlueBGOpaque"
- }
- "BlueTeamImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "BlueTeamImage"
- "xpos" "9"
- "ypos" "0"
- "zpos" "5"
- "wide" "56"
- "tall" "56"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/team_blue"
- "scaleImage" "1"
- }
- "BlueTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamLabel"
- "font" "CompMatchStartTeamNames"
- "labelText" "%blueteamname%"
- "textAlignment" "center"
- "xpos" "48"
- "ypos" "13"
- "zpos" "20"
- "wide" "95"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "centerwrap" "1"
- }
- "BlueLeaderAvatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "BlueLeaderAvatar"
- "xpos" "11"
- "ypos" "10"
- "zpos" "5"
- "wide" "35"
- "tall" "35"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "BlueLeaderAvatarBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueLeaderAvatarBG"
- "xpos" "9"
- "ypos" "8"
- "zpos" "4"
- "wide" "39"
- "tall" "39"
- "visible" "1"
- "PaintBackgroundType" "2"
- "bgcolor_override" "TextColor"
- }
- "BluePlayerList"
- {
- "ControlName" "SectionedListPanel"
- "fieldName" "BluePlayerList"
- "xpos" "6"
- "ypos" "38"
- "zpos" "1"
- "wide" "136"
- "tall" "205"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "autoresize" "3"
- "linespacing" "25"
- "linegap" "4"
- //"show_columns" "1"
-
- if_large
- {
- "tall" "315"
- }
- }
- "BluePlayerListBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BluePlayerListBG"
- "xpos" "4"
- "ypos" "30"
- "zpos" "0"
- "wide" "139"
- "tall" "215"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "TFFatLineBorderClearBG"
-
- if_large
- {
- "tall" "325"
- }
- }
- }
-
- "RedTeamPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedTeamPanel"
- "xpos" "r-5"
- "ypos" "125"
- "zpos" "50"
- "wide" "150"
- "tall" "260"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "65"
- "tall" "385"
- }
-
- "RedTeamBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedTeamBG"
- "xpos" "0"
- "ypos" "10"
- "zpos" "2"
- "wide" "147"
- "tall" "36"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "TFFatLineBorderRedBGOpaque"
- }
- "RedTeamImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "RedTeamImage"
- "xpos" "84"
- "ypos" "-9"
- "zpos" "5"
- "wide" "70"
- "tall" "70"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/team_Red"
- "scaleImage" "1"
- }
- "RedTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamLabel"
- "font" "CompMatchStartTeamNames"
- "labelText" "%redteamname%"
- "textAlignment" "center"
- "xpos" "5"
- "ypos" "13"
- "zpos" "20"
- "wide" "95"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "centerwrap" "1"
- }
- "RedLeaderAvatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "RedLeaderAvatar"
- "xpos" "102"
- "ypos" "10"
- "zpos" "5"
- "wide" "35"
- "tall" "35"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "RedLeaderAvatarBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedLeaderAvatarBG"
- "xpos" "100"
- "ypos" "8"
- "zpos" "4"
- "wide" "39"
- "tall" "39"
- "visible" "1"
- "PaintBackgroundType" "2"
- "bgcolor_override" "TextColor"
- }
- "RedPlayerList"
- {
- "ControlName" "SectionedListPanel"
- "fieldName" "RedPlayerList"
- "xpos" "6"
- "ypos" "38"
- "zpos" "1"
- "wide" "136"
- "tall" "205"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "autoresize" "3"
- "linespacing" "25"
- "linegap" "4"
- //"show_columns" "1"
-
- if_large
- {
- "tall" "315"
- }
- }
- "RedPlayerListBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedPlayerListBG"
- "xpos" "4"
- "ypos" "30"
- "zpos" "0"
- "wide" "139"
- "tall" "215"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "TFFatLineBorderClearBG"
-
- if_large
- {
- "tall" "325"
- }
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/hudmatchstatus.res"
+"#base" "hudmatchstatus-base.res" \ No newline at end of file
diff --git a/resource/ui/hudmatchsummary-base.res b/resource/ui/hudmatchsummary-base.res
new file mode 100644
index 0000000..24d39b8
--- /dev/null
+++ b/resource/ui/hudmatchsummary-base.res
@@ -0,0 +1,994 @@
+"Resource/UI/HudMatchSummary.res"
+{
+ "MatchSummary"
+ {
+ "ControlName" "CTFMatchSummary"
+ "fieldName" "MatchSummary"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "tabPosition" "0"
+ "paintbackground" "0"
+ "zpos" "20"
+ "visible" "0"
+
+ "AnimBluePlayerListParent" "p.47"
+ "AnimBlueTeamScore" "p.46"
+ "AnimBlueTeamScoreDropshadow" "p.46"
+ "AnimBlueTeamScoreBG" "p.483"
+ "AnimBluePlayerListBG" "p.47"
+ "AnimRedTeamScoreBGWide" "p.483"
+ "AnimRedTeamScoreBGXPos" "r5-p.483"
+ "AnimRedTeamScoreWide" "p.46"
+ "AnimRedTeamScoreXPos" "r5-p.46"
+ "AnimRedTeamScoreDropshadowWide" "p.46"
+ "AnimRedTeamScoreDropshadowXPos" "r4-p.46"
+ "AnimRedPlayerListParentWide" "p.47"
+ "AnimRedPlayerListParentXPos" "r7-p.47"
+ "AnimRedPlayerListBGWide" "p.47"
+ "AnimRedPlayerListBGXPos" "r9-p.47"
+ "AnimBlueMedalsYPos" "75"
+ "AnimRedMedalsYPos" "75"
+ "AnimStatsLabelPanel6v6YPos" "75"
+ "AnimBlueTeamLabel6v6YPos" "107"
+ "AnimRedTeamLabel6v6YPos" "107"
+ "AnimStatsLabelPanel12v12YPos" "20"
+ "AnimBlueTeamLabel12v12YPos" "47"
+ "AnimRedTeamLabel12v12YPos" "47"
+ "AnimStatsContainer12v12YPos" "-10"
+
+ if_large
+ {
+ "AnimBlueMedalsYPos" "50"
+ "AnimRedMedalsYPos" "50"
+ }
+ }
+
+ "RankBorder"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RankBorder"
+ "xpos" "cs-0.5"
+ "ypos" "r0"
+ "zpos" "9000"
+ "wide" "510"
+ "tall" "43"
+ "visible" "0"
+ "PaintBackgroundType" "2"
+ "border" "MainMenuBGBorder"
+ "proportionaltoparent" "1"
+
+ if_uses_xp
+ {
+ "visible" "1"
+ }
+ }
+
+ "RankPanel"
+ {
+ "ControlName" "CMiniPvPRankPanel"
+ "fieldName" "RankPanel"
+ "xpos" "cs-0.5"
+ "ypos" "r0"
+ "zpos" "9001"
+ "wide" "f0"
+ "tall" "480"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "mouseinputenabled" "1"
+ "matchgroup" "MatchGroup_Ladder_6v6"
+ "show_name" "0"
+ "show_sources_when_hidden" "1"
+ "instantly_update" "0"
+
+ if_uses_placement
+ {
+ "show_model" "0"
+ }
+ }
+
+ "RankModelPanel"
+ {
+ "ControlName" "CPvPRankPanel"
+ "fieldName" "RankModelPanel"
+ "xpos" "cs-0.5"
+ "ypos" "r1"
+ "zpos" "9002"
+ "wide" "2000"
+ "tall" "2000"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "mouseinputenabled" "1"
+ "matchgroup" "MatchGroup_Casual_12v12"
+ "show_progress" "0"
+ "instantly_update" "0"
+
+ if_uses_xp
+ {
+ "visible" "0"
+ }
+ }
+
+ "StatsBgPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "StatsBgPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "0"
+ "enabled" "1"
+ "PaintBackgroundType" "1"
+ "bgcolor_override" "0 0 0 250"
+ }
+
+ "DrawingPanel"
+ {
+ "ControlName" "CDrawingPanel"
+ "fieldName" "DrawingPanel"
+ "xpos" "c-320"
+ "ypos" "35"
+ "wide" "640"
+ "tall" "480"
+ "zpos" "60"
+ "visible" "0"
+ "enabled" "1"
+ "keyboardinputenabled" "0"
+ "linecolor" "RedSolid"
+ "team_colors" "1"
+ }
+
+ "MainStatsContainer"
+ {
+ "Controlname" "EditablePanel"
+ "fieldnName" "MainStatsContainer"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "f0"
+ "proportionaltoparent" "1"
+
+ "ParticlePanel"
+ {
+ "ControlName" "CTFParticlePanel"
+ "fieldName" "ParticlePanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "55"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ }
+
+ "StatsLabelPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "StatsLabelPanel"
+ "xpos" "c-100"
+ "ypos" "-20"
+ "zpos" "70"
+ "wide" "200"
+ "tall" "15"
+ "visible" "0"
+ "enabled" "1"
+ "autoResize" "0"
+
+ "StatsAndMedals"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "StatsAndMedals"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "#TF_StatsAndMedals"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "4"
+ "wide" "200"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "StatsAndMedalsShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "StatsAndMedalsShadow"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "#TF_StatsAndMedals"
+ "fgcolor" "TransparentBlack"
+ "textAlignment" "center"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "3"
+ "wide" "200"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "pin_to_sibling" "StatsAndMedals"
+ }
+ }
+
+ "TeamScoresPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "TeamScoresPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "50"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+
+ "BlueTeamPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueTeamPanel"
+ "xpos" "-320"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+
+ "BlueTeamScoreBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueTeamScoreBG"
+ "xpos" "5"
+ "ypos" "99"
+ "zpos" "2"
+ "wide" "p.213"
+ "tall" "36"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "DarkBlueTeamBorder"
+ "bgcolor_override" "Blue"
+
+ if_large
+ {
+ "ypos" "39"
+ }
+ }
+ "BlueTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScore"
+ "font" "MatchSummaryTeamScores"
+ "labelText" "%blueteamscore%"
+ "textAlignment" "east"
+ "xpos" "5"
+ "ypos" "101"
+ "zpos" "4"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "41"
+ }
+
+ }
+ "BlueTeamScoreDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScoreDropshadow"
+ "font" "MatchSummaryTeamScores"
+ "fgcolor" "TransparentBlack"
+ "labelText" "%blueteamscore%"
+ "textAlignment" "east"
+ "xpos" "6"
+ "ypos" "102"
+ "zpos" "3"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "43"
+ }
+ }
+ "BlueTeamWinner"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamWinner"
+ "font" "MatchSummaryWinner"
+ "labelText" "%blueteamwinner%"
+ "textAlignment" "east"
+ "xpos" "5"
+ "ypos" "101"
+ "zpos" "4"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "41"
+ }
+ }
+ "BlueTeamWinnerDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamWinnerDropshadow"
+ "font" "MatchSummaryWinner"
+ "fgcolor" "TransparentBlack"
+ "labelText" "%blueteamwinner%"
+ "textAlignment" "east"
+ "xpos" "6"
+ "ypos" "102"
+ "zpos" "3"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "42"
+ }
+ }
+ "BlueTeamImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BlueTeamImage"
+ "xpos" "14"
+ "ypos" "89"
+ "zpos" "5"
+ "wide" "56"
+ "tall" "56"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/team_blue"
+ "scaleImage" "1"
+
+ if_large
+ {
+ "ypos" "29"
+ }
+ }
+ "BlueTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamLabel"
+ "font" "CompMatchStartTeamNames"
+ "labelText" "%blueteamname%"
+ "textAlignment" "west"
+ "xpos" "60"
+ "ypos" "-25"
+ "zpos" "20"
+ "wide" "195"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "BlueLeaderAvatar"
+ "xpos" "18"
+ "ypos" "100"
+ "zpos" "5"
+ "wide" "34"
+ "tall" "34"
+ "visible" "0"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "HudTimerProgressInActive"
+
+ if_large
+ {
+ "ypos" "40"
+ }
+ }
+ "BlueLeaderAvatarBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueLeaderAvatarBG"
+ "xpos" "16"
+ "ypos" "98"
+ "zpos" "4"
+ "wide" "38"
+ "tall" "38"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TextColor"
+
+ if_large
+ {
+ "ypos" "38"
+ }
+ }
+ "BluePlayerListParent"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BluePlayerListParent"
+ "xpos" "12"
+ "ypos" "137"
+ "zpos" "1"
+ "wide" "p.193"
+ "tall" "215"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "77"
+ "tall" "340"
+ }
+
+ "BluePlayerList"
+ {
+ "ControlName" "TFSectionedListPanel"
+ "fieldName" "BluePlayerList"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "p.465"
+ "tall" "205"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "0"
+ "linespacing" "25"
+ "linegap" "0"
+ //"show_columns" "1"
+
+ "medal_width" "s.08"
+ "avatar_width" "s.08"
+ "spacer" "2"
+ "name_width" "s.19"
+ "class_width" "s.04"
+ "award_width" "s.04"
+ "stats_width" "s.08"
+ "horiz_inset" "0"
+
+ if_large
+ {
+ "tall" "340"
+ "linegap" "0"
+ }
+ }
+ }
+ "BluePlayerListBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BluePlayerListBG"
+ "xpos" "9"
+ "ypos" "117"
+ "zpos" "0"
+ "wide" "p.2"
+ "tall" "225"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "TFFatLineBorderClearBG"
+
+ if_large
+ {
+ "ypos" "57"
+ "tall" "360"
+ }
+ }
+ }
+ "RedTeamPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedTeamPanel"
+ "xpos" "320"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+
+ "RedTeamScoreBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedTeamScoreBG"
+ "xpos" "r5-p.213"
+ "ypos" "99"
+ "zpos" "2"
+ "wide" "p.213"
+ "tall" "36"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "DarkRedTeamBorder"
+ "bgcolor_override" "Red"
+
+ if_large
+ {
+ "ypos" "39"
+ }
+ }
+ "RedTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScore"
+ "font" "MatchSummaryTeamScores"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "r5-p.19"
+ "ypos" "101"
+ "zpos" "4"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "41"
+ }
+ }
+ "RedTeamScoreDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScoreDropshadow"
+ "font" "MatchSummaryTeamScores"
+ "fgcolor" "TransparentBlack"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "r3-p.19"
+ "ypos" "103"
+ "zpos" "3"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "43"
+ }
+ }
+ "RedTeamWinner"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamWinner"
+ "font" "MatchSummaryWinner"
+ "labelText" "%redteamwinner%"
+ "textAlignment" "west"
+ "xpos" "r5-p.19"
+ "ypos" "101"
+ "zpos" "4"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "41"
+ }
+ }
+ "RedTeamWinnerDropshadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamWinnerDropshadow"
+ "font" "MatchSummaryWinner"
+ "fgcolor" "TransparentBlack"
+ "labelText" "%redteamwinner%"
+ "textAlignment" "west"
+ "xpos" "r4-p.19"
+ "ypos" "102"
+ "zpos" "3"
+ "wide" "p.19"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "42"
+ }
+ }
+ "RedTeamImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "RedTeamImage"
+ "xpos" "r68"
+ "ypos" "80"
+ "zpos" "5"
+ "wide" "70"
+ "tall" "70"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/team_red"
+ "scaleImage" "1"
+
+ if_large
+ {
+ "ypos" "20"
+ }
+ }
+ "RedTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamLabel"
+ "font" "CompMatchStartTeamNames"
+ "labelText" "%redteamname%"
+ "textAlignment" "east"
+ "xpos" "r255"
+ "ypos" "-25"
+ "zpos" "20"
+ "wide" "195"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedLeaderAvatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "RedLeaderAvatar"
+ "xpos" "r52"
+ "ypos" "100"
+ "zpos" "5"
+ "wide" "34"
+ "tall" "34"
+ "visible" "0"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "HudTimerProgressInActive"
+
+ if_large
+ {
+ "ypos" "40"
+ }
+ }
+ "RedLeaderAvatarBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedLeaderAvatarBG"
+ "xpos" "r54"
+ "ypos" "98"
+ "zpos" "4"
+ "wide" "38"
+ "tall" "38"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TextColor"
+
+ if_large
+ {
+ "ypos" "38"
+ }
+ }
+ "RedPlayerListParent"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedPlayerListParent"
+ "xpos" "r12-p.193"
+ "ypos" "137"
+ "zpos" "1"
+ "wide" "p.193"
+ "tall" "215"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "ypos" "77"
+ "tall" "340"
+ }
+
+ "RedPlayerList"
+ {
+ "ControlName" "TFSectionedListPanel"
+ "fieldName" "RedPlayerList"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "p.465"
+ "tall" "205"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "0"
+ "linespacing" "25"
+ "linegap" "0"
+ //"show_columns" "1"
+
+ "medal_width" "s.08"
+ "avatar_width" "s.08"
+ "spacer" "2"
+ "name_width" "s.19"
+ "class_width" "s.04"
+ "award_width" "s.04"
+ "stats_width" "s.08"
+ "horiz_inset" "0"
+
+ if_large
+ {
+ "tall" "340"
+ "linegap" "0"
+ }
+ }
+ }
+ "RedPlayerListBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedPlayerListBG"
+ "xpos" "r9-p.2"
+ "ypos" "117"
+ "zpos" "0"
+ "wide" "p.2"
+ "tall" "225"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "border" "TFFatLineBorderClearBG"
+
+ if_large
+ {
+ "ypos" "57"
+ "tall" "360"
+ }
+ }
+ }
+ "BlueMedals"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueMedals"
+ "xpos" "c-250"
+ "ypos" "-20"
+ "zpos" "50"
+ "wide" "150"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "visible" "0"
+ }
+
+ "BlueGoldMedal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BlueGoldMedal"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "15"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "image" "competitive/competitive_coin_gold"
+ "scaleImage" "1"
+ }
+ "BlueGoldMedalValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueGoldMedalValue"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "%blueteammedals_gold%"
+ "textAlignment" "center"
+ "xpos" "15"
+ "ypos" "0"
+ "zpos" "6"
+ "wide" "15"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueSilverMedal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BlueSilverMedal"
+ "xpos" "55"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "15"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "image" "competitive/competitive_coin_silver"
+ "scaleImage" "1"
+ }
+ "BlueSilverMedalValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueSilverMedalValue"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "%blueteammedals_silver%"
+ "textAlignment" "center"
+ "xpos" "70"
+ "ypos" "0"
+ "zpos" "6"
+ "wide" "15"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueBronzeMedal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BlueBronzeMedal"
+ "xpos" "110"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "15"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "image" "competitive/competitive_coin_bronze"
+ "scaleImage" "1"
+ }
+ "BlueBronzeMedalValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueBronzeMedalValue"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "%blueteammedals_bronze%"
+ "textAlignment" "center"
+ "xpos" "125"
+ "ypos" "0"
+ "zpos" "6"
+ "wide" "15"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ }
+ "RedMedals"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedMedals"
+ "xpos" "c100"
+ "ypos" "-20"
+ "zpos" "50"
+ "wide" "150"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+
+ if_large
+ {
+ "visible" "0"
+ }
+
+ "RedGoldMedal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "RedGoldMedal"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "15"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "image" "competitive/competitive_coin_gold"
+ "scaleImage" "1"
+ }
+ "RedGoldMedalValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedGoldMedalValue"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "%redteammedals_gold%"
+ "textAlignment" "center"
+ "xpos" "15"
+ "ypos" "0"
+ "zpos" "6"
+ "wide" "15"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedSilverMedal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "RedSilverMedal"
+ "xpos" "55"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "15"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "image" "competitive/competitive_coin_silver"
+ "scaleImage" "1"
+ }
+ "RedSilverMedalValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedSilverMedalValue"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "%redteammedals_silver%"
+ "textAlignment" "center"
+ "xpos" "70"
+ "ypos" "0"
+ "zpos" "6"
+ "wide" "15"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedBronzeMedal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "RedBronzeMedal"
+ "xpos" "110"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "15"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "image" "competitive/competitive_coin_bronze"
+ "scaleImage" "1"
+ }
+ "RedBronzeMedalValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedBronzeMedalValue"
+ "font" "MatchSummaryStatsAndMedals"
+ "labelText" "%redteammedals_bronze%"
+ "textAlignment" "center"
+ "xpos" "125"
+ "ypos" "0"
+ "zpos" "6"
+ "wide" "15"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/hudmatchsummary.res b/resource/ui/hudmatchsummary.res
index 24d39b8..0b72180 100644
--- a/resource/ui/hudmatchsummary.res
+++ b/resource/ui/hudmatchsummary.res
@@ -1,994 +1,2 @@
-"Resource/UI/HudMatchSummary.res"
-{
- "MatchSummary"
- {
- "ControlName" "CTFMatchSummary"
- "fieldName" "MatchSummary"
- "autoResize" "0"
- "pinCorner" "0"
- "tabPosition" "0"
- "paintbackground" "0"
- "zpos" "20"
- "visible" "0"
-
- "AnimBluePlayerListParent" "p.47"
- "AnimBlueTeamScore" "p.46"
- "AnimBlueTeamScoreDropshadow" "p.46"
- "AnimBlueTeamScoreBG" "p.483"
- "AnimBluePlayerListBG" "p.47"
- "AnimRedTeamScoreBGWide" "p.483"
- "AnimRedTeamScoreBGXPos" "r5-p.483"
- "AnimRedTeamScoreWide" "p.46"
- "AnimRedTeamScoreXPos" "r5-p.46"
- "AnimRedTeamScoreDropshadowWide" "p.46"
- "AnimRedTeamScoreDropshadowXPos" "r4-p.46"
- "AnimRedPlayerListParentWide" "p.47"
- "AnimRedPlayerListParentXPos" "r7-p.47"
- "AnimRedPlayerListBGWide" "p.47"
- "AnimRedPlayerListBGXPos" "r9-p.47"
- "AnimBlueMedalsYPos" "75"
- "AnimRedMedalsYPos" "75"
- "AnimStatsLabelPanel6v6YPos" "75"
- "AnimBlueTeamLabel6v6YPos" "107"
- "AnimRedTeamLabel6v6YPos" "107"
- "AnimStatsLabelPanel12v12YPos" "20"
- "AnimBlueTeamLabel12v12YPos" "47"
- "AnimRedTeamLabel12v12YPos" "47"
- "AnimStatsContainer12v12YPos" "-10"
-
- if_large
- {
- "AnimBlueMedalsYPos" "50"
- "AnimRedMedalsYPos" "50"
- }
- }
-
- "RankBorder"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RankBorder"
- "xpos" "cs-0.5"
- "ypos" "r0"
- "zpos" "9000"
- "wide" "510"
- "tall" "43"
- "visible" "0"
- "PaintBackgroundType" "2"
- "border" "MainMenuBGBorder"
- "proportionaltoparent" "1"
-
- if_uses_xp
- {
- "visible" "1"
- }
- }
-
- "RankPanel"
- {
- "ControlName" "CMiniPvPRankPanel"
- "fieldName" "RankPanel"
- "xpos" "cs-0.5"
- "ypos" "r0"
- "zpos" "9001"
- "wide" "f0"
- "tall" "480"
- "visible" "1"
- "proportionaltoparent" "1"
- "mouseinputenabled" "1"
- "matchgroup" "MatchGroup_Ladder_6v6"
- "show_name" "0"
- "show_sources_when_hidden" "1"
- "instantly_update" "0"
-
- if_uses_placement
- {
- "show_model" "0"
- }
- }
-
- "RankModelPanel"
- {
- "ControlName" "CPvPRankPanel"
- "fieldName" "RankModelPanel"
- "xpos" "cs-0.5"
- "ypos" "r1"
- "zpos" "9002"
- "wide" "2000"
- "tall" "2000"
- "visible" "1"
- "proportionaltoparent" "1"
- "mouseinputenabled" "1"
- "matchgroup" "MatchGroup_Casual_12v12"
- "show_progress" "0"
- "instantly_update" "0"
-
- if_uses_xp
- {
- "visible" "0"
- }
- }
-
- "StatsBgPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "StatsBgPanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "f0"
- "tall" "f0"
- "visible" "0"
- "enabled" "1"
- "PaintBackgroundType" "1"
- "bgcolor_override" "0 0 0 250"
- }
-
- "DrawingPanel"
- {
- "ControlName" "CDrawingPanel"
- "fieldName" "DrawingPanel"
- "xpos" "c-320"
- "ypos" "35"
- "wide" "640"
- "tall" "480"
- "zpos" "60"
- "visible" "0"
- "enabled" "1"
- "keyboardinputenabled" "0"
- "linecolor" "RedSolid"
- "team_colors" "1"
- }
-
- "MainStatsContainer"
- {
- "Controlname" "EditablePanel"
- "fieldnName" "MainStatsContainer"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "f0"
- "tall" "f0"
- "proportionaltoparent" "1"
-
- "ParticlePanel"
- {
- "ControlName" "CTFParticlePanel"
- "fieldName" "ParticlePanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "55"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- }
-
- "StatsLabelPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "StatsLabelPanel"
- "xpos" "c-100"
- "ypos" "-20"
- "zpos" "70"
- "wide" "200"
- "tall" "15"
- "visible" "0"
- "enabled" "1"
- "autoResize" "0"
-
- "StatsAndMedals"
- {
- "ControlName" "CExLabel"
- "fieldName" "StatsAndMedals"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "#TF_StatsAndMedals"
- "textAlignment" "center"
- "xpos" "0"
- "ypos" "0"
- "zpos" "4"
- "wide" "200"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "StatsAndMedalsShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "StatsAndMedalsShadow"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "#TF_StatsAndMedals"
- "fgcolor" "TransparentBlack"
- "textAlignment" "center"
- "xpos" "-1"
- "ypos" "-1"
- "zpos" "3"
- "wide" "200"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "pin_to_sibling" "StatsAndMedals"
- }
- }
-
- "TeamScoresPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "TeamScoresPanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "50"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "enabled" "1"
-
- "BlueTeamPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueTeamPanel"
- "xpos" "-320"
- "ypos" "0"
- "zpos" "0"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "enabled" "1"
-
- "BlueTeamScoreBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueTeamScoreBG"
- "xpos" "5"
- "ypos" "99"
- "zpos" "2"
- "wide" "p.213"
- "tall" "36"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "DarkBlueTeamBorder"
- "bgcolor_override" "Blue"
-
- if_large
- {
- "ypos" "39"
- }
- }
- "BlueTeamScore"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamScore"
- "font" "MatchSummaryTeamScores"
- "labelText" "%blueteamscore%"
- "textAlignment" "east"
- "xpos" "5"
- "ypos" "101"
- "zpos" "4"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "41"
- }
-
- }
- "BlueTeamScoreDropshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamScoreDropshadow"
- "font" "MatchSummaryTeamScores"
- "fgcolor" "TransparentBlack"
- "labelText" "%blueteamscore%"
- "textAlignment" "east"
- "xpos" "6"
- "ypos" "102"
- "zpos" "3"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "43"
- }
- }
- "BlueTeamWinner"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamWinner"
- "font" "MatchSummaryWinner"
- "labelText" "%blueteamwinner%"
- "textAlignment" "east"
- "xpos" "5"
- "ypos" "101"
- "zpos" "4"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "41"
- }
- }
- "BlueTeamWinnerDropshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamWinnerDropshadow"
- "font" "MatchSummaryWinner"
- "fgcolor" "TransparentBlack"
- "labelText" "%blueteamwinner%"
- "textAlignment" "east"
- "xpos" "6"
- "ypos" "102"
- "zpos" "3"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "42"
- }
- }
- "BlueTeamImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "BlueTeamImage"
- "xpos" "14"
- "ypos" "89"
- "zpos" "5"
- "wide" "56"
- "tall" "56"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/team_blue"
- "scaleImage" "1"
-
- if_large
- {
- "ypos" "29"
- }
- }
- "BlueTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamLabel"
- "font" "CompMatchStartTeamNames"
- "labelText" "%blueteamname%"
- "textAlignment" "west"
- "xpos" "60"
- "ypos" "-25"
- "zpos" "20"
- "wide" "195"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "BlueLeaderAvatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "BlueLeaderAvatar"
- "xpos" "18"
- "ypos" "100"
- "zpos" "5"
- "wide" "34"
- "tall" "34"
- "visible" "0"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "HudTimerProgressInActive"
-
- if_large
- {
- "ypos" "40"
- }
- }
- "BlueLeaderAvatarBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueLeaderAvatarBG"
- "xpos" "16"
- "ypos" "98"
- "zpos" "4"
- "wide" "38"
- "tall" "38"
- "visible" "1"
- "PaintBackgroundType" "2"
- "bgcolor_override" "TextColor"
-
- if_large
- {
- "ypos" "38"
- }
- }
- "BluePlayerListParent"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BluePlayerListParent"
- "xpos" "12"
- "ypos" "137"
- "zpos" "1"
- "wide" "p.193"
- "tall" "215"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "77"
- "tall" "340"
- }
-
- "BluePlayerList"
- {
- "ControlName" "TFSectionedListPanel"
- "fieldName" "BluePlayerList"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "p.465"
- "tall" "205"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "autoresize" "0"
- "linespacing" "25"
- "linegap" "0"
- //"show_columns" "1"
-
- "medal_width" "s.08"
- "avatar_width" "s.08"
- "spacer" "2"
- "name_width" "s.19"
- "class_width" "s.04"
- "award_width" "s.04"
- "stats_width" "s.08"
- "horiz_inset" "0"
-
- if_large
- {
- "tall" "340"
- "linegap" "0"
- }
- }
- }
- "BluePlayerListBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BluePlayerListBG"
- "xpos" "9"
- "ypos" "117"
- "zpos" "0"
- "wide" "p.2"
- "tall" "225"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "TFFatLineBorderClearBG"
-
- if_large
- {
- "ypos" "57"
- "tall" "360"
- }
- }
- }
- "RedTeamPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedTeamPanel"
- "xpos" "320"
- "ypos" "0"
- "zpos" "0"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "enabled" "1"
-
- "RedTeamScoreBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedTeamScoreBG"
- "xpos" "r5-p.213"
- "ypos" "99"
- "zpos" "2"
- "wide" "p.213"
- "tall" "36"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "DarkRedTeamBorder"
- "bgcolor_override" "Red"
-
- if_large
- {
- "ypos" "39"
- }
- }
- "RedTeamScore"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamScore"
- "font" "MatchSummaryTeamScores"
- "labelText" "%redteamscore%"
- "textAlignment" "west"
- "xpos" "r5-p.19"
- "ypos" "101"
- "zpos" "4"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "41"
- }
- }
- "RedTeamScoreDropshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamScoreDropshadow"
- "font" "MatchSummaryTeamScores"
- "fgcolor" "TransparentBlack"
- "labelText" "%redteamscore%"
- "textAlignment" "west"
- "xpos" "r3-p.19"
- "ypos" "103"
- "zpos" "3"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "43"
- }
- }
- "RedTeamWinner"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamWinner"
- "font" "MatchSummaryWinner"
- "labelText" "%redteamwinner%"
- "textAlignment" "west"
- "xpos" "r5-p.19"
- "ypos" "101"
- "zpos" "4"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "41"
- }
- }
- "RedTeamWinnerDropshadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamWinnerDropshadow"
- "font" "MatchSummaryWinner"
- "fgcolor" "TransparentBlack"
- "labelText" "%redteamwinner%"
- "textAlignment" "west"
- "xpos" "r4-p.19"
- "ypos" "102"
- "zpos" "3"
- "wide" "p.19"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "42"
- }
- }
- "RedTeamImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "RedTeamImage"
- "xpos" "r68"
- "ypos" "80"
- "zpos" "5"
- "wide" "70"
- "tall" "70"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/team_red"
- "scaleImage" "1"
-
- if_large
- {
- "ypos" "20"
- }
- }
- "RedTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamLabel"
- "font" "CompMatchStartTeamNames"
- "labelText" "%redteamname%"
- "textAlignment" "east"
- "xpos" "r255"
- "ypos" "-25"
- "zpos" "20"
- "wide" "195"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "RedLeaderAvatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "RedLeaderAvatar"
- "xpos" "r52"
- "ypos" "100"
- "zpos" "5"
- "wide" "34"
- "tall" "34"
- "visible" "0"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "HudTimerProgressInActive"
-
- if_large
- {
- "ypos" "40"
- }
- }
- "RedLeaderAvatarBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedLeaderAvatarBG"
- "xpos" "r54"
- "ypos" "98"
- "zpos" "4"
- "wide" "38"
- "tall" "38"
- "visible" "1"
- "PaintBackgroundType" "2"
- "bgcolor_override" "TextColor"
-
- if_large
- {
- "ypos" "38"
- }
- }
- "RedPlayerListParent"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedPlayerListParent"
- "xpos" "r12-p.193"
- "ypos" "137"
- "zpos" "1"
- "wide" "p.193"
- "tall" "215"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "ypos" "77"
- "tall" "340"
- }
-
- "RedPlayerList"
- {
- "ControlName" "TFSectionedListPanel"
- "fieldName" "RedPlayerList"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "p.465"
- "tall" "205"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "autoresize" "0"
- "linespacing" "25"
- "linegap" "0"
- //"show_columns" "1"
-
- "medal_width" "s.08"
- "avatar_width" "s.08"
- "spacer" "2"
- "name_width" "s.19"
- "class_width" "s.04"
- "award_width" "s.04"
- "stats_width" "s.08"
- "horiz_inset" "0"
-
- if_large
- {
- "tall" "340"
- "linegap" "0"
- }
- }
- }
- "RedPlayerListBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedPlayerListBG"
- "xpos" "r9-p.2"
- "ypos" "117"
- "zpos" "0"
- "wide" "p.2"
- "tall" "225"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "border" "TFFatLineBorderClearBG"
-
- if_large
- {
- "ypos" "57"
- "tall" "360"
- }
- }
- }
- "BlueMedals"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BlueMedals"
- "xpos" "c-250"
- "ypos" "-20"
- "zpos" "50"
- "wide" "150"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "visible" "0"
- }
-
- "BlueGoldMedal"
- {
- "ControlName" "ImagePanel"
- "fieldName" "BlueGoldMedal"
- "xpos" "0"
- "ypos" "0"
- "zpos" "5"
- "wide" "15"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/competitive_coin_gold"
- "scaleImage" "1"
- }
- "BlueGoldMedalValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueGoldMedalValue"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "%blueteammedals_gold%"
- "textAlignment" "center"
- "xpos" "15"
- "ypos" "0"
- "zpos" "6"
- "wide" "15"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "BlueSilverMedal"
- {
- "ControlName" "ImagePanel"
- "fieldName" "BlueSilverMedal"
- "xpos" "55"
- "ypos" "0"
- "zpos" "5"
- "wide" "15"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/competitive_coin_silver"
- "scaleImage" "1"
- }
- "BlueSilverMedalValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueSilverMedalValue"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "%blueteammedals_silver%"
- "textAlignment" "center"
- "xpos" "70"
- "ypos" "0"
- "zpos" "6"
- "wide" "15"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "BlueBronzeMedal"
- {
- "ControlName" "ImagePanel"
- "fieldName" "BlueBronzeMedal"
- "xpos" "110"
- "ypos" "0"
- "zpos" "5"
- "wide" "15"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/competitive_coin_bronze"
- "scaleImage" "1"
- }
- "BlueBronzeMedalValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueBronzeMedalValue"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "%blueteammedals_bronze%"
- "textAlignment" "center"
- "xpos" "125"
- "ypos" "0"
- "zpos" "6"
- "wide" "15"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- }
- "RedMedals"
- {
- "ControlName" "EditablePanel"
- "fieldName" "RedMedals"
- "xpos" "c100"
- "ypos" "-20"
- "zpos" "50"
- "wide" "150"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
-
- if_large
- {
- "visible" "0"
- }
-
- "RedGoldMedal"
- {
- "ControlName" "ImagePanel"
- "fieldName" "RedGoldMedal"
- "xpos" "0"
- "ypos" "0"
- "zpos" "5"
- "wide" "15"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/competitive_coin_gold"
- "scaleImage" "1"
- }
- "RedGoldMedalValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedGoldMedalValue"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "%redteammedals_gold%"
- "textAlignment" "center"
- "xpos" "15"
- "ypos" "0"
- "zpos" "6"
- "wide" "15"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "RedSilverMedal"
- {
- "ControlName" "ImagePanel"
- "fieldName" "RedSilverMedal"
- "xpos" "55"
- "ypos" "0"
- "zpos" "5"
- "wide" "15"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/competitive_coin_silver"
- "scaleImage" "1"
- }
- "RedSilverMedalValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedSilverMedalValue"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "%redteammedals_silver%"
- "textAlignment" "center"
- "xpos" "70"
- "ypos" "0"
- "zpos" "6"
- "wide" "15"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "RedBronzeMedal"
- {
- "ControlName" "ImagePanel"
- "fieldName" "RedBronzeMedal"
- "xpos" "110"
- "ypos" "0"
- "zpos" "5"
- "wide" "15"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "image" "competitive/competitive_coin_bronze"
- "scaleImage" "1"
- }
- "RedBronzeMedalValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedBronzeMedalValue"
- "font" "MatchSummaryStatsAndMedals"
- "labelText" "%redteammedals_bronze%"
- "textAlignment" "center"
- "xpos" "125"
- "ypos" "0"
- "zpos" "6"
- "wide" "15"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- }
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/hudmatchsummary.res"
+"#base" "hudmatchsummary-base.res" \ No newline at end of file
diff --git a/resource/ui/hudplayerclass.res b/resource/ui/hudplayerclass.res
index 22784b2..b0ab2ab 100644
--- a/resource/ui/hudplayerclass.res
+++ b/resource/ui/hudplayerclass.res
@@ -1,2 +1,3 @@
+"#base" "../../#customizations/streamermode/hudplayerclass.res"
"#base" "../../#customizations/_enabled/hudplayerclass-left.res"
"#base" "hudplayerclass-base.res" \ No newline at end of file
diff --git a/resource/ui/hudtournament-base.res b/resource/ui/hudtournament-base.res
new file mode 100644
index 0000000..cabc17e
--- /dev/null
+++ b/resource/ui/hudtournament-base.res
@@ -0,0 +1,665 @@
+"Resource/UI/HudTournament.res"
+{
+ HudTournament
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HudTournament"
+ "xpos" "0"
+ "ypos" "25"
+ "wide" "f0"
+ "tall" "480"
+ "proportionaltoparent" "1"
+
+ "team1_player_base_offset_x" "-75"
+ "team1_player_base_y" "0"
+ "team1_player_delta_x" "-47"
+ "team1_player_delta_y" "0"
+ "team2_player_base_offset_x" "25"
+ "team2_player_base_y" "0"
+ "team2_player_delta_x" "47"
+ "team2_player_delta_y" "0"
+ "teams_player_delta_x_comp" "42"
+
+ "avatar_width" "63"
+ "spacer" "5"
+ "name_width" "57"
+ "horiz_inset" "2"
+
+ if_mvm
+ {
+ "ypos" "0"
+ "team1_player_base_y" "66"
+ "team2_player_base_y" "66"
+ "team2_player_delta_x" "52"
+ }
+
+ if_competitive
+ {
+ "team1_player_base_y" "66"
+ "team2_player_base_y" "66"
+ "team2_player_base_offset_x" "5"
+ }
+
+ if_readymode
+ {
+ "team1_player_base_y" "66"
+ "team2_player_base_y" "66"
+ "team2_player_delta_x" "52"
+ "team2_player_base_offset_x" "5"
+ }
+
+ "ModeImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ModeImage"
+ "xpos" "cs-0.5"
+ "ypos" "50"
+ "zpos" "0"
+ "wide" "60"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "image" "competitive/competitive_logo_laurel"
+ "scaleImage" "1"
+ "proportionaltoparent" "1"
+
+ if_competitive {
+ "visible" "1"
+ }
+ }
+
+ "playerpanels_kv"
+ {
+ "visible" "0"
+ "wide" "50"
+ "tall" "35"
+ "zpos" "1"
+ "color_ready" "0 255 0 220"
+ "color_notready" "TransparentBlack"
+
+ "PanelBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PanelBG"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "fillcolor" "TransparentBlack"
+ }
+
+ "playername"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "playername"
+ "font" "Cerbetica10"
+ "xpos" "1"
+ "ypos" "25"
+ "zpos" "5"
+ "wide" "48"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%playername%"
+ "textAlignment" "center"
+ }
+
+ "classimage"
+ {
+ "ControlName" "CTFClassImage"
+ "fieldName" "classimage"
+ "xpos" "1"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "24"
+ "tall" "24"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/class_scoutred"
+ "scaleImage" "1"
+
+ if_mvm
+ {
+ "image" "../vgui/hud_connecting"
+ }
+
+ if_competitive
+ {
+ "image" "../vgui/hud_connecting"
+ }
+
+ if_readymode
+ {
+ "image" "../vgui/hud_connecting"
+ }
+ }
+
+ "classimagebg"
+ {
+ "ControlName" "Panel"
+ "fieldName" "classimagebg"
+ "xpos" "1"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "24"
+ "tall" "24"
+ "visible" "0"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "0"
+ }
+
+ "HealthIcon"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HealthIcon"
+ "xpos" "22"
+ "ypos" "-3"
+ "zpos" "3"
+ "wide" "32"
+ "tall" "32"
+ "visible" "1"
+ "enabled" "1"
+ "HealthBonusPosAdj" "10"
+ "HealthDeathWarning" "0.49"
+ "TFFont" "HudFontSmallest"
+ "HealthDeathWarningColor" "HUDDeathWarning"
+ "TextColor" "HudOffWhite"
+
+ if_readymode
+ {
+ "xpos" "9999"
+ }
+ }
+
+ "ReadyBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "ReadyBG"
+ "xpos" "29"
+ "ypos" "5"
+ "zpos" "3"
+ "wide" "16"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "image" "../HUD/tournament_panel_brown"
+
+ "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"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+
+ if_competitive
+ {
+ "visible" "1"
+ }
+
+ if_readymode
+ {
+ "visible" "1"
+ }
+ }
+
+ "ReadyImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ReadyImage"
+ "xpos" "31"
+ "ypos" "7"
+ "zpos" "4"
+ "wide" "12"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "image" "hud/checkmark"
+ "scaleImage" "1"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+
+ if_competitive
+ {
+ "visible" "1"
+ }
+
+ if_readymode
+ {
+ "visible" "1"
+ }
+ }
+
+ "respawntime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "respawntime"
+ "font" "DefaultSmall"
+ "xpos" "28"
+ "ypos" "2"
+ "zpos" "5"
+ "wide" "23"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%respawntime%"
+ "textAlignment" "west"
+ //"fgcolor" "TanLight"
+ }
+
+ "chargeamount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "chargeamount"
+ "font" "DefaultSmall"
+ "xpos" "25"
+ "ypos" "17"
+ "zpos" "6"
+ "wide" "25"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%chargeamount%"
+ "textAlignment" "north"
+ "fgcolor" "ColorGreen"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "specindex"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "specindex"
+ "font" "DefaultVerySmall"
+ "xpos" "4"
+ "ypos" "2"
+ "zpos" "5"
+ "wide" "50"
+ "tall" "8"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "labelText" "%specindex%"
+ "textAlignment" "north-west"
+ //"fgcolor" "TanLight"
+ }
+ }
+ }
+
+ "HudTournamentBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "HudTournamentBG"
+ "wide" "0"
+ }
+
+ "TournamentLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TournamentLabel"
+ "wide" "0"
+ }
+
+ "HudTournamentBLUEBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "HudTournamentBLUEBG"
+ "xpos" "c-125"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "125"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../HUD/tournament_panel_blu"
+
+ "src_corner_height" "15"
+ "src_corner_width" "15"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ if_competitive
+ {
+ "visible" "0"
+ }
+
+ if_readymode
+ {
+ "visible" "0"
+ }
+ }
+
+ "TournamentBLUELabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TournamentBLUELabel"
+ "font" "HudFontSmall"
+ "xpos" "-5"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "65"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%bluenamelabel%"
+ "textAlignment" "west"
+
+ "pin_to_sibling" "HudTournamentBLUEBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ if_competitive
+ {
+ "visible" "0"
+ }
+
+ if_readymode
+ {
+ "visible" "0"
+ }
+ }
+
+ "TournamentBLUEStateLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TournamentBLUEStateLabel"
+ "font" "HudFontSmallest"
+ "xpos" "-5"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "65"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%bluestate%"
+ "textAlignment" "east"
+
+ "pin_to_sibling" "HudTournamentBLUEBG"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ if_competitive
+ {
+ "visible" "0"
+ }
+
+ if_readymode
+ {
+ "visible" "0"
+ }
+ }
+
+ "HudTournamentREDBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "HudTournamentREDBG"
+ "xpos" "c0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "125"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../HUD/tournament_panel_red"
+
+ "src_corner_height" "15"
+ "src_corner_width" "15"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ if_competitive
+ {
+ "visible" "0"
+ }
+ if_readymode
+ {
+ "visible" "0"
+ }
+ }
+
+ "TournamentREDLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TournamentREDLabel"
+ "font" "HudFontSmall"
+ "xpos" "-5"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "65"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%rednamelabel%"
+ "textAlignment" "east"
+
+ "pin_to_sibling" "HudTournamentREDBG"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ if_competitive
+ {
+ "visible" "0"
+ }
+
+ if_readymode
+ {
+ "visible" "0"
+ }
+ }
+
+ "TournamentREDStateLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TournamentREDStateLabel"
+ "font" "HudFontSmallest"
+ "xpos" "-5"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "65"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%redstate%"
+ "textAlignment" "west"
+
+ "pin_to_sibling" "HudTournamentREDBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ if_competitive
+ {
+ "visible" "0"
+ }
+
+ if_readymode
+ {
+ "visible" "0"
+ }
+ }
+
+ "TournamentConditionLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TournamentConditionLabel"
+ "font" "HudFontSmallest"
+ "fgcolor" "TanLight"
+ "xpos" "c-125"
+ "ypos" "16"
+ "zpos" "1"
+ "wide" "250"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%winconditions%"
+ "textAlignment" "center"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ if_competitive
+ {
+ "ypos" "25"
+ }
+ }
+
+ "HudTournamentBGHelp"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "HudTournamentBGHelp"
+ "wide" "0"
+ }
+
+ "TournamentInstructionsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TournamentInstructionsLabel"
+ "font" "HudFontSmallest"
+ "xpos" "c-125"
+ "ypos" "30"
+ "wide" "250"
+ "tall" "12"
+ "zpos" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%readylabel%"
+ "textAlignment" "center"
+
+ if_mvm
+ {
+ "ypos" "105"
+ }
+
+ if_competitive
+ {
+ "ypos" "36"
+ }
+ }
+
+ "TournamentReadyHintIcon"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TournamentReadyHintIcon"
+ "wide" "0"
+ }
+
+ "CountdownBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "CountdownBG"
+ "wide" "0"
+ }
+
+ "CountdownLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CountdownLabel"
+ "font" "HudFontMedium"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.1"
+ "wide" "40"
+ "tall" "40"
+ "zpos" "4"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%tournamentstatelabel%"
+ "textAlignment" "center"
+ "proportionaltoparent" "1"
+ }
+
+ "CountdownLabelShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CountdownLabelShadow"
+ "font" "HudFontMedium"
+ "xpos" "cs-0.49"
+ "ypos" "cs-0.09"
+ "wide" "40"
+ "tall" "40"
+ "zpos" "3"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%tournamentstatelabel%"
+ "textAlignment" "center"
+ "fgcolor" "TransparentBlack"
+ "proportionaltoparent" "1"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/hudtournament.res b/resource/ui/hudtournament.res
index cabc17e..5b129ef 100644
--- a/resource/ui/hudtournament.res
+++ b/resource/ui/hudtournament.res
@@ -1,665 +1,2 @@
-"Resource/UI/HudTournament.res"
-{
- HudTournament
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudTournament"
- "xpos" "0"
- "ypos" "25"
- "wide" "f0"
- "tall" "480"
- "proportionaltoparent" "1"
-
- "team1_player_base_offset_x" "-75"
- "team1_player_base_y" "0"
- "team1_player_delta_x" "-47"
- "team1_player_delta_y" "0"
- "team2_player_base_offset_x" "25"
- "team2_player_base_y" "0"
- "team2_player_delta_x" "47"
- "team2_player_delta_y" "0"
- "teams_player_delta_x_comp" "42"
-
- "avatar_width" "63"
- "spacer" "5"
- "name_width" "57"
- "horiz_inset" "2"
-
- if_mvm
- {
- "ypos" "0"
- "team1_player_base_y" "66"
- "team2_player_base_y" "66"
- "team2_player_delta_x" "52"
- }
-
- if_competitive
- {
- "team1_player_base_y" "66"
- "team2_player_base_y" "66"
- "team2_player_base_offset_x" "5"
- }
-
- if_readymode
- {
- "team1_player_base_y" "66"
- "team2_player_base_y" "66"
- "team2_player_delta_x" "52"
- "team2_player_base_offset_x" "5"
- }
-
- "ModeImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ModeImage"
- "xpos" "cs-0.5"
- "ypos" "50"
- "zpos" "0"
- "wide" "60"
- "tall" "60"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "competitive/competitive_logo_laurel"
- "scaleImage" "1"
- "proportionaltoparent" "1"
-
- if_competitive {
- "visible" "1"
- }
- }
-
- "playerpanels_kv"
- {
- "visible" "0"
- "wide" "50"
- "tall" "35"
- "zpos" "1"
- "color_ready" "0 255 0 220"
- "color_notready" "TransparentBlack"
-
- "PanelBG"
- {
- "ControlName" "ImagePanel"
- "fieldName" "PanelBG"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "f0"
- "tall" "25"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "fillcolor" "TransparentBlack"
- }
-
- "playername"
- {
- "ControlName" "CExLabel"
- "fieldName" "playername"
- "font" "Cerbetica10"
- "xpos" "1"
- "ypos" "25"
- "zpos" "5"
- "wide" "48"
- "tall" "10"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%playername%"
- "textAlignment" "center"
- }
-
- "classimage"
- {
- "ControlName" "CTFClassImage"
- "fieldName" "classimage"
- "xpos" "1"
- "ypos" "1"
- "zpos" "3"
- "wide" "24"
- "tall" "24"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/class_scoutred"
- "scaleImage" "1"
-
- if_mvm
- {
- "image" "../vgui/hud_connecting"
- }
-
- if_competitive
- {
- "image" "../vgui/hud_connecting"
- }
-
- if_readymode
- {
- "image" "../vgui/hud_connecting"
- }
- }
-
- "classimagebg"
- {
- "ControlName" "Panel"
- "fieldName" "classimagebg"
- "xpos" "1"
- "ypos" "1"
- "zpos" "3"
- "wide" "24"
- "tall" "24"
- "visible" "0"
- "enabled" "1"
- "bgcolor_override" "TransparentBlack"
- "PaintBackgroundType" "0"
- }
-
- "HealthIcon"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HealthIcon"
- "xpos" "22"
- "ypos" "-3"
- "zpos" "3"
- "wide" "32"
- "tall" "32"
- "visible" "1"
- "enabled" "1"
- "HealthBonusPosAdj" "10"
- "HealthDeathWarning" "0.49"
- "TFFont" "HudFontSmallest"
- "HealthDeathWarningColor" "HUDDeathWarning"
- "TextColor" "HudOffWhite"
-
- if_readymode
- {
- "xpos" "9999"
- }
- }
-
- "ReadyBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ReadyBG"
- "xpos" "29"
- "ypos" "5"
- "zpos" "3"
- "wide" "16"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "image" "../HUD/tournament_panel_brown"
-
- "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"
-
- if_mvm
- {
- "visible" "1"
- }
-
- if_competitive
- {
- "visible" "1"
- }
-
- if_readymode
- {
- "visible" "1"
- }
- }
-
- "ReadyImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ReadyImage"
- "xpos" "31"
- "ypos" "7"
- "zpos" "4"
- "wide" "12"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "hud/checkmark"
- "scaleImage" "1"
-
- if_mvm
- {
- "visible" "1"
- }
-
- if_competitive
- {
- "visible" "1"
- }
-
- if_readymode
- {
- "visible" "1"
- }
- }
-
- "respawntime"
- {
- "ControlName" "CExLabel"
- "fieldName" "respawntime"
- "font" "DefaultSmall"
- "xpos" "28"
- "ypos" "2"
- "zpos" "5"
- "wide" "23"
- "tall" "10"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%respawntime%"
- "textAlignment" "west"
- //"fgcolor" "TanLight"
- }
-
- "chargeamount"
- {
- "ControlName" "CExLabel"
- "fieldName" "chargeamount"
- "font" "DefaultSmall"
- "xpos" "25"
- "ypos" "17"
- "zpos" "6"
- "wide" "25"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%chargeamount%"
- "textAlignment" "north"
- "fgcolor" "ColorGreen"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "specindex"
- {
- "ControlName" "CExLabel"
- "fieldName" "specindex"
- "font" "DefaultVerySmall"
- "xpos" "4"
- "ypos" "2"
- "zpos" "5"
- "wide" "50"
- "tall" "8"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "labelText" "%specindex%"
- "textAlignment" "north-west"
- //"fgcolor" "TanLight"
- }
- }
- }
-
- "HudTournamentBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBG"
- "wide" "0"
- }
-
- "TournamentLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentLabel"
- "wide" "0"
- }
-
- "HudTournamentBLUEBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBLUEBG"
- "xpos" "c-125"
- "ypos" "0"
- "zpos" "-1"
- "wide" "125"
- "tall" "16"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_blu"
-
- "src_corner_height" "15"
- "src_corner_width" "15"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
-
- if_competitive
- {
- "visible" "0"
- }
-
- if_readymode
- {
- "visible" "0"
- }
- }
-
- "TournamentBLUELabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentBLUELabel"
- "font" "HudFontSmall"
- "xpos" "-5"
- "ypos" "0"
- "zpos" "1"
- "wide" "65"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%bluenamelabel%"
- "textAlignment" "west"
-
- "pin_to_sibling" "HudTournamentBLUEBG"
- "pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPLEFT"
-
- if_mvm
- {
- "visible" "0"
- }
-
- if_competitive
- {
- "visible" "0"
- }
-
- if_readymode
- {
- "visible" "0"
- }
- }
-
- "TournamentBLUEStateLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentBLUEStateLabel"
- "font" "HudFontSmallest"
- "xpos" "-5"
- "ypos" "0"
- "zpos" "1"
- "wide" "65"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%bluestate%"
- "textAlignment" "east"
-
- "pin_to_sibling" "HudTournamentBLUEBG"
- "pin_corner_to_sibling" "PIN_TOPRIGHT"
- "pin_to_sibling_corner" "PIN_TOPRIGHT"
-
- if_mvm
- {
- "visible" "0"
- }
-
- if_competitive
- {
- "visible" "0"
- }
-
- if_readymode
- {
- "visible" "0"
- }
- }
-
- "HudTournamentREDBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentREDBG"
- "xpos" "c0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "125"
- "tall" "16"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_red"
-
- "src_corner_height" "15"
- "src_corner_width" "15"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- if_competitive
- {
- "visible" "0"
- }
- if_readymode
- {
- "visible" "0"
- }
- }
-
- "TournamentREDLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentREDLabel"
- "font" "HudFontSmall"
- "xpos" "-5"
- "ypos" "0"
- "zpos" "1"
- "wide" "65"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%rednamelabel%"
- "textAlignment" "east"
-
- "pin_to_sibling" "HudTournamentREDBG"
- "pin_corner_to_sibling" "PIN_TOPRIGHT"
- "pin_to_sibling_corner" "PIN_TOPRIGHT"
-
- if_mvm
- {
- "visible" "0"
- }
-
- if_competitive
- {
- "visible" "0"
- }
-
- if_readymode
- {
- "visible" "0"
- }
- }
-
- "TournamentREDStateLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentREDStateLabel"
- "font" "HudFontSmallest"
- "xpos" "-5"
- "ypos" "0"
- "zpos" "1"
- "wide" "65"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%redstate%"
- "textAlignment" "west"
-
- "pin_to_sibling" "HudTournamentREDBG"
- "pin_corner_to_sibling" "PIN_TOPLEFT"
- "pin_to_sibling_corner" "PIN_TOPLEFT"
-
- if_mvm
- {
- "visible" "0"
- }
-
- if_competitive
- {
- "visible" "0"
- }
-
- if_readymode
- {
- "visible" "0"
- }
- }
-
- "TournamentConditionLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentConditionLabel"
- "font" "HudFontSmallest"
- "fgcolor" "TanLight"
- "xpos" "c-125"
- "ypos" "16"
- "zpos" "1"
- "wide" "250"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%winconditions%"
- "textAlignment" "center"
-
- if_mvm
- {
- "visible" "0"
- }
-
- if_competitive
- {
- "ypos" "25"
- }
- }
-
- "HudTournamentBGHelp"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBGHelp"
- "wide" "0"
- }
-
- "TournamentInstructionsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentInstructionsLabel"
- "font" "HudFontSmallest"
- "xpos" "c-125"
- "ypos" "30"
- "wide" "250"
- "tall" "12"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%readylabel%"
- "textAlignment" "center"
-
- if_mvm
- {
- "ypos" "105"
- }
-
- if_competitive
- {
- "ypos" "36"
- }
- }
-
- "TournamentReadyHintIcon"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentReadyHintIcon"
- "wide" "0"
- }
-
- "CountdownBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "CountdownBG"
- "wide" "0"
- }
-
- "CountdownLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabel"
- "font" "HudFontMedium"
- "xpos" "cs-0.5"
- "ypos" "cs-0.1"
- "wide" "40"
- "tall" "40"
- "zpos" "4"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
- "proportionaltoparent" "1"
- }
-
- "CountdownLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabelShadow"
- "font" "HudFontMedium"
- "xpos" "cs-0.49"
- "ypos" "cs-0.09"
- "wide" "40"
- "tall" "40"
- "zpos" "3"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
- "fgcolor" "TransparentBlack"
- "proportionaltoparent" "1"
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/hudtournament.res"
+"#base" "hudtournament-base.res" \ No newline at end of file
diff --git a/resource/ui/matchmakingtooltip-base.res b/resource/ui/matchmakingtooltip-base.res
new file mode 100644
index 0000000..a049983
--- /dev/null
+++ b/resource/ui/matchmakingtooltip-base.res
@@ -0,0 +1,56 @@
+"Resource/UI/MatchMakingTooltip.res"
+{
+ "TooltipPanel"
+ {
+ // "ControlName" "EditablePanel"
+ "fieldName" "TooltipPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "30000"
+ "wide" "300"
+ "tall" "100"
+ "visible" "0"
+ "PaintBackgroundType" "2"
+ "border" "ButtonHover"
+ "bgcolor_override" "DarkGrey"
+ "mouseinputenabled" "0"
+
+ "TipLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TipLabel"
+
+
+ if_small
+ {
+ "font" "HudFontSmall"
+ }
+
+ if_medium
+ {
+ "font" "HudFontMediumSmall"
+ }
+
+ if_large
+ {
+ "font" "HudFontMedium"
+ }
+
+ "labelText" "%tiptext%"
+ "textAlignment" "center"
+ "xpos" "10"
+ "ypos" "10"
+ "zpos" "2"
+ "wide" "140"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "1"
+ "fgcolor_override" "TanLight"
+ "auto_wide_tocontents" "1"
+ "auto_tall_tocontents" "1"
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/matchmakingtooltip.res b/resource/ui/matchmakingtooltip.res
index a049983..57322f1 100644
--- a/resource/ui/matchmakingtooltip.res
+++ b/resource/ui/matchmakingtooltip.res
@@ -1,56 +1,2 @@
-"Resource/UI/MatchMakingTooltip.res"
-{
- "TooltipPanel"
- {
- // "ControlName" "EditablePanel"
- "fieldName" "TooltipPanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "30000"
- "wide" "300"
- "tall" "100"
- "visible" "0"
- "PaintBackgroundType" "2"
- "border" "ButtonHover"
- "bgcolor_override" "DarkGrey"
- "mouseinputenabled" "0"
-
- "TipLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TipLabel"
-
-
- if_small
- {
- "font" "HudFontSmall"
- }
-
- if_medium
- {
- "font" "HudFontMediumSmall"
- }
-
- if_large
- {
- "font" "HudFontMedium"
- }
-
- "labelText" "%tiptext%"
- "textAlignment" "center"
- "xpos" "10"
- "ypos" "10"
- "zpos" "2"
- "wide" "140"
- "tall" "30"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "1"
- "fgcolor_override" "TanLight"
- "auto_wide_tocontents" "1"
- "auto_tall_tocontents" "1"
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/matchmakingtooltip.res"
+"#base" "matchmakingtooltip-base.res" \ No newline at end of file
diff --git a/resource/ui/mvmscoreboard-base.res b/resource/ui/mvmscoreboard-base.res
new file mode 100644
index 0000000..f2a42a8
--- /dev/null
+++ b/resource/ui/mvmscoreboard-base.res
@@ -0,0 +1,204 @@
+"Resource/UI/MvMScoreboard.res"
+{
+ "WaveStatusPanel"
+ {
+ "ControlName" "CWaveStatusPanel"
+ "fieldName" "WaveStatusPanel"
+ "xpos" "c-300"
+ "ypos" "8"
+ "zpos" "0"
+ "wide" "600"
+ "tall" "67"
+ "visible" "1"
+ "enabled" "1"
+ "verbose" "1"
+ }
+
+ "PopFileLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PopFileLabel"
+ "font" "HudFontMedium"
+ "labelText" "%popfile%"
+ "textAlignment" "west"
+ "xpos" "c-265"
+ "ypos" "c-30"
+ "wide" "270"
+ "tall" "30"
+ "fgcolor" "TanLight"
+ }
+
+ "PlayerListBackground"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "PlayerListBackground"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "0"
+ "tall" "0"
+ "visible" "0"
+ "enabled" "0"
+ "image" "../hud/tournament_panel_brown"
+ "scaleImage" "0"
+ "src_corner_height" "0"
+ "src_corner_width" "0"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+ }
+
+ "PlayerListBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "PlayerListBG"
+ "xpos" "c-270"
+ "ypos" "244"
+ "zpos" "-1"
+ "wide" "540"
+ "tall" "500"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "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" "HudFontMedium"
+ }
+
+ "CreditStatsContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "CreditStatsContainer"
+ "xpos" "c-190"
+ "ypos" "70"
+ "wide" "480"
+ "tall" "205"
+ "visible" "1"
+
+ "CreditStatsBackground"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "CreditStatsBackground"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "0"
+ "tall" "0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "image" "../HUD/tournament_panel_brown"
+ "src_corner_height" "0"
+ "src_corner_width" "0"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+ }
+ "CreditStatsBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "CreditStatsBG"
+ "xpos" "0"
+ "ypos" "25"
+ "zpos" "-1"
+ "wide" "335"
+ "tall" "115"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "2"
+
+ }
+
+ "CreditsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CreditsLabel"
+ "font" "HudFontSmallishBold"
+ "labelText" "#TF_PVE_Currency"
+ "textAlignment" "center"
+ "xpos" "9999"
+ "ypos" "9999"
+ "wide" "200"
+ "fgcolor" "TanLight"
+ }
+
+ "PreviousWaveCreditInfoPanel"
+ {
+ "ControlName" "CCreditDisplayPanel"
+ "fieldName" "PreviousWaveCreditInfoPanel"
+ "xpos" "8"
+ "ypos" "30"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "TotalGameCreditInfoPanel"
+ {
+ "ControlName" "CCreditDisplayPanel"
+ "fieldName" "TotalGameCreditInfoPanel"
+ "xpos" "208"
+ "ypos" "30"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "PreviousWaveCreditSpendPanel"
+ {
+ "ControlName" "CCreditSpendPanel"
+ "fieldName" "PreviousWaveCreditSpendPanel"
+ "xpos" "8"
+ "ypos" "75"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "TotalGameCreditSpendPanel"
+ {
+ "ControlName" "CCreditSpendPanel"
+ "fieldName" "TotalGameCreditSpendPanel"
+ "xpos" "208"
+ "ypos" "75"
+ "wide" "184"
+ "tall" "60"
+ "wide" "200"
+ "visible" "1"
+ }
+
+ "RespecStatusLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RespecStatusLabel"
+ "font" "HudFontSmall"
+ "labelText" "%respecstatus%"
+ "textAlignment" "north-west"
+ "xpos" "180"
+ "ypos" "8"
+ "wide" "220"
+ "tall" "40"
+ "fgcolor" "TanLight"
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res
index f2a42a8..113a307 100644
--- a/resource/ui/mvmscoreboard.res
+++ b/resource/ui/mvmscoreboard.res
@@ -1,204 +1,2 @@
-"Resource/UI/MvMScoreboard.res"
-{
- "WaveStatusPanel"
- {
- "ControlName" "CWaveStatusPanel"
- "fieldName" "WaveStatusPanel"
- "xpos" "c-300"
- "ypos" "8"
- "zpos" "0"
- "wide" "600"
- "tall" "67"
- "visible" "1"
- "enabled" "1"
- "verbose" "1"
- }
-
- "PopFileLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "PopFileLabel"
- "font" "HudFontMedium"
- "labelText" "%popfile%"
- "textAlignment" "west"
- "xpos" "c-265"
- "ypos" "c-30"
- "wide" "270"
- "tall" "30"
- "fgcolor" "TanLight"
- }
-
- "PlayerListBackground"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "PlayerListBackground"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "0"
- "tall" "0"
- "visible" "0"
- "enabled" "0"
- "image" "../hud/tournament_panel_brown"
- "scaleImage" "0"
- "src_corner_height" "0"
- "src_corner_width" "0"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
- }
-
- "PlayerListBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "PlayerListBG"
- "xpos" "c-270"
- "ypos" "244"
- "zpos" "-1"
- "wide" "540"
- "tall" "500"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "TransparentBlack"
- "PaintBackgroundType" "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" "HudFontMedium"
- }
-
- "CreditStatsContainer"
- {
- "ControlName" "EditablePanel"
- "fieldName" "CreditStatsContainer"
- "xpos" "c-190"
- "ypos" "70"
- "wide" "480"
- "tall" "205"
- "visible" "1"
-
- "CreditStatsBackground"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "CreditStatsBackground"
- "xpos" "0"
- "ypos" "0"
- "zpos" "0"
- "wide" "0"
- "tall" "0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "image" "../HUD/tournament_panel_brown"
- "src_corner_height" "0"
- "src_corner_width" "0"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
- }
- "CreditStatsBG"
- {
- "ControlName" "EditablePanel"
- "fieldName" "CreditStatsBG"
- "xpos" "0"
- "ypos" "25"
- "zpos" "-1"
- "wide" "335"
- "tall" "115"
- "visible" "1"
- "enabled" "1"
- "bgcolor_override" "TransparentBlack"
- "PaintBackgroundType" "2"
-
- }
-
- "CreditsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CreditsLabel"
- "font" "HudFontSmallishBold"
- "labelText" "#TF_PVE_Currency"
- "textAlignment" "center"
- "xpos" "9999"
- "ypos" "9999"
- "wide" "200"
- "fgcolor" "TanLight"
- }
-
- "PreviousWaveCreditInfoPanel"
- {
- "ControlName" "CCreditDisplayPanel"
- "fieldName" "PreviousWaveCreditInfoPanel"
- "xpos" "8"
- "ypos" "30"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "TotalGameCreditInfoPanel"
- {
- "ControlName" "CCreditDisplayPanel"
- "fieldName" "TotalGameCreditInfoPanel"
- "xpos" "208"
- "ypos" "30"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "PreviousWaveCreditSpendPanel"
- {
- "ControlName" "CCreditSpendPanel"
- "fieldName" "PreviousWaveCreditSpendPanel"
- "xpos" "8"
- "ypos" "75"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "TotalGameCreditSpendPanel"
- {
- "ControlName" "CCreditSpendPanel"
- "fieldName" "TotalGameCreditSpendPanel"
- "xpos" "208"
- "ypos" "75"
- "wide" "184"
- "tall" "60"
- "wide" "200"
- "visible" "1"
- }
-
- "RespecStatusLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RespecStatusLabel"
- "font" "HudFontSmall"
- "labelText" "%respecstatus%"
- "textAlignment" "north-west"
- "xpos" "180"
- "ypos" "8"
- "wide" "220"
- "tall" "40"
- "fgcolor" "TanLight"
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/mvmscoreboard.res"
+"#base" "mvmscoreboard-base.res" \ No newline at end of file
diff --git a/resource/ui/pvprankpanel-base.res b/resource/ui/pvprankpanel-base.res
new file mode 100644
index 0000000..52517db
--- /dev/null
+++ b/resource/ui/pvprankpanel-base.res
@@ -0,0 +1,588 @@
+"Resource/UI/PvPRankPanel.res"
+{
+ "ModelContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ModelContainer"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "3"
+ "wide" "f0"
+ "tall" "f0"
+ "proportionaltoparent" "1"
+ "actionsignallevel" "2"
+
+ "BelowModelParticlePanel"
+ {
+ "ControlName" "CTFParticlePanel"
+ "fieldName" "BelowModelParticlePanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "cs-0.5-228"
+ }
+
+ "ParticleEffects"
+ {
+ "0"
+ {
+ "particle_xpos" "c0"
+ "particle_ypos" "c0"
+ "particle_scale" "3"
+ "particleName" "rankup_base"
+ "start_activated" "0"
+ "loop" "0"
+ }
+ }
+
+ "paintbackground" "0"
+ }
+
+ "RankModel"
+ {
+ "ControlName" "CBaseModelPanel"
+ "fieldName" "RankModel"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "zpos" "0"
+ "wide" "o1"
+ "tall" "p0.12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fov" "60"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "cs-0.5-228"
+ "ypos" "cs-0.5"
+ "wide" "200"
+ "tall" "200"
+ }
+
+ "paintbackground" "0"
+ "render_texture" "0"
+
+ "model"
+ {
+ "force_pos" "1"
+ "modelname" ""
+ "skin" "0"
+ "angles_x" "0"
+ "angles_y" "180"
+ "angles_z" "0"
+ "origin_x" "45"
+ "origin_y" "0"
+ "origin_z" "0"
+ "spotlight" "1"
+
+ if_mini
+ {
+ "origin_x" "70"
+ }
+
+ "animation"
+ {
+ "sequence" "idle"
+ "default" "1"
+ }
+ }
+
+ "lights"
+ {
+ "default"
+ {
+ "name" "directional"
+ "color" "0.5 0.5 0.5"
+ "direction" "0.60 0.65 0.2"
+ }
+ }
+ }
+
+ "AboveModelParticlePanel"
+ {
+ "ControlName" "CTFParticlePanel"
+ "fieldName" "AboveModelParticlePanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "paintbackground" "0"
+
+ if_mini
+ {
+ "xpos" "cs-0.5-228"
+ }
+
+ "ParticleEffects"
+ {
+ "0"
+ {
+ "particle_xpos" "c0"
+ "particle_ypos" "c0"
+ "particle_scale" "5"
+ "particleName" "rankup_glitter"
+ "start_activated" "0"
+ "loop" "0"
+ }
+ "1"
+ {
+ "particle_xpos" "c0"
+ "particle_ypos" "c0"
+ "particle_scale" "4"
+ "particleName" "badgepress_base"
+ "start_activated" "0"
+ "loop" "0"
+ }
+ "2"
+ {
+ "particle_xpos" "c-8"
+ "particle_ypos" "c0"
+ "particle_scale" "4"
+ "particleName" "rankdown_base"
+ "start_activated" "0"
+ "loop" "0"
+ }
+ }
+
+ "paintbackground" "1"
+ }
+
+ "MedalButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "MedalButton"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.4"
+ "zpos" "100"
+ "wide" "o1"
+ "tall" "42"
+ "proportionaltoparent" "1"
+ "command" "medal_clicked"
+ "actionsignallevel" "2"
+ "labeltext" ""
+ "paintbackground" "0"
+ "backgroundenabled" "0"
+ }
+ }
+
+ "BGPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BGPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "260"
+ "tall" "102"
+ "visible" "0"
+ "PaintBackgroundType" "0"
+ "border" "NoBorder"
+ "bgcolor_override" "25 25 25 0"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "tall" "35"
+ "wide" "505"
+ }
+
+ "NameLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "NameLabel"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "170"
+ "zpos" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallishBold"
+ "fgcolor_override" "TanLight"
+ "textAlignment" "center"
+ "labelText" "%name%"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "visible" "0"
+ }
+ }
+
+ "DescLine1"
+ {
+ "ControlName" "CAutoFittingLabel"
+ "fieldName" "DescLine1"
+ "xpos" "0"
+ "ypos" "13"
+ "wide" "170"
+ "zpos" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "TanLight"
+ "textAlignment" "center"
+ "labelText" "%desc1%"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "50"
+ "ypos" "r35"
+ }
+ }
+
+ "DescLine2"
+ {
+ "ControlName" "CAutoFittingLabel"
+ "fieldName" "DescLine2"
+ "xpos" "0"
+ "ypos" "32"
+ "wide" "170"
+ "zpos" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "center"
+ "labelText" "%desc2%"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "67"
+ "ypos" "4"
+ }
+
+ "fonts"
+ {
+ "0" "HudFontSmallest"
+ "1" "StorePromotionsTitle"
+ "2" "FontStorePrice"
+ }
+
+ "colors"
+ {
+ "1" "CreditsGreen"
+ "2" "TanLight"
+ }
+ }
+
+ "StatsContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "StatsContainer"
+ "xpos" "0"
+ "ypos" "10"
+ "wide" "260"
+ "tall" "f0"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "rs1-10"
+ "ypos" "0"
+ "wide" "p0.85"
+ }
+
+ "XPBar"
+ {
+ "Controlname" "EditablePanel"
+ "fieldName" "XPBar"
+ "xpos" "0"
+ "ypos" "rs1-63"
+ "wide" "170"
+ "tall" "35"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "cs-0.5"
+ "ypos" "rs1-3"
+ "wide" "p1"
+ }
+
+ "CurrentXPLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "CurrentXPLabel"
+ "xpos" "35"
+ "ypos" "rs1"
+ "zpos" "0"
+ "wide" "50"
+ "tall" "10"
+ "visible" "1"
+ "enabled" "1"
+ "font" "ItemFontAttribSmall"
+ "fgcolor_override" "TanLight"
+ "textAlignment" "west"
+ "labelText" "%current_xp%"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "40"
+ }
+ }
+
+ "NextLevelXPLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "NextLevelXPLabel"
+ "xpos" "85"
+ "ypos" "rs1"
+ "zpos" "0"
+ "wide" "50"
+ "tall" "10"
+ "visible" "1"
+ "enabled" "1"
+ "font" "ItemFontAttribSmall"
+ "fgcolor_override" "TanLight"
+ "textAlignment" "east"
+ "labelText" "%next_level_xp%"
+ "proportionaltoparent" "1"
+ }
+
+ "ProgressBarsContainer"
+ {
+ "Controlname" "EditablePanel"
+ "fieldName" "ProgressBarsContainer"
+ "xpos" "35"
+ "ypos" "rs1-10"
+ "wide" "100"
+ "tall" "7"
+ "proportionaltoparent" "1"
+
+ if_mini
+ {
+ "xpos" "0"
+ "ypos" "rs1-10"
+ "wide" "p1"
+ }
+
+ "ProgressBar"
+ {
+ "ControlName" "ProgressBar"
+ "fieldName" "ProgressBar"
+ "xpos" "0"
+ "ypos" "cs-0.5"
+ "wide" "f0"
+ "tall" "f-2"
+ "zpos" "1"
+ "proportionaltoparent" "1"
+ "progress" "1"
+
+ "fgcolor_override" "20 20 20 180"
+ "bgcolor_override" "Transparent"
+ }
+
+ "ContinuousProgressBar"
+ {
+ "ControlName" "ContinuousProgressBar"
+ "fieldName" "ContinuousProgressBar"
+ "xpos" "cs-0.5"
+ "ypos" "cs-0.5"
+ "wide" "f2"
+ "tall" "f2"
+ "proportionaltoparent" "1"
+ "progress" "0"
+
+ "fgcolor_override" "CreditsGreen"
+ }
+
+ "Frame"
+ {
+ "Controlname" "EditablePanel"
+ "fieldName" "Frame"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "f0"
+ "zpos" "5"
+ "visible" "0"
+ "enabled" "0"
+ "proportionaltoparent" "1"
+ "border" "InnerShadowBorderThin"
+ }
+ }
+ }
+
+ "Stats"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Stats"
+ "xpos" "0"
+ "ypos" "60"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "proportionaltoparent" "1"
+ "bgcolor_override" "Transparent"
+
+ "if_mini"
+ {
+ "visible" "0"
+ }
+
+ "Frame"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Frame"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "10"
+ "wide" "0"
+ "tall" "0"
+ "proportionaltoparent" "1"
+ "border" "NoBorder"
+ }
+
+ // First column
+ "GamesLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "GamesLabel"
+ "xpos" "10"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_games%"
+ "proportionaltoparent" "1"
+ }
+
+ "KillsLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "KillsLabel"
+ "xpos" "c-20"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_kills%"
+ "proportionaltoparent" "1"
+ }
+
+ "DeathsLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "DeathsLabel"
+ "xpos" "c-20"
+ "ypos" "15"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_deaths%"
+ "proportionaltoparent" "1"
+ }
+
+ // Second column
+ "DamageLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "DamageLabel"
+ "xpos" "10"
+ "ypos" "15"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_damage%"
+ "proportionaltoparent" "1"
+ }
+
+ "HealingLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "HealingLabel"
+ "xpos" "rs1+20"
+ "ypos" "5"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_healing%"
+ "proportionaltoparent" "1"
+ }
+
+ "SupportLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "SupportLabel"
+ "xpos" "rs1+20"
+ "ypos" "15"
+ "zpos" "0"
+ "wide" "100"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_support%"
+ "proportionaltoparent" "1"
+ }
+
+ // Third column
+ "ScoreLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "ScoreLabel"
+ "xpos" "rs1+20"
+ "ypos" "15"
+ "wide" "100"
+ "tall" "20"
+ "visible" "0"
+ "enabled" "0"
+ "font" "HudFontSmallest"
+ "fgcolor_override" "White"
+ "textAlignment" "north-west"
+ "labelText" "%stat_score%"
+ "proportionaltoparent" "1"
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res
index 52517db..f5bd003 100644
--- a/resource/ui/pvprankpanel.res
+++ b/resource/ui/pvprankpanel.res
@@ -1,588 +1,2 @@
-"Resource/UI/PvPRankPanel.res"
-{
- "ModelContainer"
- {
- "ControlName" "EditablePanel"
- "fieldName" "ModelContainer"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "zpos" "3"
- "wide" "f0"
- "tall" "f0"
- "proportionaltoparent" "1"
- "actionsignallevel" "2"
-
- "BelowModelParticlePanel"
- {
- "ControlName" "CTFParticlePanel"
- "fieldName" "BelowModelParticlePanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "cs-0.5-228"
- }
-
- "ParticleEffects"
- {
- "0"
- {
- "particle_xpos" "c0"
- "particle_ypos" "c0"
- "particle_scale" "3"
- "particleName" "rankup_base"
- "start_activated" "0"
- "loop" "0"
- }
- }
-
- "paintbackground" "0"
- }
-
- "RankModel"
- {
- "ControlName" "CBaseModelPanel"
- "fieldName" "RankModel"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "zpos" "0"
- "wide" "o1"
- "tall" "p0.12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fov" "60"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "cs-0.5-228"
- "ypos" "cs-0.5"
- "wide" "200"
- "tall" "200"
- }
-
- "paintbackground" "0"
- "render_texture" "0"
-
- "model"
- {
- "force_pos" "1"
- "modelname" ""
- "skin" "0"
- "angles_x" "0"
- "angles_y" "180"
- "angles_z" "0"
- "origin_x" "45"
- "origin_y" "0"
- "origin_z" "0"
- "spotlight" "1"
-
- if_mini
- {
- "origin_x" "70"
- }
-
- "animation"
- {
- "sequence" "idle"
- "default" "1"
- }
- }
-
- "lights"
- {
- "default"
- {
- "name" "directional"
- "color" "0.5 0.5 0.5"
- "direction" "0.60 0.65 0.2"
- }
- }
- }
-
- "AboveModelParticlePanel"
- {
- "ControlName" "CTFParticlePanel"
- "fieldName" "AboveModelParticlePanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "proportionaltoparent" "1"
- "paintbackground" "0"
-
- if_mini
- {
- "xpos" "cs-0.5-228"
- }
-
- "ParticleEffects"
- {
- "0"
- {
- "particle_xpos" "c0"
- "particle_ypos" "c0"
- "particle_scale" "5"
- "particleName" "rankup_glitter"
- "start_activated" "0"
- "loop" "0"
- }
- "1"
- {
- "particle_xpos" "c0"
- "particle_ypos" "c0"
- "particle_scale" "4"
- "particleName" "badgepress_base"
- "start_activated" "0"
- "loop" "0"
- }
- "2"
- {
- "particle_xpos" "c-8"
- "particle_ypos" "c0"
- "particle_scale" "4"
- "particleName" "rankdown_base"
- "start_activated" "0"
- "loop" "0"
- }
- }
-
- "paintbackground" "1"
- }
-
- "MedalButton"
- {
- "ControlName" "Button"
- "fieldName" "MedalButton"
- "xpos" "cs-0.5"
- "ypos" "cs-0.4"
- "zpos" "100"
- "wide" "o1"
- "tall" "42"
- "proportionaltoparent" "1"
- "command" "medal_clicked"
- "actionsignallevel" "2"
- "labeltext" ""
- "paintbackground" "0"
- "backgroundenabled" "0"
- }
- }
-
- "BGPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "BGPanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "260"
- "tall" "102"
- "visible" "0"
- "PaintBackgroundType" "0"
- "border" "NoBorder"
- "bgcolor_override" "25 25 25 0"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "tall" "35"
- "wide" "505"
- }
-
- "NameLabel"
- {
- "ControlName" "Label"
- "fieldName" "NameLabel"
- "xpos" "0"
- "ypos" "0"
- "wide" "170"
- "zpos" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallishBold"
- "fgcolor_override" "TanLight"
- "textAlignment" "center"
- "labelText" "%name%"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "visible" "0"
- }
- }
-
- "DescLine1"
- {
- "ControlName" "CAutoFittingLabel"
- "fieldName" "DescLine1"
- "xpos" "0"
- "ypos" "13"
- "wide" "170"
- "zpos" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "TanLight"
- "textAlignment" "center"
- "labelText" "%desc1%"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "50"
- "ypos" "r35"
- }
- }
-
- "DescLine2"
- {
- "ControlName" "CAutoFittingLabel"
- "fieldName" "DescLine2"
- "xpos" "0"
- "ypos" "32"
- "wide" "170"
- "zpos" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "center"
- "labelText" "%desc2%"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "67"
- "ypos" "4"
- }
-
- "fonts"
- {
- "0" "HudFontSmallest"
- "1" "StorePromotionsTitle"
- "2" "FontStorePrice"
- }
-
- "colors"
- {
- "1" "CreditsGreen"
- "2" "TanLight"
- }
- }
-
- "StatsContainer"
- {
- "ControlName" "EditablePanel"
- "fieldName" "StatsContainer"
- "xpos" "0"
- "ypos" "10"
- "wide" "260"
- "tall" "f0"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "rs1-10"
- "ypos" "0"
- "wide" "p0.85"
- }
-
- "XPBar"
- {
- "Controlname" "EditablePanel"
- "fieldName" "XPBar"
- "xpos" "0"
- "ypos" "rs1-63"
- "wide" "170"
- "tall" "35"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "cs-0.5"
- "ypos" "rs1-3"
- "wide" "p1"
- }
-
- "CurrentXPLabel"
- {
- "ControlName" "Label"
- "fieldName" "CurrentXPLabel"
- "xpos" "35"
- "ypos" "rs1"
- "zpos" "0"
- "wide" "50"
- "tall" "10"
- "visible" "1"
- "enabled" "1"
- "font" "ItemFontAttribSmall"
- "fgcolor_override" "TanLight"
- "textAlignment" "west"
- "labelText" "%current_xp%"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "40"
- }
- }
-
- "NextLevelXPLabel"
- {
- "ControlName" "Label"
- "fieldName" "NextLevelXPLabel"
- "xpos" "85"
- "ypos" "rs1"
- "zpos" "0"
- "wide" "50"
- "tall" "10"
- "visible" "1"
- "enabled" "1"
- "font" "ItemFontAttribSmall"
- "fgcolor_override" "TanLight"
- "textAlignment" "east"
- "labelText" "%next_level_xp%"
- "proportionaltoparent" "1"
- }
-
- "ProgressBarsContainer"
- {
- "Controlname" "EditablePanel"
- "fieldName" "ProgressBarsContainer"
- "xpos" "35"
- "ypos" "rs1-10"
- "wide" "100"
- "tall" "7"
- "proportionaltoparent" "1"
-
- if_mini
- {
- "xpos" "0"
- "ypos" "rs1-10"
- "wide" "p1"
- }
-
- "ProgressBar"
- {
- "ControlName" "ProgressBar"
- "fieldName" "ProgressBar"
- "xpos" "0"
- "ypos" "cs-0.5"
- "wide" "f0"
- "tall" "f-2"
- "zpos" "1"
- "proportionaltoparent" "1"
- "progress" "1"
-
- "fgcolor_override" "20 20 20 180"
- "bgcolor_override" "Transparent"
- }
-
- "ContinuousProgressBar"
- {
- "ControlName" "ContinuousProgressBar"
- "fieldName" "ContinuousProgressBar"
- "xpos" "cs-0.5"
- "ypos" "cs-0.5"
- "wide" "f2"
- "tall" "f2"
- "proportionaltoparent" "1"
- "progress" "0"
-
- "fgcolor_override" "CreditsGreen"
- }
-
- "Frame"
- {
- "Controlname" "EditablePanel"
- "fieldName" "Frame"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "f0"
- "zpos" "5"
- "visible" "0"
- "enabled" "0"
- "proportionaltoparent" "1"
- "border" "InnerShadowBorderThin"
- }
- }
- }
-
- "Stats"
- {
- "ControlName" "EditablePanel"
- "fieldName" "Stats"
- "xpos" "0"
- "ypos" "60"
- "wide" "f0"
- "tall" "f0"
- "visible" "1"
- "enabled" "1"
- "proportionaltoparent" "1"
- "bgcolor_override" "Transparent"
-
- "if_mini"
- {
- "visible" "0"
- }
-
- "Frame"
- {
- "ControlName" "EditablePanel"
- "fieldName" "Frame"
- "xpos" "0"
- "ypos" "0"
- "zpos" "10"
- "wide" "0"
- "tall" "0"
- "proportionaltoparent" "1"
- "border" "NoBorder"
- }
-
- // First column
- "GamesLabel"
- {
- "ControlName" "Label"
- "fieldName" "GamesLabel"
- "xpos" "10"
- "ypos" "5"
- "zpos" "0"
- "wide" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_games%"
- "proportionaltoparent" "1"
- }
-
- "KillsLabel"
- {
- "ControlName" "Label"
- "fieldName" "KillsLabel"
- "xpos" "c-20"
- "ypos" "5"
- "zpos" "0"
- "wide" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_kills%"
- "proportionaltoparent" "1"
- }
-
- "DeathsLabel"
- {
- "ControlName" "Label"
- "fieldName" "DeathsLabel"
- "xpos" "c-20"
- "ypos" "15"
- "zpos" "0"
- "wide" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_deaths%"
- "proportionaltoparent" "1"
- }
-
- // Second column
- "DamageLabel"
- {
- "ControlName" "Label"
- "fieldName" "DamageLabel"
- "xpos" "10"
- "ypos" "15"
- "zpos" "0"
- "wide" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_damage%"
- "proportionaltoparent" "1"
- }
-
- "HealingLabel"
- {
- "ControlName" "Label"
- "fieldName" "HealingLabel"
- "xpos" "rs1+20"
- "ypos" "5"
- "zpos" "0"
- "wide" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_healing%"
- "proportionaltoparent" "1"
- }
-
- "SupportLabel"
- {
- "ControlName" "Label"
- "fieldName" "SupportLabel"
- "xpos" "rs1+20"
- "ypos" "15"
- "zpos" "0"
- "wide" "100"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_support%"
- "proportionaltoparent" "1"
- }
-
- // Third column
- "ScoreLabel"
- {
- "ControlName" "Label"
- "fieldName" "ScoreLabel"
- "xpos" "rs1+20"
- "ypos" "15"
- "wide" "100"
- "tall" "20"
- "visible" "0"
- "enabled" "0"
- "font" "HudFontSmallest"
- "fgcolor_override" "White"
- "textAlignment" "north-west"
- "labelText" "%stat_score%"
- "proportionaltoparent" "1"
- }
- }
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/pvprankpanel.res"
+"#base" "pvprankpanel-base.res" \ No newline at end of file
diff --git a/resource/ui/roundinfo.res b/resource/ui/roundinfo.res
new file mode 100644
index 0000000..0325f20
--- /dev/null
+++ b/resource/ui/roundinfo.res
@@ -0,0 +1,141 @@
+"Resource/UI/RoundInfo.res"
+{
+ "roundinfo"
+ {
+ "ControlName" "Frame"
+ "fieldName" "roundinfo"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "Overlay"
+ {
+ "ControlName" "RoundInfoOverlay"
+ "fieldName" "Overlay"
+ "xpos" "c-145"
+ "ypos" "c-65"
+ "zpos" "4"
+ "wide" "274"
+ "tall" "137"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "Title"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Title"
+ "xpos" "c-180"
+ "ypos" "c-116"
+ "zpos" "1"
+ "wide" "360"
+ "tall" "26"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#round_info_header"
+ "textAlignment" "center"
+ "font" "HudFontMedium"
+ "fgcolor" "TanLight"
+ "allcaps" "1"
+ }
+
+ "Mapname"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Mapname"
+ "xpos" "c-180"
+ "ypos" "c-140"
+ "zpos" "1"
+ "wide" "360"
+ "tall" "26"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%mapname%"
+ "textAlignment" "center"
+ "font" "HudFontSmallishBold"
+ "fgcolor" "TanLight"
+ "allcaps" "1"
+ }
+
+ "RoundContinue"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "RoundContinue"
+ "xpos" "c-60"
+ "ypos" "c96"
+ "zpos" "6"
+ "wide" "120"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_Continue"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "command" "continue"
+ "default" "1"
+ "font" "HudFontMedium"
+ "paintbackground" "0"
+
+ "defaultFgColor_override" "TanDark"
+ "armedFgColor_override" "TanLight"
+ "depressedFgColor_override" "TanDark"
+ }
+
+ "MapImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "MapImage"
+ "xpos" "c-145"
+ "ypos" "c-65"
+ "zpos" "3"
+ "wide" "274"
+ "tall" "137"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+
+ "ShadedBar"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ShadedBar"
+ "xpos" "c-145"
+ "ypos" "c-75"
+ "zpos" "1"
+ "wide" "275"
+ "tall" "200"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "2"
+ }
+
+ "teambutton0SC"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "teambutton0SC"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "&E"
+ "command" "continue"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/scoreboard-base.res b/resource/ui/scoreboard-base.res
index 91c269f..9cdbe4f 100644
--- a/resource/ui/scoreboard-base.res
+++ b/resource/ui/scoreboard-base.res
@@ -320,6 +320,7 @@
"pinCorner" "0"
"visible" "1"
"enabled" "1"
+ "allcaps" "1"
}
"ServerLabel"
diff --git a/resource/ui/scoreboard.res b/resource/ui/scoreboard.res
index bf73016..96521cc 100644
--- a/resource/ui/scoreboard.res
+++ b/resource/ui/scoreboard.res
@@ -1,2 +1,3 @@
+"#base" "../../#customizations/streamermode/scoreboard.res"
"#base" "../../#customizations/_enabled/scoreboard-minimal.res"
"#base" "scoreboard-base.res" \ No newline at end of file
diff --git a/resource/ui/spectator-base.res b/resource/ui/spectator-base.res
new file mode 100644
index 0000000..2ea9a8d
--- /dev/null
+++ b/resource/ui/spectator-base.res
@@ -0,0 +1,173 @@
+#base "hudinspectpanel.res"
+
+"Resource/UI/Spectator.res"
+{
+ "Spectator"
+ {
+ "ControlName" "Frame"
+ "fieldName" "Spectator"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ }
+
+ "specgui" { }
+
+ "topbar"
+ {
+ "ControlName" "Panel"
+ "fieldName" "TopBar"
+ "xpos" "0"
+ "ypos" "0"
+ "tall" "0"
+ "wide" "f0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "tabPosition" "0"
+ }
+
+ "BottomBar"
+ {
+ "ControlName" "Frame"
+ "fieldName" "BottomBar"
+ "xpos" "9999"
+ "ypos" "9999"
+ "wide" "0"
+ "tall" "0"
+ "visible" "0"
+ "enabled" "0"
+ }
+
+ "bottombarblank"
+ {
+ "ControlName" "Panel"
+ "fieldName" "bottombarblank"
+ "xpos" "0"
+ "ypos" "r0"
+ "tall" "0"
+ "wide" "f0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "tabPosition" "0"
+ }
+
+ "ReinforcementsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ReinforcementsLabel"
+ "xpos" "0"
+ "ypos" "50"
+ "wide" "f0"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#game_respawntime_in_secs"
+ "textAlignment" "center"
+ "font" "HudFontMedium"
+
+ if_mvm
+ {
+ "ypos" "90"
+ }
+ }
+
+ "BuyBackLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BuyBackLabel"
+ "xpos" "0"
+ "ypos" "110"
+ "wide" "f0"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "labelText" "#TF_PVE_Buyback"
+ "textAlignment" "center"
+ "font" "HudFontSmall"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+ }
+
+ "MapLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "MapLabel"
+ "xpos" "9999"
+ }
+ "ClassOrTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ClassOrTeamLabel"
+ "xpos" "9999"
+ }
+ "SwitchCamModeKeyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SwitchCamModeKeyLabel"
+ "xpos" "9999"
+ }
+ "SwitchCamModeLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SwitchCamModeLabel"
+ "xpos" "9999"
+ }
+ "CycleTargetFwdKeyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetFwdKeyLabel"
+ "xpos" "9999"
+ }
+ "CycleTargetFwdLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetFwdLabel"
+ "xpos" "9999"
+ }
+ "CycleTargetRevKeyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetRevKeyLabel"
+ "xpos" "9999"
+ }
+ "CycleTargetRevLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetRevLabel"
+ "xpos" "9999"
+ }
+ "TipLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TipLabel"
+ "xpos" "9999"
+ }
+
+ "spectator_extras"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "spectator_extras"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/spectator.res b/resource/ui/spectator.res
index 2ea9a8d..93e1551 100644
--- a/resource/ui/spectator.res
+++ b/resource/ui/spectator.res
@@ -1,173 +1,3 @@
-#base "hudinspectpanel.res"
-
-"Resource/UI/Spectator.res"
-{
- "Spectator"
- {
- "ControlName" "Frame"
- "fieldName" "Spectator"
- "tall" "480"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- }
-
- "specgui" { }
-
- "topbar"
- {
- "ControlName" "Panel"
- "fieldName" "TopBar"
- "xpos" "0"
- "ypos" "0"
- "tall" "0"
- "wide" "f0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "tabPosition" "0"
- }
-
- "BottomBar"
- {
- "ControlName" "Frame"
- "fieldName" "BottomBar"
- "xpos" "9999"
- "ypos" "9999"
- "wide" "0"
- "tall" "0"
- "visible" "0"
- "enabled" "0"
- }
-
- "bottombarblank"
- {
- "ControlName" "Panel"
- "fieldName" "bottombarblank"
- "xpos" "0"
- "ypos" "r0"
- "tall" "0"
- "wide" "f0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "tabPosition" "0"
- }
-
- "ReinforcementsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ReinforcementsLabel"
- "xpos" "0"
- "ypos" "50"
- "wide" "f0"
- "tall" "25"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#game_respawntime_in_secs"
- "textAlignment" "center"
- "font" "HudFontMedium"
-
- if_mvm
- {
- "ypos" "90"
- }
- }
-
- "BuyBackLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "BuyBackLabel"
- "xpos" "0"
- "ypos" "110"
- "wide" "f0"
- "tall" "25"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "labelText" "#TF_PVE_Buyback"
- "textAlignment" "center"
- "font" "HudFontSmall"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "MapLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "MapLabel"
- "xpos" "9999"
- }
- "ClassOrTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ClassOrTeamLabel"
- "xpos" "9999"
- }
- "SwitchCamModeKeyLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "SwitchCamModeKeyLabel"
- "xpos" "9999"
- }
- "SwitchCamModeLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "SwitchCamModeLabel"
- "xpos" "9999"
- }
- "CycleTargetFwdKeyLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CycleTargetFwdKeyLabel"
- "xpos" "9999"
- }
- "CycleTargetFwdLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CycleTargetFwdLabel"
- "xpos" "9999"
- }
- "CycleTargetRevKeyLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CycleTargetRevKeyLabel"
- "xpos" "9999"
- }
- "CycleTargetRevLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CycleTargetRevLabel"
- "xpos" "9999"
- }
- "TipLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TipLabel"
- "xpos" "9999"
- }
-
- "spectator_extras"
- {
- "ControlName" "EditablePanel"
- "fieldName" "spectator_extras"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "480"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-} \ No newline at end of file
+"#base" "hudinspectpanel.res"
+"#base" "../../#customizations/streamermode/spectator.res"
+"#base" "spectator-base.res" \ No newline at end of file
diff --git a/resource/ui/targetid-base.res b/resource/ui/targetid-base.res
new file mode 100644
index 0000000..d7491cc
--- /dev/null
+++ b/resource/ui/targetid-base.res
@@ -0,0 +1,287 @@
+"Resource/UI/TargetID.res"
+{
+ "TargetBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TargetBG"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "0"
+ "wide" "640"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "TransparentBlack"
+ }
+
+ "TargetIDBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "TargetIDBG"
+ "xpos" "0"
+ "ypos" "48"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "35"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/color_panel_brown"
+ "scaleImage" "1"
+ "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"
+ }
+
+ "TargetIDBG_Spec_Blue"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TargetIDBG_Spec_Blue"
+ "xpos" "0"
+ "ypos" "50"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "35"
+ "visible" "0"
+ "enabled" "1"
+ "fillcolor" "72 112 125 255"
+
+ "src_corner_height" "23"
+ "src_corner_width" "23"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+ }
+
+ "TargetIDBG_Spec_Red"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TargetIDBG_Spec_Red"
+ "xpos" "0"
+ "ypos" "50"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "35"
+ "visible" "0"
+ "enabled" "1"
+ "fillcolor" "158 64 61 255"
+
+ "src_corner_height" "23"
+ "src_corner_width" "23"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+ }
+
+ "TargetNameLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TargetNameLabel"
+ "font" "HudClassHealth"
+ "xpos" "45"
+ "ypos" "30"
+ "zpos" "1"
+ "wide" "640"
+ "tall" "20"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%targetname%"
+ "textAlignment" "west"
+ }
+
+ "TargetNameLabelShadow"
+ {
+ "ControlName" "Label"
+ "fieldName" "TargetNameLabelShadow"
+ "font" "HudClassHealth"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "640"
+ "tall" "20"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%targetname%"
+ "textAlignment" "west"
+ "fgcolor_override" "TransparentBlack"
+ "pin_to_sibling" "TargetNameLabel"
+ }
+
+ "TargetDataLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "TargetDataLabel"
+ "font" "HudFontSmall"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%targetdata%"
+ "textAlignment" "west"
+ }
+
+ "SpectatorGUIHealth"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "SpectatorGUIHealth"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "10"
+ "wide" "45"
+ "tall" "35"
+ "visible" "1"
+ "enabled" "1"
+ "HealthBonusPosAdj" "10"
+ "HealthDeathWarning" "0.49"
+ "TFFont" "HudFontSmall"
+ "HealthDeathWarningColor" "HUDDeathWarning"
+ "TextColor" "HudOffWhite"
+ }
+
+ "AmmoIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "AmmoIcon"
+ "xpos" "43"
+ "ypos" "16"
+ "zpos" "12"
+ "wide" "12"
+ "tall" "12"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/leaderboard_class_heavy"
+ "scaleImage" "1"
+ }
+
+ "KillStreakAnchor"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "KillStreakAnchor"
+ "xpos" "2"
+ "ypos" "17"
+ "wide" "8"
+ "tall" "8"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "KillStreakIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "KillStreakIcon"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "12"
+ "wide" "12"
+ "tall" "12"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/leaderboard_streak"
+ "scaleImage" "1"
+
+ "pin_to_sibling" "KillStreakAnchor"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "MoveableSubPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MoveableSubPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "32"
+ "tall" "36"
+ "visible" "1"
+ "enabled" "1"
+
+ "MoveableIconBG"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "MoveableIconBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "0"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "icon" "obj_status_alert_background_tall_nocolor"
+ "iconColor" "TransparentBlack"
+ "scaleImage" "1"
+ }
+
+ "MoveableIcon"
+ {
+ "ControlName" "CIconPanel"
+ "fieldName" "MoveableIcon"
+ "xpos" "5"
+ "ypos" "7"
+ "zpos" "6"
+ "wide" "0"
+ "tall" "0"
+ "visible" "1"
+ "enabled" "1"
+ "icon" "obj_status_sentrygun_1"
+ "drawcolor" "TanLight"
+ "scaleImage" "1"
+ }
+ "MoveableSymbolIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "MoveableSymbolIcon"
+ "xpos" "16"
+ "ypos" "0"
+ "zpos" "12"
+ "wide" "16"
+ "tall" "8"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/eng_sel_item_movable"
+ "drawcolor" "TanLight"
+ "scaleImage" "1"
+ }
+
+ "MoveableKeyLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "MoveableKeyLabel"
+ "font" "HudFontSmallest"
+ "xpos" "0"
+ "ypos" "45"
+ "zpos" "1"
+ "wide" "10"
+ "tall" "0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ }
+
+ "AvatarImage"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "AvatarImage"
+ "xpos" "0"
+ "ypos" "28"
+ "zpos" "99"
+ "wide" "17"
+ "tall" "17"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "HudTimerProgressInActive"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res
index d7491cc..127405e 100644
--- a/resource/ui/targetid.res
+++ b/resource/ui/targetid.res
@@ -1,287 +1,2 @@
-"Resource/UI/TargetID.res"
-{
- "TargetBG"
- {
- "ControlName" "ImagePanel"
- "fieldName" "TargetBG"
- "xpos" "0"
- "ypos" "30"
- "zpos" "0"
- "wide" "640"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "TransparentBlack"
- }
-
- "TargetIDBG"
- {
- "ControlName" "CTFImagePanel"
- "fieldName" "TargetIDBG"
- "xpos" "0"
- "ypos" "48"
- "zpos" "1"
- "wide" "f0"
- "tall" "35"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/color_panel_brown"
- "scaleImage" "1"
- "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"
- }
-
- "TargetIDBG_Spec_Blue"
- {
- "ControlName" "ImagePanel"
- "fieldName" "TargetIDBG_Spec_Blue"
- "xpos" "0"
- "ypos" "50"
- "zpos" "1"
- "wide" "f0"
- "tall" "35"
- "visible" "0"
- "enabled" "1"
- "fillcolor" "72 112 125 255"
-
- "src_corner_height" "23"
- "src_corner_width" "23"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
- }
-
- "TargetIDBG_Spec_Red"
- {
- "ControlName" "ImagePanel"
- "fieldName" "TargetIDBG_Spec_Red"
- "xpos" "0"
- "ypos" "50"
- "zpos" "1"
- "wide" "f0"
- "tall" "35"
- "visible" "0"
- "enabled" "1"
- "fillcolor" "158 64 61 255"
-
- "src_corner_height" "23"
- "src_corner_width" "23"
- "draw_corner_width" "0"
- "draw_corner_height" "0"
- }
-
- "TargetNameLabel"
- {
- "ControlName" "Label"
- "fieldName" "TargetNameLabel"
- "font" "HudClassHealth"
- "xpos" "45"
- "ypos" "30"
- "zpos" "1"
- "wide" "640"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "labelText" "%targetname%"
- "textAlignment" "west"
- }
-
- "TargetNameLabelShadow"
- {
- "ControlName" "Label"
- "fieldName" "TargetNameLabelShadow"
- "font" "HudClassHealth"
- "xpos" "-1"
- "ypos" "-1"
- "zpos" "1"
- "wide" "640"
- "tall" "20"
- "visible" "0"
- "enabled" "0"
- "labelText" "%targetname%"
- "textAlignment" "west"
- "fgcolor_override" "TransparentBlack"
- "pin_to_sibling" "TargetNameLabel"
- }
-
- "TargetDataLabel"
- {
- "ControlName" "Label"
- "fieldName" "TargetDataLabel"
- "font" "HudFontSmall"
- "xpos" "0"
- "ypos" "15"
- "zpos" "1"
- "wide" "f0"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "labelText" "%targetdata%"
- "textAlignment" "west"
- }
-
- "SpectatorGUIHealth"
- {
- "ControlName" "EditablePanel"
- "fieldName" "SpectatorGUIHealth"
- "xpos" "0"
- "ypos" "15"
- "zpos" "10"
- "wide" "45"
- "tall" "35"
- "visible" "1"
- "enabled" "1"
- "HealthBonusPosAdj" "10"
- "HealthDeathWarning" "0.49"
- "TFFont" "HudFontSmall"
- "HealthDeathWarningColor" "HUDDeathWarning"
- "TextColor" "HudOffWhite"
- }
-
- "AmmoIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "AmmoIcon"
- "xpos" "43"
- "ypos" "16"
- "zpos" "12"
- "wide" "12"
- "tall" "12"
- "visible" "0"
- "enabled" "1"
- "image" "../hud/leaderboard_class_heavy"
- "scaleImage" "1"
- }
-
- "KillStreakAnchor"
- {
- "ControlName" "EditablePanel"
- "fieldName" "KillStreakAnchor"
- "xpos" "2"
- "ypos" "17"
- "wide" "8"
- "tall" "8"
- "visible" "1"
- "enabled" "1"
- }
-
- "KillStreakIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "KillStreakIcon"
- "xpos" "0"
- "ypos" "1"
- "zpos" "12"
- "wide" "12"
- "tall" "12"
- "visible" "0"
- "enabled" "1"
- "image" "../hud/leaderboard_streak"
- "scaleImage" "1"
-
- "pin_to_sibling" "KillStreakAnchor"
- "pin_corner_to_sibling" "PIN_TOPRIGHT"
- "pin_to_sibling_corner" "PIN_TOPRIGHT"
- }
-
- "MoveableSubPanel"
- {
- "ControlName" "EditablePanel"
- "fieldName" "MoveableSubPanel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "32"
- "tall" "36"
- "visible" "1"
- "enabled" "1"
-
- "MoveableIconBG"
- {
- "ControlName" "CIconPanel"
- "fieldName" "MoveableIconBG"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "0"
- "wide" "0"
- "tall" "0"
- "visible" "1"
- "enabled" "1"
- "icon" "obj_status_alert_background_tall_nocolor"
- "iconColor" "TransparentBlack"
- "scaleImage" "1"
- }
-
- "MoveableIcon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "MoveableIcon"
- "xpos" "5"
- "ypos" "7"
- "zpos" "6"
- "wide" "0"
- "tall" "0"
- "visible" "1"
- "enabled" "1"
- "icon" "obj_status_sentrygun_1"
- "drawcolor" "TanLight"
- "scaleImage" "1"
- }
- "MoveableSymbolIcon"
- {
- "ControlName" "ImagePanel"
- "fieldName" "MoveableSymbolIcon"
- "xpos" "16"
- "ypos" "0"
- "zpos" "12"
- "wide" "16"
- "tall" "8"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/eng_sel_item_movable"
- "drawcolor" "TanLight"
- "scaleImage" "1"
- }
-
- "MoveableKeyLabel"
- {
- "ControlName" "Label"
- "fieldName" "MoveableKeyLabel"
- "font" "HudFontSmallest"
- "xpos" "0"
- "ypos" "45"
- "zpos" "1"
- "wide" "10"
- "tall" "0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "center"
- "dulltext" "0"
- "brighttext" "0"
- }
- }
-
- "AvatarImage"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "AvatarImage"
- "xpos" "0"
- "ypos" "28"
- "zpos" "99"
- "wide" "17"
- "tall" "17"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "HudTimerProgressInActive"
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/targetid.res"
+"#base" "targetid-base.res" \ No newline at end of file
diff --git a/resource/ui/votehud-base.res b/resource/ui/votehud-base.res
new file mode 100644
index 0000000..4a5a02a
--- /dev/null
+++ b/resource/ui/votehud-base.res
@@ -0,0 +1,713 @@
+"Resource/UI/VoteHud.res"
+{
+ "VotePassed"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "VotePassed"
+ "xpos" "10"
+ "ypos" "r315"
+ "wide" "150"
+ "tall" "67"
+ "visible" "0"
+ "enabled" "1"
+ "paintborder" "1"
+ "border" "CyanBorder"
+ "bgcolor_override" "DarkGrey"
+ "PaintBackgroundType" "2"
+
+ "PassedIcon"
+ {
+ "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"
+ "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"
+ "fgcolor_override" "White"
+ "noshortcutsyntax" "1"
+ }
+ }
+
+ "VoteActive"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "VoteActive"
+ "xpos" "10"
+ "ypos" "r315"
+ "wide" "150"
+ "tall" "144"
+ "visible" "0"
+ "enabled" "1"
+ "paintborder" "1"
+ "border" "CyanBorder"
+ "bgcolor_override" "DarkGrey"
+ "PaintBackgroundType" "2"
+
+ "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"
+ "fgcolor_override" "ColorGreyMid"
+ }
+
+ "Issue"
+ {
+ "ControlName" "Label"
+ "fieldName" "Issue"
+ "xpos" "10"
+ "ypos" "22"
+ "wide" "130"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%voteissue%"
+ "textAlignment" "north-west"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "ScoreboardSmall"
+ "fgcolor_override" "White"
+ "wrap" "1"
+ "noshortcutsyntax" "1"
+ }
+
+ "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"
+ }
+
+ // divider
+ "Divider"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "Divider"
+ "xpos" "10"
+ "ypos" "50"
+ "wide" "130"
+ "tall" "1"
+ "fillcolor" "DullWhite"
+ "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"
+ "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"
+ }
+
+ "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"
+ "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"
+ "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"
+ }
+
+ "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"
+ "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"
+ "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"
+ }
+
+ "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"
+ "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"
+ }
+
+ "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"
+ "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"
+ }
+
+ // divider
+ "Divider2"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "Divider2"
+ "xpos" "10"
+ "ypos" "100"
+ "wide" "130"
+ "tall" "1"
+ "fillcolor" "DullWhite"
+ "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"
+ "fgcolor_override" "DullWhite"
+ }
+
+ // 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"
+ }
+ }
+
+ // 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"
+ "paintborder" "1"
+ "border" "CyanBorder"
+ "bgcolor_override" "DarkGrey"
+ "PaintBackgroundType" "2"
+
+ "FailedIcon"
+ {
+ "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"
+ "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"
+ "fgcolor_override" "White"
+ }
+ }
+
+ // 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"
+ "paintborder" "1"
+ "border" "CyanBorder"
+ "bgcolor_override" "DarkGrey"
+ "PaintBackgroundType" "2"
+
+ "FailedIcon"
+ {
+ "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"
+ "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"
+ "fgcolor_override" "White"
+ }
+ }
+
+ "VoteSetupDialog"
+ {
+ "ControlName" "CVoteSetupDialog"
+ "fieldName" "VoteSetupDialog"
+ "xpos" "c-200"
+ "ypos" "c-150"
+ "wide" "400"
+ "tall" "310"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "settitlebarvisible" "0"
+ "paintborder" "1"
+ "border" "CyanBorder"
+ "bgcolor_override" "DarkGrey"
+ "PaintBackground" "1"
+ "PaintBackgroundType" "2"
+
+ "header_font" "ItemFontNameLarge"
+ "header_fgcolor" "Orange"
+ "issue_width" "180"
+ "issue_font" "ItemFontNameSmall"
+ "issue_fgcolor" "TanLight"
+ "issue_fgcolor_disabled" "TanDark"
+ "parameter_width" "200"
+
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "HudFontMediumSmall"
+ "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"
+ }
+
+ "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"
+ }
+
+ "ComboLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ComboLabel"
+ "font" "HudFontSmallest"
+ "labelText" "%combo_label%"
+ "textAlignment" "east"
+ "xpos" "5"
+ "ypos" "245"
+ "zpos" "1"
+ "wide" "75"
+ "tall" "20"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "ComboBox"
+ {
+ "ControlName" "ComboBox"
+ "fieldName" "ComboBox"
+ "Font" "HudFontSmallest"
+ "xpos" "85"
+ "ypos" "245"
+ "zpos" "1"
+ "wide" "235"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "1"
+ "textHidden" "0"
+ "editable" "0"
+ "maxchars" "-1"
+ "NumericInputOnly" "0"
+ "unicode" "0"
+
+ "fgcolor_override" "TextColor"
+ "bgcolor_override" "Yellow"
+ "disabledFgColor_override" "TextColor"
+ "disabledBgColor_override" "Yellow"
+ "selectionColor_override" "Yellow"
+ "selectionTextColor_override" "TextColor"
+ "defaultSelectionBG2Color_override" "Yellow"
+ }
+
+ "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" "HudFontSmall"
+ }
+ "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" "HudFontSmall"
+ }
+ }
+} \ No newline at end of file
diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res
index 4a5a02a..d0416c5 100644
--- a/resource/ui/votehud.res
+++ b/resource/ui/votehud.res
@@ -1,713 +1,2 @@
-"Resource/UI/VoteHud.res"
-{
- "VotePassed"
- {
- "ControlName" "EditablePanel"
- "fieldName" "VotePassed"
- "xpos" "10"
- "ypos" "r315"
- "wide" "150"
- "tall" "67"
- "visible" "0"
- "enabled" "1"
- "paintborder" "1"
- "border" "CyanBorder"
- "bgcolor_override" "DarkGrey"
- "PaintBackgroundType" "2"
-
- "PassedIcon"
- {
- "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"
- "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"
- "fgcolor_override" "White"
- "noshortcutsyntax" "1"
- }
- }
-
- "VoteActive"
- {
- "ControlName" "EditablePanel"
- "fieldName" "VoteActive"
- "xpos" "10"
- "ypos" "r315"
- "wide" "150"
- "tall" "144"
- "visible" "0"
- "enabled" "1"
- "paintborder" "1"
- "border" "CyanBorder"
- "bgcolor_override" "DarkGrey"
- "PaintBackgroundType" "2"
-
- "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"
- "fgcolor_override" "ColorGreyMid"
- }
-
- "Issue"
- {
- "ControlName" "Label"
- "fieldName" "Issue"
- "xpos" "10"
- "ypos" "22"
- "wide" "130"
- "tall" "40"
- "visible" "1"
- "enabled" "1"
- "labelText" "%voteissue%"
- "textAlignment" "north-west"
- "dulltext" "0"
- "brighttext" "0"
- "font" "ScoreboardSmall"
- "fgcolor_override" "White"
- "wrap" "1"
- "noshortcutsyntax" "1"
- }
-
- "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"
- }
-
- // divider
- "Divider"
- {
- "ControlName" "ImagePanel"
- "fieldName" "Divider"
- "xpos" "10"
- "ypos" "50"
- "wide" "130"
- "tall" "1"
- "fillcolor" "DullWhite"
- "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"
- "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"
- }
-
- "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"
- "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"
- "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"
- }
-
- "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"
- "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"
- "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"
- }
-
- "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"
- "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"
- }
-
- "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"
- "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"
- }
-
- // divider
- "Divider2"
- {
- "ControlName" "ImagePanel"
- "fieldName" "Divider2"
- "xpos" "10"
- "ypos" "100"
- "wide" "130"
- "tall" "1"
- "fillcolor" "DullWhite"
- "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"
- "fgcolor_override" "DullWhite"
- }
-
- // 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"
- }
- }
-
- // 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"
- "paintborder" "1"
- "border" "CyanBorder"
- "bgcolor_override" "DarkGrey"
- "PaintBackgroundType" "2"
-
- "FailedIcon"
- {
- "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"
- "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"
- "fgcolor_override" "White"
- }
- }
-
- // 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"
- "paintborder" "1"
- "border" "CyanBorder"
- "bgcolor_override" "DarkGrey"
- "PaintBackgroundType" "2"
-
- "FailedIcon"
- {
- "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"
- "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"
- "fgcolor_override" "White"
- }
- }
-
- "VoteSetupDialog"
- {
- "ControlName" "CVoteSetupDialog"
- "fieldName" "VoteSetupDialog"
- "xpos" "c-200"
- "ypos" "c-150"
- "wide" "400"
- "tall" "310"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "settitlebarvisible" "0"
- "paintborder" "1"
- "border" "CyanBorder"
- "bgcolor_override" "DarkGrey"
- "PaintBackground" "1"
- "PaintBackgroundType" "2"
-
- "header_font" "ItemFontNameLarge"
- "header_fgcolor" "Orange"
- "issue_width" "180"
- "issue_font" "ItemFontNameSmall"
- "issue_fgcolor" "TanLight"
- "issue_fgcolor_disabled" "TanDark"
- "parameter_width" "200"
-
- "TitleLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TitleLabel"
- "font" "HudFontMediumSmall"
- "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"
- }
-
- "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"
- }
-
- "ComboLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ComboLabel"
- "font" "HudFontSmallest"
- "labelText" "%combo_label%"
- "textAlignment" "east"
- "xpos" "5"
- "ypos" "245"
- "zpos" "1"
- "wide" "75"
- "tall" "20"
- "autoResize" "1"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "ComboBox"
- {
- "ControlName" "ComboBox"
- "fieldName" "ComboBox"
- "Font" "HudFontSmallest"
- "xpos" "85"
- "ypos" "245"
- "zpos" "1"
- "wide" "235"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "1"
- "textHidden" "0"
- "editable" "0"
- "maxchars" "-1"
- "NumericInputOnly" "0"
- "unicode" "0"
-
- "fgcolor_override" "TextColor"
- "bgcolor_override" "Yellow"
- "disabledFgColor_override" "TextColor"
- "disabledBgColor_override" "Yellow"
- "selectionColor_override" "Yellow"
- "selectionTextColor_override" "TextColor"
- "defaultSelectionBG2Color_override" "Yellow"
- }
-
- "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" "HudFontSmall"
- }
- "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" "HudFontSmall"
- }
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/votehud.res"
+"#base" "votehud-base.res" \ No newline at end of file
diff --git a/resource/ui/winpanel-base.res b/resource/ui/winpanel-base.res
new file mode 100644
index 0000000..458bb1d
--- /dev/null
+++ b/resource/ui/winpanel-base.res
@@ -0,0 +1,735 @@
+"Resource/UI/winpanel.res"
+{
+ "TeamScoresPanel"
+ {
+ "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"
+ }
+
+ "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"
+ }
+
+ "BlueTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamLabel"
+ "font" "HudFontMedium"
+ "labelText" "%blueteamname%"
+ "textAlignment" "west"
+ "xpos" "4"
+ "ypos" "13"
+ "zpos" "3"
+ "wide" "75"
+ "tall" "28"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "BlueTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScore"
+ "font" "Cerbetica40"
+ "labelText" "%blueteamscore%"
+ "textAlignment" "east"
+ "xpos" "15"
+ "ypos" "-12"
+ "zpos" "3"
+ "wide" "80"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "BlueTeamScoreShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScoreShadow"
+ "font" "Cerbetica40"
+ "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"
+ }
+
+ "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"
+ }
+
+ "RedTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamLabel"
+ "font" "HudFontMedium"
+ "labelText" "%redteamname%"
+ "textAlignment" "east"
+ "xpos" "122"
+ "ypos" "13"
+ "zpos" "3"
+ "wide" "75"
+ "tall" "28"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "RedTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScore"
+ "font" "Cerbetica40"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "105"
+ "ypos" "-12"
+ "zpos" "3"
+ "wide" "80"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "RedTeamScoreShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScoreShadow"
+ "font" "Cerbetica40"
+ "fgcolor" "TransparentBlack"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "-2"
+ "ypos" "-2"
+ "zpos" "2"
+ "wide" "80"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "pin_to_sibling" "RedTeamScore"
+ }
+
+ "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"
+ }
+ }
+
+ "WinPanelBGBorder"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "WinPanelBGBorder"
+ "xpos" "cs-0.5"
+ "ypos" "70"
+ "zpos" "0"
+ "wide" "p0.94"
+ "tall" "185"
+ "visible" "0"
+ "enabled" "1"
+ "scaleImage" "1"
+ "border" "TFFatLineBorderBlueBG"
+ "proportionaltoparent" "1"
+ }
+ "WinPanelBG2"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "WinPanelBG2"
+ "xpos" "0"
+ "ypos" "55"
+ "zpos" "-3"
+ "wide" "200"
+ "tall" "152"
+ "visible" "1"
+ "enabled" "1"
+ "paintborder" "0"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "2"
+ }
+ "WinningTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "WinningTeamLabel"
+ "font" "Cerbetica20"
+ "xpos" "10"
+ "ypos" "54"
+ "zpos" "1"
+ "wide" "180"
+ "tall" "40"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%WinningTeamLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "AdvancingTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AdvancingTeamLabel"
+ "font" "Cerbetica20"
+ "xpos" "10"
+ "ypos" "59"
+ "zpos" "1"
+ "wide" "180"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%AdvancingTeamLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "WinReasonLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "WinReasonLabel"
+ "xpos" "9999"
+ }
+ "DetailsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DetailsLabel"
+ "font" "ScoreboardVerySmall"
+ "xpos" "10"
+ "ypos" "82"
+ "zpos" "1"
+ "wide" "180"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%DetailsLabel%"
+ "textAlignment" "Center"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "ShadedBar"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ShadedBar"
+ "xpos" "9999"
+ }
+
+ "TopPlayersLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TopPlayerLabel"
+ "font" "ScoreboardVerySmall"
+ "xpos" "15"
+ "ypos" "100"
+ "zpos" "3"
+ "wide" "200"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%TopPlayersLabel%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "PointsThisRoundLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PointsThisRoundLabel"
+ "font" "ScoreboardVerySmall"
+ "xpos" "45"
+ "ypos" "100"
+ "zpos" "3"
+ "wide" "140"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#Winpanel_PointsThisRound"
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "HorizontalLine"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "HorizontalLine"
+ "xpos" "15"
+ "ypos" "115"
+ "zpos" "3"
+ "wide" "170"
+ "tall" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "fillcolor" "250 234 201 255"
+ "PaintBackgroundType" "0"
+ }
+
+ "Player1Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "Player1Badge"
+ "xpos" "2"
+ "ypos" "120"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "Player1Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player1Avatar"
+ "xpos" "22"
+ "ypos" "120"
+ "zpos" "3"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player1Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Name"
+ "xpos" "48"
+ "ypos" "117"
+ "zpos" "3"
+ "wide" "75"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Class"
+ "xpos" "128"
+ "ypos" "117"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player1Score"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player1Score"
+ "xpos" "145"
+ "ypos" "117"
+ "zpos" "3"
+ "wide" "30"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "Player2Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "Player2Badge"
+ "xpos" "2"
+ "ypos" "136"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "Player2Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player2Avatar"
+ "xpos" "22"
+ "ypos" "136"
+ "zpos" "3"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player2Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Name"
+ "xpos" "48"
+ "ypos" "133"
+ "zpos" "3"
+ "wide" "75"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Class"
+ "xpos" "128"
+ "ypos" "133"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player2Score"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player2Score"
+ "xpos" "145"
+ "ypos" "133"
+ "zpos" "3"
+ "wide" "30"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "Player3Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "Player3Badge"
+ "xpos" "2"
+ "ypos" "152"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "Player3Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "Player3Avatar"
+ "xpos" "22"
+ "ypos" "152"
+ "zpos" "3"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "Player3Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Name"
+ "xpos" "48"
+ "ypos" "149"
+ "zpos" "3"
+ "wide" "75"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Class"
+ "xpos" "128"
+ "ypos" "149"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "Player3Score"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Player3Score"
+ "xpos" "145"
+ "ypos" "149"
+ "zpos" "3"
+ "wide" "30"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "KillStreakLeaderLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "KillStreakLeaderLabel"
+ "font" "ScoreboardVerySmall"
+ "xpos" "15"
+ "ypos" "164"
+ "zpos" "3"
+ "wide" "200"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#Winpanel_KillStreakLeader"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ "fgcolor_override" "TanLight"
+ }
+ "KillStreakMaxCountLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "KillStreakMaxCountLabel"
+ "font" "ScoreboardVerySmall"
+ "xpos" "116"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "140"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#Winpanel_KillStreakMaxCount"
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "HorizontalLine2"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "HorizontalLine2"
+ "xpos" "15"
+ "ypos" "179"
+ "zpos" "3"
+ "wide" "170"
+ "tall" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "fillcolor" "250 234 201 255"
+ "PaintBackgroundType" "0"
+ }
+ "KillStreakPlayer1Badge"
+ {
+ "ControlName" "CTFBadgePanel"
+ "fieldName" "KillStreakPlayer1Badge"
+ "xpos" "2"
+ "ypos" "185"
+ "zpos" "3"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ }
+ "KillStreakPlayer1Avatar"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "KillStreakPlayer1Avatar"
+ "xpos" "22"
+ "ypos" "186"
+ "zpos" "3"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "KillStreakPlayer1Name"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "KillStreakPlayer1Name"
+ "xpos" "48"
+ "ypos" "183"
+ "zpos" "3"
+ "wide" "75"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "KillStreakPlayer1Class"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "KillStreakPlayer1Class"
+ "xpos" "128"
+ "ypos" "183"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "KillStreakPlayer1Score"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "KillStreakPlayer1Score"
+ "xpos" "145"
+ "ypos" "183"
+ "zpos" "3"
+ "wide" "30"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "east"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+} \ No newline at end of file
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res
index 458bb1d..7e71d22 100644
--- a/resource/ui/winpanel.res
+++ b/resource/ui/winpanel.res
@@ -1,735 +1,2 @@
-"Resource/UI/winpanel.res"
-{
- "TeamScoresPanel"
- {
- "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"
- }
-
- "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"
- }
-
- "BlueTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamLabel"
- "font" "HudFontMedium"
- "labelText" "%blueteamname%"
- "textAlignment" "west"
- "xpos" "4"
- "ypos" "13"
- "zpos" "3"
- "wide" "75"
- "tall" "28"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "BlueTeamScore"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamScore"
- "font" "Cerbetica40"
- "labelText" "%blueteamscore%"
- "textAlignment" "east"
- "xpos" "15"
- "ypos" "-12"
- "zpos" "3"
- "wide" "80"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "BlueTeamScoreShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "BlueTeamScoreShadow"
- "font" "Cerbetica40"
- "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"
- }
-
- "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"
- }
-
- "RedTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamLabel"
- "font" "HudFontMedium"
- "labelText" "%redteamname%"
- "textAlignment" "east"
- "xpos" "122"
- "ypos" "13"
- "zpos" "3"
- "wide" "75"
- "tall" "28"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
-
- "RedTeamScore"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamScore"
- "font" "Cerbetica40"
- "labelText" "%redteamscore%"
- "textAlignment" "west"
- "xpos" "105"
- "ypos" "-12"
- "zpos" "3"
- "wide" "80"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- }
- "RedTeamScoreShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "RedTeamScoreShadow"
- "font" "Cerbetica40"
- "fgcolor" "TransparentBlack"
- "labelText" "%redteamscore%"
- "textAlignment" "west"
- "xpos" "-2"
- "ypos" "-2"
- "zpos" "2"
- "wide" "80"
- "tall" "70"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "pin_to_sibling" "RedTeamScore"
- }
-
- "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"
- }
- }
-
- "WinPanelBGBorder"
- {
- "ControlName" "EditablePanel"
- "fieldName" "WinPanelBGBorder"
- "xpos" "cs-0.5"
- "ypos" "70"
- "zpos" "0"
- "wide" "p0.94"
- "tall" "185"
- "visible" "0"
- "enabled" "1"
- "scaleImage" "1"
- "border" "TFFatLineBorderBlueBG"
- "proportionaltoparent" "1"
- }
- "WinPanelBG2"
- {
- "ControlName" "EditablePanel"
- "fieldName" "WinPanelBG2"
- "xpos" "0"
- "ypos" "55"
- "zpos" "-3"
- "wide" "200"
- "tall" "152"
- "visible" "1"
- "enabled" "1"
- "paintborder" "0"
- "bgcolor_override" "TransparentBlack"
- "PaintBackgroundType" "2"
- }
- "WinningTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "WinningTeamLabel"
- "font" "Cerbetica20"
- "xpos" "10"
- "ypos" "54"
- "zpos" "1"
- "wide" "180"
- "tall" "40"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%WinningTeamLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
- "AdvancingTeamLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "AdvancingTeamLabel"
- "font" "Cerbetica20"
- "xpos" "10"
- "ypos" "59"
- "zpos" "1"
- "wide" "180"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%AdvancingTeamLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
- "WinReasonLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "WinReasonLabel"
- "xpos" "9999"
- }
- "DetailsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "DetailsLabel"
- "font" "ScoreboardVerySmall"
- "xpos" "10"
- "ypos" "82"
- "zpos" "1"
- "wide" "180"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%DetailsLabel%"
- "textAlignment" "Center"
- "dulltext" "0"
- "brighttext" "0"
- }
- "ShadedBar"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ShadedBar"
- "xpos" "9999"
- }
-
- "TopPlayersLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TopPlayerLabel"
- "font" "ScoreboardVerySmall"
- "xpos" "15"
- "ypos" "100"
- "zpos" "3"
- "wide" "200"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "%TopPlayersLabel%"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "PointsThisRoundLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "PointsThisRoundLabel"
- "font" "ScoreboardVerySmall"
- "xpos" "45"
- "ypos" "100"
- "zpos" "3"
- "wide" "140"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#Winpanel_PointsThisRound"
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "HorizontalLine"
- {
- "ControlName" "ImagePanel"
- "fieldName" "HorizontalLine"
- "xpos" "15"
- "ypos" "115"
- "zpos" "3"
- "wide" "170"
- "tall" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "fillcolor" "250 234 201 255"
- "PaintBackgroundType" "0"
- }
-
- "Player1Badge"
- {
- "ControlName" "CTFBadgePanel"
- "fieldName" "Player1Badge"
- "xpos" "2"
- "ypos" "120"
- "zpos" "3"
- "wide" "20"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- }
- "Player1Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player1Avatar"
- "xpos" "22"
- "ypos" "120"
- "zpos" "3"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player1Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Name"
- "xpos" "48"
- "ypos" "117"
- "zpos" "3"
- "wide" "75"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Class"
- "xpos" "128"
- "ypos" "117"
- "zpos" "3"
- "wide" "35"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player1Score"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player1Score"
- "xpos" "145"
- "ypos" "117"
- "zpos" "3"
- "wide" "30"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "Player2Badge"
- {
- "ControlName" "CTFBadgePanel"
- "fieldName" "Player2Badge"
- "xpos" "2"
- "ypos" "136"
- "zpos" "3"
- "wide" "20"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- }
- "Player2Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player2Avatar"
- "xpos" "22"
- "ypos" "136"
- "zpos" "3"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player2Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Name"
- "xpos" "48"
- "ypos" "133"
- "zpos" "3"
- "wide" "75"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Class"
- "xpos" "128"
- "ypos" "133"
- "zpos" "3"
- "wide" "35"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player2Score"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player2Score"
- "xpos" "145"
- "ypos" "133"
- "zpos" "3"
- "wide" "30"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "Player3Badge"
- {
- "ControlName" "CTFBadgePanel"
- "fieldName" "Player3Badge"
- "xpos" "2"
- "ypos" "152"
- "zpos" "3"
- "wide" "20"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- }
- "Player3Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "Player3Avatar"
- "xpos" "22"
- "ypos" "152"
- "zpos" "3"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "Player3Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Name"
- "xpos" "48"
- "ypos" "149"
- "zpos" "3"
- "wide" "75"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Class"
- "xpos" "128"
- "ypos" "149"
- "zpos" "3"
- "wide" "35"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "Player3Score"
- {
- "ControlName" "CExLabel"
- "fieldName" "Player3Score"
- "xpos" "145"
- "ypos" "149"
- "zpos" "3"
- "wide" "30"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
-
- "KillStreakLeaderLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "KillStreakLeaderLabel"
- "font" "ScoreboardVerySmall"
- "xpos" "15"
- "ypos" "164"
- "zpos" "3"
- "wide" "200"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#Winpanel_KillStreakLeader"
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- "fgcolor_override" "TanLight"
- }
- "KillStreakMaxCountLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "KillStreakMaxCountLabel"
- "font" "ScoreboardVerySmall"
- "xpos" "116"
- "ypos" "0"
- "zpos" "3"
- "wide" "140"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#Winpanel_KillStreakMaxCount"
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
- "HorizontalLine2"
- {
- "ControlName" "ImagePanel"
- "fieldName" "HorizontalLine2"
- "xpos" "15"
- "ypos" "179"
- "zpos" "3"
- "wide" "170"
- "tall" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "fillcolor" "250 234 201 255"
- "PaintBackgroundType" "0"
- }
- "KillStreakPlayer1Badge"
- {
- "ControlName" "CTFBadgePanel"
- "fieldName" "KillStreakPlayer1Badge"
- "xpos" "2"
- "ypos" "185"
- "zpos" "3"
- "wide" "20"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- }
- "KillStreakPlayer1Avatar"
- {
- "ControlName" "CAvatarImagePanel"
- "fieldName" "KillStreakPlayer1Avatar"
- "xpos" "22"
- "ypos" "186"
- "zpos" "3"
- "wide" "14"
- "tall" "14"
- "visible" "1"
- "enabled" "1"
- "image" ""
- "scaleImage" "1"
- "color_outline" "52 48 45 255"
- }
- "KillStreakPlayer1Name"
- {
- "ControlName" "CExLabel"
- "fieldName" "KillStreakPlayer1Name"
- "xpos" "48"
- "ypos" "183"
- "zpos" "3"
- "wide" "75"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "KillStreakPlayer1Class"
- {
- "ControlName" "CExLabel"
- "fieldName" "KillStreakPlayer1Class"
- "xpos" "128"
- "ypos" "183"
- "zpos" "3"
- "wide" "35"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "dulltext" "0"
- "brighttext" "0"
- }
- "KillStreakPlayer1Score"
- {
- "ControlName" "CExLabel"
- "fieldName" "KillStreakPlayer1Score"
- "xpos" "145"
- "ypos" "183"
- "zpos" "3"
- "wide" "30"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "east"
- "dulltext" "0"
- "brighttext" "0"
- }
-} \ No newline at end of file
+"#base" "../../#customizations/streamermode/winpanel.res"
+"#base" "winpanel-base.res" \ No newline at end of file