Advertisement
Guest User

Untitled

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