Browse Source

update bb2

feature/source-updates
Daniel Gibbs 1 year ago
parent
commit
64e918a8ce
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 74
      bb2/server.cfg
  2. 4
      bb2/server.cfg.orig
  3. 36
      bb2/server_core.cfg
  4. 26
      bb2/server_game.cfg

74
bb2/server.cfg

@ -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

4
bb2/server.cfg.orig

@ -41,6 +41,4 @@ sv_forcepreload 0
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

36
bb2/server_core.cfg

@ -110,8 +110,8 @@ bb2_elimination_score_from_extermination 10
// desc: Whenever the zombie team gets a kill this is the value to add. // desc: Whenever the zombie team gets a kill this is the value to add.
// minimum: 1 // minimum: 1
// maximum: 10 // maximum: 10
// default 4 // default 5
bb2_elimination_score_zombies 4 bb2_elimination_score_zombies 5
// Elimination: Human Score // Elimination: Human Score
// desc: Whenever the human team gets a zombie player kill this is the value to add. // desc: Whenever the human team gets a zombie player kill this is the value to add.
@ -127,12 +127,19 @@ bb2_elimination_score_humans 1
// default 30 // default 30
bb2_elimination_teamperk_duration 10 bb2_elimination_teamperk_duration 10
// Elimination: TeamPerk Required Kills // Elimination: TeamPerk Required Kills for Zombies
// desc: How many kills does a team need to get in order to activate a team perk? // desc: How many kills does the zombies need to activate a team perk?
// minimum: 10 // minimum: 1
// maximum: 100
// default 2
bb2_elimination_teamperk_zombies 2
// Elimination: TeamPerk Required Kills for Humans
// desc: How many kills does the humans need to activate a team perk?
// minimum: 1
// maximum: 100 // maximum: 100
// default 12 // default 4
bb2_elimination_teamperk_kills_required 12 bb2_elimination_teamperk_humans 4
// Deathmatch: Fraglimit // Deathmatch: Fraglimit
// minimum: 20 // minimum: 20
@ -147,12 +154,18 @@ bb2_deathmatch_fraglimit 60
bb2_deathmatch_respawn_time 3 bb2_deathmatch_respawn_time 3
// Voting: Passing Votes // Voting: Passing Votes
// desc: How much % of the players will be required to vote YES in order to pass a vote? // desc: How much % of the players will be required to vote YES in order to pass a map vote?
// minimum: 0 // minimum: 0
// maximum: 100 // maximum: 100
// default 70 // default 60
bb2_vote_required_percentage 60 bb2_vote_required_percentage 60
// desc: How much % of the players will be required to vote YES in order to pass a kick or ban vote?
// minimum: 0
// maximum: 100
// default 82
bb2_vote_required_percentage_kickban 78
// Voting: Ban Time // Voting: Ban Time
// desc: For how many minutes will a player be banned if a ban vote passes? // desc: For how many minutes will a player be banned if a ban vote passes?
// minimum: 0 (permanent) // minimum: 0 (permanent)
@ -171,7 +184,7 @@ bb2_enable_high_ping_kicker 1
// minimum: 100 // minimum: 100
// maximum: 600 // maximum: 600
// default 200 // default 200
bb2_high_ping_limit 350 bb2_high_ping_limit 400
// AFK Kicker // AFK Kicker
// Desc: Kick players who are AFK for too long? // Desc: Kick players who are AFK for too long?
@ -191,7 +204,7 @@ bb2_afk_kick_time 90
// Desc: The time in minutes before the game ends. // Desc: The time in minutes before the game ends.
// minimum: 10 // minimum: 10
// default 60 // default 60
mp_timelimit_objective 60 mp_timelimit_objective 90
// Timelimit - Arena Mode // Timelimit - Arena Mode
// Desc: The time in minutes before the game ends. // Desc: The time in minutes before the game ends.
@ -314,3 +327,4 @@ exec banned_user.cfg
exec banned_ip.cfg exec banned_ip.cfg
writeip writeip
writeid

26
bb2/server_game.cfg

@ -5,3 +5,29 @@ bb2_zombie_lifespan_min "0.8"
bb2_zombie_lifespan_max "1.2" bb2_zombie_lifespan_max "1.2"
// Set how frequent in seconds our zombies can spawn in any spawners not overriding spawn frequencies. // Set how frequent in seconds our zombies can spawn in any spawners not overriding spawn frequencies.
bb2_zombie_spawn_freq_min "0.2"
bb2_zombie_spawn_freq_max "0.4"
// Set if zombie volumes should spawn new zombie waves even if previous waves interesect with it = keep spawning all the time.
// Disable this for your map if you want more controlled spawns, leave this on for arena though, it is handy.
bb2_zombie_spawner_continuous "1"
// Enable aggressive lifetime changes for zombies when zombie spawners fail to spawn due to zombie limit, force old zombies to die sooner.
// Will only work in objective & story mode.
bb2_zombie_lifetime_advanced 1
// Set how often ammo clips can respawn.
mp_ammo_respawn_time "4.0"
// NPCs
bb2_m1a1_damage "200"
bb2_m1a1_damage_machinegun "12"
bb2_m1a1_machinegun_firerate "0.08"
bb2_m1a1_radius "500"
sk_npc_boss_fred_rage_health "30"
sk_npc_boss_fred_rage_duration "60"
sk_npc_boss_fred_rage_damage "110"
sk_npc_zombie_speed_override "0"
Loading…
Cancel
Save