Changing In-game Font For Steam

SiliconSilicon Join Date: 2003-02-18 Member: 13683Members
edited September 2003 in Off-Topic
I've found out how to change the in-game font for steam, mine was too large and I run at 1600x1200.

in \Program Files\Steam\skins\<SKIN YOU USE>\Resource\TrackerScheme.res
file holds all the font information for your in-game stuff as well as steam stuff.

from what I see the following is what can be changed to change the in-game fonts and their sizes etc (these settings are modified from the default and this is what I use):

<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
 "EngineFont"
 {
  "1"
  {
   "name"  "Arial"
   "tall"  "12"
   "weight" "0"
   "yres" "480 599"
   "dropshadow" "1"
  }
  "2"
  {
   "name"  "Arial"
   "tall"  "13"
   "weight" "0"
   "yres" "600 767"
   "dropshadow" "1"
  }
  "3"
  {
   "name"  "Arial"
   "tall"  "13"
   "weight" "0"
   "yres" "768 1023"
   "dropshadow" "1"
  }
  "4"
  {
   "name"  "Arial"
   "tall"  "13"
   "weight" "0"
   "yres" "1024 1199"
   "dropshadow" "1"
  }
  "5"
  {
   "name"  "Lucida Console"
   "tall"  "14"
   "weight" "0"
   "yres" "1200 6000"
   "dropshadow" "1"
  }
  "6"
  {
   "name"  "Arial"
   "tall"  "12"
   "weight"  "600"
   "dropshadow" "1"
  }
  "7"
  {
   "name"  "Arial"
   "tall"  "11"
   "weight"  "800"
   "dropshadow" "1"
  }
 }
 
 "CreditsFont"
 {
  "1"
  {
   "name"  "Arial"
   "tall"  "14"
   "weight" "600"
   "antialias" "1"
  }
  "2"
  {
   "name"  "Arial"
   "tall"  "14"
   "weight"  "600"
   "dropshadow" "1"
  }
 }

 "Legacy_CreditsFont" // Added to accomodate 3rd party server plugins, etc. This version should not scale.
 {
  "1"
  {
   "name"  "Arial"
   "tall"  "20"
   "weight" "700"
   "antialias" "1"
   "yres" "1 10000"
  }
  "2"
  {
   "name"  "Arial"
   "tall"  "20"
   "weight"  "600"
   "dropshadow" "1"
  }
 }
}
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

Reference material: <a href='http://www.steampowered.com/forums/showthread.php?threadid=12444&highlight=font+AND+size' target='_blank'>http://www.steampowered.com/forums/showthr...t=font+AND+size</a>

Comments

Sign In or Register to comment.