Cheeslick! posted:
Drop the file from the attached zip in your gmod9 folder.
That file won't work because you changed information in it other than what was needed. You changed "Garry's Mod 9" to "Garry's Mod 9 [FIX]". That makes it like a whole different game, so when his friend tries to join it, he either won't find it or it will say something about his friend game not matching the server files.
Try this one, it's my game info and it works for me.
Open up your gameinfo and replace everything with this
Code:
"GameInfo"
{
game "Garry's Mod 9"
title "Garry's Mod"
title2 "Nine"
"developer" "TEAM GARRY"
"developer_url" "http://gmod.garry.tv/"
"icon" "v"
"manual" "http://gmwiki.garry.tv"
hidden_maps
{
"test_speakers" 1
"test_hardware" 1
}
FileSystem
{
SteamAppId 215 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
SearchPaths
{
Game |gameinfo_path|.
Game hl2
}
}
}
And if you need anymore help just pm me.