Steam Client Update Released

-smash-

Content Director
Joined
Aug 27, 2004
Messages
1,823
Reaction score
340
Yet another update has been released for the Steam Client fixing some small bugs.
Steam Client
  • Fixed Purchase Wizard getting corrupt text when the back button was pressed
  • Added ability for 3rd party Source Mods to have an icon in the games list, via an "icon" entry in their GameInfo.txt file. The icon filename is relative to games install directory and should be an uncompressed TGA 16x16 pixels in size
  • Fixed small memory leak in core engine
So, as you all should know by now, restart Steam to receive the update.
 
Added ability for 3rd party Source Mods to have an icon in the games list, via an "icon" entry in their GameInfo.txt file. The icon filename is relative to games install directory and should be an uncompressed TGA 16x16 pixels in size

Finnaly!
well done.

example:
Code:
"GameInfo"
{
	game	"Garry's Mod Eight v3b"
	title	"Garry's Mod"
	title2	"Eight"
        icon    "gmod"

The file itself is gmod.tga and is located in garry's mod folder.
 
Few more things:
1. For some reason, steam turns the icon upside down, so make sure your tga files are turned upsidedown
2. It's possible to use bigger icons than 16*16, playing abit with that and imo the best to use is 19*19. if you use higher values than 19, it won't become any wider than that, but it'll become higher, so it'll just look wierd.
 
My buddies icon turned out upside down, mine was right way up. Not sure why it happens for some people...
 
this happens with the game backgrounds for half life mods too...
i think if you use 24 bit colour for your tga it is read correctly.
 
Also, for everyone who wondered about hl1 3rd party icons, this is a post made by alfred from valve:
Originally posted by alfred
Icons for HL1 based Mods are on the TODO list for the next UI update.
 
Back
Top