Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2017
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. "Resource/UI/TargetID.res"
  2. {
  3. "TargetBG"
  4. {
  5. "ControlName" "ImagePanel"
  6. "fieldName" "TargetBG"
  7. "xpos" "0"
  8. "ypos" "25"
  9. "zpos" "-1"
  10. "wide" "640"
  11. "tall" "12"
  12. "autoResize" "0"
  13. "pinCorner" "0"
  14. "visible" "1"
  15. "enabled" "1"
  16. "fillcolor" "ahudRed"
  17. }
  18.  
  19. "TargetIDBG"
  20. {
  21. "ControlName" "CTFImagePanel"
  22. "fieldName" "TargetIDBG"
  23. "xpos" "9999"
  24. "ypos" "9999"
  25. "zpos" "-1"
  26. "visible" "0"
  27. "enabled" "0"
  28. "image" "../hud/color_panel_brown"
  29. "scaleImage" "1"
  30. "teambg_1" "../hud/color_panel_brown"
  31. "teambg_2" "../hud/color_panel_red"
  32. "teambg_3" "../hud/color_panel_blu"
  33. "alpha" "180"
  34.  
  35. "src_corner_height" "23"
  36. "src_corner_width" "23"
  37.  
  38. "draw_corner_width" "0"
  39. "draw_corner_height" "0"
  40. }
  41. "TargetIDBG_Spec_Blue"
  42. {
  43. "ControlName" "ImagePanel"
  44. "fieldName" "TargetIDBG_Spec_Blue"
  45. "xpos" "0"
  46. "ypos" "48"
  47. "zpos" "-1"
  48. "wide" "640"
  49. "tall" "36"
  50. "autoResize" "0"
  51. "pinCorner" "0"
  52. "visible" "0"
  53. "enabled" "1"
  54. "fillcolor" "ahudBlue"
  55.  
  56. "src_corner_height" "23" // pixels inside the image
  57. "src_corner_width" "23"
  58.  
  59. "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
  60. "draw_corner_height" "0"
  61. }
  62. "TargetIDBG_Spec_Red"
  63. {
  64. "ControlName" "ImagePanel"
  65. "fieldName" "TargetIDBG_Spec_Red"
  66. "xpos" "0"
  67. "ypos" "48"
  68. "zpos" "-1"
  69. "wide" "640"
  70. "tall" "36"
  71. "autoResize" "0"
  72. "pinCorner" "0"
  73. "visible" "0"
  74. "enabled" "1"
  75. "fillcolor" "ahudRed"
  76.  
  77. "src_corner_height" "23" // pixels inside the image
  78. "src_corner_width" "23"
  79.  
  80. "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
  81. "draw_corner_height" "0"
  82. }
  83.  
  84. "TargetNameLabel"
  85. {
  86. "ControlName" "Label"
  87. "fieldName" "TargetNameLabel"
  88. "font" "surface12"
  89. "xpos" "40"
  90. "ypos" "25"
  91. "zpos" "1"
  92. "wide" "640"
  93. "tall" "13"
  94. "visible" "1"
  95. "enabled" "1"
  96. "labelText" "%targetname%"
  97. "textAlignment" "west"
  98. "fgcolor_override" "255 255 255 255"
  99. }
  100. "TargetDataLabel"
  101. {
  102. "ControlName" "Label"
  103. "fieldName" "TargetDataLabel"
  104. "font" "surface10"
  105. "xpos" "40"
  106. "ypos" "30"
  107. "zpos" "1"
  108. "wide" "640"
  109. "tall" "25"
  110. "visible" "1"
  111. "enabled" "1"
  112. "labelText" "%targetdata%"
  113. "textAlignment" "west"
  114. }
  115. "SpectatorGUIHealth"
  116. {
  117. "ControlName" "EditablePanel"
  118. "fieldName" "SpectatorGUIHealth"
  119. "xpos" "0"
  120. "ypos" "16"
  121. "wide" "44"
  122. "tall" "36"
  123. "visible" "0"
  124. "enabled" "0"
  125. "HealthBonusPosAdj" "10"
  126. "HealthDeathWarning" "0.49"
  127. "TFFont" "HudFontSmall"
  128. "HealthDeathWarningColor" "HUDDeathWarning"
  129. "TextColor" "HudOffWhite"
  130. }
  131. "AmmoIcon"
  132. {
  133. "ControlName" "ImagePanel"
  134. "fieldName" "AmmoIcon"
  135. "xpos" "48"
  136. "ypos" "37"
  137. "zpos" "12"
  138. "wide" "10"
  139. "tall" "10"
  140. "visible" "0"
  141. "enabled" "1"
  142. "image" "../hud/leaderboard_class_heavy"
  143. "scaleImage" "1"
  144. }
  145.  
  146. "MoveableSubPanel"
  147. {
  148. "ControlName" "EditablePanel"
  149. "fieldName" "MoveableSubPanel"
  150. "xpos" "0"
  151. "ypos" "0"
  152. "zpos" "0"
  153. "wide" "32"
  154. "tall" "36"
  155. "visible" "1"
  156. "enabled" "1"
  157.  
  158. "MoveableIconBG"
  159. {
  160. "ControlName" "CIconPanel"
  161. "fieldName" "MoveableIconBG"
  162. "xpos" "9999"
  163. "ypos" "9999"
  164. "zpos" "0"
  165. "wide" "10"
  166. "tall" "36"
  167. "visible" "0"
  168. "enabled" "0"
  169. "icon" "obj_status_alert_background_tall_nocolor"
  170. "iconColor" "HudBlack"
  171. "scaleImage" "1"
  172. }
  173.  
  174. "MoveableIcon"
  175. {
  176. "ControlName" "CIconPanel"
  177. "fieldName" "MoveableIcon"
  178. "xpos" "9999"
  179. "ypos" "9999"
  180. "zpos" "11"
  181. "wide" "0"
  182. "tall" "0"
  183. "visible" "0"
  184. "enabled" "0"
  185. "icon" "obj_status_sentrygun_1"
  186. "drawcolor" "ahudWhite"
  187. "scaleImage" "1"
  188. }
  189. "MoveableSymbolIcon"
  190. {
  191. "ControlName" "ImagePanel"
  192. "fieldName" "MoveableSymbolIcon"
  193. "xpos" "16"
  194. "ypos" "-2"
  195. "zpos" "12"
  196. "wide" "16"
  197. "tall" "8"
  198. "visible" "1"
  199. "enabled" "1"
  200. "image" "../hud/eng_sel_item_movable"
  201. "drawcolor" "ahudWhite"
  202. "scaleImage" "1"
  203. }
  204.  
  205. "MoveableKeyLabel"
  206. {
  207. "ControlName" "Label"
  208. "fieldName" "MoveableKeyLabel"
  209. "font" "NormalCode10"
  210. "xpos" "0"
  211. "ypos" "35"
  212. "zpos" "1"
  213. "wide" "640"
  214. "tall" "24"
  215. "autoResize" "0"
  216. "pinCorner" "0"
  217. "visible" "1"
  218. "enabled" "1"
  219. "labelText" ""
  220. "textAlignment" "North"
  221. "dulltext" "0"
  222. "brighttext" "0"
  223. }
  224. }
  225.  
  226. "AvatarImage"
  227. {
  228. "ControlName" "CAvatarImagePanel"
  229. "fieldName" "AvatarImage"
  230. "xpos" "0"
  231. "ypos" "25"
  232. "zpos" "99"
  233. "wide" "12"
  234. "tall" "12"
  235. "visible" "1"
  236. "enabled" "1"
  237. "image" ""
  238. "scaleImage" "1"
  239. "color_outline" "52 48 45 255"
  240. }
  241. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement