Advertisement
Guest User

ClientScheme.res

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