http://halflife2.filefront.com/file/Garrys_Mod;50929
Ja tässä ohjeet, miten saat toimimaan Gmod 9 CS:S ja HL2:DM:
Jos oot asentanu jo, niin mene (asema)/(kansio)/Steam/SteamApps/gmod9
Sieltä aukaset tekstitiedoston nimeltä: GameInfo
Sit siihe pitäs aueta tämmöne teksti:
Koodi:
- Koodi: Valitse kaikki
"GameInfo"
{
game "Garry's Mod 9"
title "Garry's Mod"
title2 "Nine"
"developer" "TEAM GARRY"
"developer_url" "http://gmod.garry.tv/"
"icon" "v"
hidden_maps
{
"test_speakers" 1
"test_hardware" 1
}
FileSystem
{
SteamAppId 220 // 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
}
}
}
Muuta tuo SteamAppId 220 numeroon 215 tähän tyyliin:
Koodi:
- Koodi: Valitse kaikki
FileSystem
{
SteamAppId 215 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
ToolsAppId 211 // Tools will load
ja Enjoy Very Happy
Ja tässä niille jotka ei osaa:
Kopiot tämän GameInfo tiedoston tekstin päälle tämän tekstin:
- Koodi: Valitse kaikki
"GameInfo"
{
game "Garry's Mod 9"
title "Garry's Mod"
title2 "Nine"
"developer" "TEAM GARRY"
"developer_url" "http://gmod.garry.tv/"
"icon" "v"
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
}
}
}


