4 changed files with 78 additions and 62 deletions
@ -1,73 +1,51 @@ |
|||||
// ************************************************************************** // |
// **************************************************************************** |
||||
// // |
// Brainbread 2 |
||||
// BrainBread 2 - server.cfg // |
// Config - server.cfg |
||||
// Version 240917 // |
// Date - 06/12/2023 |
||||
// // |
// **************************************************************************** |
||||
// ************************************************************************** // |
|
||||
|
|
||||
// .................................. Basic ................................. // |
// hostname - Hostname for server. |
||||
|
|
||||
// Hostname - Name of the server. |
|
||||
hostname "SERVERNAME" |
hostname "SERVERNAME" |
||||
|
|
||||
// RCON - remote console password. |
// RCON - remote console password. |
||||
rcon_password "ADMINPASSWORD" |
rcon_password "ADMINPASSWORD" |
||||
|
|
||||
// Server password - for private servers. |
// sv_password - Server password for entry into multiplayer games. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Email - Server admin email. |
// Default Map - map <mapname> :Load a new map. |
||||
// Example: sv_contact "[email protected]" |
map "bba_barracks" |
||||
sv_contact "" |
|
||||
|
|
||||
// LAN mode - If set the server will not show on the internet. |
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). |
||||
// Default: sv_lan 0 |
|
||||
sv_lan 0 |
sv_lan 0 |
||||
|
|
||||
// Server tags - Tags show up on the in-game server browser. This helps |
// sv_logfile - Log server information in the log file. |
||||
// users filter servers. |
sv_logfile 1 |
||||
// 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. |
// sv_logbans - Log server bans in the server logs. |
||||
// 0 = cheats off. |
sv_logbans 1 |
||||
// 1 = cheats on. |
|
||||
// Default: sv_cheats 0 |
|
||||
// Reccomended: sv_cheats 0 |
|
||||
sv_cheats 0 |
|
||||
|
|
||||
// Profile System |
// sv_voiceenable - Enable voice communications. |
||||
// 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) |
sv_voiceenable 1 |
||||
// default 1 |
|
||||
// Profile Saving only works on dedicated servers. |
|
||||
bb2_allow_profile_system 1 |
|
||||
|
|
||||
// Misc |
// sv_alltalk - Players can hear all other players, no team restrictions. |
||||
sv_region 255 |
|
||||
sv_alltalk 1 |
sv_alltalk 1 |
||||
|
|
||||
|
// sv_allowupload - Allow clients to upload customizations files. |
||||
sv_allowupload 1 |
sv_allowupload 1 |
||||
sv_allowdownload 1 |
|
||||
|
|
||||
// Rates |
// sv_allowdownload - Allow clients to download files. |
||||
sv_maxrate 0 |
sv_allowdownload 1 |
||||
sv_minrate 35000 |
|
||||
|
|
||||
sv_maxcmdrate 33 |
// sv_downloadurl - Location from which clients can download missing files. |
||||
sv_mincmdrate 30 |
sv_downloadurl "" |
||||
|
|
||||
sv_maxupdaterate 33 |
// mp_allowspectators - Toggles whether the server allows spectator mode or not. |
||||
sv_minupdaterate 30 |
mp_allowspectators 1 |
||||
|
|
||||
sv_forcepreload 0 |
// bb2_allow_profile_system - Allow players to load Global stats or local stats defined on the server. 1 = Global, 2 = Local! |
||||
|
bb2_allow_profile_system |
||||
|
|
||||
exec server_core.cfg |
exec server_core.cfg |
||||
exec server_game.cfg |
exec server_game.cfg |
||||
exec server_custom.cfg |
exec server_custom.cfg |
||||
|
|
||||
heartbeat |
|
Loading…
Reference in new issue