Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 KB | None | 0 0
  1. "Resource/UI/SpectatorTournament.res"
  2. {
  3. "specgui"
  4. {
  5. "ControlName" "Frame"
  6. "fieldName" "specgui"
  7. "wide" "f0"
  8. "tall" "480"
  9. "autoResize" "0"
  10. "pinCorner" "0"
  11. "enabled" "1"
  12.  
  13. "team1_player_base_offset_x" "-377"
  14. "team1_player_base_y" "110"
  15. "team1_player_delta_x" "0"
  16. "team1_player_delta_y" "33"
  17.  
  18. "team2_player_base_offset_x" "331"
  19. "team2_player_base_y" "110"
  20. "team2_player_delta_x" "0"
  21. "team2_player_delta_y" "33"
  22. "playerpanels_kv"
  23.  
  24. {
  25. "visible" "0"
  26. "wide" "46"
  27. "tall" "33"
  28. "zpos" "1"
  29.  
  30. "color_ready" "0 255 0 220"
  31. "color_notready" "0 0 0 220"
  32.  
  33. "playername"
  34. {
  35. "ControlName" "CExLabel"
  36. "fieldName" "playername"
  37. "font" "defaultverysmall"
  38. "xpos" "4"
  39. "ypos" "23"
  40. "zpos" "5"
  41. "wide" "41"
  42. "tall" "8"
  43. "autoResize" "0"
  44. "pinCorner" "0"
  45. "visible" "1"
  46. "labelText" "%playername%"
  47. "textAlignment" "north-west"
  48. "fgcolor" "235 226 202 255"
  49.  
  50. if_mvm
  51. {
  52. "xpos" "4"
  53. "ypos" "23"
  54. "wide" "41"
  55. "textAlignment" "north-west"
  56. "font" "PlayerPanelPlayerName"
  57. }
  58. }
  59.  
  60. "classimage"
  61. {
  62. "ControlName" "CTFClassImage"
  63. "fieldName" "classimage"
  64. "xpos" "7"
  65. "ypos" "4"
  66. "zpos" "-2"
  67. "wide" "15"
  68. "tall" "15"
  69. "visible" "1"
  70. "enabled" "1"
  71. "image" "../hud/class_scoutred"
  72. "scaleImage" "1"
  73.  
  74. }
  75.  
  76. "classimagebg"
  77. {
  78. "ControlName" "Panel"
  79. "fieldName" "classimagebg"
  80. "xpos" "5"
  81. "ypos" "4"
  82. "zpos" "2"
  83. "wide" "20"
  84. "tall" "20"
  85. "visible" "0"
  86. "enabled" "1"
  87. "bgcolor_override" "Black"
  88. "PaintBackgroundType" "0"
  89.  
  90. if_mvm
  91. {
  92. "visible" "1"
  93. }
  94. }
  95.  
  96. "HealthIcon"
  97. {
  98. "ControlName" "EditablePanel"
  99. "fieldName" "HealthIcon"
  100. "xpos" "22"
  101. "ypos" "-3"
  102. "zpos" "3"
  103. "wide" "35"
  104. "tall" "32"
  105. "visible" "1"
  106. "enabled" "1"
  107. "HealthBonusPosAdj" "10"
  108. "HealthDeathWarning" "0.49"
  109. "TFFont" "HudFontSmallest"
  110. "HealthDeathWarningColor" "HUDDeathWarning"
  111. "TextColor" "White"
  112. }
  113.  
  114. "ReadyBG"
  115. {
  116. "ControlName" "ScalableImagePanel"
  117. "fieldName" "ReadyBG"
  118. "xpos" "30"
  119. "ypos" "6"
  120. "zpos" "-1"
  121. "wide" "16"
  122. "tall" "16"
  123. "autoResize" "0"
  124. "pinCorner" "0"
  125. "visible" "0"
  126. "enabled" "1"
  127. "image" "../HUD/tournament_panel_brown"
  128.  
  129. "src_corner_height" "22" // pixels inside the image
  130. "src_corner_width" "22"
  131.  
  132. "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional
  133. "draw_corner_height" "3"
  134.  
  135. if_mvm
  136. {
  137. "visible" "1"
  138. }
  139. }
  140.  
  141. "ReadyImage"
  142. {
  143. "ControlName" "ImagePanel"
  144. "fieldName" "ReadyImage"
  145. "xpos" "32"
  146. "ypos" "8"
  147. "zpos" "0"
  148. "wide" "12"
  149. "tall" "12"
  150. "autoResize" "0"
  151. "pinCorner" "0"
  152. "visible" "0"
  153. "enabled" "1"
  154. "image" "hud/checkmark"
  155. "scaleImage" "1"
  156.  
  157. if_mvm
  158. {
  159. "visible" "1"
  160. }
  161. }
  162.  
  163. "respawntime"
  164. {
  165. "ControlName" "CExLabel"
  166. "fieldName" "respawntime"
  167. "font" "HudFontSmallestBorder"
  168. "xpos" "26"
  169. "ypos" "14"
  170. "zpos" "5"
  171. "wide" "15"
  172. "tall" "10"
  173. "autoResize" "0"
  174. "pinCorner" "0"
  175. "visible" "1"
  176. "labelText" "%respawntime%"
  177. "textAlignment" "north"
  178. "fgcolor" "white"
  179.  
  180. if_mvm
  181. {
  182. "ypos" "17"
  183. }
  184. }
  185.  
  186. "chargeamount"
  187. {
  188. "ControlName" "CExLabel"
  189. "fieldName" "chargeamount"
  190. "font" "HudFontSmallestBorder"
  191. "xpos" "-2"
  192. "ypos" "17"
  193. "zpos" "6"
  194. "wide" "35"
  195. "tall" "15"
  196. "autoResize" "0"
  197. "pinCorner" "0"
  198. "visible" "1"
  199. "labelText" "%chargeamount%"
  200. "textAlignment" "north"
  201. "fgcolor" "0 255 0 255"
  202. }
  203.  
  204. "specindex"
  205. {
  206. "ControlName" "CExLabel"
  207. "fieldName" "specindex"
  208. "font" "DefaultVerySmall"
  209. "xpos" "4"
  210. "ypos" "3"
  211. "zpos" "5"
  212. "wide" "50"
  213. "tall" "8"
  214. "autoResize" "0"
  215. "pinCorner" "0"
  216. "visible" "1"
  217. "labelText" "%specindex%"
  218. "textAlignment" "north-west"
  219. //"fgcolor" "235 226 202 255"
  220. }
  221. }
  222. }
  223. "topbar"
  224. {
  225. "ControlName" "Panel"
  226. "fieldName" "TopBar"
  227. "visible" "1"
  228. "tall" "75"
  229. }
  230. "BottomBar"
  231. {
  232. "ControlName" "Frame"
  233. "fieldName" "BottomBar"
  234. "xpos" "0"
  235. "ypos" "r70" [$WIN32]
  236. "ypos" "r90" [$X360]
  237. "ypos_minmode" "r20"
  238. "tall" "70" [$WIN32]
  239. "tall_minmode" "0"
  240. "tall" "90" [$X360]
  241. "autoResize" "0"
  242. "pinCorner" "0"
  243. "visible" "1"
  244. "enabled" "0"
  245. "tabPosition" "0"
  246. }
  247. "bottombarblank"
  248. {
  249. "ControlName" "Panel"
  250. "fieldName" "bottombarblank"
  251. "xpos" "0"
  252. "ypos" "r70" [$WIN32]
  253. "ypos" "r90" [$X360]
  254. "ypos_minmode" "r0"
  255. "tall" "70" [$WIN32] // this needs to match the size of BottomBar
  256. "tall_minmode" "0"
  257. "tall" "90" [$X360]
  258. "wide" "f0"
  259. "autoResize" "0"
  260. "pinCorner" "0"
  261. "visible" "1"
  262. "visible_minmode" "0"
  263. "enabled" "1"
  264. "tabPosition" "0"
  265. }
  266. "ReinforcementsLabel"
  267. {
  268. "ControlName" "CExLabel"
  269. "fieldName" "ReinforcementsLabel"
  270. "xpos" "c-150"
  271. "ypos" "28"
  272. "wide" "300"
  273. "tall" "18"
  274. "autoResize" "0"
  275. "pinCorner" "0"
  276. "visible" "1"
  277. "enabled" "1"
  278. "labelText" "#game_respawntime_in_secs"
  279. "textAlignment" "center"
  280. "font" "HudFontSmall"
  281.  
  282. if_mvm
  283. {
  284. "xpos" "c-190"
  285. "ypos" "1"
  286. "wide" "380"
  287. "textAlignment" "center"
  288. }
  289. }
  290. "BuyBackLabel"
  291. {
  292. "ControlName" "CExLabel"
  293. "fieldName" "BuyBackLabel"
  294. "xpos" "c-190"
  295. "ypos" "16"
  296. "wide" "380"
  297. "tall" "14"
  298. "autoResize" "0"
  299. "pinCorner" "0"
  300. "visible" "0"
  301. "enabled" "1"
  302. "labelText" "#TF_PVE_Buyback"
  303. "textAlignment" "center"
  304. "font" "HudFontSmall"
  305. "wrap" "1"
  306. "centerwrap" "1"
  307.  
  308. if_mvm
  309. {
  310. "visible" "1"
  311. }
  312. }
  313. "MapLabel"
  314. {
  315. "ControlName" "CExLabel"
  316. "fieldName" "MapLabel"
  317. "visible" "1"
  318. }
  319. "ClassOrTeamLabel"
  320. {
  321. "ControlName" "CExLabel"
  322. "fieldName" "ClassOrTeamLabel"
  323. "visible" "0"
  324. }
  325. "SwitchCamModeKeyLabel"
  326. {
  327. "ControlName" "CExLabel"
  328. "fieldName" "SwitchCamModeKeyLabel"
  329. "visible" "0"
  330.  
  331. }
  332. "SwitchCamModeLabel"
  333. {
  334. "ControlName" "CExLabel"
  335. "fieldName" "SwitchCamModeLabel"
  336. "visible" "0"
  337. }
  338. "CycleTargetFwdKeyLabel"
  339. {
  340. "ControlName" "CExLabel"
  341. "fieldName" "CycleTargetFwdKeyLabel"
  342. "visible" "0"
  343. }
  344. "CycleTargetFwdLabel"
  345. {
  346. "ControlName" "CExLabel"
  347. "fieldName" "CycleTargetFwdLabel"
  348. "visible" "0"
  349. }
  350. "CycleTargetRevKeyLabel"
  351. {
  352. "ControlName" "CExLabel"
  353. "fieldName" "CycleTargetRevKeyLabel"
  354. "visible" "0"
  355. }
  356. "CycleTargetRevLabel"
  357. {
  358. "ControlName" "CExLabel"
  359. "fieldName" "CycleTargetRevLabel"
  360. "visible" "0"
  361. }
  362. "TipLabel"
  363. {
  364. "ControlName" "CExLabel"
  365. "fieldName" "TipLabel"
  366. "visible" "0"
  367. }
  368. "itempanel"
  369. {
  370. "ControlName" "CItemModelPanel"
  371. "fieldName" "itempanel"
  372. "xpos" "r270"
  373. "ypos" "300"
  374. "zpos" "1"
  375. "wide" "270"
  376. "tall" "180"
  377. "visible" "0"
  378. "bgcolor_override" "255 255 255 0"
  379. "PaintBackgroundType" "0"
  380.  
  381. "model_xpos" "10"
  382. "model_center_y" "1"
  383. "model_wide" "90"
  384. "model_tall" "55"
  385.  
  386. "text_xpos" "90"
  387. "text_wide" "170"
  388. "text_center" "1"
  389.  
  390. "max_text_height" "90"
  391. "padding_height" "40"
  392. "resize_to_text" "1"
  393. "text_forcesize" "2"
  394.  
  395. "itemmodelpanel"
  396. {
  397. "fieldName" "itemmodelpanel"
  398. "use_item_rendertarget" "1"
  399. "useparentbg" "1"
  400. }
  401.  
  402. "ItemLabel"
  403. {
  404. "ControlName" "Label"
  405. "fieldName" "ItemLabel"
  406. "font" "DefaultSmall"
  407. "xpos" "10"
  408. "ypos" "3"
  409. "zpos" "1"
  410. "wide" "270"
  411. "tall" "9"
  412. "autoResize" "0"
  413. "pinCorner" "0"
  414. "visible" "1"
  415. "enabled" "1"
  416. "labelText" "#FreezePanel_Item"
  417. "textAlignment" "Left"
  418. "dulltext" "0"
  419. "brighttext" "0"
  420. }
  421.  
  422. "attriblabel"
  423. {
  424. "ControlName" "CExLabel"
  425. "fieldName" "attriblabel"
  426. "font" "ItemFontAttribLarge"
  427. "xpos" "0"
  428. "ypos" "30"
  429. "zpos" "2"
  430. "wide" "140"
  431. "tall" "60"
  432. "autoResize" "0"
  433. "pinCorner" "0"
  434. "visible" "1"
  435. "enabled" "1"
  436. "labelText" "%attriblist%"
  437. "textAlignment" "south"
  438. "fgcolor" "235 226 202 255"
  439. "centerwrap" "1"
  440. }
  441. }
  442. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement