Advertisement
Guest User

atidere's clientscheme.res |tf2|

a guest
Apr 18th, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.92 KB | None | 0 0
  1. //
  2. // TRACKER SCHEME RESOURCE FILE
  3. //
  4. // sections:
  5. // colors - all the colors used by the scheme
  6. // basesettings - contains settings for app to use to draw controls
  7. // fonts - list of all the fonts used by app
  8. // borders - description of all the borders
  9. //
  10. //
  11. Scheme
  12. {
  13. //Name - currently overriden in code
  14. //{
  15. // "Name" "ClientScheme"
  16. //}
  17.  
  18. //////////////////////// COLORS ///////////////////////////
  19. Colors
  20. {
  21. // omp colours
  22. "OmpText" "255 255 255 255"
  23. "OmpShadow" "30 30 30 255"
  24.  
  25. "OmpLightBG" "30 30 30 125"
  26. "OmpMediumBG" "30 30 30 175"
  27. "OmpDarkBG" "30 30 30 225"
  28. "OmpDarkerBG" "30 30 30 250"
  29. "OmpDarkestBG" "30 30 30 255"
  30. "OmpWhiteBG" "225 225 225 225"
  31.  
  32. "OmpHP" "255 255 255 255"
  33. "OmpHPBuff" "125 225 30 255"
  34. "OmpHPLow" "255 200 30 255"
  35. "OmpSpecHP" "255 255 255 255"
  36. "OmpSpecHPBuff" "125 225 30 255"
  37. "OmpSpecHPLow" "255 200 30 255"
  38.  
  39. "OmpAmmoClip" "30 225 225 255"
  40. "OmpAmmoReserve" "255 30 255 255"
  41. "OmpAmmoMetal" "125 225 30 255"
  42. "OmpDemoPipes" "255 255 255 255"
  43.  
  44. "OmpAmmoClipLow1" "255 30 30 255"
  45. "OmpAmmoClipLow2" "200 30 30 255"
  46. "OmpAmmoReserveLow1" "255 30 30 255"
  47. "OmpAmmoReserveLow2" "200 30 30 255"
  48.  
  49. "OmpHealNumbers" "125 225 30 255"
  50. "OmpDamageNumbers" "255 255 30 255"
  51.  
  52. "OmpMeterLabel" "125 125 125 255"
  53. "OmpMedicCharge1" "125 225 30 255"
  54. "OmpMedicCharge2" "125 225 30 255"
  55.  
  56. "OmpChargeAmount" "30 225 225 255"
  57. "OmpRespawnTime" "255 30 255 255"
  58.  
  59. // base colors
  60. "Orange" "178 82 22 255"
  61. "OrangeDim" "178 82 22 120"
  62. "LightOrange" "188 112 0 128"
  63. "GoalOrange" "255 133 0"
  64. "TFOrange" "145 73 59 255"
  65.  
  66. "White" "235 235 235 255"
  67. "Red" "192 28 0 140"
  68. "RedSolid" "192 28 0 255"
  69. "Blue" "0 28 162 140"
  70. "Yellow" "251 235 202 255"
  71. "TransparentYellow" "251 235 202 140"
  72. //"Black" "0 0 0 255"
  73. //Changed black to a NTSC safe color
  74. "GreenSolid" "76 107 34 255"
  75.  
  76. "Black" "46 43 42 255"
  77. "TransparentBlack" "0 0 0 196"
  78. "TransparentLightBlack" "0 0 0 90"
  79. "FooterBGBlack" "52 48 55 255"
  80.  
  81. "HUDBlueTeam" "104 124 155 127"
  82. "HUDRedTeam" "180 92 77 127"
  83. "HUDSpectator" "124 124 124 127"
  84. "HUDBlueTeamSolid" "104 124 155 255"
  85. "HUDRedTeamSolid" "180 92 77 255"
  86. "HUDDeathWarning" "255 0 0 255"
  87. "HudWhite" "255 255 255 255"
  88. "HudOffWhite" "200 187 161 255"
  89. "HudBlack" "65 65 65 255"
  90. "ProgressBarBlue" "91 122 142 255"
  91.  
  92. "CreditsGreen" "94 150 49 255"
  93.  
  94. "Gray" "178 178 178 255"
  95.  
  96. "Blank" "0 0 0 0"
  97. "ForTesting" "255 0 0 32"
  98. "ForTesting_Magenta" "255 0 255 255"
  99. "ForTesting_MagentaDim" "255 0 255 120"
  100.  
  101. "HudPanelForeground" "123 110 59 184"
  102. "HudPanelBackground" "123 110 59 184"
  103. "HudPanelBorder" "255 255 255 102"
  104.  
  105. "HudProgressBarActive" "240 207 78 255"
  106. "HudProgressBarInActive" "140 120 73 255"
  107. "HudProgressBarActiveLow" "240 30 30 255"
  108. "HudProgressBarInActiveLow" "240 30 30 99"
  109.  
  110. "HudTimerProgressActive" "251 235 202 255"
  111. "HudTimerProgressInActive" "52 48 45 255"
  112. "HudTimerProgressWarning" "240 30 30 255"
  113.  
  114. // training
  115. "HudTrainingHint" "212 160 23 255"
  116.  
  117. "TanDark" "117 107 94 255"
  118. "TanLight" "235 226 202 255"
  119. "TanDarker" "46 43 42 255"
  120.  
  121. "StoreDarkTan" "131 121 104 255"
  122. "StoreGreen" "76 107 34 255"
  123.  
  124. // Building HUD Specific
  125. "LowHealthRed" "255 0 0 255"
  126. "ProgressOffWhite" "251 235 202 255"
  127. "ProgressBackground" "250 234 201 51"
  128. "HealthBgGrey" "72 71 69 255"
  129.  
  130. "ProgressOffWhiteTransparent" "251 235 202 128"
  131.  
  132. "LabelDark" "48 43 42 255"
  133. "LabelTransparent" "109 96 80 180"
  134.  
  135. "BuildMenuActive" "248 231 198 255"
  136.  
  137. "DisguiseMenuIconRed" "192 56 63 255"
  138. "DisguiseMenuIconBlue" "92 128 166 255"
  139.  
  140. "MatchmakingDialogTitleColor" "200 184 151 255"
  141. "MatchmakingMenuItemBackground" "46 43 42 255"
  142. "MatchmakingMenuItemBackgroundActive" "150 71 0 255"
  143. "MatchmakingMenuItemTitleColor" "200 184 151 255"
  144. "MatchmakingMenuItemDescriptionColor" "200 184 151 255"
  145.  
  146. "HTMLBackground" "95 92 101 255"
  147.  
  148. "ItemAttribLevel" "117 107 94 255"
  149. "ItemAttribNeutral" "235 226 202 255"
  150. "ItemAttribPositive" "153 204 255 255"
  151. "ItemAttribNegative" "255 64 64 255"
  152.  
  153. "ItemSetName" "225 255 15 255"
  154. "ItemSetItemEquipped" "149 175 12 255"
  155. "ItemSetItemMissing" "139 137 137 255"
  156. "ItemIsotope" "225 255 15 255"
  157. "ItemBundleItem" "149 175 12 255"
  158. "ItemLimitedUse" "0 160 0 255"
  159. "ItemFlags" "117 107 94 255"
  160.  
  161. "QualityColorNormal" "178 178 178 255"
  162. "QualityColorrarity1" "77 116 85 255"
  163. "QualityColorrarity2" "141 131 75 255"
  164. "QualityColorrarity3" "112 85 15 255"
  165. "QualityColorrarity4" "134 80 172 255"
  166. "QualityColorVintage" "71 98 145 255"
  167. "QualityColorUnique" "255 215 0 255"
  168. "QualityColorCommunity" "112 176 74 255"
  169. "QualityColorDeveloper" "165 15 121 255"
  170. "QualityColorSelfMade" "112 176 74 255"
  171. "QualityColorCustomized" "71 98 145 255"
  172. "QualityColorStrange" "207 106 50 255"
  173. "QualityColorCompleted" "134 80 172 255"
  174. "QualityColorHaunted" "56 243 171 255"
  175.  
  176. "SaleGreen" "76 107 34 255"
  177.  
  178. "LightRed" "200 80 60 255"
  179. "LighterRed" "220 100 80 255"
  180. "LighterDarkBrown" "59 54 48 255"
  181. "DarkBrown" "41 37 38 255"
  182.  
  183. "UpgradeDefaultFg" "87 82 74 255"
  184. "UpgradeDefaultBg" "111 104 94 255"
  185. "UpgradeArmedFg" "194 96 47 255"
  186. "UpgradeArmedBg" "239 128 73 255"
  187. "UpgradeDepressedFg" "204 106 57 255"
  188. "UpgradeDepressedBg" "249 138 83 255"
  189. "UpgradeSelectedFg" "204 106 57 255"
  190. "UpgradeSelectedBg" "249 138 83 255"
  191. "UpgradeDisabledFg" "64 59 52 255"
  192. "UpgradeDisabledBg" "79 77 68 255"
  193. }
  194.  
  195. ///////////////////// BASE SETTINGS ////////////////////////
  196. // default settings for all panels
  197. // controls use these to determine their settings
  198. BaseSettings
  199. {
  200. // vgui_controls color specifications
  201. ReplayBrowser.BgColor "DarkBrown"
  202. ReplayBrowser.Details.TitleEdit.Carat.FgColor "LightRed"
  203. ReplayBrowser.Button.ArmedBgColor "TFOrange"
  204. ReplayBrowser.Button.DepressedBgColor "TFOrange"
  205. ReplayBrowser.CollectionTitle.FgColor "LightRed"
  206. ReplayBrowser.Warning.FgColor "White"
  207. ReplayBrowser.ScrollBar.SliderButton.FgColor "TransparentYellow"
  208. ReplayBrowser.Search.BgColor "TanDark"
  209. ReplayBrowser.Search.FgColor "White"
  210.  
  211. Replay.RenderDialog.BgColor "LighterDarkBrown"
  212.  
  213. Econ.Dialog.BgColor "Blank"
  214. Econ.Button.BgColor "TanDark"
  215. Econ.Button.FgColor "TanLight"
  216. Econ.Button.ArmedBgColor "TFOrange"
  217. Econ.Button.ArmedFgColor "TanLight"
  218. Econ.Button.DepressedBgColor "TFOrange"
  219. Econ.Button.DepressedFgColor "Black"
  220.  
  221. Econ.Button.PresetDefaultColorFg "TanLight"
  222. Econ.Button.PresetArmedColorFg "TanLight"
  223. Econ.Button.PresetDepressedColorFg "TanLight"
  224.  
  225. Econ.Button.PresetDefaultColorBg "LighterRed"
  226. Econ.Button.PresetArmedColorBg "LightRed"
  227. Econ.Button.PresetDepressedColorBg "TFOrange"
  228.  
  229. Border.Bright "Blank" // the lit side of a control
  230. Border.Dark "Black" // the dark/unlit side of a control
  231. Border.Selection "Gray" // the additional border color for displaying the default/selected button
  232.  
  233. Button.TextColor "TanLight"
  234. Button.BgColor "TanDark"
  235. Button.ArmedTextColor "TanLight"
  236. Button.ArmedBgColor "TFOrange"
  237. Button.SelectedTextColor "TanLight"
  238. Button.SelectedBgColor "TFOrange"
  239. Button.DepressedTextColor "Black"
  240. Button.DepressedBgColor "TFOrange"
  241.  
  242. CheckButton.TextColor "Yellow"
  243. CheckButton.SelectedTextColor "Yellow"
  244. CheckButton.BgColor "TransparentBlack"
  245. CheckButton.Border1 "Yellow" // the left checkbutton border
  246. CheckButton.Border2 "Yellow" // the right checkbutton border
  247. CheckButton.Check "Yellow" // color of the check itself
  248. CheckButton.HighlightFgColor "Yellow"
  249.  
  250. ComboBoxButton.ArrowColor "TanLight"
  251. ComboBoxButton.ArmedArrowColor "TanLight"
  252. ComboBoxButton.BgColor "Blank"
  253. ComboBoxButton.DisabledBgColor "Blank"
  254.  
  255. Frame.BgColor "TransparentBlack"
  256. Frame.OutOfFocusBgColor "TransparentBlack"
  257. Frame.FocusTransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on focus/out of focus
  258. Frame.TransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on open/close
  259. Frame.FocusTransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on focus/out of focus
  260. Frame.TransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on open/close
  261. Frame.AutoSnapRange "0"
  262. FrameGrip.Color1 "Blank"
  263. FrameGrip.Color2 "Blank"
  264. FrameTitleButton.FgColor "Blank"
  265. FrameTitleButton.BgColor "Blank"
  266. FrameTitleButton.DisabledFgColor "Blank"
  267. FrameTitleButton.DisabledBgColor "Blank"
  268. FrameSystemButton.FgColor "Blank"
  269. FrameSystemButton.BgColor "Blank"
  270. FrameSystemButton.Icon ""
  271. FrameSystemButton.DisabledIcon ""
  272. FrameTitleBar.TextColor "Orange"
  273. FrameTitleBar.BgColor "Blank"
  274. FrameTitleBar.DisabledTextColor "Orange"
  275. FrameTitleBar.DisabledBgColor "Blank"
  276.  
  277. GraphPanel.FgColor "Orange"
  278. GraphPanel.BgColor "TransparentBlack"
  279.  
  280. Label.TextDullColor "TanDark"
  281. Label.TextColor "TanLight"
  282. Label.TextBrightColor "TanLight"
  283. Label.SelectedTextColor "White"
  284. Label.BgColor "Blank"
  285. Label.DisabledFgColor1 "Blank"
  286. Label.DisabledFgColor2 "Black"
  287.  
  288. ListPanel.TextColor "Orange"
  289. ListPanel.BgColor "TransparentBlack"
  290. ListPanel.SelectedTextColor "Black"
  291. ListPanel.SelectedBgColor "Red"
  292. ListPanel.SelectedOutOfFocusBgColor "Red"
  293. ListPanel.EmptyListInfoTextColor "Orange"
  294.  
  295. Menu.TextColor "TanLight"
  296. Menu.BgColor "TransparentBlack"
  297. Menu.ArmedTextColor "TanDark"
  298. Menu.ArmedBgColor "TanLight"
  299. Menu.TextInset "6"
  300.  
  301. Chat.TypingText "Orange"
  302.  
  303. Panel.FgColor "Gray"
  304. Panel.BgColor "Blank"
  305.  
  306. HTML.BgColor "Blank"
  307.  
  308. ProgressBar.FgColor "ProgressOffWhite"
  309. ProgressBar.BgColor "ProgressBackground"
  310.  
  311. CircularProgressBar.FgColor "White"
  312. CircularProgressBar.BgColor "White"
  313.  
  314. "BuildingHealthBar.BgColor" "HealthBgGrey"
  315. "BuildingHealthBar.Health" "ProgressOffWhite"
  316. "BuildingHealthBar.LowHealth" "LowHealthRed"
  317.  
  318. PropertySheet.TextColor "Orange"
  319. PropertySheet.SelectedTextColor "Orange"
  320. PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another
  321.  
  322. RadioButton.TextColor "Orange"
  323. RadioButton.SelectedTextColor "Orange"
  324.  
  325. RichText.TextColor "Gray"
  326. RichText.BgColor "Blank"
  327. RichText.SelectedTextColor "Gray"
  328. RichText.SelectedBgColor "Red"
  329.  
  330. ScrollBarButton.FgColor "Gray"
  331. ScrollBarButton.BgColor "Blank"
  332. ScrollBarButton.ArmedFgColor "Gray"
  333. ScrollBarButton.ArmedBgColor "Blank"
  334. ScrollBarButton.DepressedFgColor "Black"
  335. ScrollBarButton.DepressedBgColor "Blank"
  336.  
  337. ScrollBarSlider.FgColor "Gray" // nob color
  338. ScrollBarSlider.BgColor "Blank" // slider background color
  339.  
  340. SectionedListPanel.HeaderTextColor "Orange"
  341. SectionedListPanel.HeaderBgColor "Blank"
  342. SectionedListPanel.DividerColor "Black"
  343. SectionedListPanel.TextColor "Orange"
  344. SectionedListPanel.BrightTextColor "Orange"
  345. SectionedListPanel.BgColor "TransparentLightBlack"
  346. SectionedListPanel.SelectedTextColor "Black"
  347. SectionedListPanel.SelectedBgColor "Red"
  348. SectionedListPanel.OutOfFocusSelectedTextColor "Black"
  349. SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"
  350.  
  351. Slider.NobColor "108 108 108 255"
  352. Slider.TextColor "127 140 127 255"
  353. Slider.TrackColor "31 31 31 255"
  354. Slider.DisabledTextColor1 "117 117 117 255"
  355. Slider.DisabledTextColor2 "30 30 30 255"
  356.  
  357. TextEntry.TextColor "Gray"
  358. TextEntry.BgColor "Blank"
  359. TextEntry.CursorColor "Gray"
  360. TextEntry.DisabledTextColor "Gray"
  361. TextEntry.DisabledBgColor "Blank"
  362. TextEntry.SelectedTextColor "TanLight"
  363. TextEntry.SelectedBgColor "Gray"
  364. TextEntry.OutOfFocusSelectedBgColor "Blank"
  365. TextEntry.FocusEdgeColor "Blank"
  366.  
  367. ToggleButton.SelectedTextColor "Orange"
  368.  
  369. Tooltip.TextColor "TransparentBlack"
  370. Tooltip.BgColor "Red"
  371.  
  372. TreeView.BgColor "TransparentBlack"
  373.  
  374. WizardSubPanel.BgColor "Blank"
  375.  
  376. TimerProgress.Active "HudTimerProgressActive"
  377. TimerProgress.InActive "HudTimerProgressInActive"
  378. TimerProgress.Warning "HudTimerProgressWarning"
  379.  
  380. HudObjectives.FgColor "HudPanelForeground"
  381. HudObjectives.BgColor "HudPanelBackground"
  382. HudObjectives.BorderColor "HudPanelBorder"
  383.  
  384. HudProgressBar.Active "HudProgressBarActive"
  385. HudProgressBar.InActive "HudProgressBarInActive"
  386.  
  387. HudCaptureIcon.Active "HudProgressBarActive"
  388. HudCaptureIcon.InActive "HudProgressBarInActive"
  389. HudCaptureProgressBar.Active "HudProgressBarActive"
  390. HudCaptureProgressBar.InActive "HudProgressBarInActive"
  391.  
  392. // scheme-specific colors
  393. "FgColor" "Orange"
  394. "BgColor" "TransparentBlack"
  395.  
  396. "ViewportBG" "Blank"
  397. "TeamSpec" "204 204 204 255"
  398. "TeamRed" "255 64 64 255"
  399. "TeamBlue" "153 204 255 255"
  400.  
  401. "MapDescriptionText" "Gray" // the text used in the map description window
  402. "HudIcon_Green" "0 160 0 255"
  403. "HudIcon_Red" "160 0 0 255"
  404.  
  405. // CHudMenu
  406. "ItemColor" "255 167 42 200" // default 255 167 42 255
  407. "MenuColor" "233 208 173 255"
  408. "MenuBoxBg" "0 0 0 100"
  409.  
  410. // weapon selection colors
  411. "SelectionNumberFg" "251 235 202 255"
  412. "SelectionTextFg" "251 235 202 255"
  413. "SelectionEmptyBoxBg" "0 0 0 80"
  414. "SelectionBoxBg" "0 0 0 80"
  415. "SelectionSelectedBoxBg" "0 0 0 190"
  416.  
  417. // Hint message colors
  418. "HintMessageFg" "255 255 255 255"
  419. "HintMessageBg" "0 0 0 60"
  420.  
  421. "ProgressBarFg" "255 30 13 255"
  422.  
  423. // Top-left corner of the menu on the main screen
  424. "Main.Menu.X" "32"
  425. "Main.Menu.Y" "248"
  426.  
  427. // Blank space to leave beneath the menu on the main screen
  428. "Main.BottomBorder" "32"
  429.  
  430. "VguiScreenCursor" "255 208 64 255"
  431. }
  432.  
  433. //////////////////////// BITMAP FONT FILES /////////////////////////////
  434. //
  435. // Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse
  436. BitmapFontFiles
  437. {
  438. // UI buttons, custom font, (256x64)
  439. "Buttons" "materials/vgui/fonts/buttons_32.vbf"
  440. }
  441.  
  442.  
  443. //
  444. //////////////////////// FONTS /////////////////////////////
  445. //
  446. // describes all the fonts
  447. Fonts
  448. {
  449. // fonts are used in order that they are listed
  450. // fonts listed later in the order will only be used if they fulfill a range not already filled
  451. // if a font fails to load then the subsequent fonts will replace
  452. "Default"
  453. {
  454. "1"
  455. {
  456. "name" "FuturaStd-Medium"
  457. "tall" "11"
  458. "additive" "0"
  459. "antialias" "1"
  460. }
  461. }
  462. "DefaultUnderline"
  463. {
  464. "1"
  465. {
  466. "name" "Tahoma"
  467. "tall" "12"
  468. "weight" "500"
  469. "underline" "1"
  470. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  471. }
  472. "2"
  473. {
  474. "name" "Arial"
  475. "tall" "11"
  476. "range" "0x0000 0x00FF"
  477. "weight" "800"
  478. }
  479. }
  480. "DefaultSmall"
  481. {
  482. "1"
  483. {
  484. "name" "Verdana"
  485. "tall" "12"
  486. "weight" "0"
  487. "range" "0x0000 0x017F"
  488. "yres" "480 599"
  489. }
  490. "2"
  491. {
  492. "name" "Verdana"
  493. "tall" "13"
  494. "weight" "0"
  495. "range" "0x0000 0x017F"
  496. "yres" "600 767"
  497. }
  498. "3"
  499. {
  500. "name" "Verdana"
  501. "tall" "14"
  502. "weight" "0"
  503. "range" "0x0000 0x017F"
  504. "yres" "768 1023"
  505. "antialias" "1"
  506. }
  507. "4"
  508. {
  509. "name" "Verdana"
  510. "tall" "20"
  511. "weight" "0"
  512. "range" "0x0000 0x017F"
  513. "yres" "1024 1199"
  514. "antialias" "1"
  515. }
  516. "5"
  517. {
  518. "name" "Verdana"
  519. "tall" "22"
  520. "weight" "0"
  521. "range" "0x0000 0x017F"
  522. "yres" "1200 6000"
  523. "antialias" "1"
  524. }
  525. "6"
  526. {
  527. "name" "Arial"
  528. "tall" "12"
  529. "range" "0x0000 0x00FF"
  530. "weight" "0"
  531. }
  532. }
  533.  
  534.  
  535. "DefaultVerySmall"
  536. {
  537. "1"
  538. {
  539. "name" "Verdana"
  540. "tall" "12"
  541. "weight" "0"
  542. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  543. "yres" "480 599"
  544. }
  545. "2"
  546. {
  547. "name" "Verdana"
  548. "tall" "12"
  549. "weight" "0"
  550. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  551. "yres" "600 767"
  552. }
  553. "3"
  554. {
  555. "name" "Verdana"
  556. "tall" "12"
  557. "weight" "0"
  558. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  559. "yres" "768 1023"
  560. "antialias" "1"
  561. }
  562. "4"
  563. {
  564. "name" "Verdana"
  565. "tall" "14"
  566. "weight" "0"
  567. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  568. "yres" "1024 1199"
  569. "antialias" "1"
  570. }
  571. "5"
  572. {
  573. "name" "Verdana"
  574. "tall" "16"
  575. "weight" "0"
  576. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  577. "yres" "1200 6000"
  578. "antialias" "1"
  579. }
  580. }
  581. DefaultLarge
  582. {
  583. "1"
  584. {
  585. "name" "Verdana"
  586. "tall" "18"
  587. "weight" "900"
  588. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  589. "yres" "480 599"
  590. }
  591. "2"
  592. {
  593. "name" "Verdana"
  594. "tall" "21"
  595. "weight" "900"
  596. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  597. "yres" "600 767"
  598. }
  599. "3"
  600. {
  601. "name" "Verdana"
  602. "tall" "22"
  603. "weight" "900"
  604. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  605. "yres" "768 1023"
  606. "antialias" "1"
  607. }
  608. "4"
  609. {
  610. "name" "Verdana"
  611. "tall" "28"
  612. "weight" "900"
  613. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  614. "yres" "1024 1199"
  615. "antialias" "1"
  616. }
  617. "5"
  618. {
  619. "name" "Verdana"
  620. "tall" "30"
  621. "weight" "900"
  622. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  623. "yres" "1200 6000"
  624. "antialias" "1"
  625. }
  626. "6"
  627. {
  628. "name" "Verdana"
  629. "tall" "20"
  630. "range" "0x0000 0x00FF"
  631. "weight" "900"
  632. }
  633. "7"
  634. {
  635. "name" "Arial"
  636. "tall" "20"
  637. "range" "0x0000 0x00FF"
  638. "weight" "800"
  639. }
  640. }
  641. CenterPrintText
  642. {
  643. // note that this scales with the screen resolution
  644. "1"
  645. {
  646. "name" "Trebuchet MS" [!$OSX]
  647. "name" "Helvetica" [$OSX]
  648. "tall" "18"
  649. "weight" "900"
  650. "antialias" "1"
  651. "additive" "1"
  652. }
  653. }
  654.  
  655. "PlayerPanelPlayerName"
  656. {
  657. "1"
  658. {
  659. "name" "Verdana"
  660. "tall" "6"
  661. "weight" "500"
  662. "additive" "0"
  663. "antialias" "1"
  664. }
  665. }
  666. HudHintText
  667. {
  668. "1"
  669. {
  670. "name" "Verdana"
  671. "tall" "12"
  672. "weight" "700"
  673. "yres" "480 599"
  674. }
  675. "2"
  676. {
  677. "name" "Verdana"
  678. "tall" "13" [$WIN32]
  679. "tall" "23" [$X360]
  680. "weight" "700"
  681. "yres" "600 767"
  682. }
  683. "3"
  684. {
  685. "name" "Verdana"
  686. "tall" "14"
  687. "weight" "700"
  688. "yres" "768 1023"
  689. }
  690. "4"
  691. {
  692. "name" "Verdana"
  693. "tall" "20"
  694. "weight" "700"
  695. "yres" "1024 1199"
  696. }
  697. "5"
  698. {
  699. "name" "Verdana"
  700. "tall" "24"
  701. "weight" "700"
  702. "yres" "1200 10000"
  703. }
  704. }
  705. "HudFontGiant"
  706. {
  707. "1"
  708. {
  709. "name" "TF2"
  710. "tall" "24"
  711. "tall_lodef" "80"
  712. "weight" "500"
  713. "additive" "0"
  714. "antialias" "1"
  715. "yres" "480 599"
  716. }
  717. "2"
  718. {
  719. "name" "TF2"
  720. "tall" "32"
  721. "tall_hidef" "120"
  722. "weight" "500"
  723. "additive" "0"
  724. "antialias" "1"
  725. "yres" "600 767"
  726. }
  727. "3"
  728. {
  729. "name" "TF2"
  730. "tall" "44"
  731. "weight" "500"
  732. "additive" "0"
  733. "antialias" "1"
  734. "yres" "768 1023"
  735. }
  736. "4"
  737. {
  738. "name" "TF2"
  739. "tall" "48"
  740. "weight" "500"
  741. "additive" "0"
  742. "antialias" "1"
  743. "yres" "1024 1199"
  744. }
  745. "5"
  746. {
  747. "name" "TF2"
  748. "tall" "52"
  749. "weight" "500"
  750. "additive" "0"
  751. "antialias" "1"
  752. "yres" "1200 10000"
  753. }
  754. }
  755. "HudFontGiantBold"
  756. {
  757. "1"
  758. {
  759. "name" "TF2 Build"
  760. "tall" "44"
  761. "tall_lodef" "52"
  762. "weight" "500"
  763. "additive" "0"
  764. "antialias" "1"
  765. }
  766. }
  767.  
  768. "HudFontBiggerBold"
  769. {
  770. "1"
  771. {
  772. "name" "TF2 Build"
  773. "tall" "35"
  774. "tall_lodef" "40"
  775. "weight" "500"
  776. "additive" "0"
  777. "antialias" "1"
  778. }
  779. }
  780.  
  781. "HudFontBig"
  782. {
  783. "1"
  784. {
  785. "name" "TF2"
  786. "tall" "36"
  787. "tall_hidef" "48"
  788. "weight" "500"
  789. "additive" "0"
  790. "antialias" "1"
  791. }
  792. }
  793. "HudFontMediumBig"
  794. {
  795. "1"
  796. {
  797. "name" "TF2"
  798. "tall" "30"
  799. "weight" "500"
  800. "additive" "0"
  801. "antialias" "1"
  802. }
  803. }
  804. "HudFontMediumBigBold"
  805. {
  806. "1"
  807. {
  808. "name" "TF2 Build"
  809. "tall" "30"
  810. "weight" "500"
  811. "additive" "0"
  812. "antialias" "1"
  813. }
  814. }
  815. "HudFontMedium"
  816. {
  817. "1"
  818. {
  819. "name" "TF2"
  820. "tall" "24"
  821. "tall_lodef" "28"
  822. "weight" "500"
  823. "additive" "0"
  824. "antialias" "1"
  825. }
  826. }
  827. "HudFontMediumSecondary"
  828. {
  829. "1"
  830. {
  831. "name" "TF2 Secondary"
  832. "tall" "24"
  833. "weight" "500"
  834. "additive" "0"
  835. "antialias" "1"
  836. }
  837. }
  838. "HudFontMediumBold"
  839. {
  840. "1"
  841. {
  842. "name" "TF2 Build"
  843. "tall" "24"
  844. "weight" "500"
  845. "additive" "0"
  846. "antialias" "1"
  847. }
  848. }
  849. "HudFontMediumSmallBold"
  850. {
  851. "1"
  852. {
  853. "name" "TF2 Build"
  854. "tall" "18"
  855. "weight" "500"
  856. "additive" "0"
  857. "antialias" "1"
  858. }
  859. }
  860. "HudFontMediumSmall"
  861. {
  862. "1"
  863. {
  864. "name" "TF2"
  865. "tall" "18"
  866. "tall_hidef" "24"
  867. "tall_lodef" "18"
  868. "weight" "500"
  869. "additive" "0"
  870. "antialias" "1"
  871. }
  872. }
  873. "HudFontMediumSmallSecondary"
  874. {
  875. "1"
  876. {
  877. "name" "TF2 Secondary"
  878. "tall" "18"
  879. "tall_hidef" "24"
  880. "tall_lodef" "20"
  881. "weight" "500"
  882. "additive" "0"
  883. "antialias" "1"
  884. }
  885. }
  886. "HudFontSmall"
  887. {
  888. "1"
  889. {
  890. "name" "TF2 Secondary"
  891. "tall" "14"
  892. "tall_lodef" "16"
  893. "weight" "500"
  894. "additive" "0"
  895. "antialias" "1"
  896. }
  897. }
  898. "HudFontSmallishBold"
  899. {
  900. "1"
  901. {
  902. "name" "TF2 Build"
  903. "tall" "16"
  904. "weight" "500"
  905. "additive" "0"
  906. "antialias" "1"
  907. }
  908. }
  909. "HudFontSmallBold"
  910. {
  911. "1"
  912. {
  913. "name" "TF2 Build"
  914. "tall" "14"
  915. "weight" "500"
  916. "additive" "0"
  917. "antialias" "1"
  918. }
  919. }
  920. "HudFontSmallBoldShadow"
  921. {
  922. "1"
  923. {
  924. "name" "TF2 Build"
  925. "tall" "14"
  926. "weight" "500"
  927. "additive" "0"
  928. "antialias" "1"
  929. "dropshadow" "1"
  930. }
  931. }
  932. "HudFontSmallest"
  933. {
  934. "1"
  935. {
  936. "name" "TF2 Secondary"
  937. "tall" "11"
  938. "weight" "500"
  939. "additive" "0"
  940. "antialias" "1"
  941. }
  942. }
  943. "HudFontSmallestShadow"
  944. {
  945. "1"
  946. {
  947. "name" "TF2 Secondary"
  948. "tall" "11"
  949. "weight" "500"
  950. "additive" "0"
  951. "antialias" "1"
  952. "dropshadow" "1"
  953. }
  954. }
  955. "HudFontSmallestBold"
  956. {
  957. "1"
  958. {
  959. "name" "TF2 Build"
  960. "tall" "11"
  961. "weight" "500"
  962. "additive" "0"
  963. "antialias" "1"
  964. }
  965. }
  966. "PerformanceModeSmall"
  967. {
  968. "1"
  969. {
  970. "name" "TF2 Build"
  971. "tall" "4"
  972. "weight" "500"
  973. "additive" "0"
  974. "antialias" "1"
  975. }
  976. }
  977. "StorePromotionsTitle"
  978. {
  979. "1"
  980. {
  981. "name" "TF2 Build"
  982. "tall" "10"
  983. "weight" "500"
  984. "additive" "0"
  985. "antialias" "1"
  986. }
  987. }
  988. "FontCartPrice"
  989. {
  990. "1"
  991. {
  992. "name" "TF2 Build"
  993. "tall" "16"
  994. "weight" "500"
  995. "additive" "0"
  996. "antialias" "1"
  997. }
  998. }
  999. "FontStorePrice"
  1000. {
  1001. "1"
  1002. {
  1003. "name" "TF2 Build"
  1004. "tall" "9"
  1005. "weight" "0"
  1006. "additive" "0"
  1007. "antialias" "1"
  1008. }
  1009. }
  1010. "FontStoreOriginalPrice"
  1011. {
  1012. "1"
  1013. {
  1014. "name" "TF2 Secondary"
  1015. "tall" "9"
  1016. "weight" "0"
  1017. "additive" "0"
  1018. "antialias" "1"
  1019. }
  1020. }
  1021. "FontStorePriceSmall"
  1022. {
  1023. "1"
  1024. {
  1025. "name" "TF2 Build"
  1026. "tall" "6"
  1027. "weight" "0"
  1028. "additive" "0"
  1029. "antialias" "1"
  1030. }
  1031. }
  1032. "FontStorePromotion"
  1033. {
  1034. "1"
  1035. {
  1036. "name" "TF2 Secondary"
  1037. "tall" "12"
  1038. "tall_hidef" "14"
  1039. "tall_lodef" "16"
  1040. "weight" "400"
  1041. "additive" "0"
  1042. "antialias" "1"
  1043. }
  1044. }
  1045. "TextTooltipFont"
  1046. {
  1047. "1"
  1048. {
  1049. "name" "TF2 Secondary"
  1050. "tall" "11"
  1051. "weight" "500"
  1052. "additive" "0"
  1053. "antialias" "1"
  1054. }
  1055. }
  1056. GameUIButtons
  1057. {
  1058. "1" //[$X360]
  1059. {
  1060. "bitmap" "1"
  1061. "name" "Buttons"
  1062. "scalex" "0.5"
  1063. "scalex_lodef" "0.75"
  1064. "scaley" "0.5"
  1065. "scaley_lodef" "0.75"
  1066. }
  1067. }
  1068. GameUIButtonsSmall
  1069. {
  1070. "1" [$X360]
  1071. {
  1072. "bitmap" "1"
  1073. "name" "Buttons"
  1074. "scalex" "0.5"
  1075. "scaley" "0.5"
  1076. }
  1077. }
  1078. GameUIButtonsSmallest
  1079. {
  1080. "1" [$X360]
  1081. {
  1082. "bitmap" "1"
  1083. "name" "Buttons"
  1084. "scalex" "0.4"
  1085. "scaley" "0.4"
  1086. }
  1087. }
  1088. "GameUIButtonText"
  1089. {
  1090. "1"
  1091. {
  1092. "name" "TF2 Secondary"
  1093. "tall" "18"
  1094. "tall_hidef" "24"
  1095. "tall_lodef" "18"
  1096. "weight" "500"
  1097. "additive" "0"
  1098. "antialias" "1"
  1099. }
  1100. }
  1101. "HudClassHealth"
  1102. {
  1103. "1"
  1104. {
  1105. "name" "TF2"
  1106. "tall" "16"
  1107. "tall_hidef" "22"
  1108. "tall_lodef" "22"
  1109. "weight" "500"
  1110. "additive" "0"
  1111. "antialias" "1"
  1112. }
  1113. }
  1114. "SpectatorKeyHints"
  1115. {
  1116. "1"
  1117. {
  1118. "name" "Verdana"
  1119. "tall" "8"
  1120. "weight" "500"
  1121. "additive" "0"
  1122. "antialias" "1"
  1123. }
  1124. }
  1125. "ClockSubText"
  1126. {
  1127. "1"
  1128. {
  1129. "name" "Verdana"
  1130. "tall" "9"
  1131. "weight" "500"
  1132. "additive" "0"
  1133. "antialias" "1"
  1134. }
  1135. }
  1136. "ClockSubTextSuddenDeath"
  1137. {
  1138. "1"
  1139. {
  1140. "name" "Verdana"
  1141. "tall" "8"
  1142. "tall_hidef" "9"
  1143. "tall_lodef" "10"
  1144. "weight" "500"
  1145. "additive" "0"
  1146. "antialias" "1"
  1147. }
  1148. }
  1149. "ClockSubTextTiny"
  1150. {
  1151. "1"
  1152. {
  1153. "name" "Verdana"
  1154. "tall" "8"
  1155. "tall_hidef" "7"
  1156. "weight" "500"
  1157. "additive" "0"
  1158. "antialias" "1"
  1159. }
  1160. }
  1161. "HudSelectionText"
  1162. {
  1163. "1"
  1164. {
  1165. "name" "TF2"
  1166. "tall" "15"
  1167. "weight" "700"
  1168. "antialias" "1"
  1169. "yres" "1 599"
  1170. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1171. "additive" "1"
  1172. }
  1173. "2"
  1174. {
  1175. "name" "TF2"
  1176. "tall" "15" [$WIN32]
  1177. "tall" "21" [$X360]
  1178. "weight" "700"
  1179. "antialias" "1"
  1180. "yres" "600 767"
  1181. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1182. "additive" "1"
  1183. }
  1184. "3"
  1185. {
  1186. "name" "TF2"
  1187. "tall" "18"
  1188. "weight" "900"
  1189. "antialias" "1"
  1190. "yres" "768 1023"
  1191. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1192. }
  1193. "4"
  1194. {
  1195. "name" "TF2"
  1196. "tall" "21"
  1197. "weight" "900"
  1198. "antialias" "1"
  1199. "yres" "1024 1199"
  1200. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1201. }
  1202. "5"
  1203. {
  1204. "name" "TF2"
  1205. "tall" "24"
  1206. "weight" "1000"
  1207. "antialias" "1"
  1208. "yres" "1200 10000"
  1209. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1210. }
  1211. }
  1212. DebugOverlay
  1213. {
  1214. "1" [$WIN32]
  1215. {
  1216. "name" "Courier New"
  1217. "tall" "14"
  1218. "weight" "400"
  1219. "outline" "1"
  1220. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1221. }
  1222. "1" [$X360]
  1223. {
  1224. "name" "Tahoma"
  1225. "tall" "18"
  1226. "weight" "200"
  1227. "outline" "1"
  1228. }
  1229. }
  1230. TFTypeDeath
  1231. {
  1232. "1"
  1233. {
  1234. "name" "tfd" // tfd.ttf
  1235. "tall" "28"
  1236. "weight" "0"
  1237. "additive" "0"
  1238. "antialias" "1"
  1239. }
  1240. }
  1241.  
  1242. Icons
  1243. {
  1244. "1"
  1245. {
  1246. "name" "Team Fortress" // tf.ttf
  1247. "tall" "28"
  1248. "weight" "0"
  1249. "additive" "1"
  1250. "antialias" "1"
  1251. }
  1252. }
  1253. "BetaFont"
  1254. {
  1255. "1"
  1256. {
  1257. "name" "Courier New"
  1258. "tall" "90"
  1259. "weight" "900"
  1260. "range" "0x0000 0x007F" // Basic Latin
  1261. "antialias" "1"
  1262. "additive" "0"
  1263. }
  1264. }
  1265.  
  1266. HudNumbers
  1267. {
  1268. "1"
  1269. {
  1270. "name" "Team Fortress" // tf.ttf
  1271. "tall" "28"
  1272. "weight" "0"
  1273. "additive" "1"
  1274. "antialias" "1"
  1275. }
  1276. "2"
  1277. {
  1278. "name" "Verdana"
  1279. "tall" "28"
  1280. "weight" "0"
  1281. "additive" "1"
  1282. "antialias" "1"
  1283. }
  1284. }
  1285. "CloseCaption_Normal"
  1286. {
  1287. "1"
  1288. {
  1289. "name" "Tahoma"
  1290. "tall" "24"
  1291. "tall_hidef" "32"
  1292. "weight" "500"
  1293. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1294. }
  1295. }
  1296. "CloseCaption_Italic"
  1297. {
  1298. "1"
  1299. {
  1300. "name" "Tahoma"
  1301. "tall" "24"
  1302. "tall_hidef" "32"
  1303. "weight" "500"
  1304. "italic" "1"
  1305. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1306. }
  1307. }
  1308. "CloseCaption_Bold"
  1309. {
  1310. "1"
  1311. {
  1312. "name" "Tahoma"
  1313. "tall" "24"
  1314. "tall_hidef" "32"
  1315. "weight" "900"
  1316. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1317. }
  1318. }
  1319. "CloseCaption_BoldItalic"
  1320. {
  1321. "1"
  1322. {
  1323. "name" "Tahoma"
  1324. "tall" "24"
  1325. "tall_hidef" "32"
  1326. "weight" "900"
  1327. "italic" "1"
  1328. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1329. }
  1330. }
  1331. "CloseCaption_Small"
  1332. {
  1333. "1"
  1334. {
  1335. "name" "Tahoma"
  1336. "tall" "16"
  1337. "tall_hidef" "24"
  1338. "weight" "900"
  1339. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1340. }
  1341. }
  1342. // this is the symbol font
  1343. "Marlett"
  1344. {
  1345. "1"
  1346. {
  1347. "name" "Marlett"
  1348. "tall" "20"
  1349. "weight" "0"
  1350. "symbol" "1"
  1351. "range" "0x0000 0x007F" // Basic Latin
  1352. }
  1353. }
  1354. "MenuMainTitle"
  1355. {
  1356. "1"
  1357. {
  1358. "name" "TF2"
  1359. "tall" "24"
  1360. "antialias" "1"
  1361. "weight" "500"
  1362. }
  1363. }
  1364. "MenuClassBuckets"
  1365. {
  1366. "1"
  1367. {
  1368. "name" "TF2 Secondary"
  1369. "tall" "11"
  1370. "tall_lodef" "14"
  1371. "antialias" "1"
  1372. "weight" "500"
  1373. }
  1374. }
  1375. "MenuKeys"
  1376. {
  1377. "1"
  1378. {
  1379. "name" "TF2"
  1380. "tall" "12"
  1381. "antialias" "1"
  1382. "weight" "500"
  1383. }
  1384. }
  1385.  
  1386. "GoalText"
  1387. {
  1388. "1"
  1389. {
  1390. "name" "Verdana"
  1391. "tall" "13"
  1392. "tall_hidef" "14"
  1393. "tall_lodef" "17"
  1394. "weight" "800"
  1395. "additive" "0"
  1396. "antialias" "1"
  1397. }
  1398. }
  1399.  
  1400. "ChalkboardTitle"
  1401. {
  1402. "1"
  1403. {
  1404. "name" "TF2 Professor"
  1405. "tall" "28"
  1406. "tall_lodef" "48"
  1407. "tall_hidef" "48"
  1408. "antialias" "1"
  1409. "custom" "1" [$OSX]
  1410. "weight" "500"
  1411. "weight_lodef" "800"
  1412. "weight_hidef" "1000"
  1413. }
  1414. }
  1415. "ChalkboardTitleBig"
  1416. {
  1417. "1"
  1418. {
  1419. "name" "TF2 Professor"
  1420. "tall" "40"
  1421. "tall_lodef" "48"
  1422. "tall_hidef" "48"
  1423. "antialias" "1"
  1424. "custom" "1" [$OSX]
  1425. "weight" "500"
  1426. "weight_lodef" "800"
  1427. "weight_hidef" "1000"
  1428. }
  1429. }
  1430. "ChalkboardTitleMedium"
  1431. {
  1432. "1"
  1433. {
  1434. "name" "TF2 Professor"
  1435. "tall" "24"
  1436. "tall_lodef" "36"
  1437. "tall_hidef" "36"
  1438. "antialias" "1"
  1439. "custom" "1" [$OSX]
  1440. "weight" "500"
  1441. }
  1442. }
  1443. "ChalkboardText"
  1444. {
  1445. "1"
  1446. {
  1447. "name" "TF2 Professor"
  1448. "tall" "14" [!$OSX]
  1449. "tall" "15" [$OSX]
  1450. "tall_lodef" "32"
  1451. "tall_hidef" "32"
  1452. "antialias" "1"
  1453. "custom" "1" [$OSX]
  1454. "weight" "500"
  1455. }
  1456. }
  1457. "ScoreboardVerySmall"
  1458. {
  1459. "1"
  1460. {
  1461. "name" "Verdana"
  1462. "tall" "8"
  1463. "tall_hidef" "10"
  1464. "tall_lodef" "14"
  1465. "weight" "400"
  1466. "additive" "0"
  1467. "antialias" "1"
  1468. }
  1469. }
  1470. "ScoreboardSmall"
  1471. {
  1472. "1"
  1473. {
  1474. "name" "TF2 Secondary"
  1475. "tall" "10"
  1476. "tall_hidef" "12"
  1477. "tall_lodef" "14"
  1478. "weight" "400"
  1479. "additive" "0"
  1480. "antialias" "1"
  1481. }
  1482. }
  1483. "ScoreboardMediumSmall"
  1484. {
  1485. "1"
  1486. {
  1487. "name" "TF2"
  1488. "tall" "14"
  1489. "weight" "500"
  1490. "range" "0x0000 0x007F" // Basic Latin
  1491. "antialias" "1"
  1492. "additive" "0"
  1493. }
  1494. }
  1495. "ScoreboardMedium"
  1496. {
  1497. "1"
  1498. {
  1499. "name" "TF2 Secondary"
  1500. "tall" "20"
  1501. "weight" "500"
  1502. "range" "0x0000 0x007F" // Basic Latin
  1503. "antialias" "1"
  1504. "additive" "0"
  1505. }
  1506. }
  1507. "ScoreboardTeamName"
  1508. {
  1509. "1"
  1510. {
  1511. "name" "TF2 Secondary"
  1512. "tall" "20"
  1513. "tall_hidef" "24"
  1514. "tall_lodef" "24"
  1515. "weight" "500"
  1516. "range" "0x0000 0x007F" // Basic Latin
  1517. "antialias" "1"
  1518. "additive" "0"
  1519. }
  1520. }
  1521. "ScoreboardTeamNameLarge"
  1522. {
  1523. "1"
  1524. {
  1525. "name" "TF2 Secondary"
  1526. "tall" "34"
  1527. "tall_hidef" "38"
  1528. "tall_lodef" "38"
  1529. "weight" "500"
  1530. "range" "0x0000 0x007F" // Basic Latin
  1531. "antialias" "1"
  1532. "additive" "0"
  1533. }
  1534. }
  1535.  
  1536. "ScoreboardTeamScore"
  1537. {
  1538. "1"
  1539. {
  1540. "name" "TF2"
  1541. "tall" "52"
  1542. "tall_lodef" "80"
  1543. "range" "0x0000 0x00FF"
  1544. "weight" "400"
  1545. "yres" "1 599"
  1546. "antialias" "1"
  1547. }
  1548. "2"
  1549. {
  1550. "name" "TF2"
  1551. "tall" "72"
  1552. "tall_hidef" "120"
  1553. "range" "0x0000 0x00FF"
  1554. "weight" "400"
  1555. "yres" "600 767"
  1556. "antialias" "1"
  1557. }
  1558. "3"
  1559. {
  1560. "name" "TF2"
  1561. "tall" "100"
  1562. "range" "0x0000 0x00FF"
  1563. "weight" "400"
  1564. "yres" "768 1023"
  1565. "antialias" "1"
  1566. }
  1567. "4"
  1568. {
  1569. "name" "TF2"
  1570. "tall" "140"
  1571. "range" "0x0000 0x00FF"
  1572. "weight" "400"
  1573. "yres" "1024 1199"
  1574. "antialias" "1"
  1575. }
  1576. "5"
  1577. {
  1578. "name" "TF2"
  1579. "tall" "180"
  1580. "range" "0x0000 0x00FF"
  1581. "weight" "400"
  1582. "yres" "1200 10000"
  1583. "antialias" "1"
  1584. }
  1585. }
  1586.  
  1587. "ControlPointTimer"
  1588. {
  1589. "1"
  1590. {
  1591. "name" "TF2 Secondary"
  1592. "tall" "10"
  1593. "weight" "400"
  1594. "additive" "0"
  1595. "antialias" "1"
  1596. }
  1597. }
  1598. "ControlPointTimerSmaller"
  1599. {
  1600. "1"
  1601. {
  1602. "name" "TF2 Secondary"
  1603. "tall" "7"
  1604. "weight" "400"
  1605. "additive" "0"
  1606. "antialias" "1"
  1607. }
  1608. }
  1609.  
  1610. "Link"
  1611. {
  1612. "1"
  1613. {
  1614. "name" "TF2 Secondary"
  1615. "tall" "10"
  1616. "tall_hidef" "12"
  1617. "tall_lodef" "14"
  1618. "weight" "400"
  1619. "additive" "0"
  1620. "antialias" "1"
  1621. }
  1622. }
  1623.  
  1624. "TargetID"
  1625. {
  1626. "1"
  1627. {
  1628. "name" "Verdana"
  1629. "tall" "12"
  1630. "weight" "700"
  1631. "yres" "480 599"
  1632. "dropshadow" "0"
  1633. }
  1634. "2"
  1635. {
  1636. "name" "Verdana"
  1637. "tall" "13"
  1638. "weight" "700"
  1639. "yres" "600 767"
  1640. "dropshadow" "0"
  1641. }
  1642. "3"
  1643. {
  1644. "name" "Verdana"
  1645. "tall" "14"
  1646. "weight" "700"
  1647. "yres" "768 1023"
  1648. "dropshadow" "0"
  1649. }
  1650. "4"
  1651. {
  1652. "name" "Verdana"
  1653. "tall" "20"
  1654. "weight" "700"
  1655. "yres" "1024 1199"
  1656. "dropshadow" "0"
  1657. }
  1658. "5"
  1659. {
  1660. "name" "Verdana"
  1661. "tall" "24"
  1662. "weight" "700"
  1663. "yres" "1200 10000"
  1664. "dropshadow" "0"
  1665. }
  1666. }
  1667. "ChatFont"
  1668. {
  1669. "1"
  1670. {
  1671. "name" "TF2"
  1672. "tall" "12"
  1673. "weight" "700"
  1674. "yres" "480 599"
  1675. "dropshadow" "1"
  1676. }
  1677. "2"
  1678. {
  1679. "name" "Verdana"
  1680. "tall" "13"
  1681. "weight" "700"
  1682. "yres" "600 767"
  1683. "dropshadow" "1"
  1684. }
  1685. "3"
  1686. {
  1687. "name" "Verdana"
  1688. "tall" "14"
  1689. "weight" "700"
  1690. "yres" "768 1023"
  1691. "dropshadow" "1"
  1692. }
  1693. "4"
  1694. {
  1695. "name" "Verdana"
  1696. "tall" "20"
  1697. "weight" "700"
  1698. "yres" "1024 1199"
  1699. "dropshadow" "1"
  1700. }
  1701. "5"
  1702. {
  1703. "name" "Verdana"
  1704. "tall" "24"
  1705. "weight" "700"
  1706. "yres" "1200 10000"
  1707. "dropshadow" "1"
  1708. }
  1709. }
  1710. "ChatMiniFont"
  1711. {
  1712. "1"
  1713. {
  1714. "name" "Verdana"
  1715. "tall" "10"
  1716. "weight" "700"
  1717. "yres" "480 599"
  1718. "dropshadow" "1"
  1719. }
  1720. "2"
  1721. {
  1722. "name" "Verdana"
  1723. "tall" "10"
  1724. "weight" "700"
  1725. "yres" "600 767"
  1726. "dropshadow" "1"
  1727. }
  1728. "3"
  1729. {
  1730. "name" "Verdana"
  1731. "tall" "13"
  1732. "weight" "700"
  1733. "yres" "768 1023"
  1734. "dropshadow" "1"
  1735. }
  1736. "4"
  1737. {
  1738. "name" "Verdana"
  1739. "tall" "14"
  1740. "weight" "700"
  1741. "yres" "1024 1199"
  1742. "dropshadow" "1"
  1743. }
  1744. "5"
  1745. {
  1746. "name" "Verdana"
  1747. "tall" "15"
  1748. "weight" "700"
  1749. "yres" "1200 10000"
  1750. "dropshadow" "1"
  1751. }
  1752. }
  1753.  
  1754. MenuSmallestFont
  1755. {
  1756. "1"
  1757. {
  1758. "name" "Arial Black"
  1759. "tall" "8"
  1760. "tall_lodef" "12"
  1761. "range" "0x0000 0x00FF"
  1762. "weight" "300"
  1763. "antialias" "1"
  1764. }
  1765. }
  1766.  
  1767. MenuSmallFont
  1768. {
  1769. "1"
  1770. {
  1771. "name" "TF2"
  1772. "tall" "14"
  1773. "tall_lodef" "18"
  1774. "range" "0x0000 0x00FF"
  1775. "weight" "300"
  1776. "weight_lodef" "600"
  1777. "antialias" "1"
  1778. }
  1779. }
  1780. CapPlayerFont
  1781. {
  1782. "1"
  1783. {
  1784. "name" "TF2"
  1785. "tall" "12"
  1786. "weight" "500"
  1787. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1788. "TextColor" "Black"
  1789. "antialias" "1"
  1790. }
  1791. }
  1792. CapPlayerFontSmall
  1793. {
  1794. "1"
  1795. {
  1796. "name" "TF2"
  1797. "tall" "8"
  1798. "weight" "500"
  1799. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1800. "TextColor" "Black"
  1801. "antialias" "1"
  1802. }
  1803. }
  1804.  
  1805. TFFontSmall
  1806. {
  1807. "1"
  1808. {
  1809. "name" "Verdana"
  1810. "tall" "8"
  1811. "tall_hidef" "10"
  1812. "tall_lodef" "12"
  1813. "weight" "0"
  1814. "additive" "1"
  1815. "antialias" "1"
  1816. }
  1817. }
  1818. TFFontMedium
  1819. {
  1820. "1"
  1821. {
  1822. "name" "Verdana"
  1823. "tall" "9"
  1824. "tall_hidef" "10"
  1825. "tall_lodef" "16"
  1826. "weight" "400"
  1827. "additive" "0"
  1828. "antialias" "1"
  1829. }
  1830. }
  1831.  
  1832. InstructionalText
  1833. {
  1834. "1"
  1835. {
  1836. "name" "Verdana"
  1837. "tall" "11" [!$OSX]
  1838. "tall" "9" [$OSX]
  1839. "weight" "800"
  1840. "additive" "0"
  1841. "antialias" "1"
  1842. }
  1843. }
  1844.  
  1845. MatchmakingDialogTitle
  1846. {
  1847. "1"
  1848. {
  1849. "name" "TF2 Build"
  1850. "tall" "36"
  1851. "tall_lodef" "28"
  1852. "weight" "500"
  1853. }
  1854. }
  1855. MatchmakingDialogSessionOptionsTitle
  1856. {
  1857. "1"
  1858. {
  1859. "name" "TF2 Build"
  1860. "tall" "30"
  1861. "tall_lodef" "22"
  1862. "weight" "500"
  1863. }
  1864. }
  1865. MatchmakingDialogMenuLarge
  1866. {
  1867. "1"
  1868. {
  1869. "name" "TF2 Secondary"
  1870. "tall" "28"
  1871. "tall_lodef" "24"
  1872. "weight" "500"
  1873. }
  1874. }
  1875. MatchmakingDialogMenuBrowserHostname
  1876. {
  1877. "1" // brower item hostname
  1878. {
  1879. "name" "Trebuchet MS"
  1880. "tall" "22"
  1881. "weight" "900"
  1882. }
  1883. }
  1884. MatchmakingDialogMenuBrowserDetails
  1885. {
  1886. "1" // browser item players and map name
  1887. {
  1888. "name" "Trebuchet MS"
  1889. "tall" "18"
  1890. "weight" "900"
  1891. }
  1892. }
  1893. MatchmakingDialogMenuMedium
  1894. {
  1895. "1"
  1896. {
  1897. "name" "TF2 Secondary"
  1898. "tall" "22"
  1899. "weight" "500"
  1900. }
  1901. }
  1902. MatchmakingDialogMenuMediumSmall
  1903. {
  1904. "1"
  1905. {
  1906. "name" "TF2 Secondary"
  1907. "tall" "18"
  1908. "weight" "500"
  1909. }
  1910. }
  1911. MatchmakingDialogMenuSmall
  1912. {
  1913. "1"
  1914. {
  1915. "name" "Verdana"
  1916. "tall" "22"
  1917. "tall_lodef" "18"
  1918. "weight" "900"
  1919. }
  1920. }
  1921. MatchmakingDialogMenuSmallest
  1922. {
  1923. "1"
  1924. {
  1925. "name" "Verdana"
  1926. "tall" "18"
  1927. "tall_lodef" "18"
  1928. "weight" "900"
  1929. }
  1930. }
  1931. RankingDialogHeaders
  1932. {
  1933. "1"
  1934. {
  1935. "name" "Verdana"
  1936. "tall" "15"
  1937. "weight" "900"
  1938. }
  1939. }
  1940.  
  1941. "TeamMenuBold"
  1942. {
  1943. "1"
  1944. {
  1945. "name" "TF2 Build"
  1946. "tall" "36"
  1947. "weight" "500"
  1948. "additive" "0"
  1949. "antialias" "1"
  1950. }
  1951. }
  1952. "TeamMenu"
  1953. {
  1954. "1"
  1955. {
  1956. "name" "TF2 Secondary"
  1957. "tall" "11"
  1958. "weight" "600"
  1959. "additive" "0"
  1960. "antialias" "1"
  1961. }
  1962. }
  1963. "IntroMenuCaption"
  1964. {
  1965. "1"
  1966. {
  1967. "name" "TF2 Secondary"
  1968. "tall" "18"
  1969. "weight" "400"
  1970. "additive" "0"
  1971. "antialias" "1"
  1972. }
  1973. }
  1974. "AchievementNotification"
  1975. {
  1976. "1"
  1977. {
  1978. "name" "Trebuchet MS"
  1979. "tall" "14"
  1980. "weight" "900"
  1981. "antialias" "1"
  1982. }
  1983. }
  1984. // Used by scoreboard and spectator UI for names which don't map in the normal fashion
  1985. "DefaultVerySmallFallBack"
  1986. {
  1987. "1"
  1988. {
  1989. "name" "Verdana"
  1990. "tall" "10"
  1991. "weight" "0"
  1992. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  1993. "yres" "480 599"
  1994. "antialias" "1"
  1995. }
  1996. "2"
  1997. {
  1998. "name" "Verdana"
  1999. "tall" "12"
  2000. "weight" "0"
  2001. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2002. "yres" "600 1199"
  2003. "antialias" "1"
  2004. }
  2005. "3"
  2006. {
  2007. "name" "Verdana"
  2008. "tall" "15"
  2009. "weight" "0"
  2010. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2011. "yres" "1200 6000"
  2012. "antialias" "1"
  2013. }
  2014. }
  2015.  
  2016. "ItemFontNameSmallest"
  2017. {
  2018. "1"
  2019. {
  2020. "name" "TF2 Build"
  2021. "tall" "8"
  2022. "weight" "500"
  2023. "additive" "0"
  2024. "antialias" "1"
  2025. }
  2026. }
  2027. "ItemFontNameSmall"
  2028. {
  2029. "1"
  2030. {
  2031. "name" "TF2 Build"
  2032. "tall" "9"
  2033. "weight" "500"
  2034. "additive" "0"
  2035. "antialias" "1"
  2036. }
  2037. }
  2038. "ItemFontNameLarge"
  2039. {
  2040. "1"
  2041. {
  2042. "name" "TF2 Build"
  2043. "tall" "12"
  2044. "weight" "500"
  2045. "additive" "0"
  2046. "antialias" "1"
  2047. }
  2048. }
  2049. "ItemFontAttribSmallest"
  2050. {
  2051. "1"
  2052. {
  2053. "name" "TF2 Secondary"
  2054. "tall" "7"
  2055. "weight" "500"
  2056. "additive" "0"
  2057. "antialias" "1"
  2058. }
  2059. }
  2060. "ItemFontAttribSmall"
  2061. {
  2062. "1"
  2063. {
  2064. "name" "TF2 Secondary"
  2065. "tall" "8"
  2066. "weight" "500"
  2067. "additive" "0"
  2068. "antialias" "1"
  2069. }
  2070. }
  2071. "ItemFontAttribLarge"
  2072. {
  2073. "1"
  2074. {
  2075. "name" "TF2 Secondary"
  2076. "tall" "11"
  2077. "weight" "500"
  2078. "additive" "0"
  2079. "antialias" "1"
  2080. }
  2081. }
  2082.  
  2083. "AchievementTracker_Name"
  2084. {
  2085. "1"
  2086. {
  2087. "name" "TF2 Build"
  2088. "tall" "9"
  2089. "weight" "500"
  2090. "additive" "0"
  2091. "antialias" "1"
  2092. }
  2093. }
  2094. "AchievementTracker_NameGlow"
  2095. {
  2096. "1"
  2097. {
  2098. "name" "TF2 Build"
  2099. "tall" "9"
  2100. "weight" "500"
  2101. "blur" "3"
  2102. "additive" "1"
  2103. "antialias" "1"
  2104. "custom" "1"
  2105. }
  2106. }
  2107. "AchievementTracker_Desc"
  2108. {
  2109. "1"
  2110. {
  2111. "name" "Verdana"
  2112. "tall" "7"
  2113. "weight" "0"
  2114. "additive" "1"
  2115. "antialias" "1"
  2116. }
  2117. }
  2118.  
  2119.  
  2120. //
  2121. //////////////////// REPLAY FONTS //////////////////////////////
  2122. //
  2123. "ReplayVerySmall"
  2124. {
  2125. "1"
  2126. {
  2127. "name" "Verdana"
  2128. "tall" "12"
  2129. "weight" "0"
  2130. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2131. "yres" "480 599"
  2132. }
  2133. "2"
  2134. {
  2135. "name" "Verdana"
  2136. "tall" "12"
  2137. "weight" "0"
  2138. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2139. "yres" "600 767"
  2140. }
  2141. "3"
  2142. {
  2143. "name" "Verdana"
  2144. "tall" "12"
  2145. "weight" "0"
  2146. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2147. "yres" "768 1023"
  2148. "antialias" "1"
  2149. }
  2150. "4"
  2151. {
  2152. "name" "Verdana"
  2153. "tall" "14"
  2154. "weight" "0"
  2155. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2156. "yres" "1024 1199"
  2157. "antialias" "1"
  2158. }
  2159. "5"
  2160. {
  2161. "name" "Verdana"
  2162. "tall" "16"
  2163. "weight" "0"
  2164. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  2165. "yres" "1200 6000"
  2166. "antialias" "1"
  2167. }
  2168. }
  2169. "ReplayBrowserSmallest"
  2170. {
  2171. "1"
  2172. {
  2173. "name" "TF2 Secondary"
  2174. "tall" "11"
  2175. "weight" "500"
  2176. "additive" "0"
  2177. "antialias" "1"
  2178. }
  2179. }
  2180. "ReplaySmaller"
  2181. {
  2182. "1"
  2183. {
  2184. "name" "Verdana"
  2185. "tall" "12"
  2186. "weight" "0"
  2187. "range" "0x0000 0x017F"
  2188. "yres" "480 599"
  2189. }
  2190. "2"
  2191. {
  2192. "name" "Verdana"
  2193. "tall" "13"
  2194. "weight" "0"
  2195. "range" "0x0000 0x017F"
  2196. "yres" "600 767"
  2197. }
  2198. "3"
  2199. {
  2200. "name" "Verdana"
  2201. "tall" "14"
  2202. "weight" "0"
  2203. "range" "0x0000 0x017F"
  2204. "yres" "768 1023"
  2205. "antialias" "1"
  2206. }
  2207. "4"
  2208. {
  2209. "name" "Verdana"
  2210. "tall" "20"
  2211. "weight" "0"
  2212. "range" "0x0000 0x017F"
  2213. "yres" "1024 1199"
  2214. "antialias" "1"
  2215. }
  2216. "5"
  2217. {
  2218. "name" "Verdana"
  2219. "tall" "22"
  2220. "weight" "0"
  2221. "range" "0x0000 0x017F"
  2222. "yres" "1200 6000"
  2223. "antialias" "1"
  2224. }
  2225. "6"
  2226. {
  2227. "name" "Arial"
  2228. "tall" "12"
  2229. "range" "0x0000 0x00FF"
  2230. "weight" "0"
  2231. }
  2232. }
  2233. "ReplayMediumSmall"
  2234. {
  2235. "1"
  2236. {
  2237. "name" "TF2 Build"
  2238. "tall" "11"
  2239. "weight" "500"
  2240. "additive" "0"
  2241. "antialias" "1"
  2242. }
  2243. }
  2244. "ReplayMedium"
  2245. {
  2246. "1"
  2247. {
  2248. "name" "TF2 Build"
  2249. "tall" "14"
  2250. "weight" "500"
  2251. "additive" "0"
  2252. "antialias" "1"
  2253. }
  2254. }
  2255. "ReplayMediumBig"
  2256. {
  2257. "1"
  2258. {
  2259. "name" "TF2"
  2260. "tall" "18"
  2261. "tall_hidef" "24"
  2262. "tall_lodef" "18"
  2263. "weight" "500"
  2264. "additive" "0"
  2265. "antialias" "1"
  2266. }
  2267. }
  2268. "ReplayBrowserTab"
  2269. {
  2270. "1"
  2271. {
  2272. "name" "TF2 Build"
  2273. "tall" "24"
  2274. "weight" "500"
  2275. "additive" "0"
  2276. "antialias" "1"
  2277. }
  2278. }
  2279. "ReplayLarger"
  2280. {
  2281. "1"
  2282. {
  2283. "name" "TF2 Secondary"
  2284. "tall" "18"
  2285. "tall_hidef" "24"
  2286. "tall_lodef" "20"
  2287. "weight" "500"
  2288. "additive" "0"
  2289. "antialias" "1"
  2290. }
  2291. }
  2292.  
  2293. //
  2294. //////////////////// ECON FONTS //////////////////////////////
  2295. //
  2296. "EconFontSmall"
  2297. {
  2298. "1"
  2299. {
  2300. "name" "TF2 Build"
  2301. "tall" "14"
  2302. "weight" "500"
  2303. "additive" "0"
  2304. "antialias" "1"
  2305. }
  2306. }
  2307. "EconFontMedium"
  2308. {
  2309. "1"
  2310. {
  2311. "name" "TF2 Build"
  2312. "tall" "24"
  2313. "weight" "500"
  2314. "additive" "0"
  2315. "antialias" "1"
  2316. }
  2317. }
  2318.  
  2319. ControllerHintText
  2320. {
  2321. "1"
  2322. {
  2323. "name" "TF2 Secondary"
  2324. "tall" "15"
  2325. "weight" "500"
  2326. "range" "0x0000 0x007F" // Basic Latin
  2327. "antialias" "1"
  2328. "additive" "0"
  2329. }
  2330. }
  2331.  
  2332. // omp fonts
  2333. "Futura7"
  2334. {
  2335. "1"
  2336. {
  2337. "name" "FuturaStd-Medium"
  2338. "tall" "7"
  2339. "additive" "0"
  2340. "antialias" "1"
  2341. }
  2342. }
  2343. "Futura8"
  2344. {
  2345. "1"
  2346. {
  2347. "name" "FuturaStd-Medium"
  2348. "tall" "8"
  2349. "additive" "0"
  2350. "antialias" "1"
  2351. }
  2352. }
  2353. "Futura9"
  2354. {
  2355. "1"
  2356. {
  2357. "name" "FuturaStd-Medium"
  2358. "tall" "9"
  2359. "additive" "0"
  2360. "antialias" "1"
  2361. }
  2362. }
  2363. "Futura11"
  2364. {
  2365. "1"
  2366. {
  2367. "name" "FuturaStd-Medium"
  2368. "tall" "11"
  2369. "additive" "0"
  2370. "antialias" "1"
  2371. }
  2372. }
  2373. "Futura12"
  2374. {
  2375. "1"
  2376. {
  2377. "name" "FuturaStd-Medium"
  2378. "tall" "12"
  2379. "additive" "0"
  2380. "antialias" "1"
  2381. }
  2382. }
  2383. "Futura14"
  2384. {
  2385. "1"
  2386. {
  2387. "name" "FuturaStd-Medium"
  2388. "tall" "14"
  2389. "additive" "0"
  2390. "antialias" "1"
  2391. }
  2392. }
  2393. "Futura16"
  2394. {
  2395. "1"
  2396. {
  2397. "name" "FuturaStd-Medium"
  2398. "tall" "16"
  2399. "additive" "0"
  2400. "antialias" "1"
  2401. }
  2402. }
  2403. "Futura20"
  2404. {
  2405. "1"
  2406. {
  2407. "name" "FuturaStd-Medium"
  2408. "tall" "20"
  2409. "additive" "0"
  2410. "antialias" "1"
  2411. }
  2412. }
  2413. "Futura24"
  2414. {
  2415. "1"
  2416. {
  2417. "name" "FuturaStd-Medium"
  2418. "tall" "24"
  2419. "additive" "0"
  2420. "antialias" "1"
  2421. }
  2422. }
  2423. "Futura26"
  2424. {
  2425. "1"
  2426. {
  2427. "name" "FuturaStd-Medium"
  2428. "tall" "26"
  2429. "additive" "0"
  2430. "antialias" "1"
  2431. }
  2432. }
  2433. "Futura32"
  2434. {
  2435. "1"
  2436. {
  2437. "name" "FuturaStd-Medium"
  2438. "tall" "32"
  2439. "additive" "0"
  2440. "antialias" "1"
  2441. }
  2442. }
  2443. "Futura40"
  2444. {
  2445. "1"
  2446. {
  2447. "name" "FuturaStd-Medium"
  2448. "tall" "40"
  2449. "additive" "0"
  2450. "antialias" "1"
  2451. }
  2452. }
  2453. "Futura60"
  2454. {
  2455. "1"
  2456. {
  2457. "name" "FuturaStd-Medium"
  2458. "tall" "60"
  2459. "additive" "0"
  2460. "antialias" "1"
  2461. }
  2462. }
  2463. "FuturaHeavy13"
  2464. {
  2465. "1"
  2466. {
  2467. "name" "FuturaStd-Heavy"
  2468. "tall" "13"
  2469. "additive" "0"
  2470. "antialias" "1"
  2471. }
  2472. }
  2473. "FuturaHeavy14"
  2474. {
  2475. "1"
  2476. {
  2477. "name" "FuturaStd-Heavy"
  2478. "tall" "14"
  2479. "additive" "0"
  2480. "antialias" "1"
  2481. }
  2482. }
  2483. "FuturaHeavy20"
  2484. {
  2485. "1"
  2486. {
  2487. "name" "FuturaStd-Heavy"
  2488. "tall" "20"
  2489. "additive" "0"
  2490. "antialias" "1"
  2491. }
  2492. }
  2493. "FuturaHeavyOutline20"
  2494. {
  2495. "1"
  2496. {
  2497. "name" "FuturaStd-Heavy"
  2498. "tall" "20"
  2499. "additive" "0"
  2500. "antialias" "1"
  2501. "outline" "1"
  2502. }
  2503. }
  2504. "FuturaHeavy36"
  2505. {
  2506. "1"
  2507. {
  2508. "name" "FuturaStd-Heavy"
  2509. "tall" "36"
  2510. "additive" "0"
  2511. "antialias" "1"
  2512. }
  2513. }
  2514. "FuturaHeavy56"
  2515. {
  2516. "1"
  2517. {
  2518. "name" "FuturaStd-Heavy"
  2519. "tall" "56"
  2520. "additive" "0"
  2521. "antialias" "1"
  2522. }
  2523. }
  2524. "Crosshairs6"
  2525. {
  2526. "1"
  2527. {
  2528. "name" "Crosshairs Regular"
  2529. "tall" "6"
  2530. "additive" "0"
  2531. "antialias" "1"
  2532. }
  2533. }
  2534. "Crosshairs8"
  2535. {
  2536. "1"
  2537. {
  2538. "name" "Crosshairs Regular"
  2539. "tall" "8"
  2540. "additive" "0"
  2541. "antialias" "1"
  2542. }
  2543. }
  2544. "Crosshairs10"
  2545. {
  2546. "1"
  2547. {
  2548. "name" "Crosshairs Regular"
  2549. "tall" "10"
  2550. "additive" "0"
  2551. "antialias" "1"
  2552. }
  2553. }
  2554. "Crosshairs12"
  2555. {
  2556. "1"
  2557. {
  2558. "name" "Crosshairs Regular"
  2559. "tall" "12"
  2560. "additive" "0"
  2561. "antialias" "1"
  2562. }
  2563. }
  2564. "Crosshairs14"
  2565. {
  2566. "1"
  2567. {
  2568. "name" "Crosshairs Regular"
  2569. "tall" "14"
  2570. "additive" "0"
  2571. "antialias" "1"
  2572. }
  2573. }
  2574. "Crosshairs16"
  2575. {
  2576. "1"
  2577. {
  2578. "name" "Crosshairs Regular"
  2579. "tall" "16"
  2580. "additive" "0"
  2581. "antialias" "1"
  2582. }
  2583. }
  2584. "Crosshairs18"
  2585. {
  2586. "1"
  2587. {
  2588. "name" "Crosshairs Regular"
  2589. "tall" "18"
  2590. "additive" "0"
  2591. "antialias" "1"
  2592. }
  2593. }
  2594. "Crosshairs20"
  2595. {
  2596. "1"
  2597. {
  2598. "name" "Crosshairs Regular"
  2599. "tall" "20"
  2600. "additive" "0"
  2601. "antialias" "1"
  2602. }
  2603. }
  2604. "Crosshairs22"
  2605. {
  2606. "1"
  2607. {
  2608. "name" "Crosshairs Regular"
  2609. "tall" "22"
  2610. "additive" "0"
  2611. "antialias" "1"
  2612. }
  2613. }
  2614. "Crosshairs24"
  2615. {
  2616. "1"
  2617. {
  2618. "name" "Crosshairs Regular"
  2619. "tall" "24"
  2620. "additive" "0"
  2621. "antialias" "1"
  2622. }
  2623. }
  2624. "Crosshairs26"
  2625. {
  2626. "1"
  2627. {
  2628. "name" "Crosshairs Regular"
  2629. "tall" "26"
  2630. "additive" "0"
  2631. "antialias" "1"
  2632. }
  2633. }
  2634. "Crosshairs28"
  2635. {
  2636. "1"
  2637. {
  2638. "name" "Crosshairs Regular"
  2639. "tall" "28"
  2640. "additive" "0"
  2641. "antialias" "1"
  2642. }
  2643. }
  2644. "Crosshairs30"
  2645. {
  2646. "1"
  2647. {
  2648. "name" "Crosshairs Regular"
  2649. "tall" "30"
  2650. "additive" "0"
  2651. "antialias" "1"
  2652. }
  2653. }
  2654. "Crosshairs32"
  2655. {
  2656. "1"
  2657. {
  2658. "name" "Crosshairs Regular"
  2659. "tall" "32"
  2660. "additive" "0"
  2661. "antialias" "1"
  2662. }
  2663. }
  2664. "Crosshairs34"
  2665. {
  2666. "1"
  2667. {
  2668. "name" "Crosshairs Regular"
  2669. "tall" "34"
  2670. "additive" "0"
  2671. "antialias" "1"
  2672. }
  2673. }
  2674. "Crosshairs36"
  2675. {
  2676. "1"
  2677. {
  2678. "name" "Crosshairs Regular"
  2679. "tall" "36"
  2680. "additive" "0"
  2681. "antialias" "1"
  2682. }
  2683. }
  2684. "Crosshairs38"
  2685. {
  2686. "1"
  2687. {
  2688. "name" "Crosshairs Regular"
  2689. "tall" "38"
  2690. "additive" "0"
  2691. "antialias" "1"
  2692. }
  2693. }
  2694. "Crosshairs40"
  2695. {
  2696. "1"
  2697. {
  2698. "name" "Crosshairs Regular"
  2699. "tall" "40"
  2700. "additive" "0"
  2701. "antialias" "1"
  2702. }
  2703. }
  2704. "CrosshairsOutline6"
  2705. {
  2706. "1"
  2707. {
  2708. "name" "Crosshairs Regular"
  2709. "tall" "6"
  2710. "additive" "0"
  2711. "antialias" "1"
  2712. "outline" "1"
  2713. }
  2714. }
  2715. "CrosshairsOutline8"
  2716. {
  2717. "1"
  2718. {
  2719. "name" "Crosshairs Regular"
  2720. "tall" "8"
  2721. "additive" "0"
  2722. "antialias" "1"
  2723. "outline" "1"
  2724. }
  2725. }
  2726. "CrosshairsOutline10"
  2727. {
  2728. "1"
  2729. {
  2730. "name" "Crosshairs Regular"
  2731. "tall" "10"
  2732. "additive" "0"
  2733. "antialias" "1"
  2734. "outline" "1"
  2735. }
  2736. }
  2737. "CrosshairsOutline12"
  2738. {
  2739. "1"
  2740. {
  2741. "name" "Crosshairs Regular"
  2742. "tall" "12"
  2743. "additive" "0"
  2744. "antialias" "1"
  2745. "outline" "1"
  2746. }
  2747. }
  2748. "CrosshairsOutline14"
  2749. {
  2750. "1"
  2751. {
  2752. "name" "Crosshairs Regular"
  2753. "tall" "14"
  2754. "additive" "0"
  2755. "antialias" "1"
  2756. "outline" "1"
  2757. }
  2758. }
  2759. "CrosshairsOutline16"
  2760. {
  2761. "1"
  2762. {
  2763. "name" "Crosshairs Regular"
  2764. "tall" "16"
  2765. "additive" "0"
  2766. "antialias" "1"
  2767. "outline" "1"
  2768. }
  2769. }
  2770. "CrosshairsOutline18"
  2771. {
  2772. "1"
  2773. {
  2774. "name" "Crosshairs Regular"
  2775. "tall" "18"
  2776. "additive" "0"
  2777. "antialias" "1"
  2778. "outline" "1"
  2779. }
  2780. }
  2781. "CrosshairsOutline20"
  2782. {
  2783. "1"
  2784. {
  2785. "name" "Crosshairs Regular"
  2786. "tall" "20"
  2787. "additive" "0"
  2788. "antialias" "1"
  2789. "outline" "1"
  2790. }
  2791. }
  2792. "CrosshairsOutline22"
  2793. {
  2794. "1"
  2795. {
  2796. "name" "Crosshairs Regular"
  2797. "tall" "22"
  2798. "additive" "0"
  2799. "antialias" "1"
  2800. "outline" "1"
  2801. }
  2802. }
  2803. "CrosshairsOutline24"
  2804. {
  2805. "1"
  2806. {
  2807. "name" "Crosshairs Regular"
  2808. "tall" "24"
  2809. "additive" "0"
  2810. "antialias" "1"
  2811. "outline" "1"
  2812. }
  2813. }
  2814. "CrosshairsOutline26"
  2815. {
  2816. "1"
  2817. {
  2818. "name" "Crosshairs Regular"
  2819. "tall" "26"
  2820. "additive" "0"
  2821. "antialias" "1"
  2822. "outline" "1"
  2823. }
  2824. }
  2825. "CrosshairsOutline28"
  2826. {
  2827. "1"
  2828. {
  2829. "name" "Crosshairs Regular"
  2830. "tall" "28"
  2831. "additive" "0"
  2832. "antialias" "1"
  2833. "outline" "1"
  2834. }
  2835. }
  2836. "CrosshairsOutline30"
  2837. {
  2838. "1"
  2839. {
  2840. "name" "Crosshairs Regular"
  2841. "tall" "30"
  2842. "additive" "0"
  2843. "antialias" "1"
  2844. "outline" "1"
  2845. }
  2846. }
  2847. "CrosshairsOutline32"
  2848. {
  2849. "1"
  2850. {
  2851. "name" "Crosshairs Regular"
  2852. "tall" "32"
  2853. "additive" "0"
  2854. "antialias" "1"
  2855. "outline" "1"
  2856. }
  2857. }
  2858. "CrosshairsOutline34"
  2859. {
  2860. "1"
  2861. {
  2862. "name" "Crosshairs Regular"
  2863. "tall" "34"
  2864. "additive" "0"
  2865. "antialias" "1"
  2866. "outline" "1"
  2867. }
  2868. }
  2869. "CrosshairsOutline36"
  2870. {
  2871. "1"
  2872. {
  2873. "name" "Crosshairs Regular"
  2874. "tall" "36"
  2875. "additive" "0"
  2876. "antialias" "1"
  2877. "outline" "1"
  2878. }
  2879. }
  2880. "CrosshairsOutline38"
  2881. {
  2882. "1"
  2883. {
  2884. "name" "Crosshairs Regular"
  2885. "tall" "38"
  2886. "additive" "0"
  2887. "antialias" "1"
  2888. "outline" "1"
  2889. }
  2890. }
  2891. "CrosshairsOutline40"
  2892. {
  2893. "1"
  2894. {
  2895. "name" "Crosshairs Regular"
  2896. "tall" "40"
  2897. "additive" "0"
  2898. "antialias" "1"
  2899. "outline" "1"
  2900. }
  2901. }
  2902. "CrosshairsSharp10"
  2903. {
  2904. "1"
  2905. {
  2906. "name" "Crosshairs Regular"
  2907. "tall" "10"
  2908. "additive" "0"
  2909. "antialias" "0"
  2910. }
  2911. }
  2912. "CrosshairsSharp11"
  2913. {
  2914. "1"
  2915. {
  2916. "name" "Crosshairs Regular"
  2917. "tall" "11"
  2918. "additive" "0"
  2919. "antialias" "0"
  2920. }
  2921. }
  2922. "CrosshairsSharp12"
  2923. {
  2924. "1"
  2925. {
  2926. "name" "Crosshairs Regular"
  2927. "tall" "12"
  2928. "additive" "0"
  2929. "antialias" "0"
  2930. }
  2931. }
  2932. "CrosshairsSharp13"
  2933. {
  2934. "1"
  2935. {
  2936. "name" "Crosshairs Regular"
  2937. "tall" "13"
  2938. "additive" "0"
  2939. "antialias" "0"
  2940. }
  2941. }
  2942. "CrosshairsSharp14"
  2943. {
  2944. "1"
  2945. {
  2946. "name" "Crosshairs Regular"
  2947. "tall" "14"
  2948. "additive" "0"
  2949. "antialias" "0"
  2950. }
  2951. }
  2952. "CrosshairsSharp15"
  2953. {
  2954. "1"
  2955. {
  2956. "name" "Crosshairs Regular"
  2957. "tall" "15"
  2958. "additive" "0"
  2959. "antialias" "0"
  2960. }
  2961. }
  2962. "CrosshairsSharp16"
  2963. {
  2964. "1"
  2965. {
  2966. "name" "Crosshairs Regular"
  2967. "tall" "16"
  2968. "additive" "0"
  2969. "antialias" "0"
  2970. }
  2971. }
  2972. "CrosshairsSharp17"
  2973. {
  2974. "1"
  2975. {
  2976. "name" "Crosshairs Regular"
  2977. "tall" "17"
  2978. "additive" "0"
  2979. "antialias" "0"
  2980. }
  2981. }
  2982. "CrosshairsSharp18"
  2983. {
  2984. "1"
  2985. {
  2986. "name" "Crosshairs Regular"
  2987. "tall" "18"
  2988. "additive" "0"
  2989. "antialias" "0"
  2990. }
  2991. }
  2992. "CrosshairsSharp19"
  2993. {
  2994. "1"
  2995. {
  2996. "name" "Crosshairs Regular"
  2997. "tall" "19"
  2998. "additive" "0"
  2999. "antialias" "0"
  3000. }
  3001. }
  3002. "CrosshairsSharp20"
  3003. {
  3004. "1"
  3005. {
  3006. "name" "Crosshairs Regular"
  3007. "tall" "20"
  3008. "additive" "0"
  3009. "antialias" "0"
  3010. }
  3011. }
  3012. "CrosshairsSharpOutline10"
  3013. {
  3014. "1"
  3015. {
  3016. "name" "Crosshairs Regular"
  3017. "tall" "10"
  3018. "additive" "0"
  3019. "antialias" "0"
  3020. "outline" "1"
  3021. }
  3022. }
  3023. "CrosshairsSharpOutline11"
  3024. {
  3025. "1"
  3026. {
  3027. "name" "Crosshairs Regular"
  3028. "tall" "11"
  3029. "additive" "0"
  3030. "antialias" "0"
  3031. "outline" "1"
  3032. }
  3033. }
  3034. "CrosshairsSharpOutline12"
  3035. {
  3036. "1"
  3037. {
  3038. "name" "Crosshairs Regular"
  3039. "tall" "12"
  3040. "additive" "0"
  3041. "antialias" "0"
  3042. "outline" "1"
  3043. }
  3044. }
  3045. "CrosshairsSharpOutline13"
  3046. {
  3047. "1"
  3048. {
  3049. "name" "Crosshairs Regular"
  3050. "tall" "13"
  3051. "additive" "0"
  3052. "antialias" "0"
  3053. "outline" "1"
  3054. }
  3055. }
  3056. "CrosshairsSharpOutline14"
  3057. {
  3058. "1"
  3059. {
  3060. "name" "Crosshairs Regular"
  3061. "tall" "14"
  3062. "additive" "0"
  3063. "antialias" "0"
  3064. "outline" "1"
  3065. }
  3066. }
  3067. "CrosshairsSharpOutline15"
  3068. {
  3069. "1"
  3070. {
  3071. "name" "Crosshairs Regular"
  3072. "tall" "15"
  3073. "additive" "0"
  3074. "antialias" "0"
  3075. "outline" "1"
  3076. }
  3077. }
  3078. "CrosshairsSharpOutline16"
  3079. {
  3080. "1"
  3081. {
  3082. "name" "Crosshairs Regular"
  3083. "tall" "16"
  3084. "additive" "0"
  3085. "antialias" "0"
  3086. "outline" "1"
  3087. }
  3088. }
  3089. "CrosshairsSharpOutline17"
  3090. {
  3091. "1"
  3092. {
  3093. "name" "Crosshairs Regular"
  3094. "tall" "17"
  3095. "additive" "0"
  3096. "antialias" "0"
  3097. "outline" "1"
  3098. }
  3099. }
  3100. "CrosshairsSharpOutline18"
  3101. {
  3102. "1"
  3103. {
  3104. "name" "Crosshairs Regular"
  3105. "tall" "18"
  3106. "additive" "0"
  3107. "antialias" "0"
  3108. "outline" "1"
  3109. }
  3110. }
  3111. "CrosshairsSharpOutline19"
  3112. {
  3113. "1"
  3114. {
  3115. "name" "Crosshairs Regular"
  3116. "tall" "19"
  3117. "additive" "0"
  3118. "antialias" "0"
  3119. "outline" "1"
  3120. }
  3121. }
  3122. "CrosshairsSharpOutline20"
  3123. {
  3124. "1"
  3125. {
  3126. "name" "Crosshairs Regular"
  3127. "tall" "20"
  3128. "additive" "0"
  3129. "antialias" "0"
  3130. "outline" "1"
  3131. }
  3132. }
  3133. "SymbolSharp16"
  3134. {
  3135. "1"
  3136. {
  3137. "name" "Symbol"
  3138. "tall" "16"
  3139. "additive" "0"
  3140. "antialias" "0"
  3141. }
  3142. }
  3143. "SymbolSharp18"
  3144. {
  3145. "1"
  3146. {
  3147. "name" "Symbol"
  3148. "tall" "18"
  3149. "additive" "0"
  3150. "antialias" "0"
  3151. }
  3152. }
  3153. "SymbolSharp20"
  3154. {
  3155. "1"
  3156. {
  3157. "name" "Symbol"
  3158. "tall" "20"
  3159. "additive" "0"
  3160. "antialias" "0"
  3161. }
  3162. }
  3163. "SymbolSharp22"
  3164. {
  3165. "1"
  3166. {
  3167. "name" "Symbol"
  3168. "tall" "22"
  3169. "additive" "0"
  3170. "antialias" "0"
  3171. }
  3172. }
  3173. "SymbolSharp24"
  3174. {
  3175. "1"
  3176. {
  3177. "name" "Symbol"
  3178. "tall" "24"
  3179. "additive" "0"
  3180. "antialias" "0"
  3181. }
  3182. }
  3183. "SymbolSharp26"
  3184. {
  3185. "1"
  3186. {
  3187. "name" "Symbol"
  3188. "tall" "26"
  3189. "additive" "0"
  3190. "antialias" "0"
  3191. }
  3192. }
  3193. "SymbolSharp28"
  3194. {
  3195. "1"
  3196. {
  3197. "name" "Symbol"
  3198. "tall" "28"
  3199. "additive" "0"
  3200. "antialias" "0"
  3201. }
  3202. }
  3203. "SymbolSharp30"
  3204. {
  3205. "1"
  3206. {
  3207. "name" "Symbol"
  3208. "tall" "30"
  3209. "additive" "0"
  3210. "antialias" "0"
  3211. }
  3212. }
  3213. "SymbolSharp32"
  3214. {
  3215. "1"
  3216. {
  3217. "name" "Symbol"
  3218. "tall" "32"
  3219. "additive" "0"
  3220. "antialias" "0"
  3221. }
  3222. }
  3223. "SymbolSharpOutline16"
  3224. {
  3225. "1"
  3226. {
  3227. "name" "Symbol"
  3228. "tall" "16"
  3229. "additive" "0"
  3230. "antialias" "0"
  3231. "outline" "1"
  3232. }
  3233. }
  3234. "SymbolSharpOutline18"
  3235. {
  3236. "1"
  3237. {
  3238. "name" "Symbol"
  3239. "tall" "18"
  3240. "additive" "0"
  3241. "antialias" "0"
  3242. "outline" "1"
  3243. }
  3244. }
  3245. "SymbolSharpOutline20"
  3246. {
  3247. "1"
  3248. {
  3249. "name" "Symbol"
  3250. "tall" "20"
  3251. "additive" "0"
  3252. "antialias" "0"
  3253. "outline" "1"
  3254. }
  3255. }
  3256. "SymbolSharpOutline22"
  3257. {
  3258. "1"
  3259. {
  3260. "name" "Symbol"
  3261. "tall" "22"
  3262. "additive" "0"
  3263. "antialias" "0"
  3264. "outline" "1"
  3265. }
  3266. }
  3267. "SymbolSharpOutline24"
  3268. {
  3269. "1"
  3270. {
  3271. "name" "Symbol"
  3272. "tall" "24"
  3273. "additive" "0"
  3274. "antialias" "0"
  3275. "outline" "1"
  3276. }
  3277. }
  3278. "SymbolSharpOutline26"
  3279. {
  3280. "1"
  3281. {
  3282. "name" "Symbol"
  3283. "tall" "26"
  3284. "additive" "0"
  3285. "antialias" "0"
  3286. "outline" "1"
  3287. }
  3288. }
  3289. "SymbolSharpOutline28"
  3290. {
  3291. "1"
  3292. {
  3293. "name" "Symbol"
  3294. "tall" "28"
  3295. "additive" "0"
  3296. "antialias" "0"
  3297. "outline" "1"
  3298. }
  3299. }
  3300. "SymbolSharpOutline30"
  3301. {
  3302. "1"
  3303. {
  3304. "name" "Symbol"
  3305. "tall" "30"
  3306. "additive" "0"
  3307. "antialias" "0"
  3308. "outline" "1"
  3309. }
  3310. }
  3311. "SymbolSharpOutline32"
  3312. {
  3313. "1"
  3314. {
  3315. "name" "Symbol"
  3316. "tall" "32"
  3317. "additive" "0"
  3318. "antialias" "0"
  3319. "outline" "1"
  3320. }
  3321. }
  3322. "BlocksSharp64"
  3323. {
  3324. "1"
  3325. {
  3326. "name" "Blocks"
  3327. "tall" "64"
  3328. "additive" "0"
  3329. "antialias" "0"
  3330. }
  3331. }
  3332. }
  3333.  
  3334. //
  3335. //////////////////// BORDERS //////////////////////////////
  3336. //
  3337. // describes all the border types
  3338. Borders
  3339. {
  3340. NoBorder
  3341. {
  3342. "inset" "0 0 0 0"
  3343. Left
  3344. {
  3345. "1"
  3346. {
  3347. "color" "Blank"
  3348. "offset" "0 0"
  3349. }
  3350. }
  3351.  
  3352. Right
  3353. {
  3354. "1"
  3355. {
  3356. "color" "Blank"
  3357. "offset" "0 0"
  3358. }
  3359. }
  3360.  
  3361. Top
  3362. {
  3363. "1"
  3364. {
  3365. "color" "Blank"
  3366. "offset" "0 0"
  3367. }
  3368. }
  3369.  
  3370. Bottom
  3371. {
  3372. "1"
  3373. {
  3374. "color" "Blank"
  3375. "offset" "0 0"
  3376. }
  3377. }
  3378. }
  3379.  
  3380. TeamMenuBorder
  3381. {
  3382. "inset" "0 0 0 0"
  3383. Left
  3384. {
  3385. "1"
  3386. {
  3387. "color" "Black"
  3388. "offset" "0 0"
  3389. }
  3390. "2"
  3391. {
  3392. "color" "Black"
  3393. "offset" "0 0"
  3394. }
  3395. }
  3396.  
  3397. Right
  3398. {
  3399. "1"
  3400. {
  3401. "color" "Black"
  3402. "offset" "0 0"
  3403. }
  3404. "2"
  3405. {
  3406. "color" "Black"
  3407. "offset" "0 0"
  3408. }
  3409. }
  3410.  
  3411. Top
  3412. {
  3413. "1"
  3414. {
  3415. "color" "Black"
  3416. "offset" "0 0"
  3417. }
  3418. "2"
  3419. {
  3420. "color" "Black"
  3421. "offset" "0 0"
  3422. }
  3423. }
  3424.  
  3425. Bottom
  3426. {
  3427. "1"
  3428. {
  3429. "color" "Black"
  3430. "offset" "0 0"
  3431. }
  3432. "2"
  3433. {
  3434. "color" "Black"
  3435. "offset" "0 0"
  3436. }
  3437. }
  3438. }
  3439.  
  3440. ScrollBarButtonBorder
  3441. {
  3442. "inset" "0 0 0 0"
  3443. "backgroundtype" "2"
  3444. }
  3445.  
  3446. ScrollBarButtonDepressedBorder
  3447. {
  3448. "inset" "0 0 0 0"
  3449. "backgroundtype" "2"
  3450. }
  3451.  
  3452. ButtonBorder
  3453. {
  3454. "inset" "0 0 0 0"
  3455. "backgroundtype" "2"
  3456. }
  3457.  
  3458. // this is the border used for default buttons (the button that gets pressed when you hit enter)
  3459. ButtonKeyFocusBorder
  3460. {
  3461. "inset" "0 0 0 0"
  3462. "backgroundtype" "2"
  3463. }
  3464.  
  3465. ButtonDepressedBorder
  3466. {
  3467. "inset" "0 0 0 0"
  3468. "backgroundtype" "2"
  3469. }
  3470.  
  3471. ComboBoxBorder
  3472. {
  3473. "inset" "0 0 1 1"
  3474. Left
  3475. {
  3476. "1"
  3477. {
  3478. "color" "TanLight"
  3479. "offset" "0 1"
  3480. }
  3481. }
  3482.  
  3483. Right
  3484. {
  3485. "1"
  3486. {
  3487. "color" "TanLight"
  3488. "offset" "1 0"
  3489. }
  3490. }
  3491.  
  3492. Top
  3493. {
  3494. "1"
  3495. {
  3496. "color" "TanLight"
  3497. "offset" "0 0"
  3498. }
  3499. }
  3500.  
  3501. Bottom
  3502. {
  3503. "1"
  3504. {
  3505. "color" "TanLight"
  3506. "offset" "0 0"
  3507. }
  3508. }
  3509. }
  3510. DarkComboBoxBorder
  3511. {
  3512. "inset" "0 0 1 1"
  3513. Left
  3514. {
  3515. "1"
  3516. {
  3517. "color" "TanDark"
  3518. "offset" "0 1"
  3519. }
  3520. }
  3521.  
  3522. Right
  3523. {
  3524. "1"
  3525. {
  3526. "color" "TanDark"
  3527. "offset" "1 0"
  3528. }
  3529. }
  3530.  
  3531. Top
  3532. {
  3533. "1"
  3534. {
  3535. "color" "TanDark"
  3536. "offset" "0 0"
  3537. }
  3538. }
  3539.  
  3540. Bottom
  3541. {
  3542. "1"
  3543. {
  3544. "color" "TanDark"
  3545. "offset" "0 0"
  3546. }
  3547. }
  3548. }
  3549. SalePriceBorder
  3550. {
  3551. "inset" "0 0 1 1"
  3552. Left
  3553. {
  3554. "1"
  3555. {
  3556. "color" "SaleGreen"
  3557. "offset" "0 1"
  3558. }
  3559. }
  3560.  
  3561. Right
  3562. {
  3563. "1"
  3564. {
  3565. "color" "SaleGreen"
  3566. "offset" "1 0"
  3567. }
  3568. }
  3569.  
  3570. Top
  3571. {
  3572. "1"
  3573. {
  3574. "color" "SaleGreen"
  3575. "offset" "0 0"
  3576. }
  3577. }
  3578.  
  3579. Bottom
  3580. {
  3581. "1"
  3582. {
  3583. "color" "SaleGreen"
  3584. "offset" "0 0"
  3585. }
  3586. }
  3587. }
  3588.  
  3589. MainMenuSubButtonBorder
  3590. {
  3591. "inset" "0 0 1 1"
  3592. Left
  3593. {
  3594. "1"
  3595. {
  3596. "color" "TanDarker"
  3597. "offset" "0 1"
  3598. }
  3599. }
  3600.  
  3601. Right
  3602. {
  3603. "1"
  3604. {
  3605. "color" "TanDarker"
  3606. "offset" "1 0"
  3607. }
  3608. }
  3609. }
  3610.  
  3611. CrosshatchedBackground
  3612. {
  3613. "bordertype" "image"
  3614. "backgroundtype" "2"
  3615. "image" "loadout_header"
  3616. "tiled" "1"
  3617. }
  3618.  
  3619. OutlinedGreyBox
  3620. {
  3621. "bordertype" "scalable_image"
  3622. "backgroundtype" "2"
  3623.  
  3624. "image" "loadout_round_rect_selected"
  3625. "src_corner_height" "24" // pixels inside the image
  3626. "src_corner_width" "24"
  3627. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3628. "draw_corner_height" "11"
  3629. }
  3630. OutlinedDullGreyBox
  3631. {
  3632. "bordertype" "scalable_image"
  3633. "backgroundtype" "2"
  3634.  
  3635. "image" "loadout_round_rect"
  3636. "src_corner_height" "24" // pixels inside the image
  3637. "src_corner_width" "24"
  3638. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3639. "draw_corner_height" "11"
  3640. }
  3641.  
  3642. TFThinLineBorder
  3643. {
  3644. "bordertype" "scalable_image"
  3645. "backgroundtype" "2"
  3646.  
  3647. "image" "../hud/tournament_panel_brown"
  3648. //"image" "../hud/color_panel_browner"
  3649. "src_corner_height" "23" // pixels inside the image
  3650. "src_corner_width" "23"
  3651. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  3652. "draw_corner_height" "8"
  3653. }
  3654. TFFatLineBorderOpaque
  3655. {
  3656. "bordertype" "scalable_image"
  3657. "backgroundtype" "2"
  3658.  
  3659. "image" "../hud/color_panel_brown_opaque"
  3660. "src_corner_height" "23" // pixels inside the image
  3661. "src_corner_width" "23"
  3662. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  3663. "draw_corner_height" "5"
  3664. }
  3665. TFFatLineBorder
  3666. {
  3667. "bordertype" "scalable_image"
  3668. "backgroundtype" "2"
  3669.  
  3670. "image" "../hud/color_panel_brown"
  3671. "src_corner_height" "23" // pixels inside the image
  3672. "src_corner_width" "23"
  3673. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  3674. "draw_corner_height" "5"
  3675. }
  3676. TFFatLineBorderRedBGOpaque
  3677. {
  3678. "bordertype" "scalable_image"
  3679. "backgroundtype" "2"
  3680.  
  3681. "image" "../hud/color_panel_red_opaque"
  3682. "src_corner_height" "23" // pixels inside the image
  3683. "src_corner_width" "23"
  3684. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  3685. "draw_corner_height" "5"
  3686. }
  3687. TFFatLineBorderRedBGOpaque_Store
  3688. {
  3689. "bordertype" "scalable_image"
  3690. "backgroundtype" "2"
  3691.  
  3692. "image" "../hud/color_panel_red_opaque"
  3693. "src_corner_height" "24" // pixels inside the image
  3694. "src_corner_width" "24"
  3695. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3696. "draw_corner_height" "11"
  3697. }
  3698. TFFatLineBorderRedBG
  3699. {
  3700. "bordertype" "scalable_image"
  3701. "backgroundtype" "2"
  3702.  
  3703. "image" "../hud/color_panel_red"
  3704. "src_corner_height" "23" // pixels inside the image
  3705. "src_corner_width" "23"
  3706. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  3707. "draw_corner_height" "5"
  3708. }
  3709. TFFatLineBorderBlueBG
  3710. {
  3711. "bordertype" "scalable_image"
  3712. "backgroundtype" "2"
  3713.  
  3714. "image" "../hud/color_panel_blu"
  3715. "src_corner_height" "23" // pixels inside the image
  3716. "src_corner_width" "23"
  3717. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  3718. "draw_corner_height" "5"
  3719. }
  3720.  
  3721. ToolTipBorder
  3722. {
  3723. "inset" "0 0 1 1"
  3724. Left
  3725. {
  3726. "1"
  3727. {
  3728. "color" "TanDarker"
  3729. "offset" "0 1"
  3730. }
  3731. }
  3732.  
  3733. Right
  3734. {
  3735. "1"
  3736. {
  3737. "color" "TanDarker"
  3738. "offset" "1 0"
  3739. }
  3740. }
  3741.  
  3742. Top
  3743. {
  3744. "1"
  3745. {
  3746. "color" "TanDarker"
  3747. "offset" "0 0"
  3748. }
  3749. }
  3750.  
  3751. Bottom
  3752. {
  3753. "1"
  3754. {
  3755. "color" "TanDarker"
  3756. "offset" "0 0"
  3757. }
  3758. }
  3759. }
  3760. OptionsCategoryBorder
  3761. {
  3762. "inset" "0 0 1 1"
  3763.  
  3764. // This border is used just to create a horizontal line, so it only has a bottom border
  3765.  
  3766. Bottom
  3767. {
  3768. "1"
  3769. {
  3770. "color" "TanLight"
  3771. "offset" "0 0"
  3772. }
  3773. }
  3774. }
  3775.  
  3776. GrayDialogBorder
  3777. {
  3778. "bordertype" "scalable_image"
  3779. "backgroundtype" "2"
  3780.  
  3781. "image" "loadout_rect"
  3782. "src_corner_height" "24" // pixels inside the image
  3783. "src_corner_width" "24"
  3784. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3785. "draw_corner_height" "11"
  3786. }
  3787.  
  3788. StoreFreeTrialBorder
  3789. {
  3790. "bordertype" "scalable_image"
  3791. "backgroundtype" "2"
  3792.  
  3793. "image" "loadout_rect_red"
  3794. "src_corner_height" "24" // pixels inside the image
  3795. "src_corner_width" "24"
  3796. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3797. "draw_corner_height" "11"
  3798. }
  3799.  
  3800. EconItemBorder
  3801. {
  3802. "bordertype" "scalable_image"
  3803. "backgroundtype" "2"
  3804.  
  3805. "image" "loadout_rect"
  3806. "src_corner_height" "24" // pixels inside the image
  3807. "src_corner_width" "24"
  3808. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3809. "draw_corner_height" "11"
  3810. }
  3811. Econ.Button.Border.Default
  3812. {
  3813. "inset" "0 0 0 0"
  3814. "backgroundtype" "2"
  3815. }
  3816. Econ.Button.Border.Armed
  3817. {
  3818. "inset" "0 0 0 0"
  3819. "backgroundtype" "2"
  3820. }
  3821.  
  3822. LoadoutItemMouseOverBorder
  3823. {
  3824. "bordertype" "scalable_image"
  3825. "backgroundtype" "2"
  3826.  
  3827. "image" "loadout_rect_mouseover"
  3828. "src_corner_height" "24" // pixels inside the image
  3829. "src_corner_width" "24"
  3830. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3831. "draw_corner_height" "11"
  3832. }
  3833. LoadoutItemPopupBorder
  3834. {
  3835. "bordertype" "scalable_image"
  3836. "backgroundtype" "2"
  3837.  
  3838. "image" "button_holder_central"
  3839. "src_corner_height" "32" // pixels inside the image
  3840. "src_corner_width" "32"
  3841. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  3842. "draw_corner_height" "4"
  3843. }
  3844.  
  3845. BackpackItemGrayedOut
  3846. {
  3847. "bordertype" "scalable_image"
  3848. "backgroundtype" "2"
  3849. "color" "Black"
  3850.  
  3851. "image" "backpack_rect_color"
  3852. "src_corner_height" "24" // pixels inside the image
  3853. "src_corner_width" "24"
  3854. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3855. "draw_corner_height" "11"
  3856. }
  3857.  
  3858. BackpackItemGrayedOut_Selected
  3859. {
  3860. "bordertype" "scalable_image"
  3861. "backgroundtype" "2"
  3862. "color" "Black"
  3863.  
  3864. "image" "backpack_rect_selected"
  3865. "src_corner_height" "24" // pixels inside the image
  3866. "src_corner_width" "24"
  3867. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3868. "draw_corner_height" "11"
  3869. }
  3870.  
  3871. BackpackItemBorder
  3872. {
  3873. "bordertype" "scalable_image"
  3874. "backgroundtype" "2"
  3875.  
  3876. "image" "backpack_rect"
  3877. "src_corner_height" "24" // pixels inside the image
  3878. "src_corner_width" "24"
  3879. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3880. "draw_corner_height" "11"
  3881. }
  3882. BackpackItemMouseOverBorder
  3883. {
  3884. "bordertype" "scalable_image"
  3885. "backgroundtype" "2"
  3886.  
  3887. "image" "backpack_rect_mouseover"
  3888. "src_corner_height" "24" // pixels inside the image
  3889. "src_corner_width" "24"
  3890. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3891. "draw_corner_height" "11"
  3892. }
  3893. BackpackItemSelectedBorder
  3894. {
  3895. "bordertype" "scalable_image"
  3896. "backgroundtype" "2"
  3897.  
  3898. "image" "backpack_rect_selected"
  3899. "src_corner_height" "24" // pixels inside the image
  3900. "src_corner_width" "24"
  3901. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3902. "draw_corner_height" "11"
  3903. }
  3904.  
  3905. BackpackItemBorder_Unique
  3906. {
  3907. "bordertype" "scalable_image"
  3908. "backgroundtype" "2"
  3909. "color" "QualityColorUnique"
  3910.  
  3911. "image" "backpack_rect_color"
  3912. "src_corner_height" "24" // pixels inside the image
  3913. "src_corner_width" "24"
  3914. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3915. "draw_corner_height" "11"
  3916. }
  3917. BackpackItemMouseOverBorder_Unique
  3918. {
  3919. "bordertype" "scalable_image"
  3920. "backgroundtype" "2"
  3921. "color" "QualityColorUnique"
  3922.  
  3923. "image" "backpack_rect_mouseover_color"
  3924. "src_corner_height" "24" // pixels inside the image
  3925. "src_corner_width" "24"
  3926. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3927. "draw_corner_height" "11"
  3928. }
  3929. BackpackItemBorder_1
  3930. {
  3931. "bordertype" "scalable_image"
  3932. "backgroundtype" "2"
  3933. "color" "QualityColorrarity1"
  3934.  
  3935. "image" "backpack_rect_color"
  3936. "src_corner_height" "24" // pixels inside the image
  3937. "src_corner_width" "24"
  3938. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3939. "draw_corner_height" "11"
  3940. }
  3941. BackpackItemMouseOverBorder_1
  3942. {
  3943. "bordertype" "scalable_image"
  3944. "backgroundtype" "2"
  3945. "color" "QualityColorrarity1"
  3946.  
  3947. "image" "backpack_rect_mouseover_color"
  3948. "src_corner_height" "24" // pixels inside the image
  3949. "src_corner_width" "24"
  3950. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3951. "draw_corner_height" "11"
  3952. }
  3953. BackpackItemBorder_2
  3954. {
  3955. "bordertype" "scalable_image"
  3956. "backgroundtype" "2"
  3957. "color" "QualityColorrarity2"
  3958.  
  3959. "image" "backpack_rect_color"
  3960. "src_corner_height" "24" // pixels inside the image
  3961. "src_corner_width" "24"
  3962. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3963. "draw_corner_height" "11"
  3964. }
  3965. BackpackItemMouseOverBorder_2
  3966. {
  3967. "bordertype" "scalable_image"
  3968. "backgroundtype" "2"
  3969. "color" "QualityColorrarity2"
  3970.  
  3971. "image" "backpack_rect_mouseover_color"
  3972. "src_corner_height" "24" // pixels inside the image
  3973. "src_corner_width" "24"
  3974. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3975. "draw_corner_height" "11"
  3976. }
  3977. BackpackItemBorder_3
  3978. {
  3979. "bordertype" "scalable_image"
  3980. "backgroundtype" "2"
  3981. "color" "QualityColorrarity3"
  3982.  
  3983. "image" "backpack_rect_color"
  3984. "src_corner_height" "24" // pixels inside the image
  3985. "src_corner_width" "24"
  3986. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3987. "draw_corner_height" "11"
  3988. }
  3989. BackpackItemMouseOverBorder_3
  3990. {
  3991. "bordertype" "scalable_image"
  3992. "backgroundtype" "2"
  3993. "color" "QualityColorrarity3"
  3994.  
  3995. "image" "backpack_rect_mouseover_color"
  3996. "src_corner_height" "24" // pixels inside the image
  3997. "src_corner_width" "24"
  3998. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  3999. "draw_corner_height" "11"
  4000. }
  4001. BackpackItemBorder_4
  4002. {
  4003. "bordertype" "scalable_image"
  4004. "backgroundtype" "2"
  4005. "color" "QualityColorrarity4"
  4006.  
  4007. "image" "backpack_rect_color"
  4008. "src_corner_height" "24" // pixels inside the image
  4009. "src_corner_width" "24"
  4010. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4011. "draw_corner_height" "11"
  4012. }
  4013. BackpackItemMouseOverBorder_4
  4014. {
  4015. "bordertype" "scalable_image"
  4016. "backgroundtype" "2"
  4017. "color" "QualityColorrarity4"
  4018.  
  4019. "image" "backpack_rect_mouseover_color"
  4020. "src_corner_height" "24" // pixels inside the image
  4021. "src_corner_width" "24"
  4022. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4023. "draw_corner_height" "11"
  4024. }
  4025. BackpackItemBorder_Haunted
  4026. {
  4027. "bordertype" "scalable_image"
  4028. "backgroundtype" "2"
  4029. "color" "QualityColorHaunted"
  4030.  
  4031. "image" "backpack_rect_color"
  4032. "src_corner_height" "24" // pixels inside the image
  4033. "src_corner_width" "24"
  4034. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4035. "draw_corner_height" "11"
  4036. }
  4037. BackpackItemMouseOverBorder_Haunted
  4038. {
  4039. "bordertype" "scalable_image"
  4040. "backgroundtype" "2"
  4041. "color" "QualityColorHaunted"
  4042.  
  4043. "image" "backpack_rect_mouseover_color"
  4044. "src_corner_height" "24" // pixels inside the image
  4045. "src_corner_width" "24"
  4046. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4047. "draw_corner_height" "11"
  4048. }
  4049. BackpackItemBorder_Vintage
  4050. {
  4051. "bordertype" "scalable_image"
  4052. "backgroundtype" "2"
  4053. "color" "QualityColorVintage"
  4054.  
  4055. "image" "backpack_rect_color"
  4056. "src_corner_height" "24" // pixels inside the image
  4057. "src_corner_width" "24"
  4058. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4059. "draw_corner_height" "11"
  4060. }
  4061. BackpackItemMouseOverBorder_Vintage
  4062. {
  4063. "bordertype" "scalable_image"
  4064. "backgroundtype" "2"
  4065. "color" "QualityColorVintage"
  4066.  
  4067. "image" "backpack_rect_mouseover_color"
  4068. "src_corner_height" "24" // pixels inside the image
  4069. "src_corner_width" "24"
  4070. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4071. "draw_corner_height" "11"
  4072. }
  4073. BackpackItemBorder_Community
  4074. {
  4075. "bordertype" "scalable_image"
  4076. "backgroundtype" "2"
  4077. "color" "QualityColorCommunity"
  4078.  
  4079. "image" "backpack_rect_color"
  4080. "src_corner_height" "24" // pixels inside the image
  4081. "src_corner_width" "24"
  4082. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4083. "draw_corner_height" "11"
  4084. }
  4085. BackpackItemMouseOverBorder_Community
  4086. {
  4087. "bordertype" "scalable_image"
  4088. "backgroundtype" "2"
  4089. "color" "QualityColorCommunity"
  4090.  
  4091. "image" "backpack_rect_mouseover_color"
  4092. "src_corner_height" "24" // pixels inside the image
  4093. "src_corner_width" "24"
  4094. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4095. "draw_corner_height" "11"
  4096. }
  4097. BackpackItemBorder_Developer
  4098. {
  4099. "bordertype" "scalable_image"
  4100. "backgroundtype" "2"
  4101. "color" "QualityColorDeveloper"
  4102.  
  4103. "image" "backpack_rect_color"
  4104. "src_corner_height" "24" // pixels inside the image
  4105. "src_corner_width" "24"
  4106. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4107. "draw_corner_height" "11"
  4108. }
  4109. BackpackItemMouseOverBorder_Developer
  4110. {
  4111. "bordertype" "scalable_image"
  4112. "backgroundtype" "2"
  4113. "color" "QualityColorDeveloper"
  4114.  
  4115. "image" "backpack_rect_mouseover_color"
  4116. "src_corner_height" "24" // pixels inside the image
  4117. "src_corner_width" "24"
  4118. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4119. "draw_corner_height" "11"
  4120. }
  4121. BackpackItemBorder_SelfMade
  4122. {
  4123. "bordertype" "scalable_image"
  4124. "backgroundtype" "2"
  4125. "color" "QualityColorSelfMade"
  4126.  
  4127. "image" "backpack_rect_color"
  4128. "src_corner_height" "24" // pixels inside the image
  4129. "src_corner_width" "24"
  4130. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4131. "draw_corner_height" "11"
  4132. }
  4133. BackpackItemMouseOverBorder_SelfMade
  4134. {
  4135. "bordertype" "scalable_image"
  4136. "backgroundtype" "2"
  4137. "color" "QualityColorSelfMade"
  4138.  
  4139. "image" "backpack_rect_mouseover_color"
  4140. "src_corner_height" "24" // pixels inside the image
  4141. "src_corner_width" "24"
  4142. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4143. "draw_corner_height" "11"
  4144. }
  4145. BackpackItemBorder_Customized
  4146. {
  4147. "bordertype" "scalable_image"
  4148. "backgroundtype" "2"
  4149. "color" "QualityColorCustomized"
  4150.  
  4151. "image" "backpack_rect_color"
  4152. "src_corner_height" "24" // pixels inside the image
  4153. "src_corner_width" "24"
  4154. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4155. "draw_corner_height" "11"
  4156. }
  4157. BackpackItemMouseOverBorder_Customized
  4158. {
  4159. "bordertype" "scalable_image"
  4160. "backgroundtype" "2"
  4161. "color" "QualityColorCustomized"
  4162.  
  4163. "image" "backpack_rect_mouseover_color"
  4164. "src_corner_height" "24" // pixels inside the image
  4165. "src_corner_width" "24"
  4166. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4167. "draw_corner_height" "11"
  4168. }
  4169. BackpackItemBorder_Strange
  4170. {
  4171. "bordertype" "scalable_image"
  4172. "backgroundtype" "2"
  4173. "color" "QualityColorStrange"
  4174.  
  4175. "image" "backpack_rect_color"
  4176. "src_corner_height" "24" // pixels inside the image
  4177. "src_corner_width" "24"
  4178. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4179. "draw_corner_height" "11"
  4180. }
  4181. BackpackItemMouseOverBorder_Strange
  4182. {
  4183. "bordertype" "scalable_image"
  4184. "backgroundtype" "2"
  4185. "color" "QualityColorStrange"
  4186.  
  4187. "image" "backpack_rect_mouseover_color"
  4188. "src_corner_height" "24" // pixels inside the image
  4189. "src_corner_width" "24"
  4190. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4191. "draw_corner_height" "11"
  4192. }
  4193. BackpackItemBorder_Completed
  4194. {
  4195. "bordertype" "scalable_image"
  4196. "backgroundtype" "2"
  4197. "color" "QualityColorCompleted"
  4198.  
  4199. "image" "backpack_rect_color"
  4200. "src_corner_height" "24" // pixels inside the image
  4201. "src_corner_width" "24"
  4202. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4203. "draw_corner_height" "11"
  4204. }
  4205. BackpackItemMouseOverBorder_Completed
  4206. {
  4207. "bordertype" "scalable_image"
  4208. "backgroundtype" "2"
  4209. "color" "QualityColorCompleted"
  4210.  
  4211. "image" "backpack_rect_mouseover_color"
  4212. "src_corner_height" "24" // pixels inside the image
  4213. "src_corner_width" "24"
  4214. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4215. "draw_corner_height" "11"
  4216. }
  4217. StoreItemBorder
  4218. {
  4219. "inset" "0 0 1 1"
  4220. "backgroundtype" "2"
  4221. Left
  4222. {
  4223. "1"
  4224. {
  4225. "color" "TanDarker"
  4226. "offset" "0 1"
  4227. }
  4228. }
  4229.  
  4230. Right
  4231. {
  4232. "1"
  4233. {
  4234. "color" "TanDarker"
  4235. "offset" "1 0"
  4236. }
  4237. }
  4238.  
  4239. Top
  4240. {
  4241. "1"
  4242. {
  4243. "color" "TanDarker"
  4244. "offset" "0 0"
  4245. }
  4246. }
  4247.  
  4248. Bottom
  4249. {
  4250. "1"
  4251. {
  4252. "color" "TanDarker"
  4253. "offset" "0 0"
  4254. }
  4255. }
  4256. }
  4257. StoreItemBorderMouseOver
  4258. {
  4259. "inset" "0 0 1 1"
  4260. "backgroundtype" "2"
  4261. Left
  4262. {
  4263. "1"
  4264. {
  4265. "color" "TanDark"
  4266. "offset" "0 1"
  4267. }
  4268. }
  4269.  
  4270. Right
  4271. {
  4272. "1"
  4273. {
  4274. "color" "TanDark"
  4275. "offset" "1 0"
  4276. }
  4277. }
  4278.  
  4279. Top
  4280. {
  4281. "1"
  4282. {
  4283. "color" "TanDark"
  4284. "offset" "0 0"
  4285. }
  4286. }
  4287.  
  4288. Bottom
  4289. {
  4290. "1"
  4291. {
  4292. "color" "TanDark"
  4293. "offset" "0 0"
  4294. }
  4295. }
  4296. }
  4297. StoreItemBorderSelected
  4298. {
  4299. "inset" "0 0 1 1"
  4300. "backgroundtype" "2"
  4301. Left
  4302. {
  4303. "1"
  4304. {
  4305. "color" "TanLight"
  4306. "offset" "0 1"
  4307. }
  4308. }
  4309.  
  4310. Right
  4311. {
  4312. "1"
  4313. {
  4314. "color" "TanLight"
  4315. "offset" "1 0"
  4316. }
  4317. }
  4318.  
  4319. Top
  4320. {
  4321. "1"
  4322. {
  4323. "color" "TanLight"
  4324. "offset" "0 0"
  4325. }
  4326. }
  4327.  
  4328. Bottom
  4329. {
  4330. "1"
  4331. {
  4332. "color" "TanLight"
  4333. "offset" "0 0"
  4334. }
  4335. }
  4336. }
  4337.  
  4338. NotificationDefault
  4339. {
  4340. "bordertype" "scalable_image"
  4341. "backgroundtype" "2"
  4342.  
  4343. "image" "alert_rect"
  4344. "src_corner_height" "32" // pixels inside the image
  4345. "src_corner_width" "32"
  4346. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4347. "draw_corner_height" "4"
  4348. }
  4349. MainMenuButtonDefault
  4350. {
  4351. "bordertype" "scalable_image"
  4352. "backgroundtype" "2"
  4353.  
  4354. "image" "button_central"
  4355. "src_corner_height" "32" // pixels inside the image
  4356. "src_corner_width" "32"
  4357. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4358. "draw_corner_height" "4"
  4359. }
  4360. MainMenuButtonArmed
  4361. {
  4362. "bordertype" "scalable_image"
  4363. "backgroundtype" "2"
  4364.  
  4365. "image" "button_central_hover"
  4366. "src_corner_height" "32" // pixels inside the image
  4367. "src_corner_width" "32"
  4368. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4369. "draw_corner_height" "4"
  4370. }
  4371. MainMenuButtonDisabled
  4372. {
  4373. "bordertype" "scalable_image"
  4374. "backgroundtype" "2"
  4375.  
  4376. "image" "button_central_disabled"
  4377. "src_corner_height" "32" // pixels inside the image
  4378. "src_corner_width" "32"
  4379. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4380. "draw_corner_height" "4"
  4381. }
  4382. MainMenuMiniButtonDefault
  4383. {
  4384. "bordertype" "scalable_image"
  4385. "backgroundtype" "2"
  4386.  
  4387. "image" "button_central_adv"
  4388. "src_corner_height" "32" // pixels inside the image
  4389. "src_corner_width" "32"
  4390. "draw_corner_width" "1" // screen size of the corners ( and sides ), proportional
  4391. "draw_corner_height" "1"
  4392. }
  4393. MainMenuMiniButtonArmed
  4394. {
  4395. "bordertype" "scalable_image"
  4396. "backgroundtype" "2"
  4397.  
  4398. "image" "button_central_adv_hover"
  4399. "src_corner_height" "32" // pixels inside the image
  4400. "src_corner_width" "32"
  4401. "draw_corner_width" "1" // screen size of the corners ( and sides ), proportional
  4402. "draw_corner_height" "1"
  4403. }
  4404. MainMenuBGBorder
  4405. {
  4406. "bordertype" "scalable_image"
  4407. "backgroundtype" "2"
  4408.  
  4409. "image" "button_holder_central"
  4410. "src_corner_height" "32" // pixels inside the image
  4411. "src_corner_width" "32"
  4412. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4413. "draw_corner_height" "4"
  4414. }
  4415. MainMenuBGBorderAlpha
  4416. {
  4417. "bordertype" "scalable_image"
  4418. "backgroundtype" "2"
  4419.  
  4420. "image" "button_holder_central_alpha"
  4421. "src_corner_height" "32" // pixels inside the image
  4422. "src_corner_width" "32"
  4423. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4424. "draw_corner_height" "4"
  4425. }
  4426. MainMenuBlogTabBG
  4427. {
  4428. "bordertype" "scalable_image"
  4429. "backgroundtype" "2"
  4430.  
  4431. "image" "blog_tabby"
  4432. "src_corner_height" "32" // pixels inside the image
  4433. "src_corner_width" "32"
  4434. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4435. "draw_corner_height" "8"
  4436. }
  4437. MainMenuHighlightBorder
  4438. {
  4439. "bordertype" "scalable_image"
  4440. "backgroundtype" "2"
  4441.  
  4442. "image" "callout_bubble"
  4443. "src_corner_height" "32" // pixels inside the image
  4444. "src_corner_width" "32"
  4445. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4446. "draw_corner_height" "8"
  4447. }
  4448.  
  4449. TrainingResultsBG
  4450. {
  4451. "bordertype" "scalable_image"
  4452. "backgroundtype" "2"
  4453.  
  4454. "image" "button_holder_central"
  4455. "src_corner_height" "32" // pixels inside the image
  4456. "src_corner_width" "32"
  4457. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4458. "draw_corner_height" "4"
  4459. }
  4460.  
  4461. StoreInnerShadowBorder
  4462. {
  4463. "bordertype" "scalable_image"
  4464. "backgroundtype" "2"
  4465.  
  4466. "image" "store/innershadow_border"
  4467. "src_corner_height" "23" // pixels inside the image
  4468. "src_corner_width" "23"
  4469. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4470. "draw_corner_height" "8"
  4471. }
  4472.  
  4473. StoreNewBorder
  4474. {
  4475. "bordertype" "scalable_image"
  4476. "backgroundtype" "2"
  4477.  
  4478. "image" "new_corner"
  4479. "src_corner_height" "32" // pixels inside the image
  4480. "src_corner_width" "32"
  4481. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4482. "draw_corner_height" "4"
  4483. }
  4484.  
  4485. StoreDiscountBorder
  4486. {
  4487. "bordertype" "scalable_image"
  4488. "backgroundtype" "2"
  4489.  
  4490. "image" "sale_corner"
  4491. "src_corner_height" "32" // pixels inside the image
  4492. "src_corner_width" "32"
  4493. "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional
  4494. "draw_corner_height" "4"
  4495. }
  4496.  
  4497. StorePreviewBorder
  4498. {
  4499. "bordertype" "scalable_image"
  4500. "backgroundtype" "2"
  4501.  
  4502. "image" "store/store_inspector_bg_small"
  4503. "src_corner_height" "32" // pixels inside the image
  4504. "src_corner_width" "32"
  4505. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4506. "draw_corner_height" "8"
  4507. }
  4508. StoreAddToCart
  4509. {
  4510. "bordertype" "scalable_image"
  4511. "backgroundtype" "2"
  4512.  
  4513. "image" "store/store_add_to_cart"
  4514. "src_corner_height" "32" // pixels inside the image
  4515. "src_corner_width" "32"
  4516. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4517. "draw_corner_height" "8"
  4518. }
  4519. StorePreviewTabSelected
  4520. {
  4521. "bordertype" "scalable_image"
  4522. "backgroundtype" "2"
  4523.  
  4524. "image" "store/store_tab_selected"
  4525. "src_corner_height" "32" // pixels inside the image
  4526. "src_corner_width" "32"
  4527. "draw_corner_width" "12" // screen size of the corners ( and sides ), proportional
  4528. "draw_corner_height" "12"
  4529. }
  4530. StorePreviewTabUnselected
  4531. {
  4532. "bordertype" "scalable_image"
  4533. "backgroundtype" "2"
  4534.  
  4535. "image" "store/store_tab_unselected"
  4536. "src_corner_height" "32" // pixels inside the image
  4537. "src_corner_width" "32"
  4538. "draw_corner_width" "16" // screen size of the corners ( and sides ), proportional
  4539. "draw_corner_height" "12"
  4540. }
  4541. StorePromotion
  4542. {
  4543. "bordertype" "scalable_image"
  4544. "backgroundtype" "2"
  4545.  
  4546. "image" "store/store_coupon_border"
  4547. "src_corner_height" "16" // pixels inside the image
  4548. "src_corner_width" "16"
  4549. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4550. "draw_corner_height" "8"
  4551. }
  4552.  
  4553. ArmoryScrollbarBox
  4554. {
  4555. "bordertype" "scalable_image"
  4556. "backgroundtype" "2"
  4557.  
  4558. "image" "scroll_button_off"
  4559. "src_corner_height" "16" // pixels inside the image
  4560. "src_corner_width" "16"
  4561. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4562. "draw_corner_height" "8"
  4563. }
  4564. ArmoryScrollbarWell
  4565. {
  4566. "bordertype" "scalable_image"
  4567. "backgroundtype" "2"
  4568.  
  4569. "image" "scroll_well"
  4570. "src_corner_height" "16" // pixels inside the image
  4571. "src_corner_width" "16"
  4572. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4573. "draw_corner_height" "8"
  4574. }
  4575. QuickplayBorder
  4576. {
  4577. "inset" "0 0 1 1"
  4578. Left
  4579. {
  4580. "1"
  4581. {
  4582. "color" "TanDark"
  4583. "offset" "0 1"
  4584. }
  4585. }
  4586.  
  4587. Right
  4588. {
  4589. "1"
  4590. {
  4591. "color" "TanDark"
  4592. "offset" "1 0"
  4593. }
  4594. }
  4595.  
  4596. Top
  4597. {
  4598. "1"
  4599. {
  4600. "color" "TanDark"
  4601. "offset" "0 0"
  4602. }
  4603. }
  4604.  
  4605. Bottom
  4606. {
  4607. "1"
  4608. {
  4609. "color" "TanDark"
  4610. "offset" "0 0"
  4611. }
  4612. }
  4613. }
  4614.  
  4615. SteamWorkshopBorder
  4616. {
  4617. "inset" "0 0 1 1"
  4618. Left
  4619. {
  4620. "1"
  4621. {
  4622. "color" "TanDark"
  4623. "offset" "0 1"
  4624. }
  4625. }
  4626.  
  4627. Right
  4628. {
  4629. "1"
  4630. {
  4631. "color" "TanDark"
  4632. "offset" "1 0"
  4633. }
  4634. }
  4635.  
  4636. Top
  4637. {
  4638. "1"
  4639. {
  4640. "color" "TanDark"
  4641. "offset" "0 0"
  4642. }
  4643. }
  4644.  
  4645. Bottom
  4646. {
  4647. "1"
  4648. {
  4649. "color" "TanDark"
  4650. "offset" "0 0"
  4651. }
  4652. }
  4653. }
  4654.  
  4655. ReplayFatLineBorderRedBGOpaque
  4656. {
  4657. "bordertype" "scalable_image"
  4658. "backgroundtype" "2"
  4659.  
  4660. "image" "replay/fatlineborder_red"
  4661. "src_corner_height" "23" // pixels inside the image
  4662. "src_corner_width" "23"
  4663. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  4664. "draw_corner_height" "5"
  4665. }
  4666. ReplayFatLineBorderOpaque
  4667. {
  4668. "bordertype" "scalable_image"
  4669. "backgroundtype" "2"
  4670.  
  4671. "image" "replay/fatlineborder"
  4672. "src_corner_height" "23" // pixels inside the image
  4673. "src_corner_width" "23"
  4674. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  4675. "draw_corner_height" "5"
  4676. }
  4677. ReplayGrayDialogBorder
  4678. {
  4679. "bordertype" "scalable_image"
  4680. "backgroundtype" "2"
  4681.  
  4682. "image" "replay/graydialogborder"
  4683. "src_corner_height" "24" // pixels inside the image
  4684. "src_corner_width" "24"
  4685. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4686. "draw_corner_height" "11"
  4687. }
  4688. ReplayOutlinedGreyBox
  4689. {
  4690. "bordertype" "scalable_image"
  4691. "backgroundtype" "2"
  4692.  
  4693. "image" "replay/outlinedgreybox"
  4694. "src_corner_height" "24" // pixels inside the image
  4695. "src_corner_width" "24"
  4696. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4697. "draw_corner_height" "11"
  4698. }
  4699. ReplayOutlinedDullGreyBox
  4700. {
  4701. "bordertype" "scalable_image"
  4702. "backgroundtype" "2"
  4703.  
  4704. "image" "replay/dullgreybox"
  4705. "src_corner_height" "24" // pixels inside the image
  4706. "src_corner_width" "24"
  4707. "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional
  4708. "draw_corner_height" "11"
  4709. }
  4710. ReplayThinLineBorder
  4711. {
  4712. "bordertype" "scalable_image"
  4713. "backgroundtype" "2"
  4714.  
  4715. "image" "../hud/tournament_panel_brown"
  4716. //"image" "../hud/color_panel_browner"
  4717. "src_corner_height" "23" // pixels inside the image
  4718. "src_corner_width" "23"
  4719. "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
  4720. "draw_corner_height" "8"
  4721. }
  4722. ReplayDefaultBorder
  4723. {
  4724. "bordertype" "scalable_image"
  4725. "backgroundtype" "2"
  4726.  
  4727. "image" "replay/panel_scalable_default"
  4728. "src_corner_height" "23" // pixels inside the image
  4729. "src_corner_width" "23"
  4730. "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
  4731. "draw_corner_height" "7"
  4732. }
  4733. ReplayHighlightBorder
  4734. {
  4735. "bordertype" "scalable_image"
  4736. "backgroundtype" "2"
  4737.  
  4738. "image" "replay/panel_scalable_highlight"
  4739. "src_corner_height" "23" // pixels inside the image
  4740. "src_corner_width" "23"
  4741. "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
  4742. "draw_corner_height" "7"
  4743. }
  4744. ReplayBalloonBorder
  4745. {
  4746. "bordertype" "scalable_image"
  4747. "backgroundtype" "2"
  4748.  
  4749. "image" "replay/panel_scalable_balloon"
  4750. "src_corner_height" "23" // pixels inside the image
  4751. "src_corner_width" "23"
  4752. "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
  4753. "draw_corner_height" "7"
  4754. }
  4755. ReplayBrowser.ScrollBar.SliderButton.Border
  4756. {
  4757. }
  4758. }
  4759.  
  4760. //////////////////////// CUSTOM FONT FILES /////////////////////////////
  4761. //
  4762. // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts
  4763. CustomFontFiles
  4764. {
  4765. "1" "resource/tf.ttf"
  4766. "2" "resource/tfd.ttf"
  4767. "3"
  4768. {
  4769. "font" "resource/TF2.ttf"
  4770. "name" "TF2"
  4771. "russian"
  4772. {
  4773. "range" "0x0000 0xFFFF"
  4774. }
  4775. "polish"
  4776. {
  4777. "range" "0x0000 0xFFFF"
  4778. }
  4779. }
  4780. "4"
  4781. {
  4782. "font" "resource/TF2Secondary.ttf"
  4783. "name" "TF2 Secondary"
  4784. "russian"
  4785. {
  4786. "range" "0x0000 0xFFFF"
  4787. }
  4788. "polish"
  4789. {
  4790. "range" "0x0000 0xFFFF"
  4791. }
  4792. }
  4793. "5"
  4794. {
  4795. "font" "resource/TF2Professor.ttf"
  4796. "name" "TF2 Professor"
  4797. "russian"
  4798. {
  4799. "range" "0x0000 0x00FF"
  4800. }
  4801. "polish"
  4802. {
  4803. "range" "0x0000 0x00FF"
  4804. }
  4805. }
  4806. "6"
  4807. {
  4808. "font" "resource/TF2Build.ttf"
  4809. "name" "TF2 Build"
  4810. "russian"
  4811. {
  4812. "range" "0x0000 0xFFFF"
  4813. }
  4814. "polish"
  4815. {
  4816. "range" "0x0000 0xFFFF"
  4817. }
  4818. "turkish"
  4819. {
  4820. "range" "0x0000 0xFFFF"
  4821. }
  4822. }
  4823.  
  4824. // omp fonts
  4825. "7"
  4826. {
  4827. "font" "resource/FuturaStd-Medium.otf"
  4828. "name" "FuturaStd-Medium"
  4829. }
  4830. "8"
  4831. {
  4832. "font" "resource/FuturaStd-Heavy.otf"
  4833. "name" "FuturaStd-Heavy"
  4834. }
  4835. "9"
  4836. {
  4837. "font" "resource/Crosshairs.otf"
  4838. "name" "Crosshairs Regular"
  4839. }
  4840. "10"
  4841. {
  4842. "font" "resource/Symbol.ttf"
  4843. "name" "Symbol"
  4844. }
  4845. "11"
  4846. {
  4847. "font" "resource/Blocks.ttf"
  4848. "name" "Blocks"
  4849. }
  4850. "12"
  4851. {
  4852. "font" "resource/crosshairs.ttf"
  4853. "name" "FogCrosshairs"
  4854. }
  4855. "FogCrosshair"
  4856. {
  4857. "13"
  4858. }
  4859. "name" "Crosshairs"
  4860. "tall" "28"
  4861. "weight" "0"
  4862. "antialias" "1"
  4863. }
  4864. }
  4865. }
  4866. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement