Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

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