Wenn ihr wissen wollt wie ihr Counter Strike Source sachen auf eurem Server spawnen könnt, hier die Anleitung!
Zuerst ladet ihr euch die Sevrer Inhalt für den CSS Server in eueren Hauptordner im sever:
Code:
HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir "Eurer Verzeichnis"
Danah macht ihr im orangebox/garrysmod ordner die gameinfo.txt auf!
Die sollte so ausehen:
Code:
"GameInfo"
{
game "Garry's Mod"
title ""
title2 ""
type multiplayer_only
"developer" "TEAM GARRY"
"developer_url" "http://www.garrysmod.com/"
"manual" "http://www.garrysmod.com/wiki/"
FileSystem
{
SteamAppId 218
ToolsAppId 211
SearchPaths
{
Game |gameinfo_path|.
Game hl2
Game |all_source_engine_paths|hl2
}
}
}
ihr müsst hinter
Code:
Game |all_source_engine_paths|hl2
folgendes einfügen:
Am ende sollte alles so aussehen:
Code:
"GameInfo"
{
game "Garry's Mod"
title ""
title2 ""
type multiplayer_only
"developer" "TEAM GARRY"
"developer_url" "http://www.garrysmod.com/"
"manual" "http://www.garrysmod.com/wiki/"
FileSystem
{
SteamAppId 218
ToolsAppId 211
SearchPaths
{
Game |gameinfo_path|.
Game hl2
Game |all_source_engine_paths|hl2
Game ../cstrike
}
}
}
Nur noch Speichern, Sever neustarten und fertig!