Advertisement
Guest User

KBNHud

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