02-04-2010, 01:33 PM
BASIC INFO
Server OS: Windows Server 2003
Processor: Intel Xeon 2.0 Ghz Dual Core
Ram: 1 gb
Game(s): L4D2
Start Up Command: D:\Games\hlds\l4d2\left4dead2\srcds.exe -console -game left4dead2 +hostip 71.123.238.107 -nohltv -sv_gametypes realism +exec server.cfg +map "c1m2_streets realism" -secure
Admin Mods:SourceMod, MetaMod
Server.cfg:
Issue: The large door at the end of the plantation that should open for the boat to arrive does not. It remains intact after the explosion that should destroy it... Obviously any time you reach that door you are stuck and unable to progress. I have not noticed any other script issues in playing the game but it has only been up for a short time. Appreciate anyone's thoughts.
-dev
Server OS: Windows Server 2003
Processor: Intel Xeon 2.0 Ghz Dual Core
Ram: 1 gb
Game(s): L4D2
Start Up Command: D:\Games\hlds\l4d2\left4dead2\srcds.exe -console -game left4dead2 +hostip 71.123.238.107 -nohltv -sv_gametypes realism +exec server.cfg +map "c1m2_streets realism" -secure
Admin Mods:SourceMod, MetaMod
Server.cfg:
Code:
//Left 4 Dead 2 Server.cfg
//This file goes inside your L4D server "cfg" folder
//Usually: \l4d\left4dead2\cfg\ <-- Place inside this folder
//----> Start of editable settings
//This is the name for your Left 4 Dead 2 Server
hostname "Tertiary Server"
//Gametypes sets the gametypes you want your server to run
//----> Versus Only: sv_gametypes "versus"
//----> Survival Only: sv_gametypes "survival"
//----> Coop Only: sv_gametypes "coop"
//----> Realism Only: sv_gametypes "realism"
//----> Team Versus Only: sv_gametypes "teamversus"
//----> Scavenge Only: sv_gametypes "teamscavenge"
//Rcon password - Sets the password for remote rcon admin
rcon_password "ChangedForForum"
//Lan or Internet
//1 = Lan
//0 = Internet
sv_lan 0
//DIfficult To Advanced
z_difficulty Hard
//Steam group # to assign to server
sv_steamgroup 1374548
//<1> Do not connect to the Match Making Service
sv_steamgroup_exclusive 1
//Allow connections without creating lobby
sv_allow_lobby_connect_only 0
//Region - This sets the lobby in which your server will be part of
//You will want to set this to the closest location to your server
//eastcoast - sv_region 0
//westcoast - sv_region 1
//south america - sv_region 2
//europe - sv_region 3
//asia - sv_region 4
//australia - sv_region 5
//middle east - sv_region 6
//africa - sv_region 7
//world - sv_region 255
sv_region 0
//Allow use of cheats
//0 = Off
//1 = On
sv_cheats 0
//All talk - Allow both teams to use audio chat to speak with each other
//0 = Off
//1 = On
sv_alltalk 0
//----> End of editable settings
-dev