Icon Creation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:TODO]] | [[Category:TODO]] | ||
The Steam games window supports an icon to be added in front of your mod. This icon is a .TGA (Targa) file consisting of: | |||
* 16x16 pixels | |||
* 24-Bit colors | |||
* No RLE Compression | |||
It can be placed anywhere in your mod's directory, but you will also need to add this parameter to the gameinfo.txt file to tell Steam where it is: | |||
icon "path/to/icon" | |||
Revision as of 17:50, 21 June 2008
The Steam games window supports an icon to be added in front of your mod. This icon is a .TGA (Targa) file consisting of:
- 16x16 pixels
- 24-Bit colors
- No RLE Compression
It can be placed anywhere in your mod's directory, but you will also need to add this parameter to the gameinfo.txt file to tell Steam where it is:
icon "path/to/icon"