Delete server.cfg

This commit is contained in:
2019-05-04 16:15:24 +02:00
committed by GitHub
parent 7b4d9ce73a
commit 566f50c97f

View File

@@ -1,53 +0,0 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////
// Server
hostname "DockerServer"
sv_password "Docker"
sv_allow_lobby_connect_only 0
sv_gametypes "coop"
rcon_password ""
//////////////////////////////////////////////////////////////////////////////////////////////////////
// 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 255
// 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 67
//////////////////////////////////////////////////////////////////////////////////////////////////////
// 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.
//////////////////////////////////////////////////////////////////////////////////////////////////////