Steam Skins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
The most important thing about skinning in the new Steam is the change of the skinning method. Instead of using <code>TrackerScheme.res</code>, <code>steamscheme.res</code> is now used. The <code>steamscheme.res</code> file is located in the <code>resource</code> folder in the Steam root folder. It should be copied to <code>skins\''YourSkinName''\resource</code>. Like everything else, images are uncompressed 24-bit [[TGA]] files. | The most important thing about skinning in the new Steam is the change of the skinning method. Instead of using <code>TrackerScheme.res</code>, <code>steamscheme.res</code> is now used. The <code>steamscheme.res</code> file is located in the <code>resource</code> folder in the Steam root folder. It should be copied to <code>skins\''YourSkinName''\resource</code>. Like everything else, images are uncompressed 24-bit [[TGA]] files. | ||
The following is documentation on the structure of <code>steamscheme.res</code>. | |||
The following is documentation on the structure of <code> | * [[Steamscheme.res file structure]] — Help on creating your own scheme. | ||
* [[Steam Resource Mapping]] — list of res files and accompanying images of them. | |||
* [[ | |||
* | |||
[[Category:Steam]] | [[Category:Steam]] | ||
Revision as of 21:59, 6 February 2006
The most important thing about skinning in the new Steam is the change of the skinning method. Instead of using TrackerScheme.res
, steamscheme.res
is now used. The steamscheme.res
file is located in the resource
folder in the Steam root folder. It should be copied to skins\YourSkinName\resource
. Like everything else, images are uncompressed 24-bit TGA files.
The following is documentation on the structure of steamscheme.res
.
- Steamscheme.res file structure — Help on creating your own scheme.
- Steam Resource Mapping — list of res files and accompanying images of them.