summaryrefslogtreecommitdiff
path: root/resource/ui/scoreboard-base.res
diff options
context:
space:
mode:
authorIgor <[email protected]>2021-07-04 21:31:22 -0400
committerGitHub <[email protected]>2021-07-04 21:31:22 -0400
commit09c61d25921c37ca1db41c464634bf16cbfb7494 (patch)
tree128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/scoreboard-base.res
parente9e324532cec11efafb57200c135fe3eb8397e22 (diff)
parent9fe1700457db24b0c7c1a7220b612a53a5482687 (diff)
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/scoreboard-base.res')
-rw-r--r--resource/ui/scoreboard-base.res1992
1 files changed, 1992 insertions, 0 deletions
diff --git a/resource/ui/scoreboard-base.res b/resource/ui/scoreboard-base.res
new file mode 100644
index 0000000..cf99c89
--- /dev/null
+++ b/resource/ui/scoreboard-base.res
@@ -0,0 +1,1992 @@
+"Resource/UI/Scoreboard.res"
+{
+ "scores"
+ {
+ "ControlName" "CTFClientScoreBoardDialog"
+ "fieldName" "scoreinfo"
+ "xpos" "c-300"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "medal_width" "25"
+ "avatar_width" "55"
+ "spacer" "5"
+ "name_width" "150"
+ "nemesis_width" "20"
+ "class_width" "20"
+ "score_width" "25"
+ "ping_width" "20"
+ "killstreak_width" "15"
+ "killstreak_image_width" "15"
+ }
+ "BlueScoreBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BlueScoreBG"
+ "xpos" "c-265"
+ "ypos" "144"
+ "wide" "270"
+ "tall" "25"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "Blue"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+ "RedScoreBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "RedScoreBG"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "270"
+ "tall" "25"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "Red"
+
+ "pin_to_sibling" "BlueScoreBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+ "MainBG"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "MainBG"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "540"
+ "tall" "315"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+
+ "pin_to_sibling" "BlueScoreBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "BlueTeamName"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamName"
+ "font" "HudFontMediumBig"
+ "labelText" "%blueteamname%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "270"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "TextInsetX" "5"
+
+ "pin_to_sibling" "BlueScoreBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "BlueTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScore"
+ "font" "Cerbetica32"
+ "labelText" "%blueteamscore%"
+ "textAlignment" "east"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "4"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "TextInsetX" "20"
+
+ "pin_to_sibling" "BlueScoreBG"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "BlueTeamScoreShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamScoreShadow"
+ "font" "Cerbetica32"
+ "labelText" "%blueteamscore%"
+ "textAlignment" "east"
+ "xpos" "-2"
+ "ypos" "-2"
+ "zpos" "3"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "TransparentBlack"
+ "TextInsetX" "20"
+
+ "pin_to_sibling" "BlueTeamScore"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "BlueTeamPlayerCount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BlueTeamPlayerCount"
+ "font" "HudFontSmall"
+ "labelText" "%blueteamplayercount%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "270"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "BlueScoreBG"
+ "pin_corner_to_sibling" "PIN_BOTTOMLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "RedTeamName"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamName"
+ "font" "HudFontMediumBig"
+ "labelText" "%redteamname%"
+ "textAlignment" "east"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "270"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "TextInsetX" "5"
+
+ "pin_to_sibling" "RedScoreBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "RedTeamScore"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScore"
+ "font" "Cerbetica32"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "4"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "TextInsetX" "20"
+
+ "pin_to_sibling" "RedScoreBG"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "RedTeamScoreShadow"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamScoreShadow"
+ "font" "Cerbetica32"
+ "labelText" "%redteamscore%"
+ "textAlignment" "west"
+ "xpos" "-2"
+ "ypos" "-2"
+ "zpos" "3"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "TransparentBlack"
+ "TextInsetX" "20"
+
+ "pin_to_sibling" "RedTeamScore"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "RedTeamPlayerCount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RedTeamPlayerCount"
+ "font" "HudFontSmall"
+ "labelText" "%redteamplayercount%"
+ "textAlignment" "east"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "270"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "RedScoreBG"
+ "pin_corner_to_sibling" "PIN_BOTTOMLEFT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "ServerTimeValue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ServerTimeValue"
+ "font" "HudFontMediumSecondary"
+ "labelText" "%servertime%"
+ "textAlignment" "west"
+ "xpos" "5"
+ "ypos" "5"
+ "wide" "f0"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "allcaps" "1"
+ }
+
+ "ServerLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ServerLabel"
+ "font" "HudFontSmall"
+ "labelText" "%server%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "allcaps" "1"
+
+ "pin_to_sibling" "ServerTimeValue"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "MapName"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "mapname"
+ "font" "HudFontSmall"
+ "labelText" "%mapname%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "allcaps" "1"
+
+ "pin_to_sibling" "ServerLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "Spectators"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Spectators"
+ "font" "HudFontSmallest"
+ "labelText" "%spectators%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "MapName"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+
+ "SpectatorsInQueue"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SpectatorsInQueue"
+ "font" "HudFontSmallest"
+ "labelText" "%waitingtoplay%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "MapName"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "BluePlayerList"
+ {
+ "ControlName" "SectionedListPanel"
+ "fieldName" "BluePlayerList"
+ "xpos" "c-265"
+ "ypos" "168"
+ "zpos" "20"
+ "wide" "270"
+ "tall" "240"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "3"
+ "linespacing" "16"
+ "fgcolor" "Blue"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+ "RedPlayerList"
+ {
+ "ControlName" "SectionedListPanel"
+ "fieldName" "RedPlayerList"
+ "xpos" "c5"
+ "ypos" "168"
+ "zpos" "20"
+ "wide" "270"
+ "tall" "240"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "autoresize" "3"
+ "linespacing" "16"
+ "fgcolor" "Red"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "ClassImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ClassImage"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "92"
+ "tall" "92"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/class_scoutred"
+ "scaleImage" "1"
+
+ "pin_to_sibling" "LocalPlayerStatsPanel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+ }
+
+ "classmodelpanel"
+ {
+ "ControlName" "CTFPlayerModelPanel"
+ "fieldName" "classmodelpanel"
+ "xpos" "-10"
+ "ypos" "185"
+ "zpos" "10"
+ "wide" "130"
+ "tall" "260"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "render_texture" "0"
+ "fov" "12"
+ "allow_rot" "1"
+ "disable_speak_event" "1"
+
+ "pin_to_sibling" "LocalPlayerStatsPanel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ "model"
+ {
+ "force_pos" "1"
+
+ "angles_x" "0"
+ "angles_y" "172"
+ "angles_z" "0"
+ "origin_x" "200"
+ "origin_y" "0"
+ "origin_z" "-60"
+ "frame_origin_x" "0"
+ "frame_origin_y" "0"
+ "frame_origin_z" "0"
+ "spotlight" "1"
+
+ "modelname" ""
+ }
+
+ "customclassdata"
+ {
+ "undefined"
+ {
+ }
+ "Scout"
+ {
+ "fov" "25"
+ "angles_x" "-17"
+ "angles_y" "145"
+ "angles_z" "0"
+ "origin_x" "105"
+ "origin_y" "4"
+ "origin_z" "-82"
+ }
+ "Sniper"
+ {
+ "fov" "25"
+ "angles_x" "-10"
+ "angles_y" "172"
+ "angles_z" "0"
+ "origin_x" "130"
+ "origin_y" "-3"
+ "origin_z" "-97"
+ }
+ "Soldier"
+ {
+ "fov" "25"
+ "angles_x" "-10"
+ "angles_y" "170"
+ "angles_z" "0"
+ "origin_x" "145"
+ "origin_y" "-5"
+ "origin_z" "-90"
+ }
+ "Demoman"
+ {
+ "fov" "25"
+ "angles_x" "-13"
+ "angles_y" "200"
+ "angles_z" "0"
+ "origin_x" "138"
+ "origin_y" "-4"
+ "origin_z" "-93"
+ }
+ "Medic"
+ {
+ "fov" "20"
+ "angles_x" "-5"
+ "angles_y" "178"
+ "angles_z" "0"
+ "origin_x" "150"
+ "origin_y" "-5"
+ "origin_z" "-96"
+ }
+ "Heavy"
+ {
+ "fov" "20"
+ "angles_x" "-5"
+ "angles_y" "200"
+ "angles_z" "0"
+ "origin_x" "200"
+ "origin_y" "0"
+ "origin_z" "-102"
+ }
+ "Pyro"
+ {
+ "fov" "20"
+ "angles_x" "-5"
+ "angles_y" "172"
+ "angles_z" "0"
+ "origin_x" "175"
+ "origin_y" "-5"
+ "origin_z" "-90"
+ }
+ "Spy"
+ {
+ "fov" "20"
+ "angles_x" "-5"
+ "angles_y" "160"
+ "angles_z" "0"
+ "origin_x" "160"
+ "origin_y" "0"
+ "origin_z" "-95"
+ }
+ "Engineer"
+ {
+ "fov" "20"
+ "angles_x" "-10"
+ "angles_y" "168"
+ "angles_z" "0"
+ "origin_x" "140"
+ "origin_y" "-2"
+ "origin_z" "-82"
+ }
+ }
+ }
+
+ "PlayerNameLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PlayerNameLabel"
+ "font" "ScoreboardMedium"
+ "labelText" "%playername%"
+ "textAlignment" "west"
+ "xpos" "115"
+ "ypos" "9999"
+ "zpos" "3"
+ "wide" "9999"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+ }
+ "HorizontalLine"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "HorizontalLine"
+ "xpos" "9999"
+ "ypos" "322"
+ "zpos" "3"
+ "wide" "465"
+ "tall" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "fillcolor" "127 127 127 153"
+ "PaintBackgroundType" "0"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+ }
+
+ "PlayerScoreLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PlayerScoreLabel"
+ "font" "HudFontMediumSecondary"
+ "labelText" "%playerscore%"
+ "textAlignment" "center"
+ "xpos" "c-368"
+ "ypos" "310"
+ "zpos" "3"
+ "wide" "140"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+ }
+
+ "LocalPlayerDuelStatsPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "LocalPlayerDuelStatsPanel"
+ "xpos" "0"
+ "ypos" "395"
+ "zpos" "3"
+ "wide" "600"
+ "tall" "53"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ if_mvm
+ {
+ "visible" "0"
+ }
+
+ "DuelingLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DuelingLabel"
+ "font" "ScoreboardSmall"
+ "labelText" "#TF_ScoreBoard_Dueling"
+ "textAlignment" "center"
+ "xpos" "250"
+ "ypos" "2"
+ "zpos" "3"
+ "wide" "100"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "DuelingIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "DuelingIcon"
+ "xpos" "284"
+ "ypos" "15"
+ "zpos" "2"
+ "wide" "32"
+ "tall" "32"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../backpack/player/items/crafting/icon_dueling"
+ "scaleImage" "1"
+ }
+
+ "LocalPlayerData"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "LocalPlayerData"
+ "xpos" "75"
+ "ypos" "0"
+ "wide" "200"
+ "tall" "53"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "AvatarBGPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "AvatarBGPanel"
+ "xpos" "157"
+ "ypos" "7"
+ "zpos" "-1"
+ "wide" "36"
+ "tall" "36"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TanDark"
+ }
+ "AvatarImage"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "AvatarImage"
+ "xpos" "159"
+ "ypos" "9"
+ "zpos" "0"
+ "wide" "32"
+ "tall" "32"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "AvatarTextLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AvatarTextLabel"
+ "fgcolor" "TanLight"
+ "xpos" "50"
+ "ypos" "7"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "18"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%playername%"
+ "textAlignment" "east"
+ "font" "HudFontSmallest"
+ }
+ "Score"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Score"
+ "labelText" "%score%"
+ "textAlignment" "east"
+ "xpos" "50"
+ "ypos" "23"
+ "zpos" "3"
+ "wide" "100"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "font" "ScoreboardMedium"
+ }
+ }
+
+ "OpponentData"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "OpponentData"
+ "xpos" "325"
+ "ypos" "0"
+ "wide" "200"
+ "tall" "53"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "AvatarBGPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "AvatarBGPanel"
+ "xpos" "7"
+ "ypos" "7"
+ "zpos" "-1"
+ "wide" "36"
+ "tall" "36"
+ "visible" "1"
+ "PaintBackgroundType" "2"
+ "bgcolor_override" "TanDark"
+ }
+ "AvatarImage"
+ {
+ "ControlName" "CAvatarImagePanel"
+ "fieldName" "AvatarImage"
+ "xpos" "9"
+ "ypos" "9"
+ "zpos" "0"
+ "wide" "32"
+ "tall" "32"
+ "visible" "1"
+ "enabled" "1"
+ "image" ""
+ "scaleImage" "1"
+ "color_outline" "52 48 45 255"
+ }
+ "AvatarTextLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AvatarTextLabel"
+ "fgcolor" "TanLight"
+ "xpos" "50"
+ "ypos" "7"
+ "zpos" "2"
+ "wide" "100"
+ "tall" "18"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "wrap" "0"
+ "labelText" "%playername%"
+ "textAlignment" "west"
+ "font" "HudFontSmallest"
+ }
+ "Score"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Score"
+ "labelText" "%score%"
+ "textAlignment" "west"
+ "xpos" "50"
+ "ypos" "23"
+ "zpos" "3"
+ "wide" "200"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "font" "ScoreboardMedium"
+ }
+ }
+ }
+
+ "LocalPlayerStatsPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "LocalPlayerStatsPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "10"
+ "wide" "540"
+ "tall" "70"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "pin_to_sibling" "MainBG"
+ "pin_corner_to_sibling" "PIN_BOTTOMLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+
+ "KillsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "KillsLabel"
+ "font" "HudFontGiantBold"
+ "labelText" ":"
+ "textAlignment" "center"
+ "xpos" "265"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "15"
+ "tall" "65"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "Kills"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Kills"
+ "font" "HudFontGiantBold"
+ "labelText" "%kills%"
+ "textAlignment" "east"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "70"
+ "tall" "65"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "KillsLabel"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPLEFT"
+ }
+ "Kills2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Kills2"
+ "font" "HudFontGiantBold"
+ "labelText" "%kills%"
+ "textAlignment" "east"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "70"
+ "tall" "65"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor" "TanLight"
+
+ "pin_to_sibling" "Kills"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "DeathsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DeathsLabel"
+ "font" "HudFontGiantBold"
+ "labelText" "#TF_ScoreBoard_DeathsLabel"
+ "textAlignment" "east"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "0"
+ "tall" "0"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "Deaths"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Deaths"
+ "font" "HudFontGiantBold"
+ "labelText" "%deaths%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "70"
+ "tall" "65"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "KillsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Deaths2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Deaths2"
+ "font" "HudFontGiantBold"
+ "labelText" "%deaths%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "70"
+ "tall" "65"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Deaths"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "GameType"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "gametype"
+ "font" "HudFontSmallest"
+ "labelText" "%gametype%"
+ "textAlignment" "west"
+ "xpos" "5"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "f0"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fgcolor" "TanLight"
+ }
+
+ "AssistsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "AssistsLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_AssistsLabel"
+ "textAlignment" "west"
+ "xpos" "15"
+ "ypos" "2"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "Assists"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Assists"
+ "font" "HudFontSmall"
+ "labelText" "%assists%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "AssistsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Assists2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Assists2"
+ "font" "HudFontSmall"
+ "labelText" "%assists%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Assists"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "DestructionLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DestructionLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_DestructionLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "AssistsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Destruction"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Destruction"
+ "font" "HudFontSmall"
+ "labelText" "%destruction%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "DestructionLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Destruction2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Destruction2"
+ "font" "HudFontSmall"
+ "labelText" "%destruction%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Destruction"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "CapturesLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CapturesLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_CapturesLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "DestructionLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Captures"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Captures"
+ "font" "HudFontSmall"
+ "labelText" "%captures%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "CapturesLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Captures2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Captures2"
+ "font" "HudFontSmall"
+ "labelText" "%captures%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Captures"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "DefensesLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DefensesLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_DefensesLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "CapturesLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Defenses"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Defenses"
+ "font" "HudFontSmall"
+ "labelText" "%defenses%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "DefensesLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Defenses2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Defenses2"
+ "font" "HudFontSmall"
+ "labelText" "%defenses%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Defenses"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "DominationLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DominationLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_DominationLabel"
+ "textAlignment" "west"
+ "xpos" "5"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "Assists2"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Domination"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Domination"
+ "font" "HudFontSmall"
+ "labelText" "%dominations%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "DominationLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Domination2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Domination2"
+ "font" "HudFontSmall"
+ "labelText" "%dominations%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Domination"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "RevengeLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "RevengeLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_RevengeLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "DominationLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Revenge"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Revenge"
+ "font" "HudFontSmall"
+ "labelText" "%Revenge%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "RevengeLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Revenge2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Revenge2"
+ "font" "HudFontSmall"
+ "labelText" "%Revenge%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Revenge"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "HealingLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "HealingLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_HealingLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "RevengeLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Healing"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Healing"
+ "font" "HudFontSmall"
+ "labelText" "%healing%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "HealingLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Healing2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Healing2"
+ "font" "HudFontSmall"
+ "labelText" "%healing%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Healing"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "InvulnLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "InvulnLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_InvulnLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "HealingLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Invuln"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Invuln"
+ "font" "HudFontSmall"
+ "labelText" "%invulns%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "InvulnLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Invuln2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Invuln2"
+ "font" "HudFontSmall"
+ "labelText" "%invulns%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Invuln"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "TeleportsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TeleportsLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_TeleportsLabel"
+ "textAlignment" "west"
+ "xpos" "342"
+ "ypos" "2"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+ "Teleports"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Teleports"
+ "font" "HudFontSmall"
+ "labelText" "%teleports%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "TeleportsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Teleports2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Teleports2"
+ "font" "HudFontSmall"
+ "labelText" "%teleports%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Teleports"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "HeadshotsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "HeadshotsLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_HeadshotsLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "TeleportsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Headshots"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Headshots"
+ "font" "HudFontSmall"
+ "labelText" "%headshots%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "HeadshotsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Headshots2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Headshots2"
+ "font" "HudFontSmall"
+ "labelText" "%headshots%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Headshots"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "BackstabsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BackstabsLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_BackstabsLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "HeadshotsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Backstabs"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Backstabs"
+ "font" "HudFontSmall"
+ "labelText" "%backstabs%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "BackstabsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Backstabs2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Backstabs2"
+ "font" "HudFontSmall"
+ "labelText" "%backstabs%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Backstabs"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "BonusLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BonusLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_ScoreBoard_BonusLabel"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "BackstabsLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Bonus"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Bonus"
+ "font" "HudFontSmall"
+ "labelText" "%bonus%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "BonusLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Bonus2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Bonus2"
+ "font" "HudFontSmall"
+ "labelText" "%bonus%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Bonus"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "SupportLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SupportLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_Scoreboard_Support"
+ "textAlignment" "west"
+ "xpos" "5"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "Teleports2"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Support"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Support"
+ "font" "HudFontSmall"
+ "labelText" "%support%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "SupportLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Support2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Support2"
+ "font" "HudFontSmall"
+ "labelText" "%support%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Support"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+
+ "DamageLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "DamageLabel"
+ "font" "HudFontSmall"
+ "labelText" "#TF_Scoreboard_Damage"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "60"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+
+ "pin_to_sibling" "SupportLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_BOTTOMLEFT"
+ }
+ "Damage"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Damage"
+ "font" "HudFontSmall"
+ "labelText" "%damage%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+
+ "pin_to_sibling" "DamageLabel"
+ "pin_corner_to_sibling" "PIN_TOPLEFT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ "Damage2"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Damage2"
+ "font" "HudFontSmall"
+ "labelText" "%damage%"
+ "textAlignment" "west"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "3"
+ "wide" "35"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "TanLight"
+
+ "pin_to_sibling" "Damage"
+ "pin_corner_to_sibling" "PIN_TOPRIGHT"
+ "pin_to_sibling_corner" "PIN_TOPRIGHT"
+ }
+ }
+
+ "MvMScoreboard"
+ {
+ "ControlName" "CTFHudMannVsMachineScoreboard"
+ "fieldName" "MvMScoreboard"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "10"
+ "wide" "f0"
+ "tall" "480"
+ "visible" "0"
+ "enabled" "1"
+ "verbose" "1"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+ }
+} \ No newline at end of file