wip
This commit is contained in:
parent
e3e9ee1725
commit
56277c7888
1 changed files with 7 additions and 1 deletions
|
@ -19,11 +19,17 @@ 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"
|
||||
|
||||
// network
|
||||
sv_maxrate 30000
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue