View Full Version : Help with WTF Steam Skin
[WTF]hakenspit
15-11-2003, 07:18 PM
Hey PtP looking to you for some help, the default steam skin shows up chat text however the WTF skin does not :( seems to be a prob with custom skins.
hoping you can fix this for me and the rest of the doders :D
[WTF]hakenspit
24-11-2003, 05:18 PM
ok PtP I found what needs to be added to the skin but dont have c++ (also dont want to fuck around with what you have done)
To use a custom Steam skin AND have the chat text, try adding the following to Steam\skins\your-skin\resource\TrackerScheme.res in chapter 'fonts'
code:"HudFont"
{
"1"
{
"name" "Trebuchet MS"
"tall" "14"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"antialias" "1"
}
"2"
{
"name" "Arial"
"tall" "14"
"range" "0x0000 0x00FF"
"weight" "600"
"dropshadow" "1"
}
}
"HudFontSmallRes"
{
"1"
{
"name" "Trebuchet MS"
"tall" "16"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"antialias" "1"
}
"2"
{
"name" "Arial"
"tall" "16"
"range" "0x0000 0x00FF"
"weight" "600"
"dropshadow" "1"
}
}
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.