Browse Source

updated configs

pull/3/head
Daniel Gibbs 9 years ago
parent
commit
c733263a94
  1. 131
      BlackMesa/server.cfg
  2. 291
      BrainBread2/server.cfg

131
BlackMesa/server.cfg

@ -7,7 +7,7 @@
// ............................. Basic Settings ............................. // // ............................. Basic Settings ............................. //
// Hostname for server. // Hostname - Name of the server.
hostname "<hostname>" hostname "<hostname>"
// RCON - remote console password. // RCON - remote console password.
@ -20,94 +20,105 @@ sv_password ""
sv_contact "[email protected]" sv_contact "[email protected]"
// LAN Mode - If set the server will not show on the internet. // LAN Mode - If set the server will not show on the internet.
// Default: sv_lan 0 // default: sv_lan 0
sv_lan 0 sv_lan 0
// ............................... Map Cycles ............................... //
// info: Name of the .txt file used to cycle the maps on multiplayer servers.
// There are several predefined mapcycles available that are listed below. // ............................. Communication ............................. //
// You can also create your own custom mapcycle.
// "mapcycle.txt" - all maps
//mapcyclefile "mapcycle.txt"
// ....................... Time Limits/Round Settings ....................... //
// Time on a single map in minutes before switching to a new map automatically. // Voice enable - Enable communication over voice via microphone.
// Default: mp_timelimit 900 // 0 = voice off.
// Recommended: mp_timelimit 45 // 1 = voice on.
mp_timelimit 45 // default: sv_voiceenable 1
sv_voiceenable 1
// Number of frags on a single map before switching to a new one automatically. // All talk - Players can hear all other players, no team restrictions.
// Default: mp_fraglimit 0 // 0 = all talk off.
// Recommended: mp_fraglimit 45 // 1 = all talk on.
mp_fraglimit 45 // default: sv_alltalk 0
sv_alltalk 0
// ............................. Fast Download .............................. //
// info: Allow custom maps to be downloaded to the client.
// Allow Download - Allows clients to download custom map files from the server at 20 kbps.
// 0 = allow download off.
// 1 = allow download on.
// default: sv_allowdownload 1
sv_allowdownload 1
// Download url - Allows clients to download custom maps files from a web server with no transfer limit.
// Example:
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// sv_downloadurl "http://example.com/custom"
// default: sv_downloadurl ""
sv_downloadurl ""
// Number of seconds to wait before the round starts.
// Default: mp_warmup_time 30
// Recommended: mp_warmup_time 30
mp_warmup_time 30
// ............................. Game Settings ............................. // // ............................. Game Settings ............................. //
// info: Other settings that apply to this game. // info: Other settings that apply to this game.
// Turn on the flash light for players. // Flashlight - Allow players to use the flashlight.
// Default: mp_flashlight 0 // 0 = flashlight off.
// Recommended: mp_flashlight 1 // 1 = flashlight on.
// default: mp_flashlight 1
mp_flashlight 1 mp_flashlight 1
// Forces the player to respawn in to game. // Force Respawn - Force the player to respawn.
// Default: mp_forcerespawn 1 // 0 = force respawn off.
// Recommended: mp_forcerespawn 0 // 1 = force respawn on.
// default: mp_forcerespawn 0
mp_forcerespawn 0 mp_forcerespawn 0
// Friendly fire - Allows team members to injure other members of their team. // Friendly fire - Allows team members to injure other members of their team.
// Default: mp_friendlyfire 0 // 0 = friendly fire off.
// 1 = friendly fire on.
// default: mp_friendlyfire 0
mp_friendlyfire 0 mp_friendlyfire 0
// ............................. Communication ............................. //
// Enable communication over voice via microphone. // ................................ Mapcycle ................................ //
// Default: sv_voiceenable 1 // info: The .txt file used to cycle the maps on servers.
sv_voiceenable 1
// Players can hear all other players, no team restrictions. // Maxcycle file
// Default: sv_alltalk 0 // "mapcycle.txt" - all maps
// Recommended: sv_alltalk 0 mapcyclefile "mapcycle.txt"
sv_alltalk 0
// ............................. Fast Download .............................. //
// info: Allows custom maps to be downloaded to the client.
// Allows clients to download custom maps and textures etc. from the server at 20 kbps.
// Default: sv_allowdownload 1
// Recommended: sv_allowdownload 1
sv_allowdownload 1
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
// Example:
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// sv_downloadurl "http://example.com/custom"
// Default: sv_downloadurl ""
sv_downloadurl ""
// ............................. Server Logging ............................. // // ............................. Server Logging ............................. //
//Enables logging to file, console, and udp < on | off >. // Log - Enables logging to file, console, and udp (on|off).
log on log on
// Log server bans in the server logs. // Log Bans - Log server bans in the server logs.
// Default: sv_logbans 1 // default: sv_logbans 1
sv_logbans 1 sv_logbans 1
// Echo log information to the console. // Log Echo - Echo log information to the console.
// Default: sv_logecho 1 // default: sv_logecho 1
sv_logecho 1 sv_logecho 1
// Log server information in the log file. // Log File - Log server information in the log file.
// Default: sv_logfile 1 // default: sv_logfile 1
sv_logfile 1 sv_logfile 1
// Log server information to only one file. // Log one file - Log server information to only one file.
// Default: sv_log_onefile 0 // default: sv_log_onefile 0
sv_log_onefile 0 sv_log_onefile 0
// ....................... Time Limits/Round Settings ....................... //
// Time limit - Time on a single map in minutes before switching to a new map automatically.
// default: mp_timelimit 45
mp_timelimit 45
// Frag Limit - Number of frags on a single map before switching to a new map automatically.
// default: mp_fraglimit 45
mp_fraglimit 45
// Warmup time - Number of seconds to wait before the round starts.
// default: mp_warmup_time 30
mp_warmup_time 30

