MoD
Newbie
- Joined
- May 16, 2003
- Messages
- 202
- Reaction score
- 0
steam/resources/games/ClientGameInfo.vdf:
Changing "11" into "8" produces an entry in the "games" tab named "platform", double clicking gives me... OMG OMG OGM
"This product is not yet available"
Im holding to see a /hl2 folder on my comp :>
// quick file that maps steam app id to game info
"ClientGameInfo"
{
// steam app id's
"Apps"
{
// half-life
"0"
{
"gamedir" "valve"
"icon" "resource/games/icon_hl"
}
// counter-strike
"1"
{
"gamedir" "cstrike"
"icon" "resource/games/icon_cs"
}
// Team Fortress Classic
"2"
{
"gamedir" "tfc"
"icon" "resource/games/icon_tfc"
... etc. etc.
// Half-Life Dedicated Server
"7"
{
"gamedir" "valve"
"icon" "resource/games/icon_dedicated"
"NoServers" "1" // this is not a game that shows up in the server browser you don't play dedicated server, you join them
}
// Half-Life 2 Media
"11"
{
"gamedir" "hl2"
"icon" "resource/games/icon_hl2_media"
"NoServers" "1" // this product is only for hl2 media, there is no game to launch yet
}
}
Changing "11" into "8" produces an entry in the "games" tab named "platform", double clicking gives me... OMG OMG OGM
"This product is not yet available"
Im holding to see a /hl2 folder on my comp :>