Browse Source
Merge pull request #73 from Frisasky/BB
Add rcon password and banlist cvar for brainbread
pull/78/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
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 |
|
|
|
|
|
|
@ -65,3 +68,7 @@ sv_zombiecount 65 |
|
|
|
// Gameover conditions (0 = unlimited) |
|
|
|
mp_teamscorelimit 0 |
|
|
|
mp_fraglimit 0 |
|
|
|
|
|
|
|
// load ban files |
|
|
|
exec listip.cfg |
|
|
|
exec banned.cfg |
|
|
|