Add rcon password and banlist cvar for brainbread

This commit is contained in:
Frisasky 2019-07-21 10:53:22 +08:00 committed by GitHub
parent 853025c29e
commit e3be35cb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ pausable 0
// default server name.
hostname "SERVERNAME"
// RCON - remote console password.
rcon_password "ADMINPASSWORD"
// maximum client movement speed (1000 for BB)
sv_maxspeed 1000
@ -64,4 +67,8 @@ sv_zombiecount 65
// Gameover conditions (0 = unlimited)
mp_teamscorelimit 0
mp_fraglimit 0
mp_fraglimit 0
// load ban files
exec listip.cfg
exec banned.cfg