291
BrainBread2/server.cfg

@ -7,7 +7,7 @@
// ............................. Basic Settings ............................. // // ............................. Basic Settings ............................. //
// Hostname for server. // Hostname - Name of the server.
hostname "<hostname>" hostname "<hostname>"
// RCON - remote console password. // RCON - remote console password.
@ -20,214 +20,235 @@ sv_password ""
sv_contact "[email protected]" sv_contact "[email protected]"
// LAN Mode - If set the server will not show on the internet. // LAN Mode - If set the server will not show on the internet.
// Default: sv_lan 0 // default: sv_lan 0
sv_lan 0 sv_lan 0
// ............................. Communication ............................. //
// ............................. Server Logging ............................. // // Voice enable - Enable communication over voice via microphone.
// 0 = voice off.
//Enables logging to file, console, and udp < on | off >. // 1 = voice on.
log on // default: sv_voiceenable 1
sv_voiceenable 1
// Log server bans in the server logs.
// Default: sv_logbans 1
sv_logbans 1
// Echo log information to the console. // All talk - Players can hear all other players, no team restrictions.
// Default: sv_logecho 1 // 0 = all talk off.
sv_logecho 1 // 1 = all talk on.
// default: sv_alltalk 0
sv_alltalk 0
// Log server information in the log file.
// Default: sv_logfile 1
sv_logfile 1
// Log server information to only one file. // ............................. Fast Download .............................. //
// Default: sv_log_onefile 0 // info: Allow custom maps to be downloaded to the client.
sv_log_onefile 0
// ............................. Communication ............................. //
// Enable communication over voice via microphone. // Allow Download - Allows clients to download custom map files from the server at 20 kbps.
// Default: sv_voiceenable 1 // 0 = allow download off.
sv_voiceenable 1 // 1 = allow download on.
// default: sv_allowdownload 1
sv_allowdownload 1
// Players can hear all other players, no team restrictions. // Download url - Allows clients to download custom maps files from a web server with no transfer limit.
// Default: sv_alltalk 0 // Example:
sv_alltalk 1 // server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// sv_downloadurl "http://example.com/custom"
// default: sv_downloadurl ""
sv_downloadurl ""
// ........................ Game Specific Commands ........................ //
// info: any commands that only apply to this game.
// ............................. Game Settings .............................. //
// info: Other settings that apply to this game.
// Cheats - Allows cheats on the server. Steam achievements and stats are disabled. // Cheats - Allows cheats on the server. Steam achievements and stats are disabled.
// Default: 0 // 0 = cheats off.
// 1 = cheats on.
// default: 0
sv_cheats 0 sv_cheats 0
// Friendly Fire - Allows team members to injure other members of their team. // Friendly fire - Allows team members to injure other members of their team.
// 0 = Friendly fire off. // 0 = friendly fire off.
// 1 = Friendly fire on. // 1 = friendly fire on.
// Default: 0 // default: mp_friendlyfire 0
mp_friendlyfire 0 mp_friendlyfire 0
// Mercy Value - Sets how many deaths until the players become human once again. // Mercy Value - Sets how many deaths until the players become human once again.
// Default: bb2_allow_mercy 0 // default: bb2_allow_mercy 0
bb2_allow_mercy 3 bb2_allow_mercy 3
// Late Joining - Allows players to spawn late. // Late Joining - Allows players to spawn late.
// default bb2_allow_latejoin 0 // default: bb2_allow_latejoin 0
bb2_allow_latejoin 1 bb2_allow_latejoin 1
// Player Spawn Protection - Time in seconds after Spawn. // Player Spawn Protection - Time in seconds after Spawn.
// default bb2_spawn_protection 1 // default: bb2_spawn_protection 1
bb2_spawn_protection 15 bb2_spawn_protection 15
// Profile System - Allow players to save and load there skills. // Profile System - Allow players to save and load there skills.
// 0 = Disabled, skills are not saved. // 0 = disabled, skills are not saved.
// 1 = Global, players can load there global skills. // 1 = global, players can load there global skills.
// 2 = Server, players save there skills to the server. Steam achievements and stats are disabled. // 2 = server, players save there skills to the server. Steam achievements and stats are disabled.
// Default 1 // default: bb2_allow_profile_system 1
bb2_allow_profile_system 1 bb2_allow_profile_system 1
// Allow NPC to score - Allow friendly npcs to affect scoring. For example for quests. // Allow NPC to score - Allow friendly npcs to affect scoring. For example for quests.
// Default 1 // default: bb2_allow_npc_to_score 0
bb2_allow_npc_to_score 0 bb2_allow_npc_to_score 0
// Vote Settings // ......... Vote Settings .......... //
// Voting: Passing Votes - Percentage of players that are required to pass a vote. // Passing votes - Percentage of players that are required to pass a vote.
// Minimum: 0 // minimum: 0
// Maximum: 100 // maximum: 100
// Default 50 // default: bb2_votes_required 50
bb2_votes_required 50 bb2_votes_required 50
// Voting: Ban Time - Number of minutes a player be banned if a vaote ban passes. // Ban time - Number of minutes a player be banned if a vote ban passes.
// minimum: 0 (permanent) // minimum: 0 (permanent)
// default 30 // default: bb2_ban_time 30
bb2_ban_time 30 bb2_ban_time 30
// Arena Settings // ......... Arena Settings ......... //
// Arena: Respawn Interval Time (Seconds). // Respawn interval iime (Seconds).
// Minimum: 20 // minimum: 20
// Default 40 // default: bb2_arena_respawn_time 40
bb2_arena_respawn_time 25 bb2_arena_respawn_time 40
// Arena: Number of Reinforcements. // Reinforcement count - Number of Reinforcements.
// Minimum: 0 // minimum: 0
// Maximum: 100 // maximum: 100
// Default 14 // default: bb2_arena_reinforcement_count 14
bb2_arena_reinforcement_count 14 bb2_arena_reinforcement_count 14
// ..... Classic Mode Settings ...... //
// Classic Mode Settings // Zombie players - Players become zombies.
// 0 = players can become zombies.
// Classic: Zombie No Team Change. // 1 = players cannot become zombies.
// 0 = Players can become zombies. // default: bb2_classic_zombie_noteamchange 1
// 1 = Players cannot become zombies.
// Default 0
bb2_classic_zombie_noteamchange 1 bb2_classic_zombie_noteamchange 1
// ...... Elimination Settings ...... //
// Elimination Settings // Team Fraglimit - Number of frags for a team to win a game.
// minimum: 10
// Elimination: Team Fraglimit - Number of frags for a team to win a game. // default: bb2_elimination_fraglimit 200
// Minimum: 10
// Default 200
bb2_elimination_fraglimit 200 bb2_elimination_fraglimit 200
// Elimination: Respawn Time (Seconds). // Respawn Time (Seconds).
// Minimum: 1 // minimum: 1
// Maximum: 30 // maximum: 30
// Default 4 // default: bb2_elimination_respawn_time 5
bb2_elimination_respawn_time 5 bb2_elimination_respawn_time 5
// Elimination: Respawn Time Scale - Increase the respawn timer in seconds when a player joins. // 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. // Example: respawn_timer + (joined_players x time_scale) = new_respawn_timer. 14 + (20 x 2) = 54.
// Minimum: 0 // minimum: 0
// Maximum: 10 // maximum: 10
// Default 1 // default: bb2_elimination_respawn_time_scale 1
bb2_elimination_respawn_time_scale 1 bb2_elimination_respawn_time_scale 1
// Elimination: Extermination Score - The score a team should be awarded for exterminating (kill everyone before respawn) the other team. // Extermination Score - The score a team should be awarded for exterminating (kill everyone before respawn) the other team.
// Minimum: 0 // minimum: 0
// Maximum: 50 // maximum: 50
// Default 25 // default bb2_elimination_score_from_extermination 25
bb2_elimination_score_from_extermination 25 bb2_elimination_score_from_extermination 25
// Elimination: Zombie Score - Number of point a zombie gets for a kill. // Zombie Score - Number of point a zombie gets for a kill.
// Minimum: 2 // minimum: 2
// Maximum: 10 // maximum: 10
// Default 5 // default bb2_elimination_score_zombies 5
bb2_elimination_score_zombies 5 bb2_elimination_score_zombies 5
// Elimination: Team Perk Duration - Number of seconds a team perk lasts. // Team Perk Duration - Number of seconds a team perk lasts.
// Minimum: 5 // minimum: 5
// Maximum: 60 // maximum: 60
// Default 30 // default bb2_elimination_teamperk_duration 30
bb2_elimination_teamperk_duration 30 bb2_elimination_teamperk_duration 30
// Elimination: Team Perk Required Kills - Number of kills a team need to get in order to activate a team perk. // Team Perk Required Kills - Number of kills a team need to get in order to activate a team perk.
// Minimum: 25 // minimum: 25
// Maximum: 500 // maximum: 500
// Default 50 // default: bb2_elimination_teamperk_kills_required 50
bb2_elimination_teamperk_kills_required 50 bb2_elimination_teamperk_kills_required 50
// ........ Zombie Settings ......... //
// Zombie Settings
// Zombie Lifespan - Number of minutes a regular zombie will last before dying. // Zombie Lifespan - Number of minutes a regular zombie will last before dying.
// Minimum: 1 // minimum: 1
// Default 5 // default: bb2_zombie_lifespan 2
bb2_zombie_lifespan 2 bb2_zombie_lifespan 2
// Max Zombies - Maximum number of zombies allowed in the game. // Max Zombies - Maximum number of zombies allowed in the game.
// Minimum: 1 // minimum: 1
// Maximum: 128 // maximum: 128
// Default 50 // default bb2_zombie_max 45
bb2_zombie_max 45 bb2_zombie_max 45
// ..... M1A1 Abrams Settings ....... //
// M1A1 Abrams Settings // Main Cannon Damage.
// minimum: 100
// maximum: 10000
// default: bb2_m1a1_damage 3000
bb2_m1a1_damage 3000
// M1A1 Abrams: Main Cannon Damage. // Machinegun Damage.
// Minimum: 100 // minimum: 25
// Maximum: 10000 // maximum: 1000
// Default 3000 // default: bb2_m1a1_damage_machinegun 30
bb2_m1a1_damage 200 bb2_m1a1_damage_machinegun 30
// M1A1 Abrams: Machinegun Damage. // Friendly Fire (Including NPC's).
// Minimum: 25 // minimum: 0
// Maximum: 1000 // maximum: 1
// Default 30 // default: bb2_m1a1_friendly 1
bb2_m1a1_damage_machinegun 25
// M1A1 Abrams: Friendly Fire (Including NPC's).
// Minimum: 0
// Maximum: 1
// Default 1
bb2_m1a1_friendly 1 bb2_m1a1_friendly 1
// M1A1 Abrams: Machinegun Rate of Fire. // Machinegun Rate of Fire.
// Minimum: 0.01 // minimum: 0.01
// Maximum: 1 // maximum: 1
// Default 0.08 // default: bb2_m1a1_machinegun_firerate 0.08
bb2_m1a1_machinegun_firerate 1 bb2_m1a1_machinegun_firerate 0.08
// M1A1 Abrams: Explosion Radius. // Explosion Radius.
// Minimum: 200 // minimum: 200
// Maximum: 10000 // maximum: 10000
// Default 500 // default 500
bb2_m1a1_radius 500 bb2_m1a1_radius 500
// M1A1 Abrams: Max Sight Range. // Max Sight Range.
// Minimum: 500 // minimum: 500
// Maximum: 10000 // maximum: 10000
// Default 2000 // default: 2000
bb2_m1a1_range_max 1000 bb2_m1a1_range_max 2000
// M1A1 Abrams: Min Sight Range. // Min Sight Range.
// Minimum: 250 // minimum: 250
// Maximum: 5000 // maximum: 5000
// Default 400 // Default: bb2_m1a1_range_min 400
bb2_m1a1_range_min 250 bb2_m1a1_range_min 400
// ............................. Server Logging ............................. //
// Log - Enables logging to file, console, and udp (on|off).
log on
// Log Bans - Log server bans in the server logs.
// default: sv_logbans 1
sv_logbans 1
// Log Echo - Echo log information to the console.
// default: sv_logecho 1
sv_logecho 1
// Log File - Log server information in the log file.
// default: sv_logfile 1
sv_logfile 1
// Log one file - Log server information to only one file.
// default: sv_log_onefile 0
sv_log_onefile 0
Loading…
Cancel
Save