Advertisement
Guest User

Scoreboard.res

a guest
Jul 17th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 34.22 KB | None | 0 0
  1. "Resource/UI/Scoreboard.res"
  2. {
  3.     "scores"
  4.     {
  5.         "ControlName"       "CTFClientScoreBoardDialog"
  6.         "fieldName"         "scoreinfo"
  7.         "xpos"              "0"
  8.         "ypos"              "0"
  9.         "wide"              "f0"
  10.         "tall"              "480"
  11.         "visible"           "1"
  12.         "enabled"           "1"
  13.         "avatar_width"      "57"        // 42 for lower res
  14.         "name_width"        "78"
  15.         "status_width"      "15"
  16.         "nemesis_width"     "14"
  17.         "class_width"       "15"
  18.         "score_width"       "19"
  19.         "ping_width"        "14"
  20.     }
  21.     "ServerTimeLeft"
  22.     {
  23.         "ControlName"   "CExLabel"
  24.         "fieldName"     "ServerTimeLeft"
  25.         "font"          "MediumNumbers20"
  26.         "font_minmode"      "MediumNumbers20"
  27.         "labelText"     "%servertimeleft%"
  28.         "textinsetx"    "-4"
  29.         "textinsetx_minmode"    "-4"
  30.         "use_proportional_insets" "1"
  31.         "use_proportional_insets_minmode" "1"
  32.         "textAlignment" "west"
  33.         "textAlignment_minmode" "west"
  34.         "fgcolor"           "ya_Time"
  35.         "xpos"          "4"
  36.         "ypos"          "0"
  37.         "ypos_minmode"      "0"
  38.         "zpos"          "18"
  39.         "wide"          "300"
  40.         "wide_minmode"      "300"
  41.         "tall"          "20"
  42.         "tall_minmode"      "20"
  43.         "autoResize"    "0"
  44.         "pinCorner"     "0"
  45.         "visible"       "1"
  46.         "enabled"       "1"
  47.        
  48.         if_mvm
  49.         {
  50.             "xpos"          "3"
  51.         }
  52.     }
  53.     "ServerLabel"
  54.     {
  55.         "ControlName"   "CExLabel"
  56.         "fieldName"     "ServerLabel"
  57.         "font"          "Medium10"
  58.         "labelText"     "%server%"
  59.         "textAlignment" "west"
  60.         "textAlignment_minmode" "west"
  61.         "textinsetx"    "-26"
  62.         "textinsetx_minmode"    "-26"
  63.         "use_proportional_insets" "1"
  64.         "xpos"          "3"  
  65.         "xpos_minmode"          "3"  
  66.         "ypos"          "15"
  67.         "zpos"          "4"
  68.        
  69.         "wide"          "378"
  70.         "tall"          "15"
  71.         "visible"       "1"
  72.         "enabled"       "1"
  73.         "fgcolor"       "White"
  74.  
  75.         if_mvm
  76.         {
  77.             "visible" "0"
  78.         }
  79.     }
  80.     "Spectators"
  81.     {
  82.         "ControlName"   "CExLabel"
  83.         "fieldName"     "Spectators"
  84.         "font"          "Medium10"
  85.         "labelText"     "%spectators%"
  86.         "fgcolor"           "White"
  87.         "textAlignment" "north-west"
  88.         "xpos"          "4"
  89.         "ypos"          "26"
  90.         "zpos"          "4"
  91.         "wide"          "360"
  92.         "tall"          "82"
  93.         "visible"       "1"
  94.         "enabled"       "1"
  95.         "wrap"          "1"
  96.     }  
  97.     "SpectatorsInQueue"
  98.     {
  99.         "ControlName"   "CExLabel"
  100.         "fieldName"     "SpectatorsInQueue"
  101.         "font"          "Medium10"
  102.         "fgcolor"           "White"
  103.         "labelText"     "%waitingtoplay%"
  104.         "textAlignment" "south-west"
  105.         "xpos"          "3"
  106.         "ypos"          "r83"
  107.         "zpos"          "4"
  108.         "wide"          "150"
  109.         "tall"          "82"
  110.         "visible"       "1"
  111.         "enabled"       "1"
  112.         "wrap"          "1"
  113.     }
  114.     "MainBG"
  115.     {
  116.         "ControlName"   "ImagePanel"
  117.         "fieldName"     "MainBG"
  118.         "xpos"          "c-234"
  119.         "xpos_minmode"          "r233"
  120.         "ypos"          "c-102"
  121.         "ypos_minmode"      "c-94"
  122.         "zpos"          "-1"
  123.         "wide"          "468"
  124.         "wide_minmode"          "233"
  125.         "tall"          "223"
  126.         "tall_minmode"      "188"
  127.         "fillcolor"     "ya_HudBG"
  128.         "autoResize"    "0"
  129.         "pinCorner"     "0"
  130.         "visible"       "1"
  131.         "enabled"       "1"
  132.  
  133.         if_mvm
  134.         {
  135.             "fillcolor"     "ya_HudBG"
  136.             "xpos"          "c-250"
  137.             "ypos"          "c-55"
  138.             "wide"          "530"
  139.             "tall"          "155"
  140.             "visible"       "1"
  141.         }
  142.     }
  143.     "MvMCreditsBG"
  144.     {
  145.         "ControlName"   "ImagePanel"
  146.         "fieldName"     "MvMCreditsBG"
  147.         "xpos"          "c-250"
  148.         "ypos"          "c103"
  149.         "wide"          "530"
  150.         "tall"          "54"
  151.         "fillcolor"     "ya_HudBG"
  152.         "autoResize"    "0"
  153.         "pinCorner"     "0"
  154.         "visible"       "0"
  155.         "enabled"       "1"
  156.  
  157.         if_mvm
  158.         {
  159.             "fillcolor"     "ya_HudBG"
  160.             "visible"       "1"
  161.         }
  162.     }
  163.     "InfoBG"
  164.     {
  165.         "ControlName"   "ImagePanel"
  166.         "fieldName"     "InfoBG"
  167.         "xpos"          "c-234"
  168.         "xpos_minmode"          "0"
  169.         "ypos"          "r116"
  170.         "ypos_minmode"      "r34"
  171.         "zpos"          "2"
  172.         "wide"          "468"
  173.         "wide_minmode"          "f0"
  174.         "tall"          "34"
  175.         "tall_minmode"          "34"
  176.         "fillcolor"     "ya_StatsBG"
  177.         "autoResize"    "0"
  178.         "pinCorner"     "0"
  179.         "visible"       "1"
  180.         "enabled"       "1"
  181.  
  182.         if_mvm
  183.         {
  184.             "visible"       "0"
  185.         }
  186.     }
  187.    
  188.     "MvMBGTop"
  189.     {
  190.         "ControlName"   "ImagePanel"
  191.         "fieldName"     "MvMBGTop"
  192.         "xpos"          "c-250"
  193.         "ypos"          "c-74"
  194.         "zpos"          "9"
  195.         "wide"          "530"
  196.         "tall"          "17"
  197.         "fillcolor"     "Red"
  198.         "autoResize"    "0"
  199.         "pinCorner"     "0"
  200.         "visible"       "0"
  201.         "enabled"       "1"
  202.  
  203.         if_mvm
  204.         {
  205.             "visible"           "1"
  206.         }
  207.     }
  208.    
  209.     "BlueLabelBG"
  210.     {
  211.         "ControlName"       "ImagePanel"
  212.         "fieldName"     "BlueLabelBG"
  213.         "xpos"          "c-234"
  214.         "xpos_minmode"          "r233"
  215.         "ypos"          "c-123"
  216.         "ypos_minmode"      "c-115"
  217.         "zpos" "3"
  218.         "wide"          "234"
  219.         "wide_minmode"          "234"
  220.         "tall"          "18"
  221.         "visible"       "1"
  222.         "enabled"       "1"
  223.         "fillcolor"     "Blue"
  224.  
  225.         if_mvm
  226.         {
  227.             "visible"       "0"
  228.         }
  229.     }
  230.     "BlueLabelBG2"
  231.     {
  232.         "ControlName"       "ImagePanel"
  233.         "fieldName"     "BlueLabelBG2"
  234.         "xpos"          "c-18"
  235.         "xpos_minmode"          "r18"
  236.         "ypos"          "c-123"
  237.         "ypos_minmode"      "c-115"
  238.         "zpos" "3"
  239.         "wide"          "18"
  240.         "tall"          "18"
  241.         "visible"       "1"
  242.         "enabled"       "1"
  243.         "fillcolor"     "Blue"
  244.  
  245.         if_mvm
  246.         {
  247.             "visible"       "0"
  248.         }
  249.     }
  250.     "BlueTeamScoreBG"
  251.     {
  252.         "ControlName"       "CExLabel"
  253.         "fieldName"     "BlueTeamScoreBG"
  254.         "font"          "Icon48"
  255.         "labelText"     "*"
  256.         "textAlignment"     "center"
  257.         "xpos"          "c-43"
  258.         "ypos"          "-1"
  259.         "zpos"          "-4"
  260.         "wide"          "39"
  261.         "tall"          "41"
  262.         "fgcolor"       "Blue"
  263.         "visible"       "1"
  264.         "enabled"       "1"
  265.        
  266.         if_mvm
  267.         {
  268.             "visible"       "0"
  269.         }
  270.     }
  271.     "BlueTeamLabel"
  272.     {
  273.         "ControlName"   "CExLabel"
  274.         "fieldName"     "BlueTeamLabel"
  275.         "font"          "Heavy16"
  276.         "labelText"     "%blueteamname%"
  277.         "fgcolor"       "White"
  278.         "textAlignment" "west"
  279.         "xpos"          "c-231"
  280.         "xpos_minmode"          "r230"
  281.         "ypos"          "c-123"
  282.         "ypos_minmode"      "c-115"
  283.         "zpos"          "5"
  284.         "wide"          "230"
  285.         "tall"          "17"
  286.         "autoResize"    "0"
  287.         "pinCorner"     "0"
  288.         "visible"       "1"
  289.         "enabled"       "1"
  290.  
  291.         if_mvm
  292.         {
  293.             "visible"       "0"
  294.         }
  295.     }
  296.     "BlueTeamLabel2"
  297.     {
  298.         "ControlName"   "CExLabel"
  299.         "fieldName"     "BlueTeamLabel2"
  300.         "font"          "Heavy16"
  301.         "labelText"     "%blueteamname%"
  302.         "textAlignment"     "east"
  303.         "font"          "Heavy16"
  304.         "xpos"          "c-195"
  305.         "ypos"          "10"
  306.         "zpos"          "2"
  307.         "wide"          "145"
  308.         "tall"          "19"
  309.         "autoResize"    "0"
  310.         "pinCorner"     "0"
  311.         "fgcolor"       "White"
  312.         "visible"       "1"
  313.         "enabled"       "1"
  314.  
  315.         if_mvm
  316.         {
  317.             "visible"       "0"
  318.         }
  319.     }          
  320.     "BlueTeamScore"
  321.     {
  322.         "ControlName"   "CExLabel"
  323.         "fieldName"     "BlueTeamScore"
  324.         "font"          "Medium22"
  325.         "labelText"     "%blueteamscore%"
  326.         "textAlignment"     "center"
  327.         "xpos"          "c-43"
  328.         "ypos"          "-1"
  329.         "zpos"          "4"
  330.         "wide"          "39"
  331.         "tall"          "41"
  332.         "autoResize"    "0"
  333.         "pinCorner"     "0"
  334.         "fgcolor"       "White"
  335.         "visible"       "1"
  336.         "enabled"       "1"
  337.  
  338.         if_mvm
  339.         {
  340.             "visible"       "0"
  341.         }
  342.     }
  343.     "BlueTeamPlayerCount"
  344.     {
  345.         "ControlName"   "CExLabel"
  346.         "fieldName"     "BlueTeamPlayerCount"
  347.         "font"          "Medium14"
  348.         "labelText"     "%blueteamplayercount%"
  349.         "fgcolor"       "Blank"
  350.         "textAlignment" "east"
  351.         "xpos"          "c-68"
  352.         "xpos_minmode"          "r68"
  353.         "ypos"          "c-123"
  354.         "ypos_minmode"      "c-115"
  355.         "zpos"          "5"
  356.         "wide"          "66"
  357.         "wide_minmode"          "66"
  358.         "tall"          "18"
  359.         "visible"       "1"
  360.         "enabled"       "1"
  361.  
  362.         if_mvm
  363.         {
  364.             "visible"       "0"
  365.         }
  366.     }
  367.     "RedTeamLabelBG"
  368.     {
  369.         "ControlName"       "ImagePanel"
  370.         "fieldName"     "RedTeamLabelBG"
  371.         "xpos"          "c"
  372.         "xpos_minmode"      "r233"
  373.         "ypos"          "c-123"
  374.         "ypos_minmode"      "c97"
  375.         "zpos" "3"
  376.         "wide"          "235"
  377.         "wide_minmode"          "234"
  378.         "tall"          "18"
  379.         "autoResize"    "0"
  380.         "pinCorner"     "0"
  381.         "visible"       "1"
  382.         "enabled"       "1"
  383.         "fillcolor"     "Red"
  384.         if_mvm
  385.         {
  386.             "visible" "0"
  387.         }
  388.     }
  389.     "RedTeamLabelBG2"
  390.     {
  391.         "ControlName"       "ImagePanel"
  392.         "fieldName"     "RedTeamLabelBG2"
  393.         "xpos"          "c"
  394.         "xpos_minmode"  "r18"
  395.         "ypos"          "c-123"
  396.         "ypos_minmode"      "c97"
  397.         "zpos" "3"
  398.         "wide"          "18"
  399.         "tall"          "18"
  400.         "autoResize"    "0"
  401.         "pinCorner"     "0"
  402.         "visible"       "1"
  403.         "enabled"       "1"
  404.         "fillcolor"     "Red"
  405.         if_mvm
  406.         {
  407.             "visible" "0"
  408.         }
  409.     }
  410.     "RedTeamScoreBG"
  411.     {
  412.         "ControlName"       "CExLabel"
  413.         "fieldName"     "RedTeamScoreBG"
  414.         "font"          "Icon48"
  415.         "labelText"     "*"
  416.         "textAlignment"     "center"
  417.          "xpos"         "c4"
  418.         "ypos"          "-1"
  419.         "zpos"          "-4"
  420.         "wide"          "39"
  421.         "tall"          "41"
  422.         "fgcolor"       "Red"
  423.         "visible"       "1"
  424.         "enabled"       "1"
  425.     }
  426.     "RedTeamLabel"
  427.     {
  428.         "ControlName"   "CExLabel"
  429.         "fieldName"     "RedTeamLabel"
  430.         "font"          "Heavy16"
  431.         "labelText"     "%redteamname%"
  432.         "fgcolor"       "White"
  433.         "textAlignment" "east"
  434.         "textAlignment_minmode" "west"
  435.         "xpos"          "c7"
  436.         "xpos_minmode"          "r230"
  437.         "ypos"              "c-123"
  438.         "ypos_minmode"      "c97"
  439.         "zpos" "4"
  440.         "wide"          "225"
  441.         "tall"          "17"
  442.         "autoResize"    "0"
  443.         "pinCorner"     "0"
  444.         "visible"       "1"
  445.         "enabled"       "1"
  446.  
  447.         if_mvm
  448.         {
  449.             "visible"       "0"
  450.         }
  451.     }
  452.     "RedTeamLabel2"
  453.     {
  454.         "ControlName"   "CExLabel"
  455.         "fieldName"     "RedTeamLabel2"
  456.         "font"          "Heavy16"
  457.         "labelText"     "%redteamname%"
  458.         "textAlignment"     "west"
  459.         "xpos"          "c50"
  460.         "ypos"          "10"
  461.         "zpos"          "2"
  462.         "wide"          "145"
  463.         "tall"          "19"
  464.         "autoResize"    "0"
  465.         "pinCorner"     "0"
  466.         "fgcolor"       "White"
  467.         "visible"       "1"
  468.         "enabled"       "1"
  469.  
  470.         if_mvm
  471.         {
  472.             "visible"       "0"
  473.         }
  474.     }
  475.     "RedTeamScore"
  476.     {
  477.         "ControlName"   "CExLabel"
  478.         "fieldName"     "RedTeamScore"
  479.         "font"          "Medium22"
  480.         "labelText"     "%redteamscore%"
  481.         "textAlignment"     "center"
  482.         "xpos"          "c4"
  483.         "ypos"          "-1"
  484.         "zpos"          "4"
  485.         "wide"          "40"
  486.         "tall"          "41"
  487.         "autoResize"    "0"
  488.         "pinCorner"     "0"
  489.         "fgcolor"       "White"
  490.         "visible"       "1"
  491.         "enabled"       "1"
  492.  
  493.         if_mvm
  494.         {
  495.             "visible"       "0"
  496.         }
  497.     }
  498.     "RedTeamPlayerCount"
  499.     {
  500.         "ControlName"   "CExLabel"
  501.         "fieldName"     "RedTeamPlayerCount"
  502.         "font"          "MediumNumbers16"
  503.         "labelText"     "%redteamplayercount%"
  504.         "fgcolor"       "Blank"
  505.         "textAlignment" "center"
  506.         "xpos"          "c"
  507.         "xpos_minmode"          "r18"
  508.         "ypos"              "c-123"
  509.         "ypos_minmode"      "c97"
  510.         "zpos" "4"
  511.         "wide"          "17"
  512.         "wide_minmode"          "18"
  513.         "tall"          "18"
  514.         "visible"       "1"
  515.         "enabled"       "1"
  516.  
  517.         if_mvm
  518.         {
  519.             "visible"       "0"
  520.         }
  521.     }
  522.     "BluePlayerList"
  523.     {
  524.         "ControlName"   "SectionedListPanel"
  525.         "fieldName"     "BluePlayerList"
  526.         "xpos"          "c-232"
  527.         "xpos_minmode"          "r233"
  528.         "ypos"          "c-100"              //"r473"
  529.         "ypos_minmode"      "c-92"
  530.         "zpos"          "1"
  531.         "wide"          "233"
  532.         "tall"          "218"
  533.         "tall_minmode"      "91"
  534.         "visible"       "1"
  535.         "enabled"       "1"
  536.         "autoresize"    "3"
  537.         "linespacing"   "13"
  538.         "fgcolor"       "blue"
  539.  
  540.         if_mvm
  541.         {
  542.             "visible"       "0"
  543.         }
  544.     }
  545.     "RedPlayerList"
  546.     {
  547.         "ControlName"   "SectionedListPanel"
  548.         "fieldName"     "RedPlayerList"
  549.         "xpos"          "c1"
  550.         "xpos_minmode"  "r233"
  551.         "ypos"          "c-100"    
  552.         "ypos_minmode"      "c1"
  553.         "zpos"          "2"
  554.         "wide"          "233"
  555.         "tall"          "218"
  556.         "tall_minmode"      "91"
  557.         "visible"       "1"
  558.         "enabled"       "1"
  559.         "autoresize"    "3"
  560.         "linespacing"   "13"
  561.         "textcolor"     "red"
  562.  
  563.         if_mvm
  564.         {
  565.             "visible"       "0"
  566.         }
  567.     }
  568.     "VerticalLine"
  569.     {
  570.         "ControlName"   "ImagePanel"
  571.         "fieldName"     "VerticalLine"
  572.         "wide"          "0"
  573.         "tall"          "0"
  574.         "visible"       "0"
  575.         "enabled"       "0"
  576.  
  577.         if_mvm
  578.         {
  579.             "visible"       "0"
  580.         }
  581.     }          
  582.     "ShadedBar"
  583.     {
  584.         "ControlName"   "ImagePanel"
  585.         "fieldName"     "ShadedBar"
  586.         "xpos"          "10"
  587.         "xpos_hidef"    "30"
  588.         "ypos"          "372"
  589.         "ypos"          "297"   [$X360]
  590.         "zpos"          "2"
  591.         "wide"          "580"
  592.         "wide_lodef"    "539"
  593.         "wide_hidef"    "559"
  594.         "tall"          "70"
  595.         "autoResize"    "0"
  596.         "pinCorner"     "0"
  597.         "visible"       "0"
  598.         "enabled"       "1"
  599.         "tabPosition"   "0"
  600.         "fillcolor"     "0 0 0 153"
  601.         "PaintBackgroundType"   "0"
  602.  
  603.         if_mvm
  604.         {
  605.             "visible"       "0"
  606.         }
  607.     }
  608.     "ClassImage"
  609.     {
  610.         "ControlName"       "ImagePanel"
  611.         "fieldName"     "ClassImage"
  612.         "xpos"          "22"
  613.         "xpos_lodef"    "12"
  614.         "ypos"          "350"
  615.         "ypos"          "275"   [$X360]
  616.         "zpos"          "3"
  617.         "wide"          "0"
  618.         "tall"          "0"
  619.         "visible"       "0"
  620.         "enabled"       "1"
  621.         "image"         "../hud/class_scoutred"
  622.         "scaleImage"        "1"
  623.        
  624.         if_mvm
  625.         {
  626.             "visible"       "0"
  627.             "wide"      "0"
  628.             "tall"      "0"
  629.         }
  630.     }
  631.     "PlayerNameLabel"
  632.     {
  633.         "ControlName"       "CExLabel"
  634.         "fieldName"     "PlayerNameLabel"
  635.         "font"          "ScoreboardMedium"
  636.         "labelText"     "%playername%"
  637.         "textAlignment"     "west"
  638.         "xpos"          "115"
  639.         "xpos_lodef"    "105"
  640.         "ypos"          "377"
  641.         "ypos"          "302"   [$X360]
  642.         "zpos"          "3"
  643.         "wide"          "325"
  644.         "wide"          "410"   [$X360]
  645.         "tall"          "20"
  646.         "autoResize"    "0"
  647.         "pinCorner"     "0"
  648.         "visible"       "0"
  649.         "enabled"       "1"
  650.        
  651.         if_mvm
  652.         {
  653.             "visible"       "0"
  654.         }
  655.     }  
  656.     "MapName"
  657.     {
  658.         "ControlName"   "CExLabel"
  659.         "fieldName"     "mapname"
  660.         "font"          "ScoreboardMedium"
  661.         "labelText"     "%mapname%"
  662.         "textAlignment" "east"
  663.         "xpos"          "415"
  664.         "ypos"          "375"
  665.         "zpos"          "3"
  666.         "wide"          "0"
  667.         "tall"          "0"
  668.         "visible"       "0"
  669.         "enabled"       "0"
  670.     }  
  671.     "HorizontalLine"
  672.     {
  673.         "ControlName"   "ImagePanel"
  674.         "fieldName"     "HorizontalLine"
  675.         "wide"          "0"
  676.         "tall"          "0"
  677.         "fillcolor"     "White"
  678.         "visible"       "0"
  679.         "enabled"       "0"
  680.     }
  681.     "PlayerScoreLabel"
  682.     {
  683.         "ControlName"       "CExLabel"
  684.         "fieldName"     "PlayerScoreLabel"
  685.         "font"          "Medium20"
  686.         "labelText"     "%playerscore%"
  687.         "textAlignment" "west"
  688.         "fgcolor"       "White"
  689.         "xpos"          "c-270"
  690.         "ypos"          "r115" 
  691.         "zpos"          "3"
  692.         "wide"          "0"
  693.         "tall"          "0"
  694.         "autoResize"    "0"
  695.         "pinCorner"     "0"
  696.         "visible"       "0"
  697.         "enabled"       "1"
  698.  
  699.         if_mvm
  700.         {
  701.             "visible"       "0"
  702.         }
  703.     }
  704.    
  705.     "LocalPlayerDuelStatsPanel"
  706.     {
  707.         "ControlName"   "EditablePanel"
  708.         "fieldName"     "LocalPlayerDuelStatsPanel"
  709.         "xpos"          "c-234"
  710.         "ypos"          "r114"
  711.         "ypos_minmode"          "r32"
  712.         "zpos"          "5"
  713.         "wide"          "468"
  714.         "tall"          "32"
  715.         "autoResize"    "0"
  716.         "pinCorner"     "0"
  717.         "visible"       "1"
  718.         "enabled"       "1"
  719.         "border"        "NoBorder"
  720.        
  721.         if_mvm
  722.         {
  723.             "visible"       "0"
  724.         }
  725.  
  726.         "DuelingLabel"
  727.         {
  728.             "wide"          "0"
  729.             "tall"          "0"
  730.             "visible"       "0"
  731.             "enabled"       "0"
  732.         }
  733.         "VSLabel"
  734.         {
  735.             "ControlName"   "CExLabel"
  736.             "fieldName"     "VSLabel"
  737.             "font"          "Medium12"
  738.             "labelText"     "vs"
  739.             "textAlignment" "center"
  740.             "xpos"          "6"  
  741.             "xpos_minmode"          "0"  
  742.             "ypos"          "0"
  743.             "zpos"          "12"
  744.            
  745.             "wide"          "456"
  746.             "tall"          "32"
  747.             "visible"       "1"
  748.             "enabled"       "1"
  749.             "fgcolor"       "ya_Stats"
  750.  
  751.             if_mvm
  752.             {
  753.                 "visible" "0"
  754.             }
  755.         }
  756.         "DuelingIcon"
  757.         {
  758.             "ControlName"   "ImagePanel"
  759.             "fieldName"     "DuelingIcon"
  760.             "xpos"          "218"
  761.             "ypos"          "0"
  762.             "zpos"          "2"
  763.             "wide"          "0"
  764.             "tall"          "0"
  765.             "visible"       "1"
  766.             "enabled"       "1"
  767.             "image"         "../backpack/player/items/crafting/icon_dueling"
  768.             "scaleImage"    "1"
  769.         }
  770.  
  771.         "LocalPlayerData"
  772.         {
  773.             "ControlName"       "EditablePanel"
  774.             "fieldName"     "LocalPlayerData"
  775.             "xpos"          "0"
  776.             "ypos"          "0"
  777.             "wide"          "456"
  778.             "tall"          "32"
  779.             "visible"       "1"
  780.             "enabled"       "1"
  781.    
  782.             "AvatarBGPanel"
  783.             {
  784.                 "ControlName"   "EditablePanel"
  785.                 "fieldName"     "AvatarBGPanel"
  786.                 "xpos"          "4"
  787.                 "ypos"          "-2"
  788.                 "zpos"          "4"
  789.                 "wide"          "500"
  790.                 "tall"          "40"
  791.                 "enabled"       "1"
  792.                 "PaintBackgroundType"   "2"
  793.                 "bgcolor_override"  "ya_StatsBG"
  794.             }
  795.             "AvatarImage"  
  796.             {
  797.                 "ControlName"   "CAvatarImagePanel"
  798.                 "fieldName"     "AvatarImage"
  799.                 "xpos"          "200"
  800.                 "ypos"          "7"
  801.                 "zpos"          "7"
  802.                 "wide"          "20"
  803.                 "tall"          "20"
  804.                 "visible"       "1"
  805.                 "enabled"       "1"
  806.                 "image"         ""
  807.                 "scaleImage"    "1"
  808.                 "color_outline" "52 48 45 255"
  809.             }
  810.             "AvatarTextLabel"
  811.             {  
  812.                 "ControlName"   "CExLabel"
  813.                 "fieldName"     "AvatarTextLabel"
  814.                 "fgcolor"       "ya_Stats"
  815.                 "xpos"          "67"
  816.                 "ypos"          "0"
  817.                 "zpos"          "7"
  818.                 "wide"          "126"
  819.                 "tall"          "32"
  820.                 "visible"       "1"
  821.                 "enabled"       "1"
  822.                 "labelText"     "%playername%"
  823.                 "textAlignment" "east"
  824.                 "font"          "Heavy18"
  825.             }
  826.             "Score"
  827.             {
  828.                 "ControlName"   "CExLabel"
  829.                 "fieldName"     "Score"
  830.                 "labelText"     "%score%"
  831.                 "textAlignment" "west"
  832.                 "xpos"          "14"
  833.                 "ypos"          "0"
  834.                 "zpos"          "7"
  835.                 "wide"          "90"
  836.                 "tall"          "32"
  837.                 "visible"       "1"
  838.                 "enabled"       "1"
  839.                 "fgcolor"       "ya_Stats"
  840.                 "font"          "Medium18"
  841.             }
  842.         }
  843.         "OpponentData"
  844.         {
  845.             "ControlName"       "EditablePanel"
  846.             "fieldName"     "OpponentData"
  847.             "xpos"          "228"
  848.             "ypos"          "0"
  849.             "wide"          "228"
  850.             "tall"          "32"
  851.             "visible"       "1"
  852.             "enabled"       "1"
  853.    
  854.             "AvatarBGPanel"
  855.             {
  856.                 "ControlName"   "EditablePanel"
  857.                 "fieldName"     "AvatarBGPanel"
  858.                 "xpos"          "6"
  859.                 "ypos"          "15"
  860.                 "zpos"          "7"
  861.                 "wide"          "25"
  862.                 "tall"          "25"
  863.                 "visible"       "1"
  864.                 "PaintBackgroundType"   "2"
  865.                 "bgcolor_override"  "117 107 94 0"
  866.             }
  867.             "AvatarImage"
  868.             {
  869.                 "ControlName"   "CAvatarImagePanel"
  870.                 "fieldName"     "AvatarImage"
  871.                 "xpos"          "24"
  872.                 "ypos"          "7"
  873.                 "zpos"          "7"
  874.                 "wide"          "20"
  875.                 "tall"          "20"
  876.                 "visible"       "1"
  877.                 "enabled"       "1"
  878.                 "image"         ""
  879.                 "scaleImage"    "1"
  880.                 "color_outline" "52 48 45 255"
  881.             }
  882.             "AvatarTextLabel"
  883.             {  
  884.                 "ControlName"   "CExLabel"
  885.                 "fieldName"     "AvatarTextLabel"
  886.                 "fgcolor"       "ya_Stats"
  887.                 "xpos"          "50"
  888.                 "ypos"          "0"
  889.                 "zpos"          "7"
  890.                 "wide"          "126"
  891.                 "tall"          "32"
  892.                 "visible"       "1"
  893.                 "enabled"       "1"
  894.                 "labelText"     "%playername%"
  895.                 "textAlignment" "west"
  896.                 "font"          "Heavy18"
  897.             }
  898.             "Score"
  899.             {
  900.                 "ControlName"   "CExLabel"
  901.                 "fieldName"     "Score"
  902.                 "labelText"     "%score%"
  903.                 "textAlignment" "east"
  904.                 "xpos"          "136"
  905.                 "ypos"          "0"
  906.                 "zpos"          "7"
  907.                 "wide"          "90"
  908.                 "tall"          "32"
  909.                 "visible"       "1"
  910.                 "enabled"       "1"
  911.                 "fgcolor"       "ya_Stats"
  912.                 "font"          "Medium18"
  913.             }
  914.         }      
  915.     }
  916.  
  917.     "LocalPlayerStatsPanel"
  918.     {
  919.         "ControlName"       "EditablePanel"
  920.         "fieldName"     "LocalPlayerStatsPanel"
  921.         "xpos"          "0"
  922.         "ypos"          "-83"
  923.         "ypos_minmode"          "0"
  924.         "zpos"          "16"
  925.         "wide"          "f0"
  926.         "tall"          "480"
  927.         "autoResize"    "0"
  928.         "pinCorner"     "0"
  929.         "visible"       "1"
  930.         "enabled"       "1"
  931.         "border"        "0"
  932.  
  933.         if_mvm
  934.         {
  935.             "ypos"      "99999"
  936.         }
  937.         "KillsLabel"
  938.         {
  939.             "ControlName"   "CExLabel"
  940.             "fieldName"     "KillsLabel"
  941.             "font"          "Medium10"
  942.             "labelText"     "Kills:"
  943.             "fgcolor"       "Blank"
  944.             "textAlignment"     "west"
  945.             "xpos"          "c-227"
  946.             "ypos"          "r11"
  947.             "zpos"          "10"
  948.             "wide"          "162"
  949.             "tall"          "11"
  950.             "visible"       "1"
  951.             "enabled"       "1"
  952.  
  953.             if_mvm
  954.             {
  955.                 "visible"       "0"
  956.             }
  957.         }
  958.         "Kills"
  959.         {
  960.             "ControlName"   "CExLabel"
  961.             "fieldName"     "Kills"
  962.             "font"          "Medium26"
  963.             "labelText"     "%kills%"
  964.             "textAlignment" "east"
  965.             "xpos"          "c-235"
  966.             "ypos"          "r30"
  967.             "zpos"          "3"
  968.             "wide"          "50"
  969.             "tall"          "26"
  970.             "fgcolor"       "ya_Stats"
  971.             "visible"       "1"
  972.             "enabled"       "1"
  973.  
  974.             if_mvm
  975.             {
  976.                 "fgcolor"       "ya_Stats"
  977.                 "textAlignment" "east"
  978.                 "font"      "Medium54"
  979.                 "xpos"      "c-323"
  980.                 "ypos"      "r170"
  981.                 "wide"      "140"
  982.                 "tall"      "54"
  983.             }
  984.         }
  985.         "DeathsLabel"       //kills vs deaths sep
  986.         {
  987.             "ControlName"       "CExLabel"
  988.             "fieldName"     "DeathsLabel"
  989.             "font"          "Medium26"
  990.             "labelText"     ":"
  991.             "fgcolor"       "ya_Stats"
  992.             "textAlignment"     "west"
  993.             "xpos"          "c-184"
  994.             "ypos"          "r31"
  995.             "zpos"          "3"
  996.             "wide"          "162"
  997.             "tall"          "24"
  998.             "visible"       "1"
  999.             "enabled"       "1"
  1000.  
  1001.             if_mvm
  1002.             {
  1003.                 "visible"       "0"
  1004.             }
  1005.         }
  1006.         "Deaths"
  1007.         {
  1008.             "ControlName"   "CExLabel"
  1009.             "fieldName"     "Deaths"
  1010.             "font"          "Medium26"
  1011.             "labelText"     "%deaths%"
  1012.             "textAlignment" "west"
  1013.             "xpos"          "c-177"
  1014.             "ypos"          "r30"
  1015.             "zpos"          "3"
  1016.             "wide"          "115"
  1017.             "tall"          "26"
  1018.             "fgcolor"       "ya_Stats"
  1019.             "visible"       "1"
  1020.             "enabled"       "1"
  1021.  
  1022.             if_mvm
  1023.             {
  1024.                 "textAlignment"     "west"
  1025.                 "fgcolor"       "ya_Stats"
  1026.                 "font"      "Medium54"
  1027.                 "xpos"      "c-176"
  1028.                 "ypos"      "r170"
  1029.                 "tall"      "54"
  1030.             }
  1031.         }
  1032.         "AssistsLabel"
  1033.         {
  1034.             "ControlName"       "CExLabel"
  1035.             "fieldName"     "AssistsLabel"
  1036.             "font"          "Medium8"
  1037.             "labelText"     "Assists:"
  1038.             "fgcolor"       "ya_Stats"
  1039.             "textAlignment"     "east"
  1040.             "xpos"          "c-185"
  1041.             "ypos"          "r31"
  1042.             "zpos"          "3"
  1043.             "wide"          "80"
  1044.             "tall"          "11"
  1045.             "visible"       "1"
  1046.             "enabled"       "1"
  1047.  
  1048.             if_mvm
  1049.             {  
  1050.                 "textAlignment"     "west"
  1051.                 "fgcolor"       "ya_Stats"
  1052.                 "tall"          "15"
  1053.                 "font"      "Medium8"
  1054.                 "xpos"      "c-70"
  1055.                 "ypos"      "r172"
  1056.             }
  1057.         }
  1058.         "Assists"
  1059.         {
  1060.             "ControlName"   "CExLabel"
  1061.             "fieldName"     "Assists"
  1062.             "font"          "Medium8"
  1063.             "labelText"     "%assists%"
  1064.             "fgcolor"       "ya_Stats"
  1065.             "textAlignment" "west"
  1066.             "xpos"          "c-103"
  1067.             "ypos"          "r31"
  1068.             "zpos"          "3"
  1069.             "wide"          "163"
  1070.             "tall"          "11"
  1071.             "visible"       "1"
  1072.             "enabled"       "1"
  1073.  
  1074.             if_mvm
  1075.             {
  1076.                 "textAlignment"     "east"
  1077.                 "fgcolor"       "ya_Stats"
  1078.                 "tall"          "15"
  1079.                 "font"      "Medium8"
  1080.                 "xpos"      "c-61"
  1081.                 "ypos"      "r172"
  1082.             }
  1083.         }
  1084.         "CapturesLabel"
  1085.         {
  1086.             "ControlName"       "CExLabel"
  1087.             "fieldName"     "CapturesLabel"
  1088.             "font"          "Medium8"
  1089.             "labelText"     "Caps:"
  1090.             "fgcolor"       "ya_Stats"
  1091.             "textAlignment"     "east"
  1092.             "xpos"          "c-185"
  1093.             "ypos"          "r22"
  1094.             "zpos"          "3"
  1095.             "wide"          "80"
  1096.             "tall"          "11"
  1097.             "visible"       "1"
  1098.             "enabled"       "1"
  1099.  
  1100.             if_mvm
  1101.             {
  1102.                 "fgcolor"       "ya_Stats"
  1103.                 "tall"          "15"
  1104.                 "font"      "Medium8"
  1105.                 "xpos"      "c-70"
  1106.                 "ypos"      "r162"
  1107.             }
  1108.         }
  1109.         "Captures"
  1110.         {
  1111.             "ControlName"   "CExLabel"
  1112.             "fieldName"     "Captures"
  1113.             "font"          "Medium8"
  1114.             "labelText"     "%captures%"
  1115.             "fgcolor"       "ya_Stats"
  1116.             "textAlignment" "west"
  1117.             "xpos"          "c-103"
  1118.             "ypos"          "r22"
  1119.             "zpos"          "3"
  1120.             "wide"          "163"
  1121.             "tall"          "11"
  1122.             "visible"       "1"
  1123.             "enabled"       "1"
  1124.  
  1125.             if_mvm
  1126.             {
  1127.                 "fgcolor"       "ya_Stats"
  1128.                 "textAlignment" "east"
  1129.                 "font"      "Medium8"
  1130.                 "xpos"      "c-61"
  1131.                 "ypos"      "r162"
  1132.                 "tall"          "15"
  1133.             }
  1134.         }
  1135.         "DefensesLabel"
  1136.         {
  1137.             "ControlName"       "CExLabel"
  1138.             "fieldName"     "DefensesLabel"
  1139.             "font"          "Medium8"
  1140.             "labelText"     "Defenses:"
  1141.             "fgcolor"       "ya_Stats"
  1142.             "textAlignment"     "east"
  1143.             "xpos"          "c-185"
  1144.             "ypos"          "r13"
  1145.             "zpos"          "3"
  1146.             "wide"          "80"
  1147.             "tall"          "11"
  1148.             "visible"       "1"
  1149.             "enabled"       "1"
  1150.  
  1151.             if_mvm
  1152.             {
  1153.                 "font"      "Medium8"
  1154.                 "xpos"      "c-70"
  1155.                 "ypos"      "r152"
  1156.             }
  1157.         }
  1158.         "Defenses"
  1159.         {
  1160.             "ControlName"   "CExLabel"
  1161.             "fieldName"     "Defenses"
  1162.             "font"          "Medium8"
  1163.             "labelText"     "%defenses%"
  1164.             "fgcolor"       "ya_Stats"
  1165.             "textAlignment" "west"
  1166.             "xpos"          "c-103"
  1167.             "ypos"          "r13"
  1168.             "zpos"          "3"
  1169.             "wide"          "163"
  1170.             "tall"          "11"
  1171.             "visible"       "1"
  1172.             "enabled"       "1"
  1173.  
  1174.             if_mvm
  1175.             {
  1176.                 "font"      "Medium8"
  1177.                 "xpos"      "c-61"
  1178.                 "ypos"      "r152"
  1179.             }
  1180.         }
  1181.         "DominationLabel"
  1182.         {
  1183.             "ControlName"   "CExLabel"
  1184.             "fieldName"     "DominationLabel"
  1185.             "font"          "Medium8"
  1186.             "labelText"     "Dominations:"
  1187.             "fgcolor"       "ya_Stats"
  1188.             "textAlignment"     "east"
  1189.             "xpos"          "c-105"
  1190.             "ypos"          "r22"
  1191.             "zpos"          "3"
  1192.             "wide"          "80"
  1193.             "tall"          "11"
  1194.             "visible"       "1"
  1195.             "enabled"       "1"
  1196.  
  1197.             if_mvm
  1198.             {
  1199.                 "font"      "Medium8"
  1200.                 "xpos"      "c-70"
  1201.                 "ypos"      "r142"
  1202.             }
  1203.         }
  1204.         "Domination"
  1205.         {
  1206.             "ControlName"       "CExLabel"
  1207.             "fieldName"     "Domination"
  1208.             "font"          "Medium8"
  1209.             "labelText"     "%dominations%"
  1210.             "fgcolor"       "ya_Stats"
  1211.             "textAlignment" "west"
  1212.             "xpos"          "c-23"
  1213.             "ypos"          "r22"
  1214.             "zpos"          "3"
  1215.             "wide"          "163"
  1216.             "tall"          "11"
  1217.             "visible"       "1"
  1218.             "enabled"       "1"
  1219.  
  1220.             if_mvm
  1221.             {
  1222.                 "font"      "Medium8"
  1223.                 "xpos"      "c-61"
  1224.                 "ypos"      "r142"
  1225.             }
  1226.         }
  1227.         "RevengeLabel"
  1228.         {
  1229.             "ControlName"   "CExLabel"
  1230.             "fieldName"     "RevengeLabel"
  1231.             "font"          "Medium8"
  1232.             "labelText"     "Revenges:"
  1233.             "fgcolor"       "ya_Stats"
  1234.             "textAlignment"     "east"
  1235.             "xpos"          "c-105"
  1236.             "ypos"          "r13"
  1237.             "zpos"          "3"
  1238.             "wide"          "80"
  1239.             "tall"          "11"
  1240.             "visible"       "1"
  1241.             "enabled"       "1"
  1242.  
  1243.             if_mvm
  1244.             {
  1245.                 "font"      "Medium8"
  1246.                 "xpos"      "c-70"
  1247.                 "ypos"      "r132"
  1248.             }
  1249.         }
  1250.         "Revenge"
  1251.         {
  1252.             "ControlName"   "CExLabel"
  1253.             "fieldName"     "Revenge"
  1254.             "font"          "Medium8"
  1255.             "labelText"     "%Revenge%"
  1256.             "fgcolor"       "ya_Stats"
  1257.             "textAlignment" "west"
  1258.             "xpos"          "c-23"
  1259.             "ypos"          "r13"
  1260.             "zpos"          "3"
  1261.             "wide"          "163"
  1262.             "tall"          "11"
  1263.             "visible"       "1"
  1264.             "enabled"       "1"
  1265.  
  1266.             if_mvm
  1267.             {
  1268.                 "font"      "Medium8"
  1269.                 "xpos"      "c-61"
  1270.                 "ypos"      "r132"
  1271.             }
  1272.         }
  1273.         "DestructionLabel"
  1274.         {
  1275.             "ControlName"       "CExLabel"
  1276.             "fieldName"     "DestructionLabel"
  1277.             "font"          "Medium8"
  1278.             "labelText"     "Destructions:"
  1279.             "fgcolor"       "ya_Stats"
  1280.             "textAlignment"     "east"
  1281.             "xpos"          "c-105"
  1282.             "ypos"          "r31"
  1283.             "zpos"          "3"
  1284.             "wide"          "80"
  1285.             "tall"          "11"
  1286.             "visible"       "1"
  1287.             "enabled"       "1"
  1288.  
  1289.             if_mvm
  1290.             {
  1291.                 "font"      "Medium8"
  1292.                 "xpos"      "c-70"
  1293.                 "ypos"      "r122"
  1294.             }
  1295.         }
  1296.         "Destruction"
  1297.         {
  1298.             "ControlName"   "CExLabel"
  1299.             "fieldName"     "Destruction"
  1300.             "font"          "Medium8"
  1301.             "labelText"     "%destruction%"
  1302.             "fgcolor"       "ya_Stats"
  1303.             "textAlignment" "west"
  1304.             "xpos"          "c-23"
  1305.             "ypos"          "r31"
  1306.             "zpos"          "3"
  1307.             "wide"          "163"
  1308.             "tall"          "11"
  1309.             "visible"       "1"
  1310.             "enabled"       "1"
  1311.  
  1312.             if_mvm
  1313.             {
  1314.                 "font"      "Medium8"
  1315.                 "xpos"      "c-61"
  1316.                 "ypos"      "r122"
  1317.             }
  1318.         }
  1319.         "HealingLabel"
  1320.         {
  1321.             "ControlName"       "CExLabel"
  1322.             "fieldName"     "HealingLabel"
  1323.             "font"          "Medium8"
  1324.             "labelText"     "Healing:"
  1325.             "fgcolor"       "ya_Stats"
  1326.             "textAlignment"     "east"
  1327.             "xpos"          "c35"
  1328.             "ypos"          "r31"
  1329.             "zpos"          "3"
  1330.             "wide"          "80"
  1331.             "tall"          "11"
  1332.             "visible"       "1"
  1333.             "enabled"       "1"
  1334.  
  1335.             if_mvm
  1336.             {
  1337.                 "font"      "Medium8"
  1338.                 "xpos"      "c118"
  1339.                 "ypos"      "r172"
  1340.             }
  1341.         }      
  1342.         "Healing"
  1343.         {
  1344.             "ControlName"   "CExLabel"
  1345.             "fieldName"     "Healing"
  1346.             "font"          "Medium8"
  1347.             "labelText"     "%healing%"
  1348.             "fgcolor"       "ya_Stats"
  1349.             "textAlignment" "west"
  1350.             "xpos"          "c117"
  1351.             "ypos"          "r31"
  1352.             "zpos"          "3"
  1353.             "wide"          "163"
  1354.             "tall"          "11"
  1355.             "visible"       "1"
  1356.             "enabled"       "1"
  1357.  
  1358.             if_mvm
  1359.             {
  1360.                 "font"      "Medium8"
  1361.                 "xpos"      "c128"
  1362.                 "ypos"      "r172"
  1363.                 "wide"      "163"
  1364.             }
  1365.         }
  1366.         "InvulnLabel"
  1367.         {
  1368.             "ControlName"   "CExLabel"
  1369.             "fieldName"     "InvulnLabel"
  1370.             "font"          "Medium8"
  1371.             "labelText"     "Ubers:"
  1372.             "fgcolor"       "ya_Stats"
  1373.             "textAlignment"     "east"
  1374.             "xpos"          "c35"
  1375.             "ypos"          "r22"
  1376.             "zpos"          "3"
  1377.             "wide"          "80"
  1378.             "tall"          "11"
  1379.             "visible"       "1"
  1380.             "enabled"       "1"
  1381.  
  1382.             if_mvm
  1383.             {
  1384.                 "font"      "Medium8"
  1385.                 "xpos"      "c118"
  1386.                 "ypos"      "r162"
  1387.             }
  1388.         }
  1389.         "Invuln"
  1390.         {
  1391.             "ControlName"   "CExLabel"
  1392.             "fieldName"     "Invuln"
  1393.             "font"          "Medium8"
  1394.             "labelText"     "%invulns%"
  1395.             "fgcolor"       "ya_Stats"
  1396.             "textAlignment" "west"
  1397.             "xpos"          "c117"
  1398.             "ypos"          "r22"
  1399.             "zpos"          "3"
  1400.             "wide"          "163"
  1401.             "tall"          "11"
  1402.             "visible"       "1"
  1403.             "enabled"       "1"
  1404.  
  1405.             if_mvm
  1406.             {
  1407.                 "font"      "Medium8"
  1408.                 "xpos"      "c128"
  1409.                 "ypos"      "r162"
  1410.                 "wide"      "163"
  1411.             }
  1412.         }
  1413.         "HeadshotsLabel"
  1414.         {
  1415.             "ControlName"   "CExLabel"
  1416.             "fieldName"     "HeadshotsLabel"
  1417.             "font"          "Medium8"
  1418.             "labelText"     "Headshots:"
  1419.             "fgcolor"       "ya_Stats"
  1420.             "textAlignment"     "east"
  1421.             "xpos"          "c-30"
  1422.             "ypos"          "r22"
  1423.             "zpos"          "3"
  1424.             "wide"          "80"
  1425.             "tall"          "11"
  1426.             "visible"       "1"
  1427.             "enabled"       "1"
  1428.  
  1429.             if_mvm
  1430.             {
  1431.                 "font"      "Medium8"
  1432.                 "xpos"      "c118"
  1433.                 "ypos"      "r152"
  1434.             }
  1435.         }
  1436.         "Headshots"
  1437.         {
  1438.             "ControlName"   "CExLabel"
  1439.             "fieldName"     "Headshots"
  1440.             "font"          "Medium8"
  1441.             "labelText"     "%headshots%"
  1442.             "fgcolor"       "ya_Stats"
  1443.             "textAlignment" "west"
  1444.             "xpos"          "c52"
  1445.             "ypos"          "r22"
  1446.             "zpos"          "3"
  1447.             "wide"          "163"
  1448.             "tall"          "11"
  1449.             "visible"       "1"
  1450.             "enabled"       "1"
  1451.  
  1452.             if_mvm
  1453.             {
  1454.                 "font"      "Medium8"
  1455.                 "xpos"      "c128"
  1456.                 "ypos"      "r152"
  1457.                 "wide"      "163"
  1458.             }
  1459.         }
  1460.         "BackstabsLabel"
  1461.         {
  1462.             "ControlName"   "CExLabel"
  1463.             "fieldName"     "BackstabsLabel"
  1464.             "font"          "Medium8"
  1465.             "labelText"     "Backstabs:"
  1466.             "fgcolor"       "ya_Stats"
  1467.             "textAlignment"     "east"
  1468.             "xpos"          "c-30"
  1469.             "ypos"          "r31"
  1470.             "zpos"          "3"
  1471.             "wide"          "80"
  1472.             "tall"          "11"
  1473.             "visible"       "1"
  1474.             "enabled"       "1"
  1475.  
  1476.             if_mvm
  1477.             {
  1478.                 "font"      "Medium8"
  1479.                 "xpos"      "c118"
  1480.                 "ypos"      "r142"
  1481.             }
  1482.         }
  1483.         "Backstabs"
  1484.         {
  1485.             "ControlName"   "CExLabel"
  1486.             "fieldName"     "Backstabs"
  1487.             "font"          "Medium8"
  1488.             "labelText"     "%backstabs%"
  1489.             "fgcolor"       "ya_Stats"
  1490.             "textAlignment" "west"
  1491.             "xpos"          "c52"
  1492.             "ypos"          "r31"
  1493.             "zpos"          "3"
  1494.             "wide"          "163"
  1495.             "tall"          "11"
  1496.             "visible"       "1"
  1497.             "enabled"       "1"
  1498.  
  1499.             if_mvm
  1500.             {
  1501.                 "font"      "Medium8"
  1502.                 "xpos"      "c128"
  1503.                 "ypos"      "r142"
  1504.                 "wide"      "163"
  1505.             }
  1506.         }
  1507.         "TeleportsLabel"
  1508.         {
  1509.             "ControlName"   "CExLabel"
  1510.             "fieldName"     "TeleportsLabel"
  1511.             "font"          "Medium8"
  1512.             "labelText"     "Teleports:"
  1513.             "fgcolor"       "ya_Stats"
  1514.             "textAlignment"     "east"
  1515.             "xpos"          "c-30"
  1516.             "ypos"          "r13"
  1517.             "zpos"          "3"
  1518.             "wide"          "80"
  1519.             "tall"          "11"
  1520.             "visible"       "1"
  1521.             "enabled"       "1"
  1522.  
  1523.             if_mvm
  1524.             {
  1525.                 "font"      "Medium8"
  1526.                 "xpos"      "c118"
  1527.                 "ypos"      "r132"
  1528.             }
  1529.         }
  1530.         "Teleports"
  1531.         {
  1532.             "ControlName"   "CExLabel"
  1533.             "fieldName"     "Teleports"
  1534.             "font"          "Medium8"
  1535.             "labelText"     "%teleports%"
  1536.             "fgcolor"       "ya_Stats"
  1537.             "textAlignment" "west"
  1538.             "xpos"          "c52"
  1539.             "ypos"          "r13"
  1540.             "zpos"          "3"
  1541.             "wide"          "163"
  1542.             "tall"          "11"
  1543.             "visible"       "1"
  1544.             "enabled"       "1"
  1545.  
  1546.             if_mvm
  1547.             {
  1548.                 "font"      "Medium8"
  1549.                 "xpos"      "c128"
  1550.                 "ypos"      "r132"
  1551.                 "wide"      "163"
  1552.             }
  1553.         }
  1554.         "BonusLabel"
  1555.         {
  1556.             "ControlName"   "CExLabel"
  1557.             "fieldName"     "BonusLabel"
  1558.             "font"          "Medium8"
  1559.             "labelText"     "Bonus:"
  1560.             "fgcolor"       "ya_Stats"
  1561.             "textAlignment"     "east"
  1562.             "xpos"          "c35"
  1563.             "ypos"          "r13"
  1564.             "zpos"          "3"
  1565.             "wide"          "80"
  1566.             "tall"          "11"
  1567.             "visible"       "1"
  1568.             "enabled"       "1"
  1569.  
  1570.             if_mvm
  1571.             {
  1572.                 "font"      "Medium8"
  1573.                 "xpos"      "c118"
  1574.                 "ypos"      "r122"
  1575.             }
  1576.         }
  1577.         "Bonus"
  1578.         {
  1579.             "ControlName"   "CExLabel"
  1580.             "fieldName"     "Bonus"
  1581.             "font"          "Medium8"
  1582.             "labelText"     "%bonus%"
  1583.             "fgcolor"       "ya_Stats"
  1584.             "textAlignment" "west"
  1585.             "xpos"          "c117"
  1586.             "ypos"          "r13"
  1587.             "zpos"          "3"
  1588.             "wide"          "163"
  1589.             "tall"          "11"
  1590.             "visible"       "1"
  1591.             "enabled"       "1"
  1592.  
  1593.             if_mvm
  1594.             {
  1595.                 "font"      "Medium8"
  1596.                 "xpos"      "c128"
  1597.                 "ypos"      "r122"
  1598.                 "wide"      "163"
  1599.             }
  1600.         }
  1601.        
  1602.         "SupportLabel"      //2014 june update
  1603.         {
  1604.             "ControlName"   "CExLabel"
  1605.             "fieldName"     "SupportLabel"
  1606.             "font"          "Medium8"
  1607.             "labelText"     "Support:"
  1608.             "fgcolor"       "ya_Stats"
  1609.             "textAlignment"     "east"
  1610.             "xpos"          "c100"
  1611.             "ypos"          "r31"
  1612.             "zpos"          "3"
  1613.             "wide"          "80"
  1614.             "tall"          "11"
  1615.             "visible"       "1"
  1616.             "enabled"       "1"
  1617.         }
  1618.         "Support"
  1619.         {
  1620.             "ControlName"   "CExLabel"
  1621.             "fieldName"     "Support"
  1622.             "font"          "Medium8"
  1623.             "labelText"     "%support%"
  1624.             "fgcolor"       "ya_Stats"
  1625.             "textAlignment" "west"
  1626.             "xpos"          "c182"
  1627.             "ypos"          "r31"
  1628.             "zpos"          "3"
  1629.             "wide"          "163"
  1630.             "tall"          "11"
  1631.             "visible"       "1"
  1632.             "enabled"       "1"
  1633.         }
  1634.         "DamageLabel"
  1635.         {
  1636.             "ControlName"   "CExLabel"
  1637.             "fieldName"     "DamageLabel"
  1638.             "font"          "Medium8"
  1639.             "labelText"     "Damage:"
  1640.             "fgcolor"       "ya_Stats"
  1641.             "textAlignment"     "east"
  1642.             "xpos"          "c100"
  1643.             "ypos"          "r22"
  1644.             "zpos"          "3"
  1645.             "wide"          "80"
  1646.             "tall"          "11"
  1647.             "visible"       "1"
  1648.             "enabled"       "1"
  1649.         }
  1650.         "Damage"
  1651.         {
  1652.             "ControlName"   "CExLabel"
  1653.             "fieldName"     "Damage"
  1654.             "font"          "Medium8"
  1655.             "labelText"     "%damage%"
  1656.             "fgcolor"       "ya_Stats"
  1657.             "textAlignment" "west"
  1658.             "xpos"          "c182"
  1659.             "ypos"          "r22"
  1660.             "zpos"          "3"
  1661.             "wide"          "163"
  1662.             "tall"          "11"
  1663.             "visible"       "1"
  1664.             "enabled"       "1"
  1665.         }
  1666.     }
  1667.  
  1668.     "ButtonLegendBG"        [$X360]
  1669.     {
  1670.         "ControlName"   "ImagePanel"
  1671.         "fieldName"     "ButtonLegendBG"
  1672.         "xpos"          "10"
  1673.         "xpos_hidef"    "30"
  1674.         "ypos"          "373"
  1675.         "zpos"          "0"
  1676.         "wide"          "539"
  1677.         "wide_hidef"    "559"
  1678.         "tall"          "38"
  1679.         "autoResize"    "0"
  1680.         "pinCorner"     "0"
  1681.         "visible"       "1"
  1682.         "enabled"       "1"
  1683.         "tabPosition"   "0"
  1684.         "fillcolor"     "0 0 0 153"
  1685.         "PaintBackgroundType"   "0"
  1686.     }
  1687.    
  1688.     "ButtonLegend"      [$X360]
  1689.     {
  1690.         "ControlName"   "EditablePanel"
  1691.         "fieldName"     "ButtonLegend"
  1692.         "xpos"          "10"
  1693.         "xpos_hidef"    "35"
  1694.         "ypos"          "373"
  1695.         "zpos"          "1"
  1696.         "wide"          "539"
  1697.         "wide_hidef"    "595"
  1698.         "tall"          "150"
  1699.         "visible"       "1"
  1700.                                        
  1701.         "SelectHintIcon"
  1702.         {
  1703.             "ControlName"   "CExLabel"
  1704.             "fieldName"     "SelectHintIcon"
  1705.             "font"          "GameUIButtons"
  1706.             "xpos"          "10"
  1707.             "xpos_hidef"    "0"
  1708.             "ypos"          "0"
  1709.             "zpos"          "1"
  1710.             "wide"          "300"
  1711.             "tall"          "38"
  1712.             "autoResize"    "0"
  1713.             "pinCorner"     "0"
  1714.             "visible"       "1"
  1715.             "enabled"       "1"
  1716.             "labelText"     "C"
  1717.             "textAlignment" "Left"
  1718.             "dulltext"      "0"
  1719.             "brighttext"    "0"
  1720.         }
  1721.        
  1722.         "SelectHintLabel"
  1723.         {
  1724.             "ControlName"   "CExLabel"
  1725.             "fieldName"     "SelectHintLabel"
  1726.             "font"          "ScoreboardMedium"
  1727.             "xpos"          "25"
  1728.             "xpos_lodef"    "37"
  1729.             "ypos"          "2"
  1730.             "zpos"          "1"
  1731.             "wide"          "300"
  1732.             "tall"          "39"
  1733.             "autoResize"    "0"
  1734.             "pinCorner"     "0"
  1735.             "visible"       "1"
  1736.             "enabled"       "1"
  1737.             "labelText"     "#GameUI_Select"
  1738.             "textAlignment" "Left"
  1739.             "dulltext"      "0"
  1740.             "brighttext"    "0"
  1741.         }
  1742.        
  1743.         "GamerCardIcon"
  1744.         {
  1745.             "ControlName"   "CExLabel"
  1746.             "fieldName"     "GamerCardIcon"
  1747.             "font"          "GameUIButtons"
  1748.             "xpos"          "150"
  1749.             "xpos_hidef"    "145"
  1750.             "ypos"          "0"
  1751.             "zpos"          "1"
  1752.             "wide"          "300"
  1753.             "tall"          "38"
  1754.             "autoResize"    "0"
  1755.             "pinCorner"     "0"
  1756.             "visible"       "1"
  1757.             "enabled"       "1"
  1758.             "labelText"     "A"
  1759.             "textAlignment" "Left"
  1760.             "dulltext"      "0"
  1761.             "brighttext"    "0"
  1762.         }
  1763.        
  1764.         "GamerCardLabel"
  1765.         {
  1766.             "ControlName"   "CExLabel"
  1767.             "fieldName"     "GamerCardLabel"
  1768.             "font"          "ScoreboardMedium"
  1769.             "xpos"          "170"
  1770.             "xpos_lodef"    "177"
  1771.             "ypos"          "2"
  1772.             "zpos"          "1"
  1773.             "wide"          "300"
  1774.             "tall"          "39"
  1775.             "autoResize"    "0"
  1776.             "pinCorner"     "0"
  1777.             "visible"       "1"
  1778.             "enabled"       "1"
  1779.             "labelText"     "#TF_ViewGamercard"
  1780.             "textAlignment" "Left"
  1781.             "dulltext"      "0"
  1782.             "brighttext"    "0"
  1783.         }
  1784.        
  1785.         "ReputationIcon"
  1786.         {
  1787.             "ControlName"   "CExLabel"
  1788.             "fieldName"     "ReputationIcon"
  1789.             "font"          "GameUIButtons"
  1790.             "xpos"          "350"
  1791.             "xpos_hidef"    "378"
  1792.             "ypos"          "0"
  1793.             "zpos"          "1"
  1794.             "wide"          "300"
  1795.             "tall"          "38"
  1796.             "autoResize"    "0"
  1797.             "pinCorner"     "0"
  1798.             "visible"       "1"
  1799.             "enabled"       "1"
  1800.             "labelText"     "X"
  1801.             "textAlignment" "Left"
  1802.             "dulltext"      "0"
  1803.             "brighttext"    "0"
  1804.         }
  1805.        
  1806.         "ReputationLabel"
  1807.         {
  1808.             "ControlName"   "CExLabel"
  1809.             "fieldName"     "ReputationLabel"
  1810.             "font"          "ScoreboardMedium"
  1811.             "xpos"          "403"
  1812.             "xpos_lodef"    "377"
  1813.             "ypos"          "2"
  1814.             "zpos"          "1"
  1815.             "wide"          "300"
  1816.             "tall"          "39"
  1817.             "autoResize"    "0"
  1818.             "pinCorner"     "0"
  1819.             "visible"       "1"
  1820.             "enabled"       "1"
  1821.             "labelText"     "#GameUI_PlayerReview"
  1822.             "textAlignment" "Left"
  1823.             "dulltext"      "0"
  1824.             "brighttext"    "0"
  1825.         }
  1826.     }              
  1827.    
  1828.     "MvMScoreboard"
  1829.     {
  1830.         "ControlName"       "CTFHudMannVsMachineScoreboard"
  1831.         "fieldName"         "MvMScoreboard"
  1832.         "xpos"              "0"
  1833.         "ypos"              "0"
  1834.         "zpos"              "10"
  1835.         "wide"              "f0"
  1836.         "tall"              "480"
  1837.         "visible"           "0"
  1838.         "enabled"           "1"
  1839.        
  1840.         "verbose"           "1"
  1841.        
  1842.         if_mvm
  1843.         {
  1844.             "visible"       "1"
  1845.         }
  1846.     }
  1847. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement