bundlewrap/bundles/left4dead2/files/server.cfg
2022-09-25 18:37:00 +02:00

33 lines
945 B
INI

hostname "CroneKorkN : ${name}"
sv_contact "admin@sublimity.de"
// STEAM GROUP
sv_steamgroup "${','.join(steamgroups)}"
// CHEAT/CONFIG
sv_lan 0
sv_cheats 1
sv_consistency 0
sv_maxcmdrate 101
sv_maxrate 30000
// MOTD
motd_enabled 0
// GAME MODE
sv_gametypes "coop,realism,survival,versus,teamversus,scavenge,teamscavenge"
// DIFFICULTY
z_difficulty Impossible
// LOBBY CONNECT
sv_allow_lobby_connect_only 0
// LOGGING
sv_logsdir "logs-${name}" //Folder in the game directory where server logs will be stored.
log on //Creates a logfile (on | off)
sv_logecho 0 //default 0; Echo log information to the console.
sv_logfile 1 //default 1; Log server information in the log file.
sv_log_onefile 0 //default 0; Log server information to only one file.
sv_logbans 1 //default 0;Log server bans in the server logs.
sv_logflush 0 //default 0; Flush the log files to disk on each write (slow).