Browse Source

Add rcon password and banlist cvar for brainbread

pull/73/head
Frisasky 6 years ago
committed by GitHub
parent
commit
e3be35cb32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      BrainBread/server.cfg

9
BrainBread/server.cfg

@ -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

Loading…
Cancel
Save