Advertisement
Guest User

BXHUD Scoreboard BG

a guest
Jun 3rd, 2013
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.25 KB | None | 0 0
  1. "Resource/UI/Scoreboard.res"
  2. {
  3. "DarkBackground"
  4. {
  5. "ControlName" "CExImageButton"
  6. "fieldName" "DarkBackground"
  7. "xpos" "c-200"
  8. "ypos" "c-35"
  9. "zpos" "0"
  10. "wide" "400"
  11. "tall" "218"
  12. "tall_minmode" "135"
  13. "visible" "1"
  14. "enabled" "1"
  15. "defaultbgcolor_override" "0 0 0 130"
  16. "PaintBackgroundType" "0"
  17. "TextInsetX" "999999"
  18. }
  19. "scores"
  20. {
  21. "ControlName" "CTFClientScoreBoardDialog"
  22. "fieldName" "scoreinfo"
  23. "xpos" "c-320"
  24. "ypos" "0"
  25. "wide" "f0"
  26. "tall" "480"
  27. "autoResize" "0"
  28. "pinCorner" "0"
  29. "visible" "1"
  30. "enabled" "1"
  31. "tabPosition" "0"
  32. "avatar_width" "2" [$WIN32]
  33. "name_width" "90" [$WIN32]
  34. "status_width" "15" [$WIN32]
  35. "nemesis_width" "15" [$WIN32]
  36. "class_width" "15" [$WIN32]
  37. "score_width" "20"
  38. "ping_width" "20" [$WIN32]
  39. }
  40. "BlueScoreBG"
  41. {
  42. "ControlName" "ImagePanel"
  43. "fieldName" "BlueScoreBG"
  44. "xpos" "999999"
  45. }
  46. "RedScoreBG"
  47. {
  48. "ControlName" "ImagePanel"
  49. "fieldName" "RedScoreBG"
  50. "xpos" "999999"
  51. }
  52. "MainBG"
  53. {
  54. "ControlName" "EditablePanel"
  55. "fieldName" "MainBG"
  56. "xpos" "999999"
  57. }
  58. "BlueTeamLabel"
  59. {
  60. "ControlName" "CExLabel"
  61. "fieldName" "BlueTeamLabel"
  62. "font" "roboto18"
  63. "fgcolor" "255 255 255 255"
  64. "labelText" "%blueteamname%"
  65. "textAlignment" "west"
  66. "textinsetx" "20"
  67. "xpos" "c-200"
  68. "ypos" "c-25" [$WIN32]
  69. "wide" "200"
  70. "tall" "20"
  71. "autoResize" "0"
  72. "pinCorner" "0"
  73. "visible" "1"
  74. "enabled" "1"
  75.  
  76. if_mvm
  77. {
  78. "visible" "0"
  79. }
  80. }
  81. "Versus"
  82. {
  83. "ControlName" "CExLabel"
  84. "fieldName" "Versus"
  85. "font" "roboto14"
  86. "fgcolor" "255 255 255 175"
  87. "labelText" "VS"
  88. "textAlignment" "center"
  89. "xpos" "c-200"
  90. "ypos" "c-38" [$WIN32]
  91. "zpos" "3"
  92. "wide" "400"
  93. "tall" "40"
  94. "autoResize" "0"
  95. "pinCorner" "0"
  96. "visible" "1"
  97. "enabled" "1"
  98. }
  99. "BlueTeamScore"
  100. {
  101. "ControlName" "CExLabel"
  102. "fieldName" "BlueTeamScore"
  103. "font" "roboto32"
  104. "fgcolor" "255 255 255 255"
  105. "labelText" "%blueteamscore%"
  106. "textAlignment" "east"
  107. "textinsetx" "20"
  108. "xpos" "c-200"
  109. "ypos" "c-40"
  110. "zpos" "4"
  111. "wide" "200"
  112. "tall" "40"
  113. "autoResize" "0"
  114. "pinCorner" "0"
  115. "visible" "1"
  116. "enabled" "1"
  117.  
  118. if_mvm
  119. {
  120. "visible" "0"
  121. }
  122. }
  123. "BlueTeamScoreDropshadow"
  124. {
  125. "ControlName" "CExLabel"
  126. "fieldName" "BlueTeamScoreDropshadow"
  127. "font" "roboto32"
  128. "fgcolor" "0 0 0 130"
  129. "labelText" "%blueteamscore%"
  130. "textAlignment" "east"
  131. "textinsetx" "20"
  132. "xpos" "c-199"
  133. "ypos" "c-39"
  134. "zpos" "4"
  135. "wide" "200"
  136. "tall" "40"
  137. "autoResize" "0"
  138. "pinCorner" "0"
  139. "visible" "1"
  140. "enabled" "1"
  141.  
  142. if_mvm
  143. {
  144. "visible" "0"
  145. }
  146. }
  147. "BlueTeamPlayerCount"
  148. {
  149. "ControlName" "CExLabel"
  150. "fieldName" "BlueTeamPlayerCount"
  151. "font" "roboto10"
  152. "fgcolor" "255 255 255 255"
  153. "labelText" "%blueteamplayercount%"
  154. "textAlignment" "west"
  155. "textinsetx" "20"
  156. "xpos" "c-200"
  157. "ypos" "c-15"
  158. "wide" "100"
  159. "tall" "20"
  160. "autoResize" "0"
  161. "pinCorner" "0"
  162. "visible" "1"
  163. "enabled" "1"
  164.  
  165. if_mvm
  166. {
  167. "visible" "0"
  168. }
  169. }
  170. "RedTeamLabel"
  171. {
  172. "ControlName" "CExLabel"
  173. "fieldName" "RedTeamLabel"
  174. "font" "roboto18"
  175. "fgcolor" "255 255 255 255"
  176. "labelText" "%redteamname%"
  177. "textAlignment" "east"
  178. "textinsetx" "20"
  179. "xpos" "c0"
  180. "ypos" "c-25" [$WIN32]
  181. "wide" "200"
  182. "tall" "20"
  183. "autoResize" "0"
  184. "pinCorner" "0"
  185. "visible" "1"
  186. "enabled" "1"
  187.  
  188. if_mvm
  189. {
  190. "visible" "0"
  191. }
  192. }
  193. "RedTeamScore"
  194. {
  195. "ControlName" "CExLabel"
  196. "fieldName" "RedTeamScore"
  197. "font" "Roboto32"
  198. "fgcolor" "255 255 255 255"
  199. "labelText" "%redteamscore%"
  200. "textAlignment" "west"
  201. "textinsetx" "20"
  202. "xpos" "c0"
  203. "ypos" "c-40"
  204. "zpos" "4"
  205. "wide" "200"
  206. "tall" "40"
  207. "autoResize" "0"
  208. "pinCorner" "0"
  209. "visible" "1"
  210. "enabled" "1"
  211.  
  212. if_mvm
  213. {
  214. "visible" "0"
  215. }
  216. }
  217. "RedTeamScoreDropshadow"
  218. {
  219. "ControlName" "CExLabel"
  220. "fieldName" "RedTeamScoreDropshadow"
  221. "font" "roboto32"
  222. "fgcolor" "0 0 0 130"
  223. "labelText" "%redteamscore%"
  224. "textAlignment" "west"
  225. "textinsetx" "20"
  226. "xpos" "c1"
  227. "ypos" "c-39"
  228. "zpos" "4"
  229. "wide" "200"
  230. "tall" "40"
  231. "autoResize" "0"
  232. "pinCorner" "0"
  233. "visible" "1"
  234. "enabled" "1"
  235.  
  236. if_mvm
  237. {
  238. "visible" "0"
  239. }
  240. }
  241. "RedTeamPlayerCount"
  242. {
  243. "ControlName" "CExLabel"
  244. "fieldName" "RedTeamPlayerCount"
  245. "font" "roboto10"
  246. "fgcolor" "255 255 255 255"
  247. "labelText" "%redteamplayercount%"
  248. "textAlignment" "east"
  249. "textinsetx" "20"
  250. "xpos" "c0"
  251. "ypos" "c-15"
  252. "wide" "200"
  253. "tall" "20"
  254. "autoResize" "0"
  255. "pinCorner" "0"
  256. "visible" "1"
  257. "enabled" "1"
  258.  
  259. if_mvm
  260. {
  261. "visible" "0"
  262. }
  263. }
  264. "ServerLabel"
  265. {
  266. "ControlName" "CExLabel"
  267. "fieldName" "ServerLabel"
  268. "font" "robotoreg10"
  269. "fgcolor" "255 255 255 255"
  270. "labelText" "%server%"
  271. "textAlignment" "east"
  272. "textinsetx" "20"
  273. "xpos" "c0"
  274. "ypos" "r70"
  275. "zpos" "2"
  276. "wide" "320"
  277. "tall" "20"
  278. "autoResize" "0"
  279. "pinCorner" "0"
  280. "visible" "1" [$WIN32]
  281. "enabled" "1"
  282.  
  283. if_mvm
  284. {
  285. "ypos" "0"
  286. }
  287. }
  288. "ServerTimeLeft"
  289. {
  290. "ControlName" "CExLabel"
  291. "fieldName" "ServerTimeLeft"
  292. "font" "roboto10"
  293. "fgcolor" "255 255 255 255"
  294. "labelText" "%servertimeleft%"
  295. "textAlignment" "center"
  296. "xpos" "c-320"
  297. "ypos" "c-13"
  298. "wide" "640"
  299. "tall" "20"
  300. "autoResize" "0"
  301. "pinCorner" "0"
  302. "visible" "1" [$WIN32]
  303. "enabled" "1"
  304.  
  305. if_mvm
  306. {
  307. "ypos" "0"
  308. }
  309. }
  310. "BluePlayerList"
  311. {
  312. "ControlName" "SectionedListPanel"
  313. "fieldName" "BluePlayerList"
  314. "xpos" "c-197"
  315. "ypos" "c0"
  316. "zpos" "20"
  317. "wide" "200"
  318. "tall" "178" [$WIN32]
  319. "tall_minmode" "95"
  320. "pinCorner" "0"
  321. "visible" "1"
  322. "enabled" "1"
  323. "tabPosition" "0"
  324. "autoresize" "3"
  325. "linespacing" "14"
  326. "fgcolor" "blue"
  327.  
  328. if_mvm
  329. {
  330. "visible" "0"
  331. }
  332. }
  333. "RedPlayerList"
  334. {
  335. "ControlName" "SectionedListPanel"
  336. "fieldName" "RedPlayerList"
  337. "xpos" "c-3"
  338. "ypos" "c0"
  339. "zpos" "20"
  340. "wide" "200"
  341. "tall" "178" [$WIN32]
  342. "tall_minmode" "95"
  343. "pinCorner" "0"
  344. "visible" "1"
  345. "enabled" "1"
  346. "tabPosition" "0"
  347. "autoresize" "3"
  348. "linespacing" "14"
  349. "textcolor" "red"
  350.  
  351. if_mvm
  352. {
  353. "visible" "0"
  354. }
  355. }
  356. "VerticalLine"
  357. {
  358. "ControlName" "ImagePanel"
  359. "fieldName" "VerticalLine"
  360. "xpos" "999999"
  361. }
  362. "Spectators"
  363. {
  364. "ControlName" "CExLabel"
  365. "fieldName" "Spectators"
  366. "font" "robotoreg10"
  367. "fgcolor" "255 255 255 255"
  368. "labelText" "%spectators%"
  369. "textAlignment" "west"
  370. "textinsetx" "20"
  371. "xpos" "c-320"
  372. "ypos" "r70" [$WIN32]
  373. "zpos" "4"
  374. "wide" "320"
  375. "tall" "20"
  376. "autoResize" "0"
  377. "pinCorner" "0"
  378. "visible" "1"
  379. "enabled" "1"
  380.  
  381. if_mvm
  382. {
  383. "ypos" "428"
  384. }
  385. }
  386. "SpectatorsInQueue"
  387. {
  388. "ControlName" "CExLabel"
  389. "fieldName" "SpectatorsInQueue"
  390. "font" "robotoreg10"
  391. "labelText" "%waitingtoplay%"
  392. "textAlignment" "west"
  393. "textinsetx" "20"
  394. "xpos" "c-320"
  395. "ypos" "r70" [$WIN32]
  396. "zpos" "4"
  397. "wide" "320"
  398. "tall" "20"
  399. "autoResize" "0"
  400. "pinCorner" "0"
  401. "visible" "1"
  402. "enabled" "1"
  403.  
  404. if_mvm
  405. {
  406. "visible" "0"
  407. }
  408. }
  409. "LocalBG"
  410. {
  411. "ControlName" "ImagePanel"
  412. "fieldName" "LocalBG"
  413. "xpos" "0"
  414. "ypos" "r50" [$WIN32]
  415. "zpos" "2"
  416. "wide" "f0"
  417. "tall" "50"
  418. "pinCorner" "0"
  419. "visible" "1"
  420. "enabled" "1"
  421. "fillcolor" "0 0 0 130"
  422. "PaintBackgroundType" "0"
  423. }
  424. "ClassImage"
  425. {
  426. "ControlName" "ImagePanel"
  427. "fieldName" "ClassImage"
  428. "xpos" "999999"
  429. }
  430. "PlayerNameLabel"
  431. {
  432. "ControlName" "CExLabel"
  433. "fieldName" "PlayerNameLabel"
  434. "xpos" "999999"
  435. }
  436. "HorizontalLine"
  437. {
  438. "ControlName" "ImagePanel"
  439. "fieldName" "HorizontalLine"
  440. "xpos" "999999"
  441. }
  442. "PlayerScoreLabel"
  443. {
  444. "ControlName" "CExLabel"
  445. "fieldName" "PlayerScoreLabel"
  446. "xpos" "999999"
  447. }
  448.  
  449. "LocalPlayerDuelStatsPanel"
  450. {
  451. "ControlName" "EditablePanel"
  452. "fieldName" "LocalPlayerDuelStatsPanel"
  453. "xpos" "999999"
  454. }
  455.  
  456. "LocalPlayerStatsPanel"
  457. {
  458. "ControlName" "EditablePanel"
  459. "fieldName" "LocalPlayerStatsPanel"
  460. "xpos" "0"
  461. "ypos" "0"
  462. "zpos" "3"
  463. "wide" "f0"
  464. "tall" "480"
  465. "autoResize" "0"
  466. "pinCorner" "0"
  467. "visible" "1"
  468. "enabled" "1"
  469.  
  470. if_mvm
  471. {
  472. "visible" "1"
  473. }
  474.  
  475.  
  476. "KillsLabel"
  477. {
  478. "ControlName" "CExLabel"
  479. "fieldName" "KillsLabel"
  480. "font" "robotoreg40"
  481. "fgcolor" "255 255 255 130"
  482. "labelText" ":"
  483. "textAlignment" "center"
  484. "textinsetx" "10"
  485. "xpos" "c-50"
  486. "ypos" "r54" [$WIN32]
  487. "zpos" "3"
  488. "wide" "100"
  489. "tall" "50"
  490. "autoResize" "0"
  491. "pinCorner" "0"
  492. "visible" "1"
  493. "enabled" "1"
  494. }
  495. "DeathsLabel"
  496. {
  497. "ControlName" "CExLabel"
  498. "fieldName" "DeathsLabel"
  499. "xpos" "999999"
  500. }
  501.  
  502.  
  503. "Kills"
  504. {
  505. "ControlName" "CExLabel"
  506. "fieldName" "Kills"
  507. "font" "robotoreg40"
  508. "fgcolor" "255 255 255 255"
  509. "labelText" "%kills%"
  510. "textAlignment" "east"
  511. "textinsetx" "10"
  512. "xpos" "c-50"
  513. "ypos" "r52" [$WIN32]
  514. "zpos" "3"
  515. "wide" "50"
  516. "tall" "50"
  517. "autoResize" "0"
  518. "pinCorner" "0"
  519. "visible" "1"
  520. "enabled" "1"
  521. }
  522. "Deaths"
  523. {
  524. "ControlName" "CExLabel"
  525. "fieldName" "Deaths"
  526. "font" "robotoreg40"
  527. "fgcolor" "255 255 255 255"
  528. "labelText" "%deaths%"
  529. "textAlignment" "west"
  530. "textinsetx" "10"
  531. "xpos" "c0"
  532. "ypos" "r52" [$WIN32]
  533. "zpos" "3"
  534. "wide" "50"
  535. "tall" "50"
  536. "autoResize" "0"
  537. "pinCorner" "0"
  538. "visible" "1"
  539. "enabled" "1"
  540. }
  541.  
  542.  
  543. "AssistsLabel"
  544. {
  545. "ControlName" "CExLabel"
  546. "fieldName" "AssistsLabel"
  547. "font" "robotoreg10"
  548. "fgcolor" "255 255 255 255"
  549. "labelText" "#TF_ScoreBoard_AssistsLabel"
  550. "textAlignment" "south-west"
  551. "textinsetx" "20"
  552. "xpos" "c-320"
  553. "ypos" "r50" [$WIN32]
  554. "zpos" "3"
  555. "wide" "90"
  556. "tall" "25"
  557. "autoResize" "0"
  558. "pinCorner" "0"
  559. "visible" "1"
  560. "enabled" "1"
  561. }
  562. "Assists"
  563. {
  564. "ControlName" "CExLabel"
  565. "fieldName" "Assists"
  566. "font" "robotoreg12"
  567. "fgcolor" "255 255 255 255"
  568. "labelText" "%assists%"
  569. "textAlignment" "south-east"
  570. "textinsetx" "10"
  571. "xpos" "c-320"
  572. "ypos" "r50" [$WIN32]
  573. "zpos" "3"
  574. "wide" "90"
  575. "tall" "25"
  576. "autoResize" "0"
  577. "pinCorner" "0"
  578. "visible" "1"
  579. "enabled" "1"
  580. }
  581. "BackstabsLabel"
  582. {
  583. "ControlName" "CExLabel"
  584. "fieldName" "BackstabsLabel"
  585. "font" "robotoreg10"
  586. "fgcolor" "255 255 255 255"
  587. "labelText" "#TF_ScoreBoard_BackstabsLabel"
  588. "textAlignment" "north-west"
  589. "textinsetx" "20"
  590. "xpos" "c-320" [$WIN32]
  591. "ypos" "r25" [$WIN32]
  592. "zpos" "3"
  593. "wide" "90"
  594. "tall" "25"
  595. "autoResize" "0"
  596. "pinCorner" "0"
  597. "visible" "1"
  598. "enabled" "1"
  599. }
  600. "Backstabs"
  601. {
  602. "ControlName" "CExLabel"
  603. "fieldName" "Backstabs"
  604. "font" "robotoreg12"
  605. "fgcolor" "255 255 255 255"
  606. "labelText" "%backstabs%"
  607. "textAlignment" "north-east" [$WIN32]
  608. "textinsetx" "10"
  609. "xpos" "c-320" [$WIN32]
  610. "ypos" "r25" [$WIN32]
  611. "zpos" "3"
  612. "wide" "90"
  613. "tall" "25"
  614. "autoResize" "0"
  615. "pinCorner" "0"
  616. "visible" "1"
  617. "enabled" "1"
  618. }
  619. "BonusLabel"
  620. {
  621. "ControlName" "CExLabel"
  622. "fieldName" "BonusLabel"
  623. "font" "robotoreg10"
  624. "fgcolor" "255 255 255 255"
  625. "labelText" "#TF_ScoreBoard_BonusLabel"
  626. "textAlignment" "south-west"
  627. "textinsetx" "20"
  628. "xpos" "c-230" [$WIN32]
  629. "ypos" "r50" [$WIN32]
  630. "zpos" "3"
  631. "wide" "90"
  632. "tall" "25"
  633. "autoResize" "0"
  634. "pinCorner" "0"
  635. "visible" "1"
  636. "enabled" "1"
  637. }
  638. "Bonus"
  639. {
  640. "ControlName" "CExLabel"
  641. "fieldName" "Bonus"
  642. "font" "robotoreg12"
  643. "fgcolor" "255 255 255 255"
  644. "labelText" "%bonus%"
  645. "textAlignment" "south-east" [$WIN32]
  646. "textinsetx" "10"
  647. "xpos" "c-230" [$WIN32]
  648. "ypos" "r50" [$WIN32]
  649. "zpos" "3"
  650. "wide" "90"
  651. "tall" "25"
  652. "autoResize" "0"
  653. "pinCorner" "0"
  654. "visible" "1"
  655. "enabled" "1"
  656. }
  657. "CapturesLabel"
  658. {
  659. "ControlName" "CExLabel"
  660. "fieldName" "CapturesLabel"
  661. "font" "robotoreg10"
  662. "fgcolor" "255 255 255 255"
  663. "labelText" "#TF_ScoreBoard_CapturesLabel"
  664. "textAlignment" "north-west"
  665. "textinsetx" "20"
  666. "xpos" "c-230" [$WIN32]
  667. "ypos" "r25" [$WIN32]
  668. "zpos" "3"
  669. "wide" "90"
  670. "tall" "25"
  671. "autoResize" "0"
  672. "pinCorner" "0"
  673. "visible" "1"
  674. "enabled" "1"
  675. }
  676. "Captures"
  677. {
  678. "ControlName" "CExLabel"
  679. "fieldName" "Captures"
  680. "font" "robotoreg12"
  681. "fgcolor" "255 255 255 255"
  682. "labelText" "%captures%"
  683. "textAlignment" "north-east"
  684. "textinsetx" "10"
  685. "xpos" "c-230" [$WIN32]
  686. "ypos" "r25" [$WIN32]
  687. "zpos" "3"
  688. "wide" "90"
  689. "tall" "25"
  690. "autoResize" "0"
  691. "pinCorner" "0"
  692. "visible" "1"
  693. "enabled" "1"
  694. }
  695. "DefensesLabel"
  696. {
  697. "ControlName" "CExLabel"
  698. "fieldName" "DefensesLabel"
  699. "font" "robotoreg10"
  700. "fgcolor" "255 255 255 255"
  701. "labelText" "#TF_ScoreBoard_DefensesLabel"
  702. "textAlignment" "south-west"
  703. "textinsetx" "20"
  704. "xpos" "c-140" [$WIN32]
  705. "ypos" "r50" [$WIN32]
  706. "zpos" "3"
  707. "wide" "90"
  708. "tall" "25"
  709. "autoResize" "0"
  710. "pinCorner" "0"
  711. "visible" "1"
  712. "enabled" "1"
  713. }
  714. "Defenses"
  715. {
  716. "ControlName" "CExLabel"
  717. "fieldName" "Defenses"
  718. "font" "robotoreg12"
  719. "fgcolor" "255 255 255 255"
  720. "labelText" "%defenses%"
  721. "textAlignment" "south-east"
  722. "textinsetx" "10"
  723. "xpos" "c-140" [$WIN32]
  724. "ypos" "r50" [$WIN32]
  725. "zpos" "3"
  726. "wide" "90"
  727. "tall" "25"
  728. "autoResize" "0"
  729. "pinCorner" "0"
  730. "visible" "1"
  731. "enabled" "1"
  732. }
  733. "DestructionLabel"
  734. {
  735. "ControlName" "CExLabel"
  736. "fieldName" "DestructionLabel"
  737. "font" "robotoreg10"
  738. "fgcolor" "255 255 255 255"
  739. "labelText" "#TF_ScoreBoard_DestructionLabel"
  740. "textAlignment" "north-west"
  741. "textinsetx" "20"
  742. "xpos" "c-140"
  743. "ypos" "r25" [$WIN32]
  744. "zpos" "3"
  745. "wide" "90"
  746. "tall" "25"
  747. "autoResize" "0"
  748. "pinCorner" "0"
  749. "visible" "1"
  750. "enabled" "1"
  751. }
  752. "Destruction"
  753. {
  754. "ControlName" "CExLabel"
  755. "fieldName" "Destruction"
  756. "font" "robotoreg12"
  757. "fgcolor" "255 255 255 255"
  758. "labelText" "%destruction%"
  759. "textAlignment" "north-east"
  760. "textinsetx" "10"
  761. "xpos" "c-140"
  762. "ypos" "r25" [$WIN32]
  763. "zpos" "3"
  764. "wide" "90"
  765. "tall" "25"
  766. "autoResize" "0"
  767. "pinCorner" "0"
  768. "visible" "1"
  769. "enabled" "1"
  770. }
  771. "DominationLabel"
  772. {
  773. "ControlName" "CExLabel"
  774. "fieldName" "DominationLabel"
  775. "font" "robotoreg10"
  776. "fgcolor" "255 255 255 255"
  777. "labelText" "#TF_ScoreBoard_DominationLabel"
  778. "textAlignment" "south-west"
  779. "textinsetx" "10"
  780. "xpos" "c50" [$WIN32]
  781. "ypos" "r50" [$WIN32]
  782. "zpos" "3"
  783. "wide" "90"
  784. "tall" "25"
  785. "autoResize" "0"
  786. "pinCorner" "0"
  787. "visible" "1"
  788. "enabled" "1"
  789. }
  790. "Domination"
  791. {
  792. "ControlName" "CExLabel"
  793. "fieldName" "Domination"
  794. "font" "robotoreg12"
  795. "fgcolor" "255 255 255 255"
  796. "labelText" "%dominations%"
  797. "textAlignment" "south-east"
  798. "textinsetx" "20"
  799. "xpos" "c50" [$WIN32]
  800. "ypos" "r50" [$WIN32]
  801. "zpos" "3"
  802. "wide" "90"
  803. "tall" "25"
  804. "autoResize" "0"
  805. "pinCorner" "0"
  806. "visible" "1"
  807. "enabled" "1"
  808. }
  809. "HeadshotsLabel"
  810. {
  811. "ControlName" "CExLabel"
  812. "fieldName" "HeadshotsLabel"
  813. "font" "robotoreg10"
  814. "fgcolor" "255 255 255 255"
  815. "labelText" "#TF_ScoreBoard_HeadshotsLabel"
  816. "textAlignment" "north-west"
  817. "textinsetx" "10"
  818. "xpos" "c50" [$WIN32]
  819. "ypos" "r25" [$WIN32]
  820. "zpos" "3"
  821. "wide" "90" [$WIN32]
  822. "tall" "25"
  823. "autoResize" "0"
  824. "pinCorner" "0"
  825. "visible" "1"
  826. "enabled" "1"
  827. }
  828. "Headshots"
  829. {
  830. "ControlName" "CExLabel"
  831. "fieldName" "Headshots"
  832. "font" "robotoreg12"
  833. "fgcolor" "255 255 255 255"
  834. "labelText" "%headshots%"
  835. "textAlignment" "north-east"
  836. "textinsetx" "20"
  837. "xpos" "c50" [$WIN32]
  838. "ypos" "r25" [$WIN32]
  839. "zpos" "3"
  840. "wide" "90"
  841. "tall" "25"
  842. "autoResize" "0"
  843. "pinCorner" "0"
  844. "visible" "1"
  845. "enabled" "1"
  846. }
  847. "HealingLabel"
  848. {
  849. "ControlName" "CExLabel"
  850. "fieldName" "HealingLabel"
  851. "font" "robotoreg10"
  852. "fgcolor" "255 255 255 255"
  853. "labelText" "#TF_ScoreBoard_HealingLabel"
  854. "textAlignment" "south-west"
  855. "textinsetx" "10"
  856. "xpos" "c140" [$WIN32]
  857. "ypos" "r50" [$WIN32]
  858. "zpos" "3"
  859. "wide" "90" [$WIN32]
  860. "tall" "25"
  861. "autoResize" "0"
  862. "pinCorner" "0"
  863. "visible" "1"
  864. "enabled" "1"
  865. }
  866. "Healing"
  867. {
  868. "ControlName" "CExLabel"
  869. "fieldName" "Healing"
  870. "font" "robotoreg12"
  871. "fgcolor" "255 255 255 255"
  872. "labelText" "%healing%"
  873. "textAlignment" "south-east"
  874. "textinsetx" "20"
  875. "xpos" "c140" [$WIN32]
  876. "ypos" "r50" [$WIN32]
  877. "zpos" "3"
  878. "wide" "90"
  879. "tall" "25"
  880. "autoResize" "0"
  881. "pinCorner" "0"
  882. "visible" "1"
  883. "enabled" "1"
  884. }
  885. "InvulnLabel"
  886. {
  887. "ControlName" "CExLabel"
  888. "fieldName" "InvulnLabel"
  889. "font" "robotoreg10"
  890. "fgcolor" "255 255 255 255"
  891. "labelText" "#TF_ScoreBoard_InvulnLabel"
  892. "textAlignment" "north-west"
  893. "textinsetx" "10"
  894. "xpos" "c140" [$WIN32]
  895. "ypos" "r25" [$WIN32]
  896. "zpos" "3"
  897. "wide" "90"
  898. "tall" "25"
  899. "autoResize" "0"
  900. "pinCorner" "0"
  901. "visible" "1"
  902. "enabled" "1"
  903. }
  904. "Invuln"
  905. {
  906. "ControlName" "CExLabel"
  907. "fieldName" "Invuln"
  908. "font" "robotoreg12"
  909. "fgcolor" "255 255 255 255"
  910. "labelText" "%invulns%"
  911. "textAlignment" "north-east"
  912. "textinsetx" "20"
  913. "xpos" "c140" [$WIN32]
  914. "ypos" "r25" [$WIN32]
  915. "zpos" "3"
  916. "wide" "90"
  917. "tall" "25"
  918. "autoResize" "0"
  919. "pinCorner" "0"
  920. "visible" "1"
  921. "enabled" "1"
  922. }
  923. "RevengeLabel"
  924. {
  925. "ControlName" "CExLabel"
  926. "fieldName" "RevengeLabel"
  927. "font" "robotoreg10"
  928. "fgcolor" "255 255 255 255"
  929. "labelText" "#TF_ScoreBoard_RevengeLabel"
  930. "textAlignment" "south-west"
  931. "textinsetx" "10"
  932. "xpos" "c230" [$WIN32]
  933. "ypos" "r50" [$WIN32]
  934. "zpos" "3"
  935. "wide" "90"
  936. "tall" "25"
  937. "autoResize" "0"
  938. "pinCorner" "0"
  939. "visible" "1"
  940. "enabled" "1"
  941. }
  942.  
  943.  
  944. "Revenge"
  945. {
  946. "ControlName" "CExLabel"
  947. "fieldName" "Revenge"
  948. "font" "robotoreg12"
  949. "fgcolor" "255 255 255 255"
  950. "labelText" "%Revenge%"
  951. "textAlignment" "south-east"
  952. "textinsetx" "20"
  953. "xpos" "c230" [$WIN32]
  954. "ypos" "r50" [$WIN32]
  955. "zpos" "3"
  956. "wide" "90"
  957. "tall" "25"
  958. "autoResize" "0"
  959. "pinCorner" "0"
  960. "visible" "1"
  961. "enabled" "1"
  962. }
  963. "TeleportsLabel"
  964. {
  965. "ControlName" "CExLabel"
  966. "fieldName" "TeleportsLabel"
  967. "font" "robotoreg10"
  968. "fgcolor" "255 255 255 255"
  969. "labelText" "#TF_ScoreBoard_TeleportsLabel"
  970. "textAlignment" "north-west"
  971. "textinsetx" "10"
  972. "xpos" "c230" [$WIN32]
  973. "ypos" "r25" [$WIN32]
  974. "zpos" "3"
  975. "wide" "90" [$WIN32]
  976. "tall" "25"
  977. "autoResize" "0"
  978. "pinCorner" "0"
  979. "visible" "1"
  980. "enabled" "1"
  981. }
  982.  
  983.  
  984. "Teleports"
  985. {
  986. "ControlName" "CExLabel"
  987. "fieldName" "Teleports"
  988. "font" "robotoreg12"
  989. "fgcolor" "255 255 255 255"
  990. "labelText" "%teleports%"
  991. "textAlignment" "north-east"
  992. "textinsetx" "20"
  993. "xpos" "c230" [$WIN32]
  994. "ypos" "r25" [$WIN32]
  995. "zpos" "3"
  996. "wide" "90"
  997. "tall" "25"
  998. "autoResize" "0"
  999. "pinCorner" "0"
  1000. "visible" "1"
  1001. "enabled" "1"
  1002. }
  1003. "MapName"
  1004. {
  1005. "ControlName" "CExLabel"
  1006. "fieldName" "mapname"
  1007. "xpos" "999999"
  1008. }
  1009. "GameType"
  1010. {
  1011. "ControlName" "CExLabel"
  1012. "fieldName" "gametype"
  1013. "xpos" "999999"
  1014. }
  1015. }
  1016.  
  1017. "MvMScoreboard"
  1018. {
  1019. "ControlName" "CTFHudMannVsMachineScoreboard"
  1020. "fieldName" "MvMScoreboard"
  1021. "xpos" "0"
  1022. "ypos" "0"
  1023. "zpos" "10"
  1024. "wide" "f0"
  1025. "tall" "480"
  1026. "visible" "0"
  1027. "enabled" "1"
  1028.  
  1029. "verbose" "1"
  1030.  
  1031. if_mvm
  1032. {
  1033. "visible" "1"
  1034. }
  1035. }
  1036. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement