You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.0 KiB
73 lines
2.0 KiB
// ************************************************************************** //
|
|
// //
|
|
// BrainBread 2 - server.cfg //
|
|
// Version 240917 //
|
|
// //
|
|
// ************************************************************************** //
|
|
|
|
// .................................. Basic ................................. //
|
|
|
|
// Hostname - Name of the server.
|
|
hostname "SERVERNAME"
|
|
|
|
// RCON - remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// Server password - for private servers.
|
|
sv_password ""
|
|
|
|
// Email - Server admin email.
|
|
// Example: sv_contact "[email protected]"
|
|
sv_contact ""
|
|
|
|
// LAN mode - If set the server will not show on the internet.
|
|
// Default: sv_lan 0
|
|
sv_lan 0
|
|
|
|
// Server tags - Tags show up on the in-game server browser. This helps
|
|
// users filter servers.
|
|
// vanilla - the server runs the default settings.
|
|
// custom - the server runs custom gameplay settings or mods.
|
|
// Example: sv_tags "custom, fastdl"
|
|
sv_tags ""
|
|
|
|
|
|
// ................................. In Game ................................ //
|
|
|
|
// Cheats - Allow cheats on the server. Steam achievements and stats are disabled.
|
|
// 0 = cheats off.
|
|
// 1 = cheats on.
|
|
// Default: sv_cheats 0
|
|
// Reccomended: sv_cheats 0
|
|
sv_cheats 0
|
|
|
|
// Profile System
|
|
// desc: Sets if the player will be able to save and load their skills. (0 - Disabled | 1 - Global | 2 - Local, achievements and steam stats are disabled)
|
|
// default 1
|
|
// Profile Saving only works on dedicated servers.
|
|
bb2_allow_profile_system 1
|
|
|
|
// Misc
|
|
sv_region 255
|
|
sv_alltalk 1
|
|
|
|
sv_allowupload 1
|
|
sv_allowdownload 1
|
|
|
|
// Rates
|
|
sv_maxrate 0
|
|
sv_minrate 35000
|
|
|
|
sv_maxcmdrate 33
|
|
sv_mincmdrate 30
|
|
|
|
sv_maxupdaterate 33
|
|
sv_minupdaterate 30
|
|
|
|
sv_forcepreload 0
|
|
|
|
exec server_core.cfg
|
|
exec server_game.cfg
|
|
exec server_custom.cfg
|
|
|
|
heartbeat
|