Do not kick, do not stop, enable cheats, fix comment...
This commit is contained in:
parent
e7b7225b82
commit
55467d4183
|
@ -85,7 +85,26 @@ abm_teamlimit 16
|
||||||
abm_throwable ""
|
abm_throwable ""
|
||||||
abm_unlocksi 0
|
abm_unlocksi 0
|
||||||
abm_zoey 5
|
abm_zoey 5
|
||||||
#abm_respawndelay 1.0
|
//abm_respawndelay 1.0
|
||||||
|
|
||||||
|
// https://steamcommunity.com/sharedfiles/filedetails/?id=276173458
|
||||||
|
// sv_pausable 1
|
||||||
|
sv_pure_kick_clients 0
|
||||||
|
// rate 10000 //default 10000; Max bytes/sec the host can recieve data
|
||||||
|
// sv_minrate 15000 //default "5000"; Min bandwidth rate allowed on server, 0 = unlimited
|
||||||
|
// sv_maxrate 30000 //default "0"; Max bandwidth rate allowed on server, 0 = unlimited
|
||||||
|
// sv_mincmdrate 20 //default 0; This sets the minimum value for cl_cmdrate. 0 = unlimited [cevo=67]
|
||||||
|
// sv_maxcmdrate 33 //default 40; (If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate. [cevo=101]
|
||||||
|
|
||||||
|
// Message of the Day
|
||||||
|
motd_enabled 1
|
||||||
|
|
||||||
|
// Cheats
|
||||||
|
sv_cheats 1
|
||||||
|
|
||||||
|
// Do not stop the server
|
||||||
|
sb_all_bot_game 1
|
||||||
|
allow_all_bot_survivor_team 1
|
||||||
|
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue