36 lines
1,005 B
INI
36 lines
1,005 B
INI
hostname "${name}"
|
|
sv_contact "admin@sublimity.de"
|
|
|
|
// STEAM GROUP
|
|
sv_steamgroup 103582791467869287
|
|
|
|
// 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
|
|
|
|
// COMMUNICATION
|
|
sv_voiceenable 1 //default 1; enable/disable voice comm
|
|
|
|
// 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).
|