Icon Creation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Arenaceous (talk | contribs) (adding info on the 32x32 icon) |
||
Line 1: | Line 1: | ||
[[Category:TODO]] | [[Category:TODO]] | ||
The Steam games window supports | The Steam games window supports icons to be added in front of your mod. These icons are .TGA (Targa) files consisting of: | ||
* 16x16 | * 16x16 pixel and a separate 32x32 pixel image | ||
* 24-Bit colors | * 32-Bit or 24-Bit colors | ||
* No RLE Compression | * 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: | 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 omitting the .TGA extension: | ||
icon "path/to/icon" | icon "path/to/icon" | ||
To have the 32x32 image be displayed next to the mod name when the game is selected, it must have the same name and path as the 16x16 image with _big at the end of the file name before the file extension. |
Revision as of 00:41, 15 September 2010
The Steam games window supports icons to be added in front of your mod. These icons are .TGA (Targa) files consisting of:
- 16x16 pixel and a separate 32x32 pixel image
- 32-Bit or 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 omitting the .TGA extension:
icon "path/to/icon"
To have the 32x32 image be displayed next to the mod name when the game is selected, it must have the same name and path as the 16x16 image with _big at the end of the file name before the file extension.