Don't like ads? PRO users don't see any ads ;-)
Guest

Hudlayout.res

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 20.82 KB  |  hits: 67  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. "Resource/HudLayout.res"
  2. {
  3.         xhair
  4.         {
  5.                 "controlname"   "CExLabel"
  6.                 "fieldname"     "xhair"
  7.                 "visible"       "1"
  8.                 "enabled"       "1"
  9.                 "zpos"          "1"
  10.                 "xpos"          "c-14"
  11.                 "ypos"          "c-13"
  12.                 "wide"          "12
  13.                 "tall"          "12"
  14.                 "textAlignment" "center"
  15.                 "font"          "xhair"
  16.                 "labelText"     "+"
  17.                 "fgcolor"       "0 255 0 255"
  18.         }
  19.         HudPlayerStatus
  20.         {
  21.                 "fieldName"     "HudPlayerStatus"
  22.                 "visible"       "1"
  23.                 "enabled"       "1"
  24.                 "xpos"          "0"
  25.                 "ypos"          "0"
  26.                 "wide"          "f0"
  27.                 "tall"          "480"
  28.         }
  29.  
  30.         HudWeaponAmmo
  31.         {
  32.                 "fieldName" "HudWeaponAmmo"
  33.                 "visible"       "1"
  34.                 "enabled"       "1"            
  35.                 "xpos"          "c100"
  36.                 "ypos"          "r72"
  37.                 "wide"          "180"
  38.                 "tall"          "70"
  39.                
  40.                 "xpos_minmode"  "c80"
  41.                 "ypos_minmode"  "r130"
  42.                 "wide_minmode"  "210"
  43.                 "tall_minmode"  "100"
  44.         }
  45.        
  46.         HudObjectiveStatus
  47.         {
  48.                 "fieldName"     "HudObjectiveStatus"
  49.                 "visible"       "1"
  50.                 "enabled"       "1"
  51.                 "xpos"          "0"
  52.                 "ypos"          "0"
  53.                 "wide"          "f0"
  54.                 "tall"          "480"
  55.  
  56.         }      
  57.        
  58.         HudKothTimeStatus
  59.         {
  60.                 "fieldName"     "HudKothTimeStatus"
  61.                 "visible"       "1"
  62.                 "enabled"       "1"
  63.                 "xpos"          "c-100"
  64.                 "ypos"          "0"
  65.                 "wide"          "200"
  66.                 "tall"          "60"
  67.                
  68.                 "blue_active_xpos"              "54"
  69.                 "blue_active_xpos_minmode"      "54"
  70.                 "red_active_xpos"               "105"
  71.                 "red_active_xpos_minmode"       "105"
  72.         }      
  73.  
  74.         HudItemEffectMeter
  75.         {
  76.                 "fieldName"             "HudItemEffectMeter"
  77.                 "visible"               "1"
  78.                 "enabled"               "1"
  79.                 "xpos"                  "c110"  [$WIN32]
  80.                 "ypos"                  "r80"   [$WIN32]
  81.                 "wide"                  "150"
  82.                 "tall"                  "20"
  83.                 "MeterFG"               "White"
  84.                 "MeterBG"               "Gray"
  85.  
  86.                 "xpos_minmode"          "c110"  [$WIN32]
  87.                 "ypos_minmode"          "r90"   [$WIN32]
  88.                 "wide_minmode"          "100"
  89.                 "tall_minmode"          "50"
  90.  
  91.         }
  92.        
  93.         HudMedicCharge
  94.         {
  95.                 "fieldName"             "HudMedicCharge"
  96.                 "visible"               "1"
  97.                 "enabled"               "1"
  98.                 "xpos"                  "c120"  [$WIN32]
  99.                 "ypos"                  "r44"   [$WIN32]
  100.                 "wide"                  "200"
  101.                 "tall"                  "100"
  102.  
  103.                 "xpos_minmode"          "c110"  [$WIN32]
  104.                 "ypos_minmode"          "r150"  [$WIN32]
  105.         }
  106.        
  107.         HudDemomanCharge
  108.         {
  109.                 "fieldName"             "HudDemomanCharge"
  110.                 "visible"               "1"
  111.                 "enabled"               "1"
  112.                 "xpos"                  "c134"  [$WIN32]
  113.                 "ypos"                  "r80"   [$WIN32]
  114.                 "xpos"                  "r112"  [$X360]
  115.                 "ypos"                  "r45"   [$X360]
  116.                 "zpos"                  "1"             // draw in front of ammo
  117.                 "wide"                  "150"
  118.                 "tall"                  "20"
  119.                 "MeterFG"               "White"
  120.                 "MeterBG"               "Gray"
  121.  
  122.                 "xpos_minmode"          "c158"  [$WIN32]
  123.                 "ypos_minmode"          "r114"  [$WIN32]
  124.                 "wide_minmode"          "50"
  125.                 "tall_minmode"          "8"
  126.         }      
  127.  
  128.         HudBowCharge
  129.         {
  130.                 "fieldName"             "HudBowCharge"
  131.                 "visible"               "1"
  132.                 "enabled"               "1"
  133.                 "xpos"                  "c135"  [$WIN32]
  134.                 "ypos"                  "r92"   [$WIN32]
  135.                 "zpos"                  "1"                     // draw in front of ammo
  136.                 "wide"                  "150"
  137.                 "tall"                  "8"
  138.                 "MeterFG"               "White"
  139.                 "MeterBG"               "Gray"
  140.                
  141.                 "xpos_minmode"          "c147"  [$WIN32]
  142.                 "ypos_minmode"          "r114"  [$WIN32]
  143.                 "wide_minmode"          "75"
  144.  
  145.         }      
  146.         HudFlameRocketCharge
  147.         {
  148.                 "fieldName"             "HudFlameRocketCharge"
  149.                 "visible"               "1"
  150.                 "enabled"               "1"
  151.                 "xpos"                  "r80"   [$WIN32]
  152.                 "xpos_minmode"  "r52"   [$WIN32]
  153.                 "ypos"                  "r21"   [$WIN32]
  154.                 "ypos_minmode"  "r40"   [$WIN32]
  155.                 "zpos"                  "1"                     // draw in front of ammo
  156.                 "wide"                  "60"
  157.                 "wide_minmode"  "50"
  158.                 "tall"                  "8"
  159.                 "MeterFG"               "White"
  160.                 "MeterBG"               "Gray"
  161.         }
  162.         HudWeaponSelection
  163.         {
  164.                 "fieldName"             "HudWeaponSelection"
  165.                 "xpos"                  "0"
  166.                 "wide"                  "f0"
  167.                 "ypos"                  "0"
  168.                 "tall"                  "480"
  169.                 "RightMargin"           "0"
  170.                 "visible"               "1"
  171.                 "enabled"               "1"
  172.  
  173.                 "SmallBoxWide"                  "72"
  174.                 "SmallBoxTall"                  "54"
  175.                 "PlusStyleBoxWide"              "90"
  176.                 "PlusStyleBoxTall"              "63"
  177.                 "PlusStyleExpandSelected"       "0.3"
  178.                 "LargeBoxWide"                  "90"
  179.                 "LargeBoxTall"                  "63"
  180.                 "BoxGap"                        "4"     [$WIN32]
  181.                 "SelectionNumberXPos"           "12"
  182.                 "SelectionNumberYPos"           "4"
  183.                
  184.                 "IconXPos"              "8"
  185.                 "IconYPos"              "0"
  186.                 "TextYPos"              "70"            [$WIN32]
  187.                 "ErrorYPos"             "48"
  188.                 "TextColor"             "SelectionTextFg"
  189.                 "MaxSlots"              "6"
  190.                 "PlaySelectSounds"      "0"
  191.                 "Alpha"                 "220"
  192.                 "SelectionAlpha"        "220"
  193.                 "BoxColor"              "0 0 0 150"
  194.                 "SelectedBoxClor"       "0 0 0 150"
  195.                 "SelectionNumberFg"     "0 0 0 255"
  196.                 "NumberFont"            "HudSelectionText"
  197.         }      
  198.        
  199.         CHudAccountPanel
  200.         {
  201.                 "fieldName"             "CHudAccountPanel"
  202.                 "xpos"                  "c178"
  203.                 "ypos"                  "r176"  [$WIN32]
  204.                 "wide"                  "116"
  205.                 "tall"                  "180"
  206.                 "visible"               "1"
  207.                 "enabled"               "1"
  208.                 "PaintBackgroundType"   "2"
  209.  
  210.                 "xpos_minmode"          "c210"  [$WIN32]
  211.                 "ypos_minmode"          "r206"  [$WIN32]
  212.         }
  213.        
  214.         CHealthAccountPanel
  215.         {
  216.                 "fieldName"             "CHealthAccountPanel"
  217.                 "xpos"                  "61"
  218.                 "ypos"                  "r100"
  219.                 "wide"                  "230"
  220.                 "tall"                  "180"
  221.                 "visible"               "1"
  222.                 "enabled"               "1"
  223.                 "PaintBackgroundType"   "2"
  224.  
  225.                 "wide_minmode"          "200"
  226.                 "xpos_minmode"          "c-325"
  227.                 "ypos_minmode"          "r135"
  228.         }
  229.        
  230.         CDamageAccountPanel
  231.         {
  232.                 "fieldName"             "CDamageAccountPanel"
  233.                 "xpos"                  "0"
  234.                 "ypos"                  "0"
  235.                 "wide"                  "f0"
  236.                 "tall"                  "480"
  237.                 "visible"               "1"
  238.                 "enabled"               "1"
  239.                 "PaintBackgroundType"   "2"
  240.         }
  241.        
  242.         DisguiseStatus
  243.         {
  244.                 "fieldName"             "DisguiseStatus"
  245.                 "visible"               "1"
  246.                 "enabled"               "1"
  247.                 "xpos"                  "c-298"
  248.                 "ypos"                  "r144"
  249.                 "wide"                  "500"
  250.                 "tall"                  "200"
  251.  
  252.                 "xpos_minmode"          "c-314" [$WIN32]
  253.                 "ypos_minmode"          "r129"  [$WIN32]
  254.         }
  255.  
  256.         CMainTargetID
  257.         {
  258.                 "fieldName"             "CMainTargetID"
  259.                 "visible"               "0"
  260.                 "enabled"               "1"
  261.                 "xpos"                  "c-126"
  262.                 "ypos"                  "300"
  263.                 "wide"                  "252"
  264.                 "tall"                  "28"
  265.                 "priority"              "40"
  266.         }
  267.        
  268.         CSpectatorTargetID
  269.         {
  270.                 "fieldName"             "CSpectatorTargetID"
  271.                 "visible"               "0"
  272.                 "enabled"               "1"
  273.                 "xpos"                  "c-126"
  274.                 "ypos"                  "300"
  275.                 "wide"                  "252"
  276.                 "tall"                  "28"
  277.                 "priority"              "40"
  278.         }
  279.        
  280.         CSecondaryTargetID
  281.         {
  282.                 "fieldName"             "CSecondaryTargetID"
  283.                 "visible"               "0"
  284.                 "enabled"               "1"
  285.                 "xpos"                  "c-126"
  286.                 "ypos"                  "350"
  287.                 "wide"                  "252"
  288.                 "tall"                  "28"
  289.                 "priority"              "35"
  290.         }
  291.        
  292.         BuildingStatus_Spy
  293.         {
  294.                 "fieldName"             "BuildingStatus_Spy"
  295.                 "visible"               "1"
  296.                 "enabled"               "1"
  297.                 "xpos"                  "0"     [$WIN32]
  298.                 "ypos"                  "0"     [$WIN32]       
  299.                 "wide"                  "640"
  300.                 "tall"                  "480"
  301.                
  302.                 "PaintBackgroundType"   "2"
  303.         }
  304.        
  305.         BuildingStatus_Engineer
  306.         {
  307.                 "fieldName"             "BuildingStatus_Engineer"
  308.                 "visible"               "1"
  309.                 "enabled"               "1"
  310.                 "xpos"                  "0"
  311.                 "ypos"                  "0"
  312.                 "wide"                  "640"
  313.                 "tall"                  "480"
  314.                
  315.                 "PaintBackgroundType"   "2"
  316.         }
  317.        
  318.         HudProgressBar
  319.         {
  320.                 "fieldName"             "HudProgressBar"
  321.                 "xpos"                  "c-150"
  322.                 "ypos"                  "300"
  323.                 "wide"                  "300"
  324.                 "tall"                  "15"
  325.                 "visible"               "1"
  326.                 "enabled"               "1"
  327.  
  328.                 "BorderThickness"       "1"
  329.                 "PaintBackgroundType"   "2"
  330.         }
  331.  
  332.         HudRoundTimer
  333.         {
  334.                 "fieldName"             "HudRoundTimer"
  335.                 "xpos"                  "c-20"
  336.                 "ypos"                  "440"
  337.                 "wide"                  "120"
  338.                 "tall"                  "40"
  339.                 "visible"               "1"
  340.                 "enabled"               "1"
  341.                
  342.                 "PaintBackgroundType"   "2"
  343.                 "FlashColor" "HudIcon_Red"             
  344.  
  345.                 "icon_xpos"             "0"
  346.                 "icon_ypos"             "2"
  347.                 "digit_xpos"            "34"
  348.                 "digit_ypos"            "2"
  349.         }
  350.  
  351.         HudScenarioIcon
  352.         {
  353.                 "fieldName"             "HudScenarioIcon"
  354.                 "xpos"                  "c110"
  355.                 "ypos"                  "443"
  356.                 "wide"                  "40"
  357.                 "tall"                  "44"
  358.                 "visible"               "1"
  359.                 "enabled"               "1"
  360.  
  361.                 "PaintBackgroundType"   "2"
  362.                 "IconColor"             "Hostage_Yellow"       
  363.         }
  364.        
  365.         HudFlashlight
  366.         {
  367.                 "fieldName"             "HudFlashlight"
  368.                 "visible"               "1"
  369.                 "enabled"               "1"
  370.                 "xpos"                  "16"
  371.                 "ypos"                  "370"
  372.                 "wide"                  "102"
  373.                 "tall"                  "20"
  374.                
  375.                 "text_xpos"             "8"
  376.                 "text_ypos"             "6"
  377.                 "TextColor"             "255 170 0 220"
  378.  
  379.                 "PaintBackgroundType"   "2"
  380.         }
  381.  
  382.         HudDamageIndicator
  383.         {
  384.  
  385.         }
  386.  
  387.         HudCommentary
  388.         {
  389.                 "fieldName"             "HudCommentary"
  390.                 "xpos"                  "c-190"
  391.                 "ypos"                  "320"
  392.                 "wide"                  "380"
  393.                 "tall"                  "50"
  394.                 "visible"               "1"
  395.                 "enabled"               "1"
  396.                
  397.                 "PaintBackgroundType"           "2"
  398.                 "BackgroundOverrideColor"       "0 0 0 128"
  399.                
  400.                 "bar_xpos"              "50"
  401.                 "bar_ypos"              "20"
  402.                 "bar_height"            "8"
  403.                 "bar_width"             "320"
  404.                 "speaker_xpos"          "50"
  405.                 "speaker_ypos"          "8"
  406.                 "count_xpos_from_right" "10"    // Counts from the right side
  407.                 "count_ypos"            "8"
  408.                
  409.                 "icon_texture"          "vgui/hud/icon_commentary"
  410.                 "icon_xpos"             "0"
  411.                 "icon_ypos"             "0"            
  412.                 "icon_width"            "40"
  413.                 "icon_height"           "40"
  414.  
  415.                 "use_script_bgcolor"    "1"
  416.         }
  417.  
  418.         HudZoom
  419.         {
  420.                 "fieldName"             "HudZoom"
  421.                 "visible"               "1"
  422.                 "enabled"               "1"
  423.                 "Circle1Radius"         "66"
  424.                 "Circle2Radius"         "74"
  425.                 "DashGap"               "16"
  426.                 "DashHeight"            "4"
  427.                 "BorderThickness"       "88"
  428.         }
  429.  
  430.         HudCrosshair
  431.         {
  432.                 "fieldName"             "HudCrosshair"
  433.                 "visible"               "1"
  434.                 "enabled"               "1"
  435.                 "wide"                  "640"
  436.                 "tall"                  "480"
  437.         }
  438.  
  439.         HudDeathNotice
  440.         {
  441.                 "fieldName"             "HudDeathNotice"
  442.                 "visible"               "1"
  443.                 "enabled"               "1"
  444.                 "xpos"                  "r640"  [$WIN32]
  445.                 "ypos"                  "6"     [$WIN32]
  446.                 "wide"                  "628"
  447.                 "tall"                  "468"
  448.  
  449.                 "MaxDeathNotices"       "12"
  450.                 "IconScale"             "0.25"
  451.                 "LineHeight"            "11"
  452.                 "LineSpacing"           "1"
  453.                 "CornerRadius"          "3"
  454.                 "RightJustify"          "1"     // If 1, draw notices from the right
  455.                
  456.                 "TextFont"              "Default"
  457.                
  458.                 "TeamBlue"              "HUDBlueTeamSolid"
  459.                 "TeamRed"               "HUDRedTeamSolid"
  460.                 "IconColor"             "HudWhite"
  461.                 "LocalPlayerColor"      "HUDBlack"
  462.  
  463.                 "BaseBackgroundColor"   "0 0 0 100"             [$WIN32]
  464.                 "LocalBackgroundColor"  "255 255 255 200"       [$WIN32]
  465.         }
  466.  
  467.         HudVehicle
  468.         {
  469.                 "fieldName"             "HudVehicle"
  470.                 "visible"               "1"
  471.                 "enabled"               "1"
  472.                 "wide"                  "640"
  473.                 "tall"                  "480"
  474.         }
  475.  
  476.         CVProfPanel
  477.         {
  478.                 "fieldName"             "CVProfPanel"
  479.                 "visible"               "1"
  480.                 "enabled"               "1"
  481.                 "wide"                  "640"
  482.                 "tall"                  "480"
  483.         }
  484.  
  485.         ScorePanel
  486.         {
  487.                 "fieldName"             "ScorePanel"
  488.                 "visible"               "1"
  489.                 "enabled"               "1"
  490.                 "wide"                  "640"
  491.                 "tall"                  "480"
  492.         }
  493.  
  494.         HudTrain
  495.         {
  496.                 "fieldName"             "HudTrain"
  497.                 "visible"               "1"
  498.                 "enabled"               "1"
  499.                 "wide"                  "640"
  500.                 "tall"                  "480"
  501.         }
  502.  
  503.         HudMOTD
  504.         {
  505.                 "fieldName"             "HudMOTD"
  506.                 "visible"               "1"
  507.                 "enabled"               "1"
  508.                 "wide"                  "640"
  509.                 "tall"                  "480"
  510.         }
  511.  
  512.         HudMessage
  513.         {
  514.                 "fieldName"             "HudMessage"
  515.                 "visible"               "1"
  516.                 "enabled"               "1"
  517.                 "wide"                  "640"
  518.                 "tall"                  "480"
  519.         }
  520.  
  521.         HudMenu
  522.         {
  523.                 "fieldName"             "HudMenu"
  524.                 "visible"               "1"
  525.                 "enabled"               "1"
  526.                 "wide"                  "640"
  527.                 "tall"                  "480"
  528.                 "zpos"                  "1"
  529.  
  530.                 "TextFont"              "Default"
  531.                 "ItemFont"              "Default"
  532.                 "ItemFontPulsing"       "Default"
  533.  
  534.         }
  535.  
  536.         HudCloseCaption
  537.         {
  538.                 "fieldName"             "HudCloseCaption"
  539.                 "visible"               "1"
  540.                 "enabled"               "1"
  541.                 "xpos"                  "c-100"
  542.                 "ypos"                  "320"   [$WIN32]
  543.                 "wide"                  "200"
  544.                 "tall"                  "100"   [$WIN32]
  545.                 "BgAlpha"               "125"
  546.  
  547.                 "GrowTime"              "0.25"
  548.                 "ItemHiddenTime"        "0.2"  // Nearly same as grow time so that the item doesn't start to show until growth is finished
  549.                 "ItemFadeInTime"        "0.15"  // Once ItemHiddenTime is finished, takes this much longer to fade in
  550.                 "ItemFadeOutTime"       "0.3"
  551.                 "topoffset"             "0"
  552.         }
  553.  
  554.         HudHistoryResource
  555.         {
  556.                 "fieldName"             "HudHistoryResource"
  557.                 "visible"               "0"
  558.                 "enabled"               "0"
  559.                 "xpos"                  "r640"  [$WIN32]
  560.                 "wide"                  "640"
  561.                 "tall"                  "330"
  562.                 "history_gap"           "55"
  563.         }
  564.  
  565.         HudGeiger
  566.         {
  567.                 "fieldName"             "HudGeiger"
  568.                 "visible"               "1"
  569.                 "enabled"               "1"
  570.                 "wide"                  "640"
  571.                 "tall"                  "480"
  572.         }
  573.  
  574.         HUDQuickInfo
  575.         {
  576.                 "fieldName"             "HUDQuickInfo"
  577.                 "visible"               "1"
  578.                 "enabled"               "1"
  579.                 "wide"                  "640"
  580.                 "tall"                  "480"
  581.         }
  582.  
  583.         HudWeapon
  584.         {
  585.                 "fieldName"             "HudWeapon"
  586.                 "visible"               "1"
  587.                 "enabled"               "1"
  588.                 "wide"                  "640"
  589.                 "tall"                  "480"
  590.         }
  591.         HudAnimationInfo
  592.         {
  593.                 "fieldName"             "HudAnimationInfo"
  594.                 "visible"               "1"
  595.                 "enabled"               "1"
  596.                 "wide"                  "640"
  597.                 "tall"                  "480"
  598.         }
  599.         CBudgetPanel
  600.         {
  601.                 "fieldName"             "CBudgetPanel"
  602.                 "visible"               "1"
  603.                 "enabled"               "1"
  604.                 "wide"                  "640"
  605.                 "tall"                  "480"
  606.         }
  607.         CTextureBudgetPanel
  608.         {
  609.                 "fieldName"             "CTextureBudgetPanel"
  610.                 "visible"               "1"
  611.                 "enabled"               "1"
  612.                 "wide"                  "640"
  613.                 "tall"                  "480"
  614.         }
  615.  
  616.         HudPredictionDump
  617.         {
  618.                 "fieldName"             "HudPredictionDump"
  619.                 "visible"               "1"
  620.                 "enabled"               "1"
  621.                 "wide"                  "1280"
  622.                 "tall"                  "1024"
  623.         }
  624.  
  625.  
  626.         HudLocation
  627.         {
  628.                 "fieldName"             "HudLocation"
  629.                 "visible"               "1"
  630.                 "enabled"               "1"
  631.                 "xpos"                  "16"
  632.                 "ypos"                  "112"
  633.                 "wide"                  "96"
  634.                 "tall"                  "16"
  635.                 "textAlignment"         "north"
  636.         }
  637.  
  638.         HudScope
  639.         {
  640.                 "fieldName"             "HudScope"
  641.                 "visible"               "1"
  642.                 "enabled"               "1"
  643.                 "wide"                  "640"
  644.                 "tall"                  "480"
  645.         }
  646.        
  647.         HudScopeCharge
  648.         {
  649.                 "fieldName"             "HudScopeCharge"
  650.                 "visible"               "1"
  651.                 "enabled"               "1"
  652.                 "xpos"                  "c64"
  653.                 "ypos"                  "c-64"
  654.                 "wide"                  "64"
  655.                 "tall"                  "128"
  656.         }
  657.        
  658.         HudVoiceSelfStatus
  659.         {
  660.                 "fieldName"             "HudVoiceSelfStatus"
  661.                 "visible"               "1"
  662.                 "enabled"               "1"
  663.                 "xpos"                  "r42"   [$WIN32]
  664.                 "ypos"                  "355"   [$WIN32]
  665.                 "wide"                  "32"
  666.                 "tall"                  "32"
  667.         }
  668.  
  669.         HudVoiceStatus
  670.         {
  671.                 "fieldName"             "HudVoiceStatus"
  672.                 "visible"               "1"
  673.                 "enabled"               "1"
  674.                 "xpos"                  "r145" [$WIN32]
  675.                 "ypos"                  "0" [$WIN32]
  676.                 "wide"                  "145"
  677.                 "tall"                  "400"
  678.  
  679.                 "item_wide"             "135"
  680.                
  681.                 "show_avatar"           "1"
  682.                
  683.                 "show_dead_icon"        "1"
  684.                 "dead_xpos"             "1"
  685.                 "dead_ypos"             "0"
  686.                 "dead_wide"             "16"
  687.                 "dead_tall"             "16"
  688.                
  689.                 "show_voice_icon"       "1"
  690.                 "icon_ypos"             "0"
  691.                 "icon_xpos"             "0"
  692.                 "icon_tall"             "16"
  693.                 "icon_wide"             "16"
  694.                
  695.                 "text_xpos"             "45"
  696.         }
  697.  
  698.         HudHintDisplay
  699.         {
  700.                 "fieldName"             "HudHintDisplay"
  701.                 "visible"               "0"
  702.                 "enabled"               "1"
  703.                 "xpos"                  "c-240"
  704.                 "ypos"                  "c60"
  705.                 "wide"                  "480"
  706.                 "tall"                  "100"
  707.                 "HintSize"              "1"
  708.                 "text_xpos"             "8"
  709.                 "text_ypos"             "8"
  710.                 "center_x"              "0"     // center text horizontally
  711.                 "center_y"              "-1"    // align text on the bottom
  712.         }      
  713.  
  714.         HudHintKeyDisplay
  715.         {
  716.                 "fieldName"             "HudHintKeyDisplay"
  717.                 "visible"               "0"
  718.                 "enabled"               "1"
  719.                 "xpos"                  "r120"
  720.                 "ypos"                  "r340"
  721.                 "wide"                  "100"
  722.                 "tall"                  "200"
  723.                 "text_xpos"             "8"
  724.                 "text_ypos"             "8"
  725.                 "text_xgap"             "8"
  726.                 "text_ygap"             "8"
  727.                 "TextColor"             "255 170 0 220"
  728.  
  729.                 "PaintBackgroundType"   "2"
  730.         }
  731.        
  732.         overview
  733.         {
  734.                 "fieldname"             "overview"
  735.                 "visible"               "1"
  736.                 "enabled"               "1"
  737.                 "xpos"                  "0"
  738.                 "ypos"                  "0"
  739.                 "wide"                  "640"
  740.                 "tall"                  "480"
  741.         }
  742.        
  743.         VguiScreenCursor
  744.         {
  745.                 "fieldName"             "VguiScreenCursor"
  746.                 "visible"               "1"
  747.                 "enabled"               "1"
  748.                 "wide"                  "640"
  749.                 "tall"                  "480"
  750.         }
  751.  
  752.         HudControlPointIcons
  753.         {
  754.                 "fieldName"             "HudControlPointIcons"
  755.                 "xpos"                  "0"
  756.                 "ypos"                  "410"
  757.                 "wide"                  "f0"
  758.                 "tall"                  "200"
  759.                 "visible"               "1"
  760.                 "enabled"               "1"
  761.                 "separator_width"       "7"     // distance between the icons (including their backgrounds)
  762.                 "separator_height"      "7"
  763.                 "height_offset"         "0"     [$WIN32] // distance from the bottom of the panel
  764.  
  765.         }
  766.  
  767.         HudCapturePanel
  768.         {
  769.                 "fieldName"             "HudCapturePanel"
  770.                 "xpos"                  "c-75"
  771.                 "ypos"                  "c80"
  772.                 "wide"                  "150"
  773.                 "tall"                  "90"
  774.                 "visible"               "1"
  775.                 "enabled"               "1"
  776.                 "icon_space"            "2"
  777.         }
  778.        
  779.         HUDAutoAim
  780.         {
  781.  
  782.         }      
  783.        
  784.         HudHDRDemo
  785.         {
  786.  
  787.         }
  788.  
  789.         WinPanel
  790.         {
  791.                 "fieldName"             "WinPanel"
  792.                 "visible"               "1"
  793.                 "enabled"               "1"
  794.                 "xpos"                  "c-150"
  795.                 "ypos"                  "255"
  796.                 "wide"                  "300"
  797.                 "tall"                  "215"
  798.         }
  799.  
  800.         ArenaWinPanel
  801.         {
  802.                 "fieldName"             "ArenaWinPanel"
  803.                 "visible"               "1"
  804.                 "enabled"               "1"
  805.                 "xpos"                  "c-225"
  806.                 "ypos"                  "250"
  807.                 "wide"                  "450"
  808.                 "tall"                  "218"
  809.         }
  810.  
  811.         StatPanel
  812.         {
  813.                 "fieldName"             "StatPanel"
  814.                 "visible"               "1"
  815.                 "enabled"               "1"
  816.                 "xpos"                  "c-133"
  817.                 "ypos"                  "270"
  818.                 "wide"                  "266"
  819.                 "tall"                  "120"
  820.         }
  821.        
  822.         FreezePanel
  823.         {
  824.                 "fieldName"             "FreezePanel"
  825.                 "visible"               "1"
  826.                 "enabled"               "1"
  827.                 "xpos"                  "0"
  828.                 "ypos"                  "0"
  829.                 "wide"                  "f0"
  830.                 "tall"                  "480"
  831.         }
  832.  
  833.         FreezePanelCallout
  834.         {
  835.                 "fieldName"             "FreezePanelCallout"
  836.                 "visible"               "1"
  837.                 "enabled"               "1"
  838.                 "xpos"                  "200"
  839.                 "ypos"                  "200"
  840.                 "wide"                  "100"
  841.                 "tall"                  "50"
  842.         }
  843.  
  844.         AnnotationsPanelCallout
  845.         {
  846.                 "fieldName"             "AnnotationsPanelCallout"
  847.                 "visible"               "1"
  848.                 "enabled"               "1"
  849.                 "xpos"                  "200"
  850.                 "ypos"                  "200"
  851.                 "wide"                  "100"
  852.                 "tall"                  "50"
  853.         }
  854.        
  855.         AnnotationsPanel
  856.         {
  857.                
  858.         }
  859.  
  860.         WaitingForPlayersPanel
  861.         {
  862.                 "fieldName"             "WaitingForPlayersPanel"
  863.                 "visible"               "0"
  864.                 "enabled"               "1"
  865.                 "xpos"                  "c-146"
  866.                 "ypos"                  "10"
  867.                 "wide"                  "292"
  868.                 "tall"                  "64"
  869.         }
  870.  
  871.         "HudChat"
  872.         {
  873.                 "ControlName"           "EditablePanel"
  874.                 "fieldName"             "HudChat"
  875.                 "visible"               "1"
  876.                 "enabled"               "1"
  877.                 "xpos"                  "10"    [$WIN32]
  878.                 "ypos"                  "275"
  879.                 "wide"                  "320"
  880.                 "tall"                  "120"
  881.                 "PaintBackgroundType"   "2"
  882.         }
  883.        
  884.         "HudMenuEngyBuild"
  885.         {
  886.                 "fieldName"             "HudMenuEngyBuild"
  887.                 "visible"               "1"
  888.                 "enabled"               "1"
  889.                 "xpos"                  "c-225"
  890.                 "ypos"                  "c-55"
  891.                 "wide"                  "450"
  892.                 "tall"                  "195"
  893.                 "PaintBackgroundType"   "0"
  894.         }
  895.        
  896.         "HudMenuEngyDestroy"
  897.         {
  898.                 "fieldName"             "HudMenuEngyDestroy"
  899.                 "visible"               "1"
  900.                 "enabled"               "1"
  901.                 "xpos"                  "c-225"
  902.                 "ypos"                  "c-59"
  903.                 "wide"                  "450"
  904.                 "tall"                  "200"
  905.                 "PaintBackgroundType"   "0"
  906.         }
  907.        
  908.         "HudMenuSpyDisguise"
  909.         {
  910.                 "fieldName"             "HudMenuSpyDisguise"
  911.                 "visible"               "1"
  912.                 "enabled"               "1"
  913.                 "xpos"                  "c-235"
  914.                 "ypos"                  "c-52"
  915.                 "wide"                  "470"
  916.                 "tall"                  "200"   [$WIN32]
  917.                 "PaintBackgroundType"   "0"
  918.         }      
  919.        
  920.         HudDemomanPipes
  921.         {
  922.                 "fieldName"             "HudDemomanPipes"
  923.                 "visible"               "1"
  924.                 "enabled"               "1"
  925.                 "xpos"                  "c126"  [$WIN32]
  926.                 "ypos"                  "r80"   [$WIN32]
  927.                 "wide"                  "150"
  928.                 "tall"                  "50"
  929.                
  930.                 "xpos_minmode"          "c103"  [$WIN32]
  931.                 "ypos_minmode"          "r116"  [$WIN32]
  932.                 "wide_minmode"          "200"
  933.                 "tall_minmode"          "50"
  934.         }      
  935.  
  936.         HudTeamGoal
  937.         {
  938.                 "fieldName"             "HudTeamGoal"
  939.                 "visible"               "1"
  940.                 "enabled"               "1"
  941.                 "xpos"                  "c-160"
  942.                 "ypos"                  "65"
  943.                 "wide"                  "320"
  944.                 "tall"                  "100"
  945.         }
  946.  
  947.  
  948.         HudTeamGoalTournament
  949.         {
  950.                 "fieldName"             "HudTeamGoalTournament"
  951.                 "visible"               "1"
  952.                 "enabled"               "1"
  953.                 "xpos"                  "c-160"
  954.                 "ypos"                  "15"
  955.                 "wide"                  "320"
  956.                 "tall"                  "245"
  957.         }
  958.  
  959.         HudTeamSwitch
  960.         {
  961.                 "fieldName"             "HudTeamSwitch"
  962.                 "visible"               "0"
  963.                 "enabled"               "1"
  964.                 "xpos"                  "c-160"
  965.                 "ypos"                  "75"
  966.                 "wide"                  "320"
  967.                 "tall"                  "100"
  968.         }
  969.  
  970.         HudArenaNotification
  971.         {
  972.                 "fieldName"             "HudArenaNotification"
  973.                 "visible"               "0"
  974.                 "enabled"               "1"
  975.                 "xpos"                  "c-160"
  976.                 "ypos"                  "75"
  977.                 "wide"                  "320"
  978.                 "tall"                  "150"
  979.         }
  980.  
  981.         HudArenaCapPointCountdown
  982.         {
  983.                 "fieldName"             "HudArenaCapPointCountdown"
  984.                 "visible"               "1"
  985.                 "enabled"               "1"
  986.                 "xpos"                  "c-15"
  987.                 "ypos"                  "442"
  988.                 "wide"                  "30"
  989.                 "tall"                  "30"
  990.                 "zpos"                  "99"
  991.         }
  992.  
  993.         HudStalemate
  994.         {
  995.                 "fieldName"             "HudStalemate"
  996.                 "visible"               "0"
  997.                 "enabled"               "1"
  998.                 "xpos"                  "c-160"
  999.                 "ypos"                  "65"
  1000.                 "wide"                  "320"
  1001.                 "tall"                  "100"
  1002.         }
  1003.         HudTournament
  1004.         {
  1005.                 "fieldName"             "HudTournament"
  1006.                 "visible"               "0"
  1007.                 "enabled"               "1"
  1008.                 "xpos"                  "c-125"
  1009.                 "ypos"                  "5"
  1010.                 "wide"                  "250"
  1011.                 "tall"                  "80"
  1012.         }
  1013.  
  1014.         HudTournamentSetup
  1015.         {
  1016.                 "fieldName"             "HudTournamentSetup"
  1017.                 "visible"               "0"
  1018.                 "enabled"               "1"
  1019.                 "xpos"                  "c-90"
  1020.                 "ypos"                  "-70"
  1021.                 "wide"                  "180"
  1022.                 "tall"                  "65"
  1023.         }
  1024.  
  1025.         HudStopWatch
  1026.         {
  1027.                 "fieldName"             "HudStopWatch"
  1028.                 "visible"               "1"
  1029.                 "enabled"               "1"
  1030.                 "xpos"                  "c-60"
  1031.                 "ypos"                  "10"
  1032.                 "wide"                  "125"
  1033.                 "tall"                  "55"
  1034.         }
  1035.        
  1036.         NotificationPanel
  1037.         {
  1038.                 "fieldName"             "NotificationPanel"
  1039.                 "visible"               "1"
  1040.                 "enabled"               "1"
  1041.                 "xpos"                  "c-320"
  1042.                 "ypos"                  "300"
  1043.                 "wide"                  "640"
  1044.                 "tall"                  "100"
  1045.         }
  1046.  
  1047.         AchievementNotificationPanel   
  1048.         {
  1049.                 "fieldName"             "AchievementNotificationPanel"
  1050.                 "visible"               "1"
  1051.                 "enabled"               "1"
  1052.                 "xpos"                  "0"
  1053.                 "ypos"                  "180"
  1054.                 "wide"                  "f10"   [$WIN32]
  1055.                 "wide"                  "f60"   [$X360]
  1056.                 "tall"                  "100"
  1057.         }
  1058.  
  1059.         CriticalPanel [$WIN32]
  1060.         {
  1061.                 "fieldName"             "CriticalPanel"        
  1062.                 "visible"               "1"
  1063.                 "enabled"               "1"
  1064.                 "xpos"                  "r155"
  1065.                 "ypos"                  "r75"
  1066.                 "wide"                  "150"
  1067.                 "tall"                  "25"
  1068.         }
  1069.        
  1070.         HudArenaClassLayout [$WIN32]
  1071.         {
  1072.                 "fieldName"             "HudArenaClassLayout"          
  1073.                 "visible"               "1"
  1074.                 "enabled"               "1"
  1075.                 "xpos"                  "0"
  1076.                 "ypos"                  "r320"
  1077.                 "wide"                  "f0"
  1078.                 "tall"                  "320"
  1079.         }
  1080.        
  1081.         HudArenaVsPanel [$WIN32]
  1082.         {
  1083.                 "fieldName"             "HudArenaVsPanel"              
  1084.                 "visible"               "1"
  1085.                 "enabled"               "1"
  1086.                 "xpos"                  "0"
  1087.                 "ypos"                  "240"
  1088.                 "wide"                  "f0"
  1089.                 "tall"                  "240"
  1090.         }
  1091.        
  1092.         HudArenaPlayerCount [$WIN32]
  1093.         {
  1094.                 "fieldName"             "HudArenaPlayerCount"          
  1095.                 "visible"               "1"
  1096.                 "enabled"               "1"
  1097.                 "xpos"                  "0"
  1098.                 "ypos"                  "0"
  1099.                 "wide"                  "f0"
  1100.                 "tall"                  "50"
  1101.         }      
  1102.        
  1103.         "HudAchievementTracker"
  1104.         {
  1105.                 "ControlName"           "EditablePanel"
  1106.                 "fieldName"             "HudAchievementTracker"
  1107.                 "xpos"                  "5"
  1108.                 "NormalY"               "10"
  1109.                 "EngineerY"             "170"
  1110.                 "zpos"                  "2"
  1111.                 "wide"                  "200"
  1112.                 "tall"                  "280"
  1113.                 "visible"               "1"
  1114.                 "enabled"               "1"    
  1115.         }
  1116.        
  1117.         HudTrainingInfoMsg
  1118.         {
  1119.                 "fieldName"             "HudTrainingInfoMsg"
  1120.                 "visible"               "0"
  1121.                 "enabled"               "1"
  1122.                 "xpos"                  "10"
  1123.                 "ypos"                  "50"
  1124.                 "wide"                  "200"
  1125.                 "tall"                  "300"
  1126.         }
  1127.        
  1128.         HudTrainingMsg
  1129.         {
  1130.                
  1131.         }
  1132.        
  1133.         TrainingComplete
  1134.         {
  1135.                
  1136.         }
  1137.  
  1138.         HudInspectPanel
  1139.         {
  1140.                 "fieldName"             "HudInspectPanel"
  1141.                 "visible"               "0"
  1142.                 "enabled"               "1"
  1143.                 "xpos"                  "r150"
  1144.                 "ypos"                  "250"
  1145.                 "wide"                  "150"
  1146.                 "tall"                  "110"
  1147.         }
  1148.        
  1149.         HudTFCrosshair
  1150.         {
  1151.                 "fieldName"             "HudTFCrosshair"
  1152.                 "visible"               "1"
  1153.                 "enabled"               "1"
  1154.                 "wide"                  "640"
  1155.                 "tall"                  "480"
  1156.         }
  1157.        
  1158.         ItemQuickSwitchPanel
  1159.         {
  1160.                 "fieldName"             "ItemQuickSwitchPanel"
  1161.                 "visible"               "0"
  1162.                 "enabled"               "1"
  1163.                 "xpos"                  "c-125"
  1164.                 "ypos"                  "280"
  1165.                 "wide"                  "250"
  1166.                 "tall"                  "160"
  1167.         }
  1168.        
  1169.         ReplayReminder
  1170.         {
  1171.                 "fieldName"             "ReplayReminder"
  1172.                 "visible"               "0"
  1173.                 "enable"                "1"
  1174.         }
  1175.        
  1176.         MainMenuAdditions
  1177.         {
  1178.                 "fieldName"             "MainMenuAdditions"
  1179.                 "visible"               "1"
  1180.                 "enabled"               "1"
  1181.                 "xpos"                  "c0"
  1182.                 "ypos"                  "310"
  1183.                 "zpos"                  "0"
  1184.                 "wide"                  "300"
  1185.                 "tall"                  "100"
  1186.         }      
  1187.  
  1188.         CoachedByPanel
  1189.         {
  1190.                 "fieldName"             "CoachedByPanel"
  1191.                 "visible"               "0"
  1192.                 "enable"                "1"
  1193.                 "xpos"                  "5"
  1194.                 "ypos"                  "10"
  1195.                 "wide"                  "250"
  1196.                 "tall"                  "44"
  1197.         }
  1198.  
  1199.         ItemTestHUDPanel
  1200.         {
  1201.                 "fieldName"             "ItemTestHUDPanel"
  1202.                 "visible"               "0"
  1203.                 "enable"                "1"
  1204.                 "xpos"                  "5"
  1205.                 "ypos"                  "10"
  1206.                 "wide"                  "150"
  1207.                 "tall"                  "44"
  1208.         }
  1209.  
  1210.         NotificationQueuePanel
  1211.         {
  1212.                 "fieldName"             "NotificationQueuePanel"
  1213.                 "visible"               "0"
  1214.                 "enable"                "1"
  1215.                 "xpos"                  "r155"
  1216.                 "ypos"                  "r90"
  1217.                 "zpos"                  "100"
  1218.                 "wide"                  "200"
  1219.                 "tall"                  "0"
  1220.         }
  1221.        
  1222.         "CHudVote"
  1223.         {
  1224.                 "fieldName"             "CHudVote"
  1225.                 "xpos"                  "0"                    
  1226.                 "ypos"                  "0"
  1227.                 "wide"                  "640"
  1228.                 "tall"                  "480"
  1229.                 "visible"               "1"
  1230.                 "enabled"               "1"
  1231.                 "bgcolor_override"      "0 0 0 0"
  1232.                 "PaintBackgroundType"   "0" // rounded corners
  1233.         }
  1234.  
  1235.         "HudAlert"
  1236.         {
  1237.                 "fieldName"             "HudAlert"
  1238.                 "visible"               "0"
  1239.                 "enable"                "1"
  1240.                 "xpos"                  "c-160"
  1241.                 "ypos"                  "100"
  1242.                 "wide"                  "320"
  1243.                 "tall"                  "150"
  1244.         }
  1245. }