05-13-2010, 05:34 PM
Hi all i have a problem running versus mode my server keep running campaing mode i dunno why help me please.
Here command line:
srcds.exe -console -game left4dead2 +maxplayers 8 +sv_gamemodes "versus" -ip 74.63.225.18 +hostport 27051 -nohltv +exec server.cfg +map c3m3_shantytown
Here my server.cfg:
Here command line:
srcds.exe -console -game left4dead2 +maxplayers 8 +sv_gamemodes "versus" -ip 74.63.225.18 +hostport 27051 -nohltv +exec server.cfg +map c3m3_shantytown
Here my server.cfg:
PHP Code:
//add your steam group id here
sv_steamgroup "1349333,848708,1155953"
//sv_search_key ""
// password for rcon
rcon_password "*********"
mp_logdetail 0
exec banned_user.cfg
exec banned_ip.cfg
sv_mincmdrate 20
sv_maxcmdrate 40
sv_minrate 5000
sv_maxrate 0
sv_gamemodes "versus"
sv_voiceenable 1
sv_pausable 0
sv_secure 1
sv_region 0
sv_lan 0
motd_enabled 1
// Server Logging
sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir ?logs? //Folder in the game directory where server logs will be stored.
// this option will allow for players to directly connect without using the lobby
sv_allow_lobby_connect_only 0
// Difficulty of the current game (Easy, Normal, Hard, Impossible)
z_difficulty Hard