Advertisement
Guest User

Untitled

a guest
Oct 27th, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.46 KB | None | 0 0
  1.  
  2. "Resource/UI/HudPlayerHealth.res"
  3. {
  4. // player health data
  5. "HudPlayerHealth"
  6. {
  7. "ControlName" "EditablePanel"
  8. "fieldName" "HudPlayerHealth"
  9. "xpos" "c-113.5"
  10. "ypos" "c124"
  11. "zpos" "2"
  12. "wide" "132"
  13. "tall" "132"
  14. "visible" "1"
  15. "enabled" "1"
  16. "HealthBonusPosAdj" "35"
  17. "HealthDeathWarning" "0.49"
  18. "HealthDeathWarningColor" "HUDDeathWarning"
  19.  
  20. "xpos_minmode" "c-142"
  21. "ypos_minmode" "c37"
  22. "wide_minmode" "92"
  23. "tall_minmode" "92"
  24. "HealthBonusPosAdj_minmode" "35"
  25. }
  26. "PlayerStatusHealthImage"
  27. {
  28. "ControlName" "ImagePanel"
  29. "fieldName" "PlayerStatusHealthImage"
  30. "xpos" "2"
  31. "ypos" "50"
  32. "zpos" "4"
  33. "wide" "36"
  34. "tall" "36"
  35. "visible" "0"
  36. "enabled" "1"
  37. "scaleImage" "1"
  38.  
  39. // omp -- fix positioning bud introduced by valve with the vaccinator.
  40. // the xpos value of status icons is now ignored, and they are placed
  41. // a certain offset away from the health image. therefore, we place
  42. // the image in a convenient location, and make it invisible.
  43. "xpos" "39"
  44. "xpos_minmode" "23"
  45. "alpha" "255"
  46. }
  47. "PlayerStatusHealthImageBG"
  48. {
  49. "ControlName" "ImagePanel"
  50. "fieldName" "PlayerStatusHealthImageBG"
  51. "xpos" "9999"
  52. "ypos" "9999"
  53. "zpos" "3"
  54. "wide" "55"
  55. "tall" "55"
  56. "visible" "0"
  57. "enabled" "1"
  58. "image" "../hud/health_bg"
  59. "scaleImage" "1"
  60. }
  61. "PlayerStatusHealthBonusImage"
  62. {
  63. "ControlName" "ImagePanel"
  64. "fieldName" "PlayerStatusHealthBonusImage"
  65. "xpos" "33"
  66. "ypos" "33"
  67. "zpos" "2"
  68. "wide" "64"
  69. "tall" "64"
  70. "visible" "0"
  71. "enabled" "1"
  72. "image" "../hud/health_over_bg"
  73. "scaleImage" "1"
  74.  
  75. "xpos_minmode" "20"
  76. "ypos_minmode" "20"
  77. "wide_minmode" "52"
  78. "tall_minmode" "51" // omp -- -1 alignment fix.
  79. }
  80. "PlayerStatusHealthValue"
  81. {
  82. "ControlName" "CExLabel"
  83. "fieldName" "PlayerStatusHealthValue"
  84. "xpos" "0"
  85. "ypos" "37" // omp -- -9 Mac fix.
  86. "zpos" "5"
  87. "wide" "130"
  88. "tall" "56" // omp -- +18 Mac fix.
  89. "visible" "1"
  90. "enabled" "1"
  91. "labelText" "%Health%"
  92. "textAlignment" "center"
  93. "font" "FuturaHeavy42"
  94. "fgcolor" "OmpHP"
  95.  
  96. "xpos_minmode" "0"
  97. "ypos_minmode" "27" // omp -- -6 Mac fix.
  98. "wide_minmode" "91"
  99. "tall_minmode" "37" // omp -- +12 Mac fix.
  100. "font_minmode" "FuturaHeavy36"
  101. }
  102. "PlayerStatusHealthValueShadow"
  103. {
  104. "ControlName" "CExLabel"
  105. "fieldName" "PlayerStatusHealthValueShadow"
  106. "xpos" "1"
  107. "ypos" "38"
  108. "zpos" "5"
  109. "wide" "131"
  110. "tall" "56"
  111. "visible" "1"
  112. "enabled" "1"
  113. "labelText" "%Health%"
  114. "textAlignment" "center"
  115. "font" "FuturaHeavy42"
  116. "fgcolor" "OmpShadow"
  117.  
  118. "xpos_minmode" "1"
  119. "ypos_minmode" "28"
  120. "wide_minmode" "91"
  121. "tall_minmode" "37"
  122. "font_minmode" "FuturaHeavy36"
  123. }
  124. "PlayerStatusBleedImage"
  125. {
  126. "ControlName" "ImagePanel"
  127. "fieldName" "PlayerStatusBleedImage"
  128. "xpos" "50"
  129. "ypos" "90"
  130. "zpos" "7"
  131. "wide" "32"
  132. "tall" "32"
  133. "visible" "1"
  134. "enabled" "1"
  135. "scaleImage" "1"
  136. "image" "../vgui/bleed_drop"
  137. "fgcolor" "TanDark"
  138.  
  139. "xpos_minmode" "34"
  140. "ypos_minmode" "60"
  141. "wide_minmode" "24"
  142. "tall_minmode" "24"
  143. }
  144. "PlayerStatusMilkImage"
  145. {
  146. "ControlName" "ImagePanel"
  147. "fieldName" "PlayerStatusMilkImage"
  148. "xpos" "50"
  149. "ypos" "90"
  150. "zpos" "7"
  151. "wide" "32"
  152. "tall" "32"
  153. "visible" "1"
  154. "enabled" "1"
  155. "scaleImage" "1"
  156. "image" "../vgui/bleed_drop"
  157. "fgcolor" "TanDark"
  158.  
  159. "xpos_minmode" "34"
  160. "ypos_minmode" "60"
  161. "wide_minmode" "24"
  162. "tall_minmode" "24"
  163. }
  164. "PlayerStatusMarkedForDeathImage"
  165. {
  166. "ControlName" "ImagePanel"
  167. "fieldName" "PlayerStatusMarkedForDeathImage"
  168. "xpos" "50"
  169. "ypos" "90"
  170. "zpos" "7"
  171. "wide" "32"
  172. "tall" "32"
  173. "visible" "1"
  174. "enabled" "1"
  175. "scaleImage" "1"
  176. "image" "../vgui/marked_for_death"
  177. "fgcolor" "TanDark"
  178.  
  179. "xpos_minmode" "34"
  180. "ypos_minmode" "60"
  181. "wide_minmode" "24"
  182. "tall_minmode" "24"
  183. }
  184. "PlayerStatusMarkedForDeathSilentImage"
  185. {
  186. "ControlName" "ImagePanel"
  187. "fieldName" "PlayerStatusMarkedForDeathSilentImage"
  188. "xpos" "50"
  189. "ypos" "90"
  190. "zpos" "7"
  191. "wide" "31"
  192. "tall" "31"
  193. "visible" "1"
  194. "enabled" "1"
  195. "scaleImage" "1"
  196. "image" "../vgui/marked_for_death"
  197. "fgcolor" "TanDark"
  198.  
  199. "xpos_minmode" "34"
  200. "ypos_minmode" "60"
  201. "wide_minmode" "23"
  202. "tall_minmode" "23"
  203. }
  204. "PlayerStatus_MedicUberBulletResistImage"
  205. {
  206. "ControlName" "ImagePanel"
  207. "fieldName" "PlayerStatus_MedicUberBulletResistImage"
  208. "xpos" "50"
  209. "ypos" "90"
  210. "zpos" "7"
  211. "wide" "31"
  212. "tall" "31"
  213. "visible" "1"
  214. "enabled" "1"
  215. "scaleImage" "1"
  216. "image" "../HUD/defense_buff_bullet_blue"
  217. "fgcolor" "TanDark"
  218.  
  219. "xpos_minmode" "34"
  220. "ypos_minmode" "60"
  221. "wide_minmode" "23"
  222. "tall_minmode" "23"
  223. }
  224. "PlayerStatus_MedicUberBlastResistImage"
  225. {
  226. "ControlName" "ImagePanel"
  227. "fieldName" "PlayerStatus_MedicUberBlastResistImage"
  228. "xpos" "50"
  229. "ypos" "90"
  230. "zpos" "7"
  231. "wide" "31"
  232. "tall" "31"
  233. "visible" "1"
  234. "enabled" "1"
  235. "scaleImage" "1"
  236. "image" "../HUD/defense_buff_explosion_blue"
  237. "fgcolor" "TanDark"
  238.  
  239. "xpos_minmode" "34"
  240. "ypos_minmode" "60"
  241. "wide_minmode" "23"
  242. "tall_minmode" "23"
  243. }
  244. "PlayerStatus_MedicUberFireResistImage"
  245. {
  246. "ControlName" "ImagePanel"
  247. "fieldName" "PlayerStatus_MedicUberFireResistImage"
  248. "xpos" "50"
  249. "ypos" "90"
  250. "zpos" "7"
  251. "wide" "31"
  252. "tall" "31"
  253. "visible" "1"
  254. "enabled" "1"
  255. "scaleImage" "1"
  256. "image" "../HUD/defense_buff_fire_blue"
  257. "fgcolor" "TanDark"
  258.  
  259. "xpos_minmode" "34"
  260. "ypos_minmode" "60"
  261. "wide_minmode" "23"
  262. "tall_minmode" "23"
  263. }
  264.  
  265. "PlayerStatus_MedicSmallBulletResistImage"
  266. {
  267. "ControlName" "ImagePanel"
  268. "fieldName" "PlayerStatus_MedicSmallBulletResistImage"
  269. "xpos" "50"
  270. "ypos" "90"
  271. "zpos" "7"
  272. "wide" "31"
  273. "tall" "31"
  274. "visible" "1"
  275. "enabled" "1"
  276. "scaleImage" "1"
  277. "image" "../HUD/defense_buff_bullet_blue"
  278. "fgcolor" "TanDark"
  279.  
  280. "xpos_minmode" "34"
  281. "ypos_minmode" "60"
  282. "wide_minmode" "23"
  283. "tall_minmode" "23"
  284. }
  285. "PlayerStatus_MedicSmallBlastResistImage"
  286. {
  287. "ControlName" "ImagePanel"
  288. "fieldName" "PlayerStatus_MedicSmallBlastResistImage"
  289. "xpos" "50"
  290. "ypos" "90"
  291. "zpos" "7"
  292. "wide" "31"
  293. "tall" "31"
  294. "visible" "1"
  295. "enabled" "1"
  296. "scaleImage" "1"
  297. "image" "../HUD/defense_buff_explosion_blue"
  298. "fgcolor" "TanDark"
  299.  
  300. "xpos_minmode" "34"
  301. "ypos_minmode" "60"
  302. "wide_minmode" "23"
  303. "tall_minmode" "23"
  304. }
  305. "PlayerStatus_MedicSmallFireResistImage"
  306. {
  307. "ControlName" "ImagePanel"
  308. "fieldName" "PlayerStatus_MedicSmallFireResistImage"
  309. "xpos" "50"
  310. "ypos" "90"
  311. "zpos" "7"
  312. "wide" "31"
  313. "tall" "31"
  314. "visible" "1"
  315. "enabled" "1"
  316. "scaleImage" "1"
  317. "image" "../HUD/defense_buff_fire_blue"
  318. "fgcolor" "TanDark"
  319.  
  320. "xpos_minmode" "34"
  321. "ypos_minmode" "60"
  322. "wide_minmode" "23"
  323. "tall_minmode" "23"
  324. }
  325.  
  326.  
  327. "PlayerStatus_WheelOfDoom"
  328. {
  329. "ControlName" "ImagePanel"
  330. "fieldName" "PlayerStatus_WheelOfDoom"
  331. "xpos" "50"
  332. "ypos" "90"
  333. "zpos" "7"
  334. "wide" "32"
  335. "tall" "32"
  336. "visible" "1"
  337. "enabled" "1"
  338. "scaleImage" "1"
  339. "image" "../signs/death_wheel_whammy"
  340. "fgcolor" "TanDark"
  341.  
  342. "xpos_minmode" "34"
  343. "ypos_minmode" "60"
  344. "wide_minmode" "24"
  345. "tall_minmode" "24"
  346. }
  347. "PlayerStatusTeamImageBG"
  348. {
  349. "ControlName" "CTFImagePanel"
  350. "fieldName" "PlayerStatusClassImageBG"
  351. "xpos" "35"
  352. "ypos" "80"
  353. "zpos" "-7"
  354. "wide" "60"
  355. "tall" "2"
  356. "autoResize" "0"
  357. "pinCorner" "0"
  358. "visible" "1"
  359. "enabled" "1"
  360. "image" "../hud/color_panel_brown"
  361. "scaleImage" "1"
  362. "teambg_1" "../hud/color_panel_brown"
  363. "teambg_2" "../hud/color_panel_red"
  364. "teambg_3" "../hud/color_panel_blu"
  365. "src_corner_height" "40"
  366. "src_corner_width" "40"
  367. "draw_corner_width" "0"
  368. "draw_corner_height" "0"
  369.  
  370. "xpos_minmode" "20"
  371. "ypos_minmode" "60"
  372. "wide_minmode" "50"
  373. }
  374. "PlayerStatusTeamImageBGDarker"
  375. {
  376. "ControlName" "ImagePanel"
  377. "fieldName" "PlayerStatusTeamImageBGDarker"
  378. "xpos" "35"
  379. "ypos" "80"
  380. "zpos" "-8"
  381. "wide" "60"
  382. "tall" "2"
  383. "autoResize" "0"
  384. "pinCorner" "0"
  385. "visible" "1"
  386. "enabled" "1"
  387. "fillcolor" "13 15 18 255"
  388. "PaintBackgroundType" "0"
  389.  
  390. "xpos_minmode" "20"
  391. "ypos_minmode" "60"
  392. "wide_minmode" "50"
  393. }
  394.  
  395. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement