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.
290 lines
8.1 KiB
290 lines
8.1 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
|
|
|
|
// Friendly fire - Allows players to injure other members of their team.
|
|
// 0 = friendly fire disabled
|
|
// 1 = friendly fire enabled
|
|
// Default: mp_friendlyfire 0
|
|
mp_friendlyfire 0
|
|
|
|
// Mercy Value - Sets how many deaths until the players become human once again.
|
|
// default: bb2_allow_mercy 0
|
|
bb2_allow_mercy 3
|
|
|
|
// Late Joining - Allows players to spawn late.
|
|
// default: bb2_allow_latejoin 0
|
|
bb2_allow_latejoin 1
|
|
|
|
// Player Spawn Protection - Time in seconds after Spawn.
|
|
// default: bb2_spawn_protection 1
|
|
bb2_spawn_protection 15
|
|
|
|
// Profile System - Allow players to save and load there skills.
|
|
// 0 = disabled, skills are not saved.
|
|
// 1 = global, players can load there global skills.
|
|
// 2 = server, players save there skills to the server. Steam achievements and stats are disabled.
|
|
// default: bb2_allow_profile_system 1
|
|
bb2_allow_profile_system 1
|
|
|
|
// Allow NPC to score - Allow friendly npcs to affect scoring. For example for quests.
|
|
// default: bb2_allow_npc_to_score 0
|
|
bb2_allow_npc_to_score 0
|
|
|
|
// ......... Vote Settings .......... //
|
|
|
|
// Passing votes - Percentage of players that are required to pass a vote.
|
|
// minimum: 0
|
|
// maximum: 100
|
|
// default: bb2_votes_required 50
|
|
bb2_votes_required 50
|
|
|
|
// Ban time - Number of minutes a player be banned if a vote ban passes.
|
|
// minimum: 0 (permanent)
|
|
// default: bb2_ban_time 30
|
|
bb2_ban_time 30
|
|
|
|
|
|
// ......... Arena Settings ......... //
|
|
|
|
// Respawn interval iime (Seconds).
|
|
// minimum: 20
|
|
// default: bb2_arena_respawn_time 40
|
|
bb2_arena_respawn_time 40
|
|
|
|
// Reinforcement count - Number of Reinforcements.
|
|
// minimum: 0
|
|
// maximum: 100
|
|
// default: bb2_arena_reinforcement_count 14
|
|
bb2_arena_reinforcement_count 14
|
|
|
|
// ..... Classic Mode Settings ...... //
|
|
|
|
// Zombie players - Players become zombies.
|
|
// 0 = players can become zombies.
|
|
// 1 = players cannot become zombies.
|
|
// default: bb2_classic_zombie_noteamchange 1
|
|
bb2_classic_zombie_noteamchange 1
|
|
|
|
// ...... Elimination Settings ...... //
|
|
|
|
// Team Fraglimit - Number of frags for a team to win a game.
|
|
// minimum: 10
|
|
// default: bb2_elimination_fraglimit 200
|
|
bb2_elimination_fraglimit 200
|
|
|
|
// Respawn Time (Seconds).
|
|
// minimum: 1
|
|
// maximum: 30
|
|
// default: bb2_elimination_respawn_time 5
|
|
bb2_elimination_respawn_time 5
|
|
|
|
// Respawn Time Scale - Increase the respawn timer in seconds when a player joins.
|
|
// Example: respawn_timer + (joined_players x time_scale) = new_respawn_timer. 14 + (20 x 2) = 54.
|
|
// minimum: 0
|
|
// maximum: 10
|
|
// default: bb2_elimination_respawn_time_scale 1
|
|
bb2_elimination_respawn_time_scale 1
|
|
|
|
// Extermination Score - The score a team should be awarded for exterminating (kill everyone before respawn) the other team.
|
|
// minimum: 0
|
|
// maximum: 50
|
|
// default bb2_elimination_score_from_extermination 25
|
|
bb2_elimination_score_from_extermination 25
|
|
|
|
// Zombie Score - Number of point a zombie gets for a kill.
|
|
// minimum: 2
|
|
// maximum: 10
|
|
// default bb2_elimination_score_zombies 5
|
|
bb2_elimination_score_zombies 5
|
|
|
|
// Team Perk Duration - Number of seconds a team perk lasts.
|
|
// minimum: 5
|
|
// maximum: 60
|
|
// default bb2_elimination_teamperk_duration 30
|
|
bb2_elimination_teamperk_duration 30
|
|
|
|
// Team Perk Required Kills - Number of kills a team need to get in order to activate a team perk.
|
|
// minimum: 25
|
|
// maximum: 500
|
|
// default: bb2_elimination_teamperk_kills_required 50
|
|
bb2_elimination_teamperk_kills_required 50
|
|
|
|
// ........ Zombie Settings ......... //
|
|
|
|
// Zombie Lifespan - Number of minutes a regular zombie will last before dying.
|
|
// minimum: 1
|
|
// default: bb2_zombie_lifespan 2
|
|
bb2_zombie_lifespan 2
|
|
|
|
// Max Zombies - Maximum number of zombies allowed in the game.
|
|
// minimum: 1
|
|
// maximum: 128
|
|
// default bb2_zombie_max 45
|
|
bb2_zombie_max 45
|
|
|
|
// ..... M1A1 Abrams Settings ....... //
|
|
|
|
// Main Cannon Damage.
|
|
// minimum: 100
|
|
// maximum: 10000
|
|
// default: bb2_m1a1_damage 3000
|
|
bb2_m1a1_damage 3000
|
|
|
|
// Machinegun Damage.
|
|
// minimum: 25
|
|
// maximum: 1000
|
|
// default: bb2_m1a1_damage_machinegun 30
|
|
bb2_m1a1_damage_machinegun 30
|
|
|
|
// Friendly Fire (Including NPC's).
|
|
// minimum: 0
|
|
// maximum: 1
|
|
// default: bb2_m1a1_friendly 1
|
|
bb2_m1a1_friendly 1
|
|
|
|
// Machinegun Rate of Fire.
|
|
// minimum: 0.01
|
|
// maximum: 1
|
|
// default: bb2_m1a1_machinegun_firerate 0.08
|
|
bb2_m1a1_machinegun_firerate 0.08
|
|
|
|
// Explosion Radius.
|
|
// minimum: 200
|
|
// maximum: 10000
|
|
// default 500
|
|
bb2_m1a1_radius 500
|
|
|
|
// Max Sight Range.
|
|
// minimum: 500
|
|
// maximum: 10000
|
|
// default: 2000
|
|
bb2_m1a1_range_max 2000
|
|
|
|
// Min Sight Range.
|
|
// minimum: 250
|
|
// maximum: 5000
|
|
// Default: bb2_m1a1_range_min 400
|
|
bb2_m1a1_range_min 400
|
|
|
|
|
|
// ................................ Map Cycle ............................... //
|
|
|
|
// Map cycle - Maps to be rotated on the server.
|
|
// "mapcycle.txt" - All maps
|
|
mapcyclefile "mapcycle.txt"
|
|
|
|
|
|
// ............................. Communication ............................. //
|
|
|
|
// Voice enable - Enable communication over voice via microphone.
|
|
// 0 = voice off.
|
|
// 1 = voice on.
|
|
// Default: sv_voiceenable 1
|
|
sv_voiceenable 1
|
|
|
|
// All talk - Players can hear all other players, no team restrictions.
|
|
// 0 = all talk off.
|
|
// 1 = all talk on.
|
|
// Default: sv_alltalk 0
|
|
sv_alltalk 0
|
|
|
|
|
|
// ............................. Fast Download .............................. //
|
|
// info: Used by servers with custom maps
|
|
|
|
// Allow download - Allow clients to download custom files from the server at 20 kbps.
|
|
// 0 = allow download off.
|
|
// 1 = allow download on.
|
|
// Default: sv_allowdownload 1
|
|
sv_allowdownload 1
|
|
|
|
// Download url - Allow clients to download custom files from a web server.
|
|
// Example:
|
|
// server location: maps/custommap.bsp
|
|
// web server location: http://example.com/custom/maps/custommap.bsp
|
|
// Example: sv_downloadurl "http://example.com/custom"
|
|
sv_downloadurl ""
|
|
|
|
|
|
// ................................ Ban List ................................ //
|
|
|
|
// User ban - Server banlist based on user steam ID.
|
|
// Recommended: exec banned_user.cfg
|
|
exec banned_user.cfg
|
|
|
|
// IP ban - Server banlist based on user IP.
|
|
// Recommended: exec banned_ip.cfg
|
|
exec banned_ip.cfg
|
|
|
|
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg.
|
|
writeid
|
|
|
|
// Write IP - Save the ban list to banned_ip.cfg.
|
|
writeip
|
|
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// Enable log - Enables logging to file, console, and udp < on | off >.
|
|
// Recommended: log on
|
|
log on
|
|
|
|
// Log bans - Log server bans in the server logs.
|
|
// Default: sv_logbans 1
|
|
// Recommended: sv_logbans 1
|
|
sv_logbans 1
|
|
|
|
// Log echo - Display log information to the server console.
|
|
// Default: sv_logecho 1
|
|
// Recommended: sv_logecho 1
|
|
sv_logecho 1
|
|
|
|
// Log file - Log server information in the log file.
|
|
// Default: sv_logfile 1
|
|
// Recommended: sv_logfile 1
|
|
sv_logfile 1
|
|
|
|
// One file log - Log server information to only one file.
|
|
// Default: sv_log_onefile 0
|
|
// Recommended: sv_log_onefile 0
|
|
sv_log_onefile 0
|
|
|