This commit is contained in:
cronekorkn 2022-09-25 19:00:24 +02:00
parent 48bd6d31e2
commit e3e9ee1725
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1,29 +1,31 @@
hostname "CroneKorkN : ${name}" hostname "CroneKorkN : ${name}"
sv_contact "admin@sublimity.de" sv_contact "admin@sublimity.de"
// STEAM GROUP // assign serevr to steam group
sv_steamgroup "${','.join(steamgroups)}" sv_steamgroup "${','.join(steamgroups)}"
// CHEAT/CONFIG // no annoying message of the day
sv_lan 0
sv_cheats 1
sv_consistency 0
sv_maxcmdrate 101
sv_maxrate 30000
// MOTD
motd_enabled 0 motd_enabled 0
// GAME MODE // enable cheats
sv_gametypes "coop,realism,survival,versus,teamversus,scavenge,teamscavenge" sv_cheats 1
// DIFFICULTY // allow inconsistent files on clients (weapon mods for example)
z_difficulty Impossible sv_consistency 0
// LOBBY CONNECT // connect from internet
sv_lan 0
// join game at any point
sv_allow_lobby_connect_only 0 sv_allow_lobby_connect_only 0
// LOGGING // allowed modes
sv_gametypes "coop,realism,survival,versus,teamversus,scavenge,teamscavenge"
// network
sv_maxrate 30000
// logging
sv_logsdir "logs-${name}" //Folder in the game directory where server logs will be stored. sv_logsdir "logs-${name}" //Folder in the game directory where server logs will be stored.
log on //Creates a logfile (on | off) log on //Creates a logfile (on | off)
sv_logecho 0 //default 0; Echo log information to the console. sv_logecho 0 //default 0; Echo log information to the console.