Advertisement
Guest User

rush hud

a guest
May 20th, 2012
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. # written by SuperHud Editor v0.3.0 on 2012-05-19 01:25:43
  2. # http://plrf.org/superhudeditor
  3. #
  4. # -- DO NOT EDIT THE NEXT FEW LINES --
  5. # version = 0.3.0
  6. # view_aspectratio = 4:3
  7. # -----------------------------------
  8.  
  9. !DEFAULT
  10. {
  11. font id
  12. fontsize 5 10
  13. textstyle 1
  14. }
  15.  
  16.  
  17. WeaponList
  18. {
  19. rect 0 108 45 12
  20. font threewave
  21. fontsize 12
  22. textalign L
  23. color 0.5 0.55 0.31 0.3
  24. }
  25.  
  26.  
  27. StatusBar_AmmoIcon
  28. {
  29. rect 106 448 18 18
  30. }
  31.  
  32.  
  33. StatusBar_AmmoCount
  34. {
  35. rect 144 442 9 10
  36. font idblock
  37. fontsize 21 26
  38. textstyle 1
  39. textalign C
  40. }
  41.  
  42.  
  43. StatusBar_HealthIcon
  44. {
  45. rect 261 448 18 18
  46. image "icons/iconh_red.tga"
  47. }
  48.  
  49.  
  50. StatusBar_HealthCount
  51. {
  52. rect 315 440 10 10
  53. font idblock
  54. fontsize 26 32
  55. textstyle 1
  56. textalign C
  57. }
  58.  
  59.  
  60. StatusBar_ArmorCount
  61. {
  62. rect 467 440 9 10
  63. font idblock
  64. fontsize 26 32
  65. textstyle 1
  66. textalign C
  67. }
  68.  
  69.  
  70. Console
  71. {
  72. rect 0 0 640 40
  73. font cpma
  74. time 3000
  75. fontsize 0 0
  76. textalign L
  77. }
  78.  
  79.  
  80. NetGraphPing
  81. {
  82. rect 539 440 60 14
  83. fontsize 8 12
  84. textalign R
  85. }
  86.  
  87.  
  88. FPS
  89. {
  90. rect 508 0 132 14
  91. font cpma
  92. fontsize 12 12
  93. textalign R
  94. color 1 1 1 0.5
  95. }
  96.  
  97.  
  98. GameTime
  99. {
  100. rect 291 0 58 30
  101. font id
  102. fontsize 26 26
  103. textstyle 1
  104. textalign R
  105. }
  106.  
  107.  
  108. GameType
  109. {
  110. rect 250 52 140 20
  111. fontsize 16 20
  112. textalign C
  113. color 1 1 0.5 1
  114. }
  115.  
  116.  
  117. WarmupInfo
  118. {
  119. rect 250 396 140 24
  120. fontsize 13 16
  121. textalign C
  122. }
  123.  
  124.  
  125. FollowMessage
  126. {
  127. rect 220 115 200 20
  128. font cpma
  129. fontsize 11 14
  130. textstyle 0
  131. textalign C
  132. }
  133.  
  134.  
  135. SpecMessage
  136. {
  137. rect 250 36 140 16
  138. fontsize 10 16
  139. textalign C
  140. }
  141.  
  142.  
  143. FragMessage
  144. {
  145. rect 0 135 640 16
  146. time 1500
  147. fontsize 10 14
  148. textstyle 1
  149. textalign C
  150. fade 1 1 1 0.5
  151. }
  152.  
  153.  
  154. RankMessage
  155. {
  156. rect 0 150 640 14
  157. time 1500
  158. fontsize 8 12
  159. textalign C
  160. fade 1 1 1 0.5
  161. }
  162.  
  163.  
  164. ItemPickup
  165. {
  166. rect 20 420 64 14
  167. time 1500
  168. fontsize 9 13
  169. }
  170.  
  171.  
  172. ItemPickupIcon
  173. {
  174. rect 2 420 15 16
  175. time 1500
  176. }
  177.  
  178.  
  179. TargetName
  180. {
  181. rect 160 256 320 12
  182. font cpma
  183. time 500
  184. fontsize 10 12
  185. textstyle 0
  186. textalign C
  187. color E
  188. }
  189.  
  190.  
  191. TargetStatus
  192. {
  193. rect 160 268 320 12
  194. font cpma
  195. time 500
  196. fontsize 10 12
  197. textalign C
  198. color 1 1 1 1
  199. }
  200.  
  201. Chat1 { rect 0 406 320 14; time 3000; fontsize 8 11; }
  202. Chat2 { rect 0 392 320 14; time 3000; fontsize 8 11; }
  203. Chat3 { rect 0 378 320 14; time 3000; fontsize 8 11; }
  204. Chat4 { rect 0 364 320 14; time 3000; fontsize 8 11; }
  205. Chat5 { rect 0 350 320 14; time 3000; fontsize 8 11; }
  206. Chat6 { rect 0 336 320 14; time 3000; fontsize 8 11; }
  207. Chat7 { rect 0 322 320 14; time 3000; fontsize 8 11; }
  208. Chat8 { rect 0 308 320 14; time 3000; fontsize 8 11; }
  209.  
  210. VoteMessageArena
  211. {
  212. rect 320 84 320 16
  213. fontsize 10 16
  214. textalign R
  215. color 1 1 1 0
  216. }
  217.  
  218.  
  219. VoteMessageWorld
  220. {
  221. rect 320 68 320 15
  222. fontsize 10 15
  223. textalign R
  224. color 1 1 0 1
  225. }
  226.  
  227. Score_OWN { rect 605 448 30 16; font id; fontsize 11 14; textalign C; color T; bgcolor 1 1 1 0.25 ; fill; }
  228. Score_NME { rect 605 464 30 16; font id; fontsize 11 14; textalign C; color E; bgcolor 0 1 0 0.25 ; fill; }
  229. Score_Limit { rect 605 432 30 16; font id; fontsize 6 9; textalign R; color 1 1 1 0.4 ; bgcolor 1 1 1 0 ; fill; }
  230. Team1 { rect 320 406 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  231. Team2 { rect 320 392 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  232. Team3 { rect 320 378 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  233. Team4 { rect 320 364 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  234. Team5 { rect 320 350 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  235. Team6 { rect 320 336 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  236. Team7 { rect 320 322 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  237. Team8 { rect 320 308 320 14; fontsize 8 11; monospace; textalign R; color T; bgcolor 1 1 1 0.4 ; }
  238. PowerUp1_Icon { rect 609 264 31 32; }
  239. PowerUp1_Time { rect 557 264 52 32; font sansman; fontsize 28 32; textalign R; }
  240. PowerUp2_Icon { rect 609 232 31 32; }
  241. PowerUp2_Time { rect 557 232 52 32; font sansman; fontsize 28 32; textalign R; }
  242. PowerUp3_Icon { rect 609 200 31 32; }
  243. PowerUp3_Time { rect 557 200 52 32; font sansman; fontsize 28 32; textalign R; }
  244. PowerUp4_Icon { rect 609 168 31 32; }
  245. PowerUp4_Time { rect 557 168 52 32; font sansman; fontsize 28 32; textalign R; }
  246. FlagStatus_OWN { rect 51 448 31 32; color T; }
  247. FlagStatus_NME { rect 0 448 31 32; color 0 1 0 0.5 ; }
  248. TeamCount_OWN { rect 19 54 19 20; fontsize 10 16; monospace; textalign C; color T; bgcolor 1 1 1 0.4 ; fill; }
  249. TeamIcon_OWN { rect 0 54 19 20; bgcolor 1 1 1 0.25 ; fill; image "models/players/keel/icon_red.tga"; }
  250. TeamCount_NME { rect 19 74 19 20; fontsize 10 16; monospace; textalign C; color E; bgcolor 1 1 1 0.25 ; fill; }
  251. TeamIcon_NME { rect 0 74 19 20; bgcolor 1 1 1 0.25 ; fill; image "models/players/keel/icon_blue.tga"; }
  252.  
  253. NetGraph
  254. {
  255. rect 560 440 39 40
  256. }
  257.  
  258.  
  259. !DEFAULT
  260. {
  261. }
  262.  
  263.  
  264. !DEFAULT
  265. {
  266. }
  267.  
  268.  
  269. StatusBar_ArmorIcon
  270. {
  271. rect 413 448 18 18
  272. color 1 1 1 0.3
  273. }
  274.  
  275.  
  276. !DEFAULT
  277. {
  278. }
  279.  
  280.  
  281. !DEFAULT
  282. {
  283. }
  284.  
  285.  
  286. !DEFAULT
  287. {
  288. }
  289.  
  290.  
  291. !DEFAULT
  292. {
  293. }
  294.  
  295.  
  296. PlayerSpeed
  297. {
  298. rect 628 420 12 24
  299. fontsize 8 11
  300. textalign R
  301. }
  302.  
  303.  
  304. !DEFAULT
  305. {
  306. }
  307.  
  308.  
  309. !DEFAULT
  310. {
  311. }
  312.  
  313.  
  314. !DEFAULT
  315. {
  316. }
  317.  
  318.  
  319. !DEFAULT
  320. {
  321. }
  322.  
  323.  
  324. !DEFAULT
  325. {
  326. }
  327.  
  328.  
  329. !DEFAULT
  330. {
  331. }
  332.  
  333.  
  334. !DEFAULT
  335. {
  336. }
  337.  
  338.  
  339. !DEFAULT
  340. {
  341. }
  342.  
  343.  
  344. !DEFAULT
  345. {
  346. }
  347.  
  348.  
  349. !DEFAULT
  350. {
  351. }
  352.  
  353. # StatusBar_HealthBar { }
  354. # StatusBar_ArmorBar { }
  355. # StatusBar_AmmoBar { }
  356. # AttackerIcon { }
  357. # AttackerName { }
  358. # AmmoMessage { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement