How to set up Left 4 Dead 2 dedicated server for gametypes "versus,survival,realism,scavenge"? I Put in server.cfg sv_gametypes, but nothing happens, when i start server its shows only coop!
My server.cfg
My server.cfg
Code:
hostname "Sanija L4D2 Servers"
rcon_password "..."
//////////////////////////////////////////////////////////////////////////////////////////////////////
// Server
sv_password ""
sv_allow_lobby_connect_only 0
sv_steamgroup "666"
sv_search_key "fun"
sv_gametypes "realism"
z_difficulty "impossible"
sv_steamgroup_exclusive 0
//sv_tags ""
//////////////////////////////////////////////////////////////////////////////////////////////////////
// General Play
motd_enabled 0
mp_disable_autokick 1
sv_allow_wait_command 0
sv_alltalk 0
sv_alternateticks 0
sv_cheats 0
sv_consistency 1
sv_contact ""
sv_downloadurl ""
sv_pausable 0
//////////////////////////////////////////////////////////////////////////////////////////////////////
// - Network - //
sv_lan 0
sv_region 3
// Rate settings
// Min bandwidth rate allowed on server
sv_minrate 20000
// Max bandwidth rate allowed on server
sv_maxrate 30000
// Minimum cmd rate (match server tickrate)
//sv_mincmdrate 33
// Minimum cmd rate (match server tickrate)
//sv_maxcmdrate 66
//////////////////////////////////////////////////////////////////////////////////////////////////////
// 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.