Advertisement
Guest User

Untitled

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