Advertisement
Guest User

Untitled

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