xgaming.configs
bb
1 file

BrainBread Server Config

Ready-to-use server config files for BrainBread dedicated game servers — copy, paste and run.

Config files

server.cfg
// ************************************************************************** //
//                                                                            //
//     BrainBread - server.cfg                                                //
//     Version 150618                                                         //
//                                                                            //
// ************************************************************************** //

// Default for BrainBread
maxplayers 12

// disable autoaim
sv_aim 0

// no lan server
sv_lan 0

// disable clients' ability to pause the server
pausable 0

// default server name.
hostname "SERVERNAME"

// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// maximum client movement speed (1000 for BB)
sv_maxspeed 1000

// 20 minute timelimit
mp_timelimit 20

sv_cheats 0

// Turn off friendlyfire
mp_friendlyfire 0

// Enable map and variable voting
sv_mapvote 1
sv_varvote 1

// Set round timing behaviour
sv_roundtimelimit 1000
sv_rounddelay 8

// Experience settings
sv_expperlevel 150
sv_exppotence 2
// level = ( exp / sv_expperlevel ) ^ ( 1 / sv_exppotence )
//
// sv_expperlevel 2500 and sv_exppotence 1 would need approx. the same amount
// of exp for level 23 but every level requires the same amount of exp

// max level
sv_maxlevel 23
// Save exp for 24h. (0 = don't save exp, -1 = save exp forever, X = save exp for X hours)
sv_savexp 24

// Difficulty affects respawn times, HP, damage, speed. 1 = 100%
sv_difficulty 1

// Save exp info in this file (/brainbread/<file>)
sv_playerinfofile "players.lvl"

// Global max amount of gibs/zombies. Values too high produce ED_Alloc error
sv_gibcount 10
sv_zombiecount 65

// Gameover conditions (0 = unlimited)
mp_teamscorelimit 0
mp_fraglimit 0

// load ban files
exec listip.cfg
exec banned.cfg

What these settings mean

Quick reference for the 8 most important keys in this BrainBread config. Hover or tap any key to see what it controls — useful when you're tuning a server for the first time and don't want to grep through the upstream wiki.

Core
2 settings
maxplayers
Hard cap on simultaneous players. Allocate slot budget for admins / reserved.
hostname
Server name shown in the in-game browser. Keep it under 64 characters and avoid colour codes if you want clean Steam listings.
Network
1 setting
sv_lan
1 forces LAN-only mode (no Steam heartbeat). Set 0 for any internet-facing server.
Gameplay
4 settings
mp_timelimit
Map time limit in minutes (TF2 / casual). 0 disables.
sv_cheats
Enables developer cheat commands like noclip and god. Always 0 in competitive — only flip on for practice / surf / KZ servers.
mp_friendlyfire
1 enables team damage. Required for competitive 5v5; usually off for community DM.
mp_fraglimit
First player to N kills ends the map (DM / FFA).
RCON
1 setting
rcon_password
Remote console password. Use a long random string — Source RCON is unencrypted, so anyone sniffing your wire can grab it if it's weak.

More valve / source engine configs

Skip the setup. Host BrainBread with XGamingServer.

Spin up a managed BrainBread server with one click. Backups, mods, control panel and DDoS protection included.