Compare commits

...

2 commits

Author SHA1 Message Date
56277c7888
wip 2022-09-25 19:50:25 +02:00
e3e9ee1725
wip 2022-09-25 19:00:24 +02:00

View file

@ -1,29 +1,37 @@
hostname "CroneKorkN : ${name}"
sv_contact "admin@sublimity.de"
// STEAM GROUP
// assign serevr to steam group
sv_steamgroup "${','.join(steamgroups)}"
// CHEAT/CONFIG
sv_lan 0
sv_cheats 1
sv_consistency 0
sv_maxcmdrate 101
sv_maxrate 30000
// MOTD
// no annoying message of the day
motd_enabled 0
// GAME MODE
sv_gametypes "coop,realism,survival,versus,teamversus,scavenge,teamscavenge"
// enable cheats
sv_cheats 1
// DIFFICULTY
z_difficulty Impossible
// allow inconsistent files on clients (weapon mods for example)
sv_consistency 0
// LOBBY CONNECT
// connect from internet
sv_lan 0
// join game at any point
sv_allow_lobby_connect_only 0
// LOGGING
// dont kick dile players
sb_all_bot_game 1
// allowed modes
sv_gametypes "coop,realism,survival,versus,teamversus,scavenge,teamscavenge"
// network
sv_minrate 30000
sv_maxrate 60000
sv_mincmdrate 66
sv_maxcmdrate 101
// 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.