29 changed files with 1485 additions and 1448 deletions
@ -1,7 +1,7 @@ |
|||||
// **************************************************************************** |
// **************************************************************************** |
||||
// * |
// * |
||||
// BrainBread 2 - server.cfg * |
// BrainBread 2 - server.cfg * |
||||
// Version 080116 * |
// Version 030916 * |
||||
// * |
// * |
||||
// **************************************************************************** |
// **************************************************************************** |
||||
|
|
||||
@ -16,13 +16,49 @@ rcon_password "<rconpassword>" |
|||||
// Server password - for private servers. |
// Server password - for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Contact email for server sysop. |
// Email - Server admin email. |
||||
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 |
||||
|
|
||||
|
|
||||
|
|
||||
|
// ............................. Server Logging ............................. // |
||||
|
|
||||
|
//Enables logging to file, console, and udp < on | off >. |
||||
|
log on |
||||
|
|
||||
|
// Log server bans in the server logs. |
||||
|
// Default: sv_logbans 1 |
||||
|
sv_logbans 1 |
||||
|
|
||||
|
// Echo log information to the console. |
||||
|
// Default: sv_logecho 1 |
||||
|
sv_logecho 1 |
||||
|
|
||||
|
// Log server information in the log file. |
||||
|
// Default: sv_logfile 1 |
||||
|
sv_logfile 1 |
||||
|
|
||||
|
// Log server information to only one file. |
||||
|
// Default: sv_log_onefile 0 |
||||
|
sv_log_onefile 0 |
||||
|
// ............................. Communication ............................. // |
||||
|
|
||||
|
// Enable communication over voice via microphone. |
||||
|
// Default: sv_voiceenable 1 |
||||
|
sv_voiceenable 1 |
||||
|
|
||||
|
// Players can hear all other players, no team restrictions. |
||||
|
// Default: sv_alltalk 0 |
||||
|
sv_alltalk 1 |
||||
|
|
||||
|
// ........................ Game Specific Commands ........................ // |
||||
|
// info: any commands that only 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 |
// Default: 0 |
||||
sv_cheats 0 |
sv_cheats 0 |
||||
@ -33,10 +69,6 @@ sv_cheats 0 |
|||||
// Default: 0 |
// Default: 0 |
||||
mp_friendlyfire 0 |
mp_friendlyfire 0 |
||||
|
|
||||
// ........................ Game Specific Commands ........................ // |
|
||||
// info: any commands that only apply to this game. |
|
||||
|
|
||||
|
|
||||
// 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 |
||||
@ -117,7 +149,7 @@ bb2_elimination_respawn_time 5 |
|||||
// Default 1 |
// Default 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. |
// Elimination: 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 25 |
||||
|
@ -1,7 +1,7 @@ |
|||||
// **************************************************************************** |
// **************************************************************************** |
||||
// * |
// * |
||||
// CodenameCURE - server.cfg * |
// CodenameCURE - server.cfg * |
||||
// Version 100216 * |
// Version 030916 * |
||||
// * |
// * |
||||
// **************************************************************************** |
// **************************************************************************** |
||||
|
|
||||
@ -16,36 +16,33 @@ rcon_password "<rconpassword>" |
|||||
// Server password - for private servers. |
// Server password - for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Contact email for server sysop. |
// Email - Server admin email. |
||||
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 ............................... // |
// ............................. Server Logging ............................. // |
||||
// info: There are several predefined mapcycles available that are listed below. |
|
||||
// You can also create your own custom mapcycle. |
|
||||
|
|
||||
// "mapcycle.txt" - all maps |
//Enables logging to file, console, and udp < on | off >. |
||||
mapcyclefile "mapcycle.txt" |
log on |
||||
|
|
||||
// ........................ Game Specific Commands ........................ // |
// Log server bans in the server logs. |
||||
// info: any commands that only apply to this game. |
// Default: sv_logbans 1 |
||||
|
sv_logbans 1 |
||||
|
|
||||
// Difficulty |
// Echo log information to the console. |
||||
// 0 - Easy |
// Default: sv_logecho 1 |
||||
// 1 - Average |
sv_logecho 1 |
||||
// 2 - Skilled |
|
||||
// 3 - Insane |
|
||||
sv_difficulty "1" |
|
||||
|
|
||||
// Server tags - Tags show up on the in-game server browser. This helps |
// Log server information in the log file. |
||||
// users filter servers. |
// Default: sv_logfile 1 |
||||
// vanilla - he server runs the default settings. |
sv_logfile 1 |
||||
// custom - the server runs custom gameplay settings or mods. |
|
||||
// example: sv_tags "custom, fastdl" |
// Log server information to only one file. |
||||
sv_tags "" |
// Default: sv_log_onefile 0 |
||||
|
sv_log_onefile 0 |
||||
|
|
||||
// ............................. Communication ............................. // |
// ............................. Communication ............................. // |
||||
|
|
||||
@ -77,29 +74,34 @@ sv_downloadurl "" |
|||||
// personal banlist based on user IDs. |
// personal banlist based on user IDs. |
||||
exec banned_user.cfg |
exec banned_user.cfg |
||||
|
|
||||
// personal banlist based on user IPs. |
// personal banlist based on user IPs. |
||||
exec banned_ip.cfg |
exec banned_ip.cfg |
||||
|
|
||||
writeid |
writeid |
||||
writeip |
writeip |
||||
|
|
||||
// ............................. Server Logging ............................. // |
|
||||
|
|
||||
//Enables logging to file, console, and udp < on | off >. |
|
||||
log on |
|
||||
|
|
||||
// Log server bans in the server logs. |
// ............................... Map Cycles ............................... // |
||||
// Default: sv_logbans 1 |
// info: There are several predefined mapcycles available that are listed below. |
||||
sv_logbans 1 |
// You can also create your own custom mapcycle. |
||||
|
|
||||
// Echo log information to the console. |
// "mapcycle.txt" - all maps |
||||
// Default: sv_logecho 1 |
mapcyclefile "mapcycle.txt" |
||||
sv_logecho 1 |
|
||||
|
|
||||
// Log server information in the log file. |
// ........................ Game Specific Commands ........................ // |
||||
// Default: sv_logfile 1 |
// info: any commands that only apply to this game. |
||||
sv_logfile 1 |
|
||||
|
|
||||
// Log server information to only one file. |
// Difficulty |
||||
// Default: sv_log_onefile 0 |
// 0 - Easy |
||||
sv_log_onefile 0 |
// 1 - Average |
||||
|
// 2 - Skilled |
||||
|
// 3 - Insane |
||||
|
sv_difficulty "1" |
||||
|
|
||||
|
// Server tags - Tags show up on the in-game server browser. This helps |
||||
|
// users filter servers. |
||||
|
// vanilla - he server runs the default settings. |
||||
|
// custom - the server runs custom gameplay settings or mods. |
||||
|
// example: sv_tags "custom, fastdl" |
||||
|
sv_tags "" |
File diff suppressed because it is too large
@ -1,7 +1,7 @@ |
|||||
// **************************************************************************** |
// **************************************************************************** |
||||
// * |
// * |
||||
// Fistful of Frags - server.cfg * |
// Fistful of Frags - server.cfg * |
||||
// Version 240716 * |
// Version 030916 * |
||||
// * |
// * |
||||
// **************************************************************************** |
// **************************************************************************** |
||||
|
|
||||
@ -16,58 +16,13 @@ rcon_password "<rconpassword>" |
|||||
// Server password - for private servers. |
// Server password - for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Contact email for server sysop. |
// Email - Server admin email. |
||||
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: There are several predefined mapcycles available that are listed below. |
|
||||
// You can also create your own custom mapcycle. |
|
||||
|
|
||||
// "mapcycle.txt" - All Shootout/2 Team Shootout/4 Team Shootout maps |
|
||||
// "mapcycle_12.txt" - All 12 slot maps for Shootout/2 Team Shootout/4 Team Shootout |
|
||||
// "mapcycle_32.txt" - All 32 slot maps for Shootout/2 Team Shootout/4 Team Shootout |
|
||||
// "mapcycle_tp.txt" - All Teamplay maps |
|
||||
// "mapcycle_vs.txt" - All versus mode maps |
|
||||
// "mapcycle_gt.txt" - All Ghost Town maps |
|
||||
mapcyclefile "mapcycle.txt" |
|
||||
|
|
||||
// ....................... Time Limits/Round Settings ....................... // |
|
||||
|
|
||||
// Time spend on a single map (in minutes) before switching to a new one automatically. |
|
||||
// Default: mp_timelimit 0 |
|
||||
mp_timelimit 15 |
|
||||
|
|
||||
// ........................ Game Specific Commands ........................ // |
|
||||
// info: any commands that only apply to this game. |
|
||||
|
|
||||
// Game Modes |
|
||||
// 1 = Shootout/2 Team Shootout/4 Team Shootout/Ghost Town |
|
||||
// 2 = Teamplay |
|
||||
// 3 = Break Bad |
|
||||
// 4 = Elimination |
|
||||
// 5 = Versus |
|
||||
fof_sv_currentmode 1 |
|
||||
|
|
||||
// Teamplay |
|
||||
// 0 = Free-for-all |
|
||||
// 1 = Team Deathmatch or Teamplay mode |
|
||||
mp_teamplay 0 |
|
||||
|
|
||||
// Team numbers |
|
||||
// 2 = Vigilantes & Desperados |
|
||||
// 3 = Vigilantes, Desperados & Bandidos |
|
||||
// 4 = Vigilantes, Desperados, Bandidos & Rangers |
|
||||
fof_sv_maxteams 4 |
|
||||
|
|
||||
// Friendly fire - Allows team members to injure other members of their team. |
|
||||
// 0 = Friendly fire disabled |
|
||||
// 1 = Friendly fire enabled |
|
||||
mp_friendlyfire 0 |
|
||||
|
|
||||
// ............................. Communication ............................. // |
// ............................. Communication ............................. // |
||||
|
|
||||
// Enable communication over voice via microphone. |
// Enable communication over voice via microphone. |
||||
@ -124,3 +79,48 @@ sv_logfile 1 |
|||||
// Log server information to only 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 |
||||
|
|
||||
|
|
||||
|
// ............................... Map Cycles ............................... // |
||||
|
// info: There are several predefined mapcycles available that are listed below. |
||||
|
// You can also create your own custom mapcycle. |
||||
|
|
||||
|
// "mapcycle.txt" - All Shootout/2 Team Shootout/4 Team Shootout maps |
||||
|
// "mapcycle_12.txt" - All 12 slot maps for Shootout/2 Team Shootout/4 Team Shootout |
||||
|
// "mapcycle_32.txt" - All 32 slot maps for Shootout/2 Team Shootout/4 Team Shootout |
||||
|
// "mapcycle_tp.txt" - All Teamplay maps |
||||
|
// "mapcycle_vs.txt" - All versus mode maps |
||||
|
// "mapcycle_gt.txt" - All Ghost Town maps |
||||
|
mapcyclefile "mapcycle.txt" |
||||
|
|
||||
|
// ....................... Time Limits/Round Settings ....................... // |
||||
|
// Time spent on a single map (in minutes) before switching to a new one automatically. |
||||
|
// Default: mp_timelimit 0 |
||||
|
mp_timelimit 15 |
||||
|
|
||||
|
// ........................ Game Specific Commands ........................ // |
||||
|
// info: any commands that only apply to this game. |
||||
|
|
||||
|
// Game Modes |
||||
|
// 1 = Shootout/2 Team Shootout/4 Team Shootout/Ghost Town |
||||
|
// 2 = Teamplay |
||||
|
// 3 = Break Bad |
||||
|
// 4 = Elimination |
||||
|
// 5 = Versus |
||||
|
fof_sv_currentmode 1 |
||||
|
|
||||
|
// Teamplay |
||||
|
// 0 = Free-for-all |
||||
|
// 1 = Team Deathmatch or Teamplay mode |
||||
|
mp_teamplay 0 |
||||
|
|
||||
|
// Team numbers |
||||
|
// 2 = Vigilantes & Desperados |
||||
|
// 3 = Vigilantes, Desperados & Bandidos |
||||
|
// 4 = Vigilantes, Desperados, Bandidos & Rangers |
||||
|
fof_sv_maxteams 4 |
||||
|
|
||||
|
// Friendly fire - Allows team members to injure other members of their team. |
||||
|
// 0 = Friendly fire disabled |
||||
|
// 1 = Friendly fire enabled |
||||
|
mp_friendlyfire 0 |
@ -10,10 +10,13 @@ |
|||||
// Hostname for server. |
// Hostname for server. |
||||
hostname "<hostname>" |
hostname "<hostname>" |
||||
|
|
||||
|
// RCON - remote console password. |
||||
|
rcon_password "<rconpassword>" |
||||
|
|
||||
// Server password - for private servers. |
// Server password - for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Contact email for server sysop. |
// Email - Server admin email. |
||||
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. |
||||
@ -42,12 +45,12 @@ sv_rcon_maxfailures 5 |
|||||
|
|
||||
// ......................... Matchmaking Playlists ......................... // |
// ......................... Matchmaking Playlists ......................... // |
||||
// info: Selecting a playlist will allow the server to show up in matchmaking. |
// info: Selecting a playlist will allow the server to show up in matchmaking. |
||||
// Playlists use predefined settings and mapcycle. |
// Playlists use predefined settings and mapcycle. |
||||
|
|
||||
// You do not need to select a mapcycle as the server will cycle though the |
// You do not need to select a mapcycle as the server will cycle though the |
||||
// predefined playlist mapcycle. |
// predefined playlist mapcycle. |
||||
// |
// |
||||
// If you want to change the predefined playlist mapcycle you can create a |
// If you want to change the predefined playlist mapcycle you can create a |
||||
// custom mapcycle but only with maps from the playlist mapcycle. |
// custom mapcycle but only with maps from the playlist mapcycle. |
||||
// |
// |
||||
// You can also create your own custom playlists. |
// You can also create your own custom playlists. |
||||
@ -64,11 +67,11 @@ sv_playlist "nwi/coop" |
|||||
|
|
||||
// ............................... Map Cycles ............................... // |
// ............................... Map Cycles ............................... // |
||||
// info: There are several predefined mapcycles available that are listed below. |
// info: There are several predefined mapcycles available that are listed below. |
||||
// You can also create your own custom mapcycle. |
// You can also create your own custom mapcycle. |
||||
|
|
||||
// "mapcycle.txt" - by default this contains the most popular options |
// "mapcycle.txt" - by default this contains the most popular options |
||||
// "mapcycle_all.txt" - all possible map/mode combinations for PvP |
// "mapcycle_all.txt" - all possible map/mode combinations for PvP |
||||
// "mapcycle_ambush.txt" - all ambush (VIP) maps |
// "mapcycle_ambush.txt" - all ambush (VIP) maps |
||||
// "mapcycle_attackdefend.txt" - push & strike maps |
// "mapcycle_attackdefend.txt" - push & strike maps |
||||
// "mapcycle_checkpoint.txt" - all checkpoint maps |
// "mapcycle_checkpoint.txt" - all checkpoint maps |
||||
// "mapcycle_comp.txt" - firefight & elimination maps |
// "mapcycle_comp.txt" - firefight & elimination maps |
||||
@ -82,7 +85,7 @@ sv_playlist "nwi/coop" |
|||||
// "mapcycle_occupy.txt" - all occupy maps |
// "mapcycle_occupy.txt" - all occupy maps |
||||
// "mapcycle_practice.txt" |
// "mapcycle_practice.txt" |
||||
// "mapcycle_push.txt" - all push maps |
// "mapcycle_push.txt" - all push maps |
||||
// "mapcycle_singlelife.txt" - strike & ambush single life modes |
// "mapcycle_singlelife.txt" - strike & ambush single life modes |
||||
// "mapcycle_skirmish.txt" - all skirmish maps |
// "mapcycle_skirmish.txt" - all skirmish maps |
||||
// "mapcycle_strike.txt" - all strike maps |
// "mapcycle_strike.txt" - all strike maps |
||||
// "mapcycle_survival.txt" - all survival maps |
// "mapcycle_survival.txt" - all survival maps |
||||
@ -274,7 +277,7 @@ sv_nwi_banlist 1 |
|||||
// personal banlist based on user IDs. |
// personal banlist based on user IDs. |
||||
exec banned_user.cfg |
exec banned_user.cfg |
||||
|
|
||||
// personal banlist based on user IPs. |
// personal banlist based on user IPs. |
||||
exec banned_ip.cfg |
exec banned_ip.cfg |
||||
|
|
||||
writeid |
writeid |
||||
|
File diff suppressed because it is too large
@ -16,7 +16,7 @@ rcon_password "<rconpassword>" |
|||||
// Server password - for private servers. |
// Server password - for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// Contact email for server sysop. |
// Email - Server admin email. |
||||
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. |
||||
@ -24,12 +24,12 @@ sv_contact "[email protected]" |
|||||
sv_lan 0 |
sv_lan 0 |
||||
|
|
||||
// ............................... Map Cycles ............................... // |
// ............................... Map Cycles ............................... // |
||||
// You can create your own custom mapcycle. |
// You can create your own custom mapcycle. |
||||
mapcyclefile "mapcycle.txt" |
mapcyclefile "mapcycle.txt" |
||||
|
|
||||
// ....................... Time Limits/Round Settings ....................... // |
// ....................... Time Limits/Round Settings ....................... // |
||||
|
|
||||
// Time spend on a single map (in minutes) before switching to a new one automatically. |
// Time spent on a single map (in minutes) before switching to a new one automatically. |
||||
// Default: mp_timelimit 0 |
// Default: mp_timelimit 0 |
||||
mp_timelimit 20 |
mp_timelimit 20 |
||||
|
|
||||
@ -50,7 +50,7 @@ mp_winlimit 0 |
|||||
|
|
||||
// ........................ Game Specific Commands ........................ // |
// ........................ Game Specific Commands ........................ // |
||||
|
|
||||
// Server tags - Tags show up on the in-game server browser. This helps |
// Server tags - Tags show up on the in-game server browser. This helps |
||||
// users filter servers. |
// users filter servers. |
||||
// vanilla - he server runs the default settings. |
// vanilla - he server runs the default settings. |
||||
// custom - the server runs custom gameplay settings or mods. |
// custom - the server runs custom gameplay settings or mods. |
||||
@ -91,7 +91,7 @@ sv_downloadurl "" |
|||||
// personal banlist based on user IDs. |
// personal banlist based on user IDs. |
||||
exec banned_user.cfg |
exec banned_user.cfg |
||||
|
|
||||
// personal banlist based on user IPs. |
// personal banlist based on user IPs. |
||||
exec banned_ip.cfg |
exec banned_ip.cfg |
||||
|
|
||||
writeid |
writeid |
||||
|
Loading…
Reference in new issue