Template:PatchDiff/June 6, 2013 Patch/update/pak01 dir.vpk/resource/clientscheme.res

From the Portal Wiki
Jump to navigation Jump to search
1N/ActionBorder
N/A1///////////////////////////////////////////////////////////
N/A2// Tracker scheme resource file
N/A3//
N/A4// sections:
N/A5// Colors - all the colors used by the scheme
N/A6// BaseSettings - contains settings for app to use to draw controls
N/A7// Fonts - list of all the fonts used by app
N/A8// Borders - description of all the borders
N/A9//
N/A10///////////////////////////////////////////////////////////
N/A11Scheme
N/A12{
N/A13 //////////////////////// COLORS ///////////////////////////
N/A14 // color details
N/A15 // this is a list of all the colors used by the scheme
N/A16 Colors
N/A17 {
N/A18 // base colors
N/A19 "Orange" "178 82 22 255"
N/A20 "OrangeDim" "178 82 22 120"
N/A21 "LightOrange" "188 112 0 128"
N/A22 "GoalOrange" "255 133 0"
N/A23 
N/A24 
N/A25 "White" "235 235 235 255"
N/A26 "Red" "192 28 0 140"
N/A27 "RedSolid" "192 28 0 255"
N/A28 "Blue" "0 28 162 140"
N/A29 "Yellow" "251 235 202 255"
N/A30 "TransparentYellow" "251 235 202 140"
N/A31 //"Black" "0 0 0 255"
N/A32 //Changed black to a NTSC safe color
N/A33 
N/A34 "Black" "46 43 42 255"
N/A35 "TransparentBlack" "0 0 0 196"
N/A36 "TransparentLightBlack" "0 0 0 90"
N/A37 "FooterBGBlack" "52 48 55 255"
N/A38 
N/A39 "HUDBlueTeam" "104 124 155 127"
N/A40 "HUDRedTeam" "180 92 77 127"
N/A41 "HUDSpectator" "124 124 124 127"
N/A42 "HUDBlueTeamSolid" "104 124 155 255"
N/A43 "HUDRedTeamSolid" "180 92 77 255"
N/A44 "HUDDeathWarning" "255 0 0 255"
N/A45 "HudWhite" "255 255 255 255"
N/A46 "HudOffWhite" "200 187 161 255"
N/A47 
N/A48 "Gray" "178 178 178 255"
N/A49 
N/A50 "Blank" "0 0 0 0"
N/A51 "ForTesting" "255 0 0 32"
N/A52 "ForTesting_Magenta" "255 0 255 255"
N/A53 "ForTesting_MagentaDim" "255 0 255 120"
N/A54 
N/A55 "HudPanelForeground" "123 110 59 184"
N/A56 "HudPanelBackground" "123 110 59 184"
N/A57 "HudPanelBorder" "255 255 255 102"
N/A58 
N/A59 "HudProgressBarActive" "240 207 78 255"
N/A60 "HudProgressBarInActive" "140 120 73 255"
N/A61 "HudProgressBarActiveLow" "240 30 30 255"
N/A62 "HudProgressBarInActiveLow" "240 30 30 99"
N/A63 
N/A64 "HudTimerProgressActive" "251 235 202 255"
N/A65 "HudTimerProgressInActive" "52 48 45 255"
N/A66 "HudTimerProgressWarning" "240 30 30 255"
N/A67 
N/A68 "TanDark" "117 107 94 255"
N/A69 "TanLight" "235 226 202 255"
N/A70 "TanDarker" "46 43 42 255"
N/A71 
N/A72 // Building HUD Specific
N/A73 "LowHealthRed" "255 0 0 255"
N/A74 "ProgressOffWhite" "251 235 202 255"
N/A75 "ProgressBackground" "250 234 201 51"
N/A76 "HealthBgGrey" "72 71 69 255"
N/A77 
N/A78 "ProgressOffWhiteTransparent" "251 235 202 128"
N/A79 
N/A80 "LabelDark" "48 43 42 255"
N/A81 "LabelTransparent" "109 96 80 180"
N/A82 
N/A83 "BuildMenuActive" "248 231 198 255"
N/A84 
N/A85 "DisguiseMenuIconRed" "192 56 63 255"
N/A86 "DisguiseMenuIconBlue" "92 128 166 255"
N/A87 
N/A88 "MatchmakingDialogTitleColor" "200 184 151 255"
N/A89 "MatchmakingMenuItemBackground" "46 43 42 255"
N/A90 "MatchmakingMenuItemBackgroundActive" "150 71 0 255"
N/A91 "MatchmakingMenuItemTitleColor" "200 184 151 255"
N/A92 "MatchmakingMenuItemDescriptionColor" "200 184 151 255"
N/A93 
N/A94 "HTMLBackground" "95 92 101 255"
N/A95 
N/A96 "QualityColorNormal" "178 178 178 255"
N/A97 "QualityColorrarity1" "77 116 85 255"
N/A98 "QualityColorrarity2" "141 131 75 255"
N/A99 "QualityColorrarity3" "207 106 50 255"
N/A100 "QualityColorrarity4" "134 80 172 255"
N/A101 "QualityColorVintage" "71 98 145 255"
N/A102 "QualityColorUnique" "255 215 0 255"
N/A103 "QualityColorCommunity" "112 176 74 255"
N/A104 "QualityColorDeveloper" "165 15 121 255"
N/A105 "QualityColorSelfMade" "112 176 74 255"
N/A106 "QualityColorCustomized" "71 98 145 255"
N/A107 "QualityColorStrange" "205 155 29 255"
N/A108 }
N/A109 
N/A110 ///////////////////// BASE SETTINGS ////////////////////////
N/A111 //
N/A112 // default settings for all panels
N/A113 // controls use these to determine their settings
N/A114 BaseSettings
N/A115 {
N/A116 Label.TextDullColor "TanDark"
N/A117 Label.TextColor "TanLight"
N/A118 Label.TextBrightColor "TanLight"
N/A119 Label.SelectedTextColor "White"
N/A120 Label.BgColor "Blank"
N/A121 Label.DisabledFgColor1 "Blank"
N/A122 Label.DisabledFgColor2 "LightOrange"
N/A123 
N/A124 Rosette.DefaultFgColor "White"
N/A125 Rosette.DefaultBgColor "Blank"
N/A126 Rosette.ArmedBgColor "Blank"
N/A127 Rosette.DisabledBgColor "Blank"
N/A128 Rosette.DisabledBorderColor "Blank"
N/A129 Rosette.LineColor "192 192 192 128"
N/A130 Rosette.DrawBorder "1"
N/A131 Rosette.DefaultFont DefaultSmall
N/A132 Rosette.ArmedFont Default
N/A133 
N/A134 Frame.TopBorderImage "vgui/menu_backgroud_top"
N/A135 Frame.BottomBorderImage "vgui/menu_backgroud_bottom"
N/A136 Frame.SmearColor "0 0 0 225" [$X360]
N/A137 Frame.SmearColor "0 0 0 180" [$WIN32]
N/A138 
N/A139 "FgColor" "255 220 0 100"
N/A140 "BgColor" "0 0 0 76"
N/A141 
N/A142 "Panel.FgColor" "255 220 0 100"
N/A143 "Panel.BgColor" "0 0 0 76"
N/A144 
N/A145 "BrightFg" "255 220 0 255"
N/A146 
N/A147 "DamagedBg" "180 0 0 200"
N/A148 "DamagedFg" "180 0 0 230"
N/A149 "BrightDamagedFg" "255 0 0 255"
N/A150 
N/A151 // checkboxes and radio buttons
N/A152 "BaseText" "OffWhite"
N/A153 "BrightControlText" "White"
N/A154 "CheckBgColor" "TransparentBlack"
N/A155 "CheckButtonBorder1" "Border.Dark" // the left checkbutton border
N/A156 "CheckButtonBorder2" "Border.Bright" // the right checkbutton border
N/A157 "CheckButtonCheck" "White" // color of the check itself
N/A158 
N/A159 // weapon selection colors
N/A160 "SelectionNumberFg" "255 220 0 255"
N/A161 "SelectionTextFg" "255 220 0 255"
N/A162 "SelectionEmptyBoxBg" "0 0 0 80"
N/A163 "SelectionBoxBg" "0 0 0 80"
N/A164 "SelectionSelectedBoxBg" "0 0 0 80"
N/A165 
N/A166 "ZoomReticleColor" "255 220 0 255"
N/A167 
N/A168 // HL1-style HUD colors
N/A169 "Yellowish" "255 160 0 255"
N/A170 "Normal" "255 208 64 255"
N/A171 "Caution" "255 48 0 255"
N/A172 
N/A173 // Top-left corner of the "Half-Life 2" on the main screen
N/A174 "Main.Title1.X" "32"
N/A175 "Main.Title1.Y" "280"
N/A176 "Main.Title1.Y_hidef" "130"
N/A177 "Main.Title1.Color" "255 255 255 0"
N/A178 
N/A179 // Top-left corner of secondary title e.g. "DEMO" on the main screen
N/A180 "Main.Title2.X" "76"
N/A181 "Main.Title2.Y" "190"
N/A182 "Main.Title2.Y_hidef" "174"
N/A183 "Main.Title2.Color" "255 255 255 0"
N/A184 
N/A185 // Top-left corner of the menu on the main screen
N/A186 "Main.Menu.X" "32"
N/A187 "Main.Menu.X_hidef" "76"
N/A188 "Main.Menu.Y" "340"
N/A189 "Main.Menu.Color" "168 97 64 255"
N/A190 "Menu.TextColor" "0 0 0 255"
N/A191 "Menu.BgColor" "125 125 125 255"
N/A192 
N/A193 // Blank space to leave beneath the menu on the main screen
N/A194 "Main.BottomBorder" "32"
N/A195 
N/A196 ScrollBar.Wide "12"
N/A197 
N/A198 ScrollBarButton.FgColor "Black"
N/A199 ScrollBarButton.BgColor "Blank"
N/A200 ScrollBarButton.ArmedFgColor "White"
N/A201 ScrollBarButton.ArmedBgColor "Blank"
N/A202 ScrollBarButton.DepressedFgColor "White"
N/A203 ScrollBarButton.DepressedBgColor "Blank"
N/A204 
N/A205 ScrollBarSlider.FgColor "0 0 0 255" // nob color
N/A206 ScrollBarSlider.BgColor "0 0 0 40" // slider background color
N/A207 ScrollBarSlider.NobFocusColor "White"
N/A208 ScrollBarSlider.NobDragColor "White"
N/A209 ScrollBarSlider.Inset "3"
N/A210 }
N/A211 
N/A212 //////////////////////// FONTS /////////////////////////////
N/A213 //
N/A214 // describes all the fonts
N/A215 Fonts
N/A216 {
N/A217 // fonts are used in order that they are listed
N/A218 // fonts listed later in the order will only be used if they fulfill a range not already filled
N/A219 // if a font fails to load then the subsequent fonts will replace
N/A220 
N/A221 "DebugFixed"
N/A222 {
N/A223 "1"
N/A224 {
N/A225 "name" "Courier New"
N/A226 "tall" "14" [!$GAMECONSOLE]
N/A227 "tall" "18" [$GAMECONSOLE]
N/A228 "weight" "400"
N/A229 "antialias" "1"
N/A230 }
N/A231 }
N/A232 
N/A233 "DebugFixedSmall" [!$GAMECONSOLE]
N/A234 {
N/A235 "1"
N/A236 {
N/A237 "name" "Courier New"
N/A238 "tall" "14"
N/A239 "weight" "400"
N/A240 "antialias" "1"
N/A241 }
N/A242 }
N/A243 
N/A244 DebugOverlay [!$GAMECONSOLE]
N/A245 {
N/A246 "1"
N/A247 {
N/A248 "name" "Courier New"
N/A249 "tall" "14"
N/A250 "weight" "400"
N/A251 "outline" "1"
N/A252 }
N/A253 }
N/A254 
N/A255 Default [!$GAMECONSOLE]
N/A256 {
N/A257 "1"
N/A258 {
N/A259 "name" "Verdana"
N/A260 "tall" "9"
N/A261 "weight" "700"
N/A262 "antialias" "1"
N/A263 "yres" "1 599"
N/A264 }
N/A265 "2"
N/A266 {
N/A267 "name" "Verdana"
N/A268 "tall" "12"
N/A269 "weight" "700"
N/A270 "antialias" "1"
N/A271 "yres" "600 767"
N/A272 }
N/A273 "3"
N/A274 {
N/A275 "name" "Verdana"
N/A276 "tall" "14"
N/A277 "weight" "900"
N/A278 "antialias" "1"
N/A279 "yres" "768 1023"
N/A280 }
N/A281 "4"
N/A282 {
N/A283 "name" "Verdana"
N/A284 "tall" "20"
N/A285 "weight" "900"
N/A286 "antialias" "1"
N/A287 "yres" "1024 1199"
N/A288 }
N/A289 "5"
N/A290 {
N/A291 "name" "Verdana"
N/A292 "tall" "24"
N/A293 "weight" "900"
N/A294 "antialias" "1"
N/A295 "yres" "1200 10000"
N/A296 "additive" "1"
N/A297 }
N/A298 }
N/A299 
N/A300 "DefaultSmall" [!$GAMECONSOLE]
N/A301 {
N/A302 "1"
N/A303 {
N/A304 "name" "Verdana"
N/A305 "tall" "12"
N/A306 "weight" "0"
N/A307 "range" "0x0000 0x017F"
N/A308 "yres" "480 599"
N/A309 }
N/A310 "2"
N/A311 {
N/A312 "name" "Verdana"
N/A313 "tall" "13"
N/A314 "weight" "0"
N/A315 "range" "0x0000 0x017F"
N/A316 "yres" "600 767"
N/A317 }
N/A318 "3"
N/A319 {
N/A320 "name" "Verdana"
N/A321 "tall" "14"
N/A322 "weight" "0"
N/A323 "range" "0x0000 0x017F"
N/A324 "yres" "768 1023"
N/A325 "antialias" "1"
N/A326 }
N/A327 "4"
N/A328 {
N/A329 "name" "Verdana"
N/A330 "tall" "20"
N/A331 "weight" "0"
N/A332 "range" "0x0000 0x017F"
N/A333 "yres" "1024 1199"
N/A334 "antialias" "1"
N/A335 }
N/A336 "5"
N/A337 {
N/A338 "name" "Verdana"
N/A339 "tall" "24"
N/A340 "weight" "0"
N/A341 "range" "0x0000 0x017F"
N/A342 "yres" "1200 6000"
N/A343 "antialias" "1"
N/A344 }
N/A345 "6"
N/A346 {
N/A347 "name" "Arial"
N/A348 "tall" "12"
N/A349 "range" "0x0000 0x00FF"
N/A350 "weight" "0"
N/A351 }
N/A352 }
N/A353 
N/A354 "DefaultVerySmall" [!$GAMECONSOLE]
N/A355 {
N/A356 "1"
N/A357 {
N/A358 "name" "Verdana"
N/A359 "tall" "12"
N/A360 "weight" "0"
N/A361 "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
N/A362 "yres" "480 599"
N/A363 }
N/A364 "2"
N/A365 {
N/A366 "name" "Verdana"
N/A367 "tall" "13"
N/A368 "weight" "0"
N/A369 "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
N/A370 "yres" "600 767"
N/A371 }
N/A372 "3"
N/A373 {
N/A374 "name" "Verdana"
N/A375 "tall" "14"
N/A376 "weight" "0"
N/A377 "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
N/A378 "yres" "768 1023"
N/A379 "antialias" "1"
N/A380 }
N/A381 "4"
N/A382 {
N/A383 "name" "Verdana"
N/A384 "tall" "20"
N/A385 "weight" "0"
N/A386 "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
N/A387 "yres" "1024 1199"
N/A388 "antialias" "1"
N/A389 }
N/A390 "5"
N/A391 {
N/A392 "name" "Verdana"
N/A393 "tall" "24"
N/A394 "weight" "0"
N/A395 "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
N/A396 "yres" "1200 6000"
N/A397 "antialias" "1"
N/A398 }
N/A399 "6"
N/A400 {
N/A401 "name" "Verdana"
N/A402 "tall" "12"
N/A403 "range" "0x0000 0x00FF"
N/A404 "weight" "0"
N/A405 }
N/A406 "7"
N/A407 {
N/A408 "name" "Arial"
N/A409 "tall" "11"
N/A410 "range" "0x0000 0x00FF"
N/A411 "weight" "0"
N/A412 }
N/A413 }
N/A414 
N/A415 WeaponIcons [!$GAMECONSOLE]
N/A416 {
N/A417 "1"
N/A418 {
N/A419 "name" "HalfLife2"
N/A420 "tall" "64"
N/A421 "tall_hidef" "58"
N/A422 "weight" "0"
N/A423 "antialias" "1"
N/A424 "additive" "1"
N/A425 "custom" "1"
N/A426 }
N/A427 }
N/A428 
N/A429 WeaponIconsSelected [!$GAMECONSOLE]
N/A430 {
N/A431 "1"
N/A432 {
N/A433 "name" "HalfLife2"
N/A434 "tall" "64"
N/A435 "tall_hidef" "58"
N/A436 "weight" "0"
N/A437 "antialias" "1"
N/A438 "blur" "5"
N/A439 "scanlines" "2"
N/A440 "additive" "1"
N/A441 "custom" "1"
N/A442 }
N/A443 }
N/A444 
N/A445 WeaponIconsSmall [!$GAMECONSOLE]
N/A446 {
N/A447 "1"
N/A448 {
N/A449 "name" "HalfLife2"
N/A450 "tall" "32"
N/A451 "weight" "0"
N/A452 "antialias" "1"
N/A453 "additive" "1"
N/A454 "custom" "1"
N/A455 }
N/A456 }
N/A457 
N/A458 Crosshairs [!$GAMECONSOLE]
N/A459 {
N/A460 "1"
N/A461 {
N/A462 "bitmap" "1"
N/A463 "name" "Buttons"
N/A464 "scalex" "1"
N/A465 "scaley" "1"
N/A466 }
N/A467 }
N/A468 
N/A469 QuickInfo [!$GAMECONSOLE]
N/A470 {
N/A471 "1"
N/A472 {
N/A473 "name" "HL2cross"
N/A474 "tall" "28" [!$OSX]
N/A475 "tall" "50" [$OSX]
N/A476 "weight" "0"
N/A477 "antialias" "1"
N/A478 "additive" "1"
N/A479 "custom" "1" [!$OSX]
N/A480 }
N/A481 }
N/A482 
N/A483 HudNumbers [!$GAMECONSOLE]
N/A484 {
N/A485 "1"
N/A486 {
N/A487 "name" "HalfLife2"
N/A488 "tall" "32"
N/A489 "weight" "0"
N/A490 "antialias" "1"
N/A491 "additive" "1"
N/A492 "custom" "1"
N/A493 }
N/A494 }
N/A495 
N/A496 SquadIcon [!$GAMECONSOLE]
N/A497 {
N/A498 "1"
N/A499 {
N/A500 "name" "HalfLife2"
N/A501 "tall" "50"
N/A502 "weight" "0"
N/A503 "antialias" "1"
N/A504 "additive" "1"
N/A505 "custom" "1"
N/A506 }
N/A507 }
N/A508 
N/A509 HudNumbersGlow [!$GAMECONSOLE]
N/A510 {
N/A511 "1"
N/A512 {
N/A513 "name" "HalfLife2"
N/A514 "tall" "32"
N/A515 "weight" "0"
N/A516 "blur" "4"
N/A517 "scanlines" "2"
N/A518 "antialias" "1"
N/A519 "additive" "1"
N/A520 "custom" "1"
N/A521 }
N/A522 }
N/A523 
N/A524 HudNumbersSmall [!$GAMECONSOLE]
N/A525 {
N/A526 "1"
N/A527 {
N/A528 "name" "HalfLife2"
N/A529 "tall" "16"
N/A530 "weight" "1000"
N/A531 "additive" "1"
N/A532 "antialias" "1"
N/A533 "custom" "1"
N/A534 }
N/A535 }
N/A536 
N/A537 HudSelectionNumbers [!$GAMECONSOLE]
N/A538 {
N/A539 "1"
N/A540 {
N/A541 "name" "Verdana"
N/A542 "tall" "11"
N/A543 "weight" "700"
N/A544 "antialias" "1"
N/A545 "additive" "1"
N/A546 }
N/A547 }
N/A548 
N/A549 HudHintTextLarge [!$GAMECONSOLE]
N/A550 {
N/A551 "1"
N/A552 {
N/A553 "name" "Verdana"
N/A554 "tall" "14"
N/A555 "weight" "1000"
N/A556 "antialias" "1"
N/A557 "additive" "1"
N/A558 }
N/A559 }
N/A560 
N/A561 HudHintTextSmall [!$GAMECONSOLE]
N/A562 {
N/A563 "1"
N/A564 {
N/A565 "name" "Verdana"
N/A566 "tall" "11"
N/A567 "weight" "0"
N/A568 "antialias" "1"
N/A569 "additive" "1"
N/A570 }
N/A571 }
N/A572 
N/A573 HudSelectionText [!$GAMECONSOLE]
N/A574 {
N/A575 "1"
N/A576 {
N/A577 "name" "Verdana"
N/A578 "tall" "8"
N/A579 "weight" "700"
N/A580 "antialias" "1"
N/A581 "yres" "1 599"
N/A582 }
N/A583 "2"
N/A584 {
N/A585 "name" "Verdana"
N/A586 "tall" "10"
N/A587 "weight" "700"
N/A588 "antialias" "1"
N/A589 "yres" "600 767"
N/A590 }
N/A591 "3"
N/A592 {
N/A593 "name" "Verdana"
N/A594 "tall" "12"
N/A595 "weight" "900"
N/A596 "antialias" "1"
N/A597 "yres" "768 1023"
N/A598 }
N/A599 "4"
N/A600 {
N/A601 "name" "Verdana"
N/A602 "tall" "16"
N/A603 "weight" "900"
N/A604 "antialias" "1"
N/A605 "yres" "1024 1199"
N/A606 }
N/A607 "5"
N/A608 {
N/A609 "name" "Verdana"
N/A610 "tall" "17"
N/A611 "weight" "1000"
N/A612 "antialias" "1"
N/A613 "yres" "1200 10000"
N/A614 }
N/A615 }
N/A616 
N/A617 BudgetLabel [!$GAMECONSOLE]
N/A618 {
N/A619 "1"
N/A620 {
N/A621 "name" "Courier New"
N/A622 "tall" "14"
N/A623 "weight" "400"
N/A624 "outline" "1"
N/A625 }
N/A626 }
N/A627 
N/A628 // this is the symbol font
N/A629 "Marlett" [!$GAMECONSOLE]
N/A630 {
N/A631 "1"
N/A632 {
N/A633 "name" "Marlett"
N/A634 "tall" "14"
N/A635 "weight" "0"
N/A636 "symbol" "1"
N/A637 }
N/A638 }
N/A639 
N/A640 "Trebuchet24" [!$GAMECONSOLE]
N/A641 {
N/A642 "1"
N/A643 {
N/A644 "name" "Trebuchet MS"
N/A645 "tall" "24"
N/A646 "weight" "900"
N/A647 "range" "0x0000 0x007F" // Basic Latin
N/A648 "antialias" "1"
N/A649 "additive" "1"
N/A650 }
N/A651 }
N/A652 
N/A653 "Trebuchet18" [!$GAMECONSOLE]
N/A654 {
N/A655 "1"
N/A656 {
N/A657 "name" "Trebuchet MS"
N/A658 "tall" "18"
N/A659 "weight" "900"
N/A660 }
N/A661 }
N/A662 
N/A663 ClientTitleFont [!$GAMECONSOLE]
N/A664 {
N/A665 "1"
N/A666 {
N/A667 "name" "Impact"
N/A668 "tall" "64"
N/A669 "tall_hidef" "72"
N/A670 "weight" "0"
N/A671 "additive" "0"
N/A672 "antialias" "1"
N/A673 }
N/A674 }
N/A675 
N/A676 HDRDemoText [!$GAMECONSOLE]
N/A677 {
N/A678 // note that this scales with the screen resolution
N/A679 "1"
N/A680 {
N/A681 "name" "Trebuchet MS"
N/A682 "tall" "24"
N/A683 "weight" "900"
N/A684 "antialias" "1"
N/A685 "additive" "1"
N/A686 }
N/A687 }
N/A688 
N/A689 "LargeHUDTitle" [!$GAMECONSOLE]
N/A690 {
N/A691 "1"
N/A692 {
N/A693 "name" "Trade Gothic Bold"
N/A694 "tall" "20"
N/A695 "weight" "400"
N/A696 "antialias" "1"
N/A697 }
N/A698 }
N/A699 
N/A700 "ItemFontNameSmallest"
N/A701 {
N/A702 "1"
N/A703 {
N/A704 "name" "UniversLTStd-Cn" [$OSX]
N/A705 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A706 "tall" "10"
N/A707 "weight" "500"
N/A708 "additive" "0"
N/A709 "antialias" "1"
N/A710 }
N/A711 }
N/A712 "ItemFontNameSmall"
N/A713 {
N/A714 "1"
N/A715 {
N/A716 "name" "UniversLTStd-Cn" [$OSX]
N/A717 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A718 "tall" "11"
N/A719 "weight" "500"
N/A720 "additive" "0"
N/A721 "antialias" "1"
N/A722 }
N/A723 }
N/A724 "ItemFontNameLarge"
N/A725 {
N/A726 "1"
N/A727 {
N/A728 "name" "UniversLTStd-Cn" [$OSX]
N/A729 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A730 "tall" "15"
N/A731 "weight" "400"
N/A732 "antialias" "1"
N/A733 "yres" "501 6000" [$OSX]
N/A734 }
N/A735 }
N/A736 "ItemFontAttribSmallest"
N/A737 {
N/A738 "1"
N/A739 {
N/A740 "name" "UniversLTStd-Cn" [$OSX]
N/A741 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A742 "tall" "7"
N/A743 "weight" "500"
N/A744 "additive" "0"
N/A745 "antialias" "1"
N/A746 }
N/A747 }
N/A748 "ItemFontAttribSmall"
N/A749 {
N/A750 "1"
N/A751 {
N/A752 "name" "UniversLTStd-Cn" [$OSX]
N/A753 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A754 "tall" "8"
N/A755 "weight" "500"
N/A756 "additive" "0"
N/A757 "antialias" "1"
N/A758 }
N/A759 }
N/A760 "ItemFontAttribLarge"
N/A761 {
N/A762 "1"
N/A763 {
N/A764 "name" "UniversLTStd-Cn" [$OSX]
N/A765 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A766 "tall" "11"
N/A767 "weight" "500"
N/A768 "additive" "0"
N/A769 "antialias" "1"
N/A770 }
N/A771 }
N/A772 
N/A773 "EconButtonTextLargeTitle"
N/A774 {
N/A775 "isproportional" "only"
N/A776 "1"
N/A777 {
N/A778 "name" "UniversLTStd-BoldCn"
N/A779 "tall" "30"
N/A780 "weight" "400"
N/A781 "antialias" "1"
N/A782 }
N/A783 }
N/A784 
N/A785 "EconButtonTextLarge"
N/A786 {
N/A787 "isproportional" "only"
N/A788 "1"
N/A789 {
N/A790 "name" "UniversLTStd-Cn" [$OSX]
N/A791 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A792 "tall" "22"
N/A793 "weight" "400"
N/A794 "antialias" "1"
N/A795 }
N/A796 }
N/A797 
N/A798 "EconButtonText" [$GAMECONSOLE]
N/A799 {
N/A800 "isproportional" "only"
N/A801 "1"
N/A802 {
N/A803 "name" "UniversLTStd-Cn"
N/A804 "tall" "18"
N/A805 "weight" "400"
N/A806 "antialias" "1"
N/A807 }
N/A808 }
N/A809 
N/A810 "EconButtonText" [!$GAMECONSOLE]
N/A811 {
N/A812 "isproportional" "only"
N/A813 "1" [$OSX]
N/A814 {
N/A815 "name" "UniversLTStd-Cn"
N/A816 "tall" "16"
N/A817 "weight" "400"
N/A818 "antialias" "1"
N/A819 "yres" "1 500"
N/A820 }
N/A821 "2"
N/A822 {
N/A823 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A824 "name" "UniversLTStd-Cn" [$OSX]
N/A825 "tall" "15"
N/A826 "weight" "400"
N/A827 "antialias" "1"
N/A828 "yres" "501 6000" [$OSX]
N/A829 }
N/A830 }
N/A831 
N/A832 "EconCartPrice"
N/A833 {
N/A834 "isproportional" "only"
N/A835 "1"
N/A836 {
N/A837 "name" "UniversLTStd-Cn" [$OSX]
N/A838 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A839 "tall" "16"
N/A840 "weight" "400"
N/A841 "antialias" "1"
N/A842 }
N/A843 }
N/A844 
N/A845 "EconCartTotal"
N/A846 {
N/A847 "isproportional" "only"
N/A848 "1"
N/A849 {
N/A850 "name" "UniversLTStd-Cn" [$OSX]
N/A851 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A852 "tall" "20"
N/A853 "weight" "400"
N/A854 "antialias" "1"
N/A855 }
N/A856 }
N/A857 
N/A858 "EconStorePrice"
N/A859 {
N/A860 "isproportional" "only"
N/A861 "1"
N/A862 {
N/A863 "name" "UniversLTStd-Cn" [$OSX]
N/A864 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A865 "tall" "18"
N/A866 "weight" "400"
N/A867 "antialias" "1"
N/A868 }
N/A869 }
N/A870 
N/A871 "EconStorePriceOriginal"
N/A872 {
N/A873 "isproportional" "only"
N/A874 "1"
N/A875 {
N/A876 "name" "UniversLTStd-Cn" [$OSX]
N/A877 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A878 "tall" "18"
N/A879 "weight" "400"
N/A880 "antialias" "1"
N/A881 }
N/A882 }
N/A883 
N/A884 "EconFontStoreTitle"
N/A885 {
N/A886 "isproportional" "only"
N/A887 "1"
N/A888 {
N/A889 "name" "UniversLTStd-Cn"
N/A890 "tall" "34"
N/A891 "weight" "0"
N/A892 "antialias" "1"
N/A893 }
N/A894 }
N/A895 
N/A896 "EconFontMediumBold"
N/A897 {
N/A898 "isproportional" "only"
N/A899 "1"
N/A900 {
N/A901 "name" "UniversLTStd-Cn" [$OSX]
N/A902 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A903 "tall" "24"
N/A904 "weight" "400"
N/A905 "antialias" "1"
N/A906 }
N/A907 }
N/A908 
N/A909 "EconFontMediumSmallBold"
N/A910 {
N/A911 "isproportional" "only"
N/A912 "1"
N/A913 {
N/A914 "name" "UniversLTStd-Cn" [$OSX]
N/A915 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A916 "tall" "14"
N/A917 "weight" "400"
N/A918 "antialias" "1"
N/A919 }
N/A920 }
N/A921 
N/A922 "EconFontSmall"
N/A923 {
N/A924 "isproportional" "only"
N/A925 "1"
N/A926 {
N/A927 "name" "UniversLTStd-Cn"
N/A928 "tall" "14"
N/A929 "weight" "400"
N/A930 "antialias" "1"
N/A931 }
N/A932 }
N/A933 
N/A934 "EconFontSmallBold"
N/A935 {
N/A936 "isproportional" "only"
N/A937 "1"
N/A938 {
N/A939 "name" "UniversLTStd-Cn" [$OSX]
N/A940 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A941 "tall" "14"
N/A942 "weight" "400"
N/A943 "antialias" "1"
N/A944 }
N/A945 }
N/A946 
N/A947 "EconFontSmallestBold"
N/A948 {
N/A949 "isproportional" "only"
N/A950 "1"
N/A951 {
N/A952 "name" "UniversLTStd-Cn" [$OSX]
N/A953 "name" "UniversLTStd-BoldCn" [!$OSX]
N/A954 "tall" "12"
N/A955 "weight" "400"
N/A956 "antialias" "1"
N/A957 }
N/A958 }
N/A959 
N/A960 "EconFontSmallest"
N/A961 {
N/A962 "isproportional" "only"
N/A963 "1"
N/A964 {
N/A965 "name" "UniversLTStd-Cn"
N/A966 "tall" "12"
N/A967 "weight" "400"
N/A968 "antialias" "1"
N/A969 }
N/A970 }
N/A971 
N/A972 }
N/A973 
N/A974 //
N/A975 //////////////////// BORDERS //////////////////////////////
N/A976 //
N/A977 // describes all the border types
N/A978 Borders
N/A979 {
N/A980 LoadoutItemBorder
N/A981 {
N/A982 "bordertype" "scalable_image"
N/A983 "backgroundtype" "2"
N/A984 
N/A985 "image" "store/store_item_bg"
N/A986 "src_corner_height" "16" // pixels inside the image
N/A987 "src_corner_width" "16"
N/A988 "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
N/A989 "draw_corner_height" "8"
N/A990 }
N/A991 LoadoutItemMouseOverBorder
N/A992 {
N/A993 "bordertype" "scalable_image"
N/A994 "backgroundtype" "2"
N/A995 
N/A996 "image" "store/store_item_bg_highlight"
N/A997 "src_corner_height" "16" // pixels inside the image
N/A998 "src_corner_width" "16"
N/A999 "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional
N/A1000 "draw_corner_height" "8"
N/A1001 }
N/A1002 ItemSelectionBorder
21003 {
31004 "bordertype" "scalable_image"
41005 "backgroundtype" "2"