Compare commits

..

No commits in common. "56277c78880d38e6db7ce96f0ab479268c77a876" and "48bd6d31e2de8848cc8a16f821f3c2121ac1b656" have entirely different histories.

View file

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