Icon Creation

From Valve Developer Community
Revision as of 17:50, 21 June 2008 by Vino (talk | contribs)
Jump to navigation Jump to search


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"