Guest
Public paste!

Untitled

By: a guest | Oct 14th, 2009 | Syntax: None | Size: 13.96 KB | Hits: 165 | Expires: Never
Copy text to clipboard
  1. "Resource/HudLayout.res"
  2. {
  3.         HudHelper
  4.         {
  5.                 "fieldName"   "HudHelper"
  6.                 "visible"   "1"
  7.                 "enabled"   "1"
  8.                 "xpos"      "130"
  9.                 "ypos"      "405"
  10.                 "wide"      "256"
  11.                 "tall"      "64"
  12.         }
  13.  
  14.         HudPunish
  15.         {
  16.                 "fieldName"     "HudPunish"
  17.                 "visible"       "1"
  18.                 "enabled"       "1"
  19.                 "xpos"          "r260"
  20.                 "ypos"          "380"
  21.                 "wide"          "108"
  22.                 "tall"          "56"
  23.  
  24.                 "Font"  "SpaceOne"
  25.  
  26.                 "LabelBorder"   "4"
  27.                 "LabelHeight"   "12"
  28.                 "LabelWidth"    "48"
  29.  
  30.                 // colors
  31.                 "BoxBg"                 "Voting.BoxBg"
  32.                 "KeyActive"             "Voting.KeyActive"
  33.                 "KeyInactive"   "Voting.KeyInactive"
  34.         }
  35.  
  36.         HudVoting
  37.         {
  38.                 "fieldName"     "HudVoting"
  39.                 "visible"       "1"
  40.                 "enabled"       "1"
  41.                 "xpos"          "r282"
  42.                 "ypos"          "416"
  43.                 "wide"          "160"
  44.                 "tall"          "56"
  45.  
  46.                 "Font"  "SpaceOne"
  47.  
  48.                 "LabelBorder"   "4"
  49.                 "LabelHeight"   "12"
  50.                 "LabelWidth"    "48"
  51.  
  52.                 // colors
  53.                 "BoxBg"                 "Voting.BoxBg"
  54.                 "KeyActive"             "Voting.KeyActive"
  55.                 "KeyInactive"   "Voting.KeyInactive"
  56.         }
  57.  
  58.         DysHudVoiceStatus
  59.         {
  60.                 "fieldName" "DysHudVoiceStatus"
  61.                 "visible" "1"
  62.                 "enabled" "1"
  63.                 "xpos"  "r148"
  64.                 "ypos"  "192"
  65.                 "wide"   "148"
  66.                 "tall"   "168"
  67.  
  68.                 "MeatY" "192"
  69.                 "CyberY" "0"
  70.  
  71.                 "IconSize" "16"
  72.                 "ItemHeight" "24"
  73.                 "ItemBounce" "8"
  74.                 "ItemSpace" "4"
  75.  
  76.                 "IconColor"                     "VoiceStatus.Icon"
  77.                 "MeatBgColor"           "VoiceStatus.MeatBg"
  78.                 "CyberBgColor"          "VoiceStatus.CyberBg"
  79.                 "NameColor"                     "VoiceStatus.Name"
  80.                 "LocationColor"         "VoiceStatus.Location"
  81.  
  82.                 "Font" "SpaceOne"
  83.         }
  84.  
  85.         HudScoring
  86.         {
  87.                 "fieldName" "HudScoring"
  88.                 "xpos" "0"
  89.                 "ypos" "0"
  90.                 "wide" "640"
  91.                 "tall" "480"
  92.                 "visible" "1"
  93.                 "enabled" "1"
  94.  
  95.                 "NumberColor" "Scoring.NumberColor"
  96.         }
  97.  
  98.         HudObjective
  99.         {
  100.                 "fieldName" "HudObjective"
  101.                 "xpos" "r400" // wide + 140
  102.                 "ypos" "4"
  103.                 "wide" "384" // LabelWidth + 16 * ( IconWidth + IconGap )
  104.                 "tall" "256" // 16 * ( IconWidth + IconGap )
  105.                 "visible" "0"
  106.                 "enabled" "0"
  107.  
  108.                 "Punks" "lala"
  109.                 "Corps" "lala"
  110.                 "Completed" "Objective.Completed"
  111.                 "Inactive" "Objective.Inactive"
  112.                 "Text" "Objective.Text"
  113.  
  114.                 "Font" "SpaceOne"
  115.  
  116.                 "IconWidth" "12"
  117.                 "LabelWidth" "128"
  118.                 "IconGap" "4"
  119.         }
  120.  
  121.         HudLocation
  122.         {
  123.                 "fieldName" "HudLocation"
  124.                 "xpos"  "r156"
  125.                 "ypos"  "160"
  126.                 "wide"   "152"
  127.                 "tall"   "24"
  128.                 "visible"       "1"
  129.                 "enabled"       "1"
  130.                 "Font"          "SpaceOne"
  131.                 "IconSize"      "16"
  132.                 "IconColor"     "VoiceStatus.Icon"
  133.         }
  134.  
  135.         HudVoiceCommMenu
  136.         {
  137.                 "fieldName" "HudVoiceCommMenu"
  138.                 "xpos"          "120"
  139.                 "ypos"          "280"
  140.                 "wide"          "200"
  141.                 "tall"          "200"
  142.                 "visible"       "1"
  143.                 "enabled"       "1"
  144.  
  145.                 "FgColor"       "VoiceCommMenu.FgColor"
  146.                 "BgColor"       "VoiceCommMenu.BgColor"
  147.  
  148.                 "Font"          "SpaceOne"
  149.                 "BarHeight"     "18"
  150.         }
  151.  
  152.         HudProgramMenu
  153.         {
  154.                 "fieldName" "HudProgramMenu"
  155.                 "xpos"          "r164"
  156.                 "ypos"          "240"
  157.                 "wide"          "160"
  158.                 "tall"          "240"
  159.                 "visible"       "1"
  160.                 "enabled"       "1"
  161.  
  162.                 "Font"          "SpaceOne"
  163.                 "BarHeight"     "18"
  164.  
  165.                 "FgColor" "CurrentProgram.FgColor"
  166.                 "BgColor" "CurrentProgram.BgColor"
  167.                 "BarColor" "CurrentProgram.BarColor"
  168.                 "BrightBarColor" "CurrentProgram.BrightBarColor"
  169.                 "CombatBorderColor" "CurrentProgram.CombatBorder"
  170.                 "HackingBorderColor" "CurrentProgram.HackingBorder"
  171.                 "ICEBorderColor" "CurrentProgram.ICEBorder"
  172.                 "DefenseBorderColor" "CurrentProgram.DefenseBorder"
  173.         }
  174.  
  175.         HudSelectionInput
  176.         {
  177.                 "fieldName" "HudSelectionInput"
  178.         }
  179.  
  180.         HudRespawn
  181.         {
  182.                 "fieldName" "HudRespawn"
  183.                 "visible" "1"
  184.                 "enabled" "1"
  185.                 "xpos" "464"
  186.                 "ypos" "192"
  187.                 "wide" "152"//"192"
  188.                 "tall" "224"
  189.  
  190.                 "Font" "SpaceOne"
  191.                 "IconsPerRow" "2"
  192.                 "UseBgImage" "1" // 0 for flat background, 1 to use "materials/vgui/hud_respawn_background"
  193.                                                  // remember to set the texture size in scripts/mod_textures.txt!
  194.  
  195.                 "NormalX" "488" // "504"
  196.                 "NormalY" "192"
  197.                 "HiddenX" "640"
  198.                 "HiddenY" "192"
  199.  
  200.                 "TitleX" "0"
  201.                 "TitleY" "0"
  202.                 "TitleW" "152"
  203.                 "TitleH" "14"
  204.  
  205.                 "SquadX" "8"
  206.                 "SquadY" "14"
  207.                 "SquadW" "145"
  208.                 "SquadH" "32"
  209.  
  210.                 "TimerX" "64"
  211.                 "TimerY" "196"
  212.                 "TimerW" "42"
  213.                 "TimerH" "24"
  214.  
  215.                 "BindX" "0"
  216.                 "BindY" "16"
  217.                 "BindW" "152"
  218.                 "BindH" "14"
  219.  
  220.                 "PlayerX" "19"
  221.                 "PlayerY" "62"
  222.                 "PlayerW" "56"
  223.                 "PlayerH" "120"
  224.  
  225.                 "ImplantsPerRow" "2"
  226.                 "ImplantX" "91"
  227.                 "ImplantY" "75"
  228.                 "ImplantIconWidth" "24"
  229.         }
  230.  
  231.         HudCyberspace
  232.         {
  233.                 "fieldName"     "HudCyberspace"
  234.                 "visible"       "1"
  235.                 "enabled"       "1"
  236.                 "xpos"          "r164"
  237.                 "ypos"          "176"
  238.                 "wide"          "160"
  239.                 "tall"          "56"
  240.  
  241.                 "Font"          "Default"
  242.  
  243.                 "UseIcons"      "0" // 0 for no icons, 1 to use "materials/vgui/cyberhud_cpu" and "materials/vgui/cyberhud_memory"
  244.                                                 // remember to set the texture sizes in scripts/mod_textures.txt!
  245.  
  246.                 "UseBgImage" "0"  // 0 for flat background, 1 to use "materials/vgui/cyberhud_background"
  247.                                                   // remember to set the texture size in scripts/mod_textures.txt!
  248.  
  249.                 "MaxSamples" "64" // max number of samples to store in history
  250.  
  251.                 "AdditiveGraphs"                "1" // 1 to use an additive material for the graphs
  252.  
  253.                 "CpuGraphType"          "0" // 0 for line graph, 1 for filled graph
  254.                 "CpuGraphLeft"          "4" // x-position of the graph
  255.                 "CpuGraphTop"           "4" // y-position of the graph
  256.                 "CpuGraphWidth"         "136"
  257.                 "CpuGraphHeight"        "48"
  258.  
  259.                 "CpuIconLeft"           "84"
  260.                 "CpuIconWidth"          "14"
  261.                 "CpuIconMaxTop"         "4"  // y-coordinate of the top when cpu usage is 100%
  262.                 "CpuIconMinTop"         "38" // y-coordinate of the top when cpu usage is 0%
  263.  
  264.                 "CpuNumberLeft"         "144"
  265.                 "CpuNumberMaxTop"       "4"   // y-coordinate of the top when cpu usage is 100%
  266.                 "CpuNumberMinTop"       "44"  // y-coordinate of the top when cpu usage is 0%
  267.  
  268.                 "Background" "CyberGraph.Background"
  269.                 "CpuGraphMin" "CyberGraph.CpuGraphMin"
  270.                 "CpuGraphMax" "CyberGraph.CpuGraphMax"
  271.                 "CpuGraphGrid" "CyberGraph.CpuGraphGrid"
  272.                 "CpuNumberMax" "CyberGraph.CpuNumberMax"
  273.                 "CpuNumberMin" "CyberGraph.CpuNumberMin"
  274.                 "CpuIconMax" "CyberGraph.CpuIconMax"
  275.                 "CpuIconMin" "CyberGraph.CpuIconMin"
  276.         }
  277.  
  278.         HudMeatspace
  279.         {
  280.                 "fieldName"     "HudMeatspace"
  281.                 "visible"       "1"
  282.                 "enabled"       "1"
  283.                 "xpos"          "-37"
  284.                 "ypos"          "220"
  285.                 "wide"          "1210"
  286.                 "tall"          "290"
  287.  
  288.                 "Font"  "SpaceOneSmall"
  289.  
  290.                 "UseIcons"      "1"
  291.                 "UseBgImage" "0"
  292.                 "BackgroundType" "0" // 0: no background, 1: rounded edges, 2: angled edges without border, 3: angled edges with border
  293.  
  294.                 "ClockY"        "-200"
  295.                 "HealthY"       "212"
  296.                 "ArmorY"        "225"
  297.                 "EnergyY"       "238"
  298.  
  299.                 "IconX"         "655"
  300.                 "IconWidth"     "12"
  301.                 "NumberX"       "1120"
  302.                 "BarX"          "670"
  303.                 "BarWidth"      "128"
  304.                 "BarHeight"     "10"
  305.  
  306.                 "BarTexture" ""
  307.  
  308.                 "TimerText"     ""
  309.  
  310.                 // colors
  311.                 "EnergyBar"                     "MeatHud.EnergyBar"
  312.                 "EnergyCircuit"         "MeatHud.EnergyBar"
  313.                 "ArmorBar"                      "MeatHud.ArmorBar"
  314.                 "ArmorCircuit"          "MeatHud.ArmorBar"
  315.                 "HealthBar"                     "MeatHud.HealthBar"
  316.                 "HealthCircuit"         "MeatHud.HealthBar"
  317.                 "Border"                        "MeatHud.Border"
  318.                 "MeatIcon"                      "MeatHud.Icon"
  319.                 "MeatNumbers"           "MeatHud.Numbers"
  320.                 "MeatBackground"        "0 0 0 255"
  321.                 "CyberIcon"                     "CyberHud.Icon"
  322.                 "CyberNumbers"          "CyberHud.Numbers"
  323.                 "CyberBackground"       "CyberHud.Background"
  324.         }
  325.  
  326.         HudSWT
  327.         {
  328.                 "fieldName"     "HudSWT"
  329.                 "visible"       "1"
  330.                 "enabled"       "1"
  331.                 "wide"          "640"
  332.                 "tall"          "480"
  333.  
  334.                 "CircleScale"   "1"
  335.                 "CenterX"               "320"
  336.                 "CenterY"               "240"
  337.         }
  338.  
  339.         HudIFF
  340.         {
  341.                 "fieldName" "HudIFF"
  342.                 "visible" "1"
  343.                 "enabled" "1"
  344.                 "wide"   "864"
  345.                 "tall"   "480"
  346.  
  347.                 "Punks" "IFF.Punks"
  348.                 "Corps" "IFF.Corps"
  349.                 "Friend" "IFF.Friend"
  350.                 "Foe" "IFF.Foe"
  351.                 "Objective" "IFF.Objective"
  352.                 "Health" "IFF.Health"
  353.                 "Armor" "IFF.Armor"
  354.                 "Energy" "IFF.Energy"
  355.  
  356.                 "Font" "SpaceOne"
  357.         }
  358.  
  359.         HudRadar
  360.         {
  361.                 "fieldName" "HudRadar"
  362.                 "visible" "1"
  363.                 "enabled" "1"
  364.                 "xpos"  "r140"
  365.                 "ypos"  "0"
  366.                 "wide"   "130"
  367.                 "tall"   "140"
  368.                 "DebugBorder" "0"
  369.                 "RadarScale" "100" // out of 100%
  370.  
  371.                 "Font" "SpaceOneTiny"
  372.  
  373.                 "BorderColor"   "Radar.Border"
  374.                 "GridColor"             "lala"
  375.                 "OverviewColor" "Radar.Overview"
  376.                 "PlayerArrow"   "Radar.PlayerArrow"
  377.                 "TextBubble"    "Radar.TextBubble"
  378.                 "TacScan"               "Radar.TacScan"
  379.                 "Teammate"              "Radar.Teammate"
  380.                 "IffTarget"             "Radar.IffTarget"
  381.                 "Vehicle"               "Radar.Vehicle"
  382.                 "OurSpawn"              "Radar.OurSpawn"
  383.                 "TheirSpawn"    "Radar.TheirSpawn"
  384.                 "NeutralSpawn"  "Radar.NeutralSpawn"
  385.                 "Terminal"              "Radar.Terminal"
  386.                 "AmmoDispenser" "Radar.AmmoDispenser"
  387.                 "ObjectiveCorps"        "Radar.Objective"
  388.                 "ObjectivePunks"        "IFF.Punks"
  389.         }
  390.  
  391.         HudImplantSelection
  392.         {
  393.                 "fieldName"     "HudImplantSelection"
  394.                 "visible"       "1"
  395.                 "enabled"       "1"
  396.                 "wide"          "640"
  397.                 "tall"          "480"
  398.  
  399.                 "Font"          "Default"
  400.  
  401.                 "BorderSize"    "8"
  402.                 "SpaceSize"             "4"
  403.                 "IconWidth"             "32" // "25"
  404.  
  405.                 "TacScannerArm" "vgui/implants/icon_tac_arm"
  406.         }
  407.  
  408.         TargetID
  409.         {
  410.                 "fieldName" "TargetID"
  411.                 "visible" "1"
  412.                 "enabled" "1"
  413.                 "wide"   "640"
  414.                 "tall"   "480"
  415.         }
  416.  
  417.         HudAmmo
  418.         {
  419.                 "fieldName" "HudAmmo"
  420.                 "xpos"  "320"
  421.                 "ypos"  "400"
  422.                 "wide"  "640"
  423.                 "tall"  "28"
  424.  
  425.                 "visible" "1"
  426.                 "enabled" "1"
  427.  
  428.                 "Font"  "SpaceOne"
  429. //              "PaintBackgroundType"   "0"
  430.  
  431.                 "digit_xpos" "347"
  432.                 "digit_xpos_anim" "36"
  433.                 "bar_xpos" "42"
  434.                 "digit2_xpos" "380"
  435.                 "digit2_xpos_anim" "0"
  436.                 "icon_xpos" "19000"
  437.                 "icon_ypos" "2"
  438.                 "icon_width" "0"
  439.  
  440.                 "BackgroundColor" "255 0 0 0"
  441.                 "BorderColor" "255 0 0 0"
  442.                 "TextColor" "Ammo.Foreground"
  443.                 "Text2Color" "Ammo.Foreground"
  444.                 "IconColor" "255 0 0 0"
  445.         }
  446.  
  447.         HudFlashlight
  448.         {
  449.                 "fieldName" "HudFlashlight"
  450.                 "visible" "1"
  451.                 "enabled" "1"
  452.                 "xpos"  "16"
  453.                 "ypos"  "370"
  454.                 "wide"  "102"
  455.                 "tall"  "20"
  456.  
  457.                 "text_xpos" "8"
  458.                 "text_ypos" "6"
  459.                 "TextColor"     "255 170 0 220"
  460.  
  461.                 "PaintBackgroundType"   "2"
  462.         }
  463.  
  464.         HudDamageIndicator
  465.         {
  466.                 "fieldName" "HudDamageIndicator"
  467.                 "visible" "0"
  468.                 "enabled" "0"
  469.                 "DmgColorLeft" "255 0 0 0"
  470.                 "DmgColorRight" "255 0 0 0"
  471.  
  472.                 "dmg_xpos" "30"
  473.                 "dmg_ypos" "100"
  474.                 "dmg_wide" "36"
  475.                 "dmg_tall1" "240"
  476.                 "dmg_tall2" "200"
  477.         }
  478.  
  479.         HudZoom
  480.         {
  481.                 "fieldName" "HudZoom"
  482.                 "visible" "1"
  483.                 "enabled" "1"
  484.                 "Circle1Radius" "66"
  485.                 "Circle2Radius" "74"
  486.                 "DashGap"       "16"
  487.                 "DashHeight" "4"
  488.                 "BorderThickness" "88"
  489.         }
  490.  
  491.         HudWeaponSelection
  492.         {
  493.                 "fieldName" "HudWeaponSelection"
  494.                 "xpos"  "r640"
  495.                 "wide"  "640"
  496.                 "ypos"  "16"
  497.                 "visible" "1"
  498.                 "enabled" "1"
  499.                 "SmallBoxSize" "60"
  500.                 "LargeBoxWide" "108"
  501.                 "LargeBoxTall" "80"
  502.                 "BoxGap" "8"
  503.                 "SelectionNumberXPos" "4"
  504.                 "SelectionNumberYPos" "4"
  505.                 "SelectionGrowTime"     "0.4"
  506.                 "IconXPos" "8"
  507.                 "IconYPos" "0"
  508.                 "TextYPos" "68"
  509.                 "TextColor" "SelectionTextFg"
  510.                 "MaxSlots"      "4"
  511.                 "PlaySelectSounds"      "0"
  512.         }
  513.  
  514.         HudCrosshair
  515.         {
  516.                 "fieldName" "HudCrosshair"
  517.                 "visible" "1"
  518.                 "enabled" "1"
  519.                 "wide"   "640"
  520.                 "tall"   "480"
  521.         }
  522.  
  523.         HudDeathNotice
  524.         {
  525.                 "fieldName" "HudDeathNotice"
  526.                 "visible" "1"
  527.                 "enabled" "1"
  528.                 "xpos"   "0"
  529.                 "ypos"   "60"
  530.                 "wide"   "480"
  531.                 "tall"   "320"
  532.  
  533.                 "MaxDeathNotices" "5"
  534.                 "LineHeight"      "22"
  535.                 "RightJustify"    "0"   // If 1, draw notices from the right
  536.  
  537.                 "TextFont"                              "SpaceOne"
  538.         }
  539.  
  540.         CVProfPanel
  541.         {
  542.                 "fieldName" "CVProfPanel"
  543.                 "visible" "1"
  544.                 "enabled" "1"
  545.                 "wide"   "640"
  546.                 "tall"   "480"
  547.         }
  548.  
  549.         ScorePanel
  550.         {
  551.                 "fieldName" "ScorePanel"
  552.                 "visible" "1"
  553.                 "enabled" "1"
  554.                 "wide"   "640"
  555.                 "tall"   "480"
  556.         }
  557.  
  558.         HudMOTD
  559.         {
  560.                 "fieldName" "HudMOTD"
  561.                 "visible" "1"
  562.                 "enabled" "1"
  563.                 "wide"   "640"
  564.                 "tall"   "480"
  565.         }
  566.  
  567. // These are just here to silence the console errors - Teddy
  568.  
  569.         HudTrain
  570.         {
  571.                 "fieldName" "HudTrain"
  572.                 "visible" "1"
  573.                 "enabled" "1"
  574.                 "wide"   "640"
  575.                 "tall"   "480"
  576.         }
  577.  
  578.         HudMenu
  579.         {
  580.                 "fieldName" "HudMenu"
  581.                 "visible" "1"
  582.                 "enabled" "1"
  583.                 "wide" "640"
  584.                 "tall" "480"
  585.                 "zpos" "1"
  586.                 "TextFont""Default"
  587.                 "ItemFont""Default"
  588.                 "ItemFontPulsing""Default"
  589.         }
  590.        
  591.         HudRadio
  592.         {
  593.                 "fieldName""HudRadio"
  594.                 "TextFont""Default"
  595.                 "visible""1"
  596.                 "xpos""10"
  597.                 "ypos""c"
  598.                 "wide""Default"
  599.                 "tall""Default"
  600.                 "text_ygap""2"
  601.                 "TextColor""255 255 255 192"
  602.                 "PaintBackgroundType""0"
  603.         }
  604.  
  605.         HudWeapon
  606.         {
  607.                 "fieldName" "HudWeapon"
  608.                 "visible" "1"
  609.                 "enabled" "1"
  610.                 "wide"   "640"
  611.                 "tall"   "480"
  612.         }
  613.  
  614.         HudVehicle
  615.         {
  616.                 "fieldName" "HudVehicle"
  617.                 "visible" "1"
  618.                 "enabled" "1"
  619.                 "wide"   "640"
  620.                 "tall"   "480"
  621.         }
  622.  
  623.         HudHintDisplay
  624.         {
  625.                 "fieldName"     "HudHintDisplay"
  626.                 "visible"       "0"
  627.                 "enabled" "1"
  628.                 "xpos"  "r120"
  629.                 "ypos"  "r340"
  630.                 "wide"  "100"
  631.                 "tall"  "200"
  632.                 "text_xpos"     "8"
  633.                 "text_ypos"     "8"
  634.                 "text_xgap"     "8"
  635.                 "text_ygap"     "8"
  636.                 "TextColor"     "255 170 0 220"
  637.  
  638.                 "PaintBackgroundType"   "2"
  639.         }
  640.  
  641.         HudCloseCaption
  642.         {
  643.                 "fieldName" "HudCloseCaption"
  644.                 "visible"       "1"
  645.                 "enabled"       "1"
  646.                 "xpos"          "c-250"
  647.                 "ypos"          "276"
  648.                 "wide"          "500"
  649.                 "tall"          "136"
  650.  
  651.                 "BgAlpha"       "128"
  652.  
  653.                 "GrowTime"              "0.25"
  654.                 "ItemHiddenTime"        "0.2"  // Nearly same as grow time so that the item doesn't start to show until growth is finished
  655.                 "ItemFadeInTime"        "0.15"  // Once ItemHiddenTime is finished, takes this much longer to fade in
  656.                 "ItemFadeOutTime"       "0.3"
  657.  
  658.         }
  659.  
  660. // FIN Console fixes
  661.  
  662.         HudMessage
  663.         {
  664.                 "fieldName" "HudMessage"
  665.                 "visible" "1"
  666.                 "enabled" "1"
  667.                 "xpos"   "0"
  668.                 "ypos"   "100"
  669.                 "wide"   "640"
  670.                 "tall"   "380"
  671.         }
  672.  
  673.         HudChat
  674.         {
  675.                 "fieldName" "HudChat"
  676.                 "visible" "1"
  677.                 "enabled" "1"
  678.                 "xpos"  "10"
  679.                 "ypos"  "290"
  680.                 "wide"   "400"
  681.                 "tall"   "100"
  682.         }
  683.  
  684.         HudHistoryResource
  685.         {
  686.                 "fieldName" "HudHistoryResource"
  687.                 "visible" "1"
  688.                 "enabled" "1"
  689.                 "xpos"   "r640"
  690.                 "wide"   "640"
  691.                 "tall"   "330"
  692.                 "history_gap" "55"
  693.         }
  694.  
  695.         HudAnimationInfo
  696.         {
  697.                 "fieldName" "HudAnimationInfo"
  698.                 "visible" "1"
  699.                 "enabled" "1"
  700.                 "wide"   "640"
  701.                 "tall"   "480"
  702.         }
  703.  
  704.         CBudgetPanel
  705.         {
  706.                 "fieldName" "CBudgetPanel"
  707.                 "visible" "1"
  708.                 "enabled" "1"
  709.                 "wide"   "640"
  710.                 "tall"   "480"
  711.         }
  712.  
  713.         CTextureBudgetPanel
  714.         {
  715.                 "fieldName" "CTextureBudgetPanel"
  716.                 "visible" "1"
  717.                 "enabled" "1"
  718.                 "wide"   "640"
  719.                 "tall"   "480"
  720.         }
  721.  
  722.         HudPredictionDump
  723.         {
  724.                 "fieldName" "HudPredictionDump"
  725.                 "visible" "1"
  726.                 "enabled" "1"
  727.                 "wide"   "640"
  728.                 "tall"   "480"
  729.         }
  730.  
  731.         HudVoiceSelfStatus
  732.         {
  733.                 "fieldName" "HudVoiceSelfStatus"
  734.                 "visible" "1"
  735.                 "enabled" "1"
  736.                 "xpos" "r43"
  737.                 "ypos" "355"
  738.                 "wide" "24"
  739.                 "tall" "24"
  740.         }
  741.  
  742.         HudVoiceStatus
  743.         {
  744.                 "fieldName" "HudVoiceStatus"
  745.                 "visible" "1"
  746.                 "enabled" "1"
  747.                 "xpos" "r200"
  748.                 "ypos" "0"
  749.                 "wide" "100"
  750.                 "tall" "400"
  751.  
  752.                 "item_tall"     "24"
  753.                 "item_wide"     "100"
  754.  
  755.                 "item_spacing" "2"
  756.  
  757.                 "icon_ypos"     "0"
  758.                 "icon_xpos"     "0"
  759.                 "icon_tall"     "24"
  760.                 "icon_wide"     "24"
  761.  
  762.                 "text_xpos"     "26"
  763.         }
  764.         HudSpawntimer
  765.         {
  766.       "fieldName" "HudSpawntimer"
  767.                 "visible" "1"
  768.                 "enabled" "1"
  769.  
  770.                 "xpos"  "r53"
  771.                 "ypos"  "400"
  772.                 "wide"  "105"
  773.                 "tall"  "25"
  774.    }
  775.         HudCommentary
  776.         {
  777.                 "fieldName"     "HudCommentary"
  778.                 "visible"       "0"
  779.         }
  780. }