|
@ -1,13 +1,13 @@ |
|
|
// **************************************************************************** |
|
|
// ************************************************************************** // |
|
|
// * |
|
|
// // |
|
|
// No More Room in Hell - server.cfg * |
|
|
// No More Room in Hell - server.cfg // |
|
|
// Version 240217 * |
|
|
// Version 240917 // |
|
|
// * |
|
|
// // |
|
|
// **************************************************************************** |
|
|
// ************************************************************************** // |
|
|
|
|
|
|
|
|
// ............................. Basic Settings ............................. // |
|
|
// .................................. Basic ................................. // |
|
|
|
|
|
|
|
|
// Hostname for server. |
|
|
// Hostname - Name of the server. |
|
|
hostname "SERVERNAME" |
|
|
hostname "SERVERNAME" |
|
|
|
|
|
|
|
|
// RCON - remote console password. |
|
|
// RCON - remote console password. |
|
@ -17,9 +17,10 @@ rcon_password "ADMINPASSWORD" |
|
|
sv_password "" |
|
|
sv_password "" |
|
|
|
|
|
|
|
|
// Email - Server admin email. |
|
|
// Email - Server admin email. |
|
|
sv_contact "email@example.com" |
|
|
// Example: sv_contact "email@example.com" |
|
|
|
|
|
sv_contact "" |
|
|
|
|
|
|
|
|
// 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 |
|
|
|
|
|
|
|
@ -27,102 +28,122 @@ sv_lan 0 |
|
|
// users filter servers. |
|
|
// users filter servers. |
|
|
// vanilla - the server runs the default settings. |
|
|
// vanilla - the server runs the default settings. |
|
|
// custom - the server runs custom gameplay settings or mods. |
|
|
// custom - the server runs custom gameplay settings or mods. |
|
|
// example: sv_tags "custom, fastdl" |
|
|
// Example: sv_tags "custom, fastdl" |
|
|
sv_tags "" |
|
|
sv_tags "" |
|
|
|
|
|
|
|
|
// ............................. Game Settings ............................. // |
|
|
|
|
|
// info: Other settings that apply to this game. |
|
|
|
|
|
|
|
|
|
|
|
// Difficulty http://git.io/v35eI |
|
|
// ................................. 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 |
|
|
|
|
|
|
|
|
|
|
|
// Difficulty - Server difficulty http://git.io/v35eI |
|
|
// "casual" - casual difficulty. |
|
|
// "casual" - casual difficulty. |
|
|
// "classic" - classic difficulty. |
|
|
// "classic" - classic difficulty. |
|
|
|
|
|
// Default: sv_difficulty "" |
|
|
sv_difficulty "classic" |
|
|
sv_difficulty "classic" |
|
|
|
|
|
|
|
|
|
|
|
// Friendly fire - Allows players to injure other members of their team. |
|
|
|
|
|
// 0 = friendly fire disabled |
|
|
// Friendly fire - Allows team members to injure other members of their team. |
|
|
// 1 = friendly fire enabled |
|
|
// Default: mp_friendlyfire 0 |
|
|
// Default: mp_friendlyfire 0 |
|
|
mp_friendlyfire 0 |
|
|
mp_friendlyfire 0 |
|
|
|
|
|
|
|
|
// Enable communication over voice via microphone. |
|
|
// Time limit - Time on a single map in minutes before switching to a new map automatically. |
|
|
// Default: sv_voiceenable 1 |
|
|
|
|
|
sv_voiceenable 1 |
|
|
|
|
|
|
|
|
|
|
|
// Players can hear all other players, no team restrictions. |
|
|
|
|
|
// Default: sv_alltalk 0 |
|
|
|
|
|
// Recommended: sv_alltalk 0 |
|
|
|
|
|
sv_alltalk 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 maps |
|
|
|
|
|
// "mapcycle_objective.txt" - objective maps only |
|
|
|
|
|
// "mapcycle_survival.txt" - survival maps only |
|
|
|
|
|
mapcyclefile "mapcycle.txt" |
|
|
|
|
|
|
|
|
|
|
|
// ....................... Time Limits/Round Settings ....................... // |
|
|
|
|
|
|
|
|
|
|
|
// Time on a single map in minutes before switching to a new map automatically. |
|
|
|
|
|
// Default: mp_timelimit 900 |
|
|
// Default: mp_timelimit 900 |
|
|
// Recommended: mp_timelimit 45 |
|
|
// Recommended: mp_timelimit 45 |
|
|
mp_timelimit 45 |
|
|
mp_timelimit 45 |
|
|
|
|
|
|
|
|
// Maximum number of rounds on a map before moving to the next map. |
|
|
// Max rounds - The maximum number of rounds on a map before moving to the next map. |
|
|
// Default: mp_maxrounds 1 |
|
|
// Default: mp_maxrounds 1 |
|
|
// Recommended: mp_maxrounds 2 |
|
|
// Recommended: mp_maxrounds 2 |
|
|
mp_maxrounds 2 |
|
|
mp_maxrounds 2 |
|
|
|
|
|
|
|
|
// Players can hear all other players, no team restrictions. |
|
|
|
|
|
// Default: sv_alltalk 0 |
|
|
// ................................ Map Cycle ............................... // |
|
|
// Recommended: sv_alltalk 1 |
|
|
|
|
|
sv_alltalk 1 |
|
|
// Map cycle - Maps to be rotated on the server. |
|
|
|
|
|
// "mapcycle.txt" - All maps |
|
|
|
|
|
// "mapcycle_objective.txt" - Objective maps only |
|
|
|
|
|
// "mapcycle_survival.txt" - Survival maps only |
|
|
|
|
|
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 1 |
|
|
|
|
|
sv_alltalk 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ............................. Fast Download .............................. // |
|
|
// ............................. Fast Download .............................. // |
|
|
// info: Allows custom maps to be downloaded to the client. |
|
|
// info: Used by servers with custom maps |
|
|
|
|
|
|
|
|
// Allows clients to download custom maps and textures etc. from the server at 20 kbps. |
|
|
// 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 |
|
|
// Default: sv_allowdownload 1 |
|
|
// Recommended: sv_allowdownload 1 |
|
|
|
|
|
sv_allowdownload 1 |
|
|
sv_allowdownload 1 |
|
|
|
|
|
|
|
|
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit. |
|
|
// Download url - Allow clients to download custom files from a web server. |
|
|
// Example: |
|
|
// Example: |
|
|
// server location: maps/custommap.bsp |
|
|
// server location: maps/custommap.bsp |
|
|
// web server location: http://example.com/custom/maps/custommap.bsp |
|
|
// web server location: http://example.com/custom/maps/custommap.bsp |
|
|
// sv_downloadurl "http://example.com/custom" |
|
|
// Example: sv_downloadurl "http://example.com/custom" |
|
|
// Default: sv_downloadurl "" |
|
|
|
|
|
sv_downloadurl "" |
|
|
sv_downloadurl "" |
|
|
|
|
|
|
|
|
// ................................ Ban List ............................... // |
|
|
|
|
|
|
|
|
|
|
|
// Personal banlist based on user IDs. |
|
|
// ................................ Ban List ................................ // |
|
|
|
|
|
|
|
|
|
|
|
// User ban - Server banlist based on user steam ID. |
|
|
|
|
|
// Recommended: exec banned_user.cfg |
|
|
exec banned_user.cfg |
|
|
exec banned_user.cfg |
|
|
|
|
|
|
|
|
// Personal banlist based on user IPs. |
|
|
// IP ban - Server banlist based on user IP. |
|
|
|
|
|
// Recommended: exec banned_ip.cfg |
|
|
exec banned_ip.cfg |
|
|
exec banned_ip.cfg |
|
|
|
|
|
|
|
|
|
|
|
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg. |
|
|
writeid |
|
|
writeid |
|
|
|
|
|
|
|
|
|
|
|
// Write IP - Save the ban list to banned_ip.cfg. |
|
|
writeip |
|
|
writeip |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ............................. Server Logging ............................. // |
|
|
// ............................. Server Logging ............................. // |
|
|
|
|
|
|
|
|
//Enables logging to file, console, and udp < on | off >. |
|
|
// Enable log - Enables logging to file, console, and udp < on | off >. |
|
|
|
|
|
// Recommended: log on |
|
|
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 |
|
|
|
|
|
// Recommended: sv_logbans 1 |
|
|
sv_logbans 1 |
|
|
sv_logbans 1 |
|
|
|
|
|
|
|
|
// Echo log information to the console. |
|
|
// Log echo - Display log information to the server console. |
|
|
// Default: sv_logecho 1 |
|
|
// Default: sv_logecho 1 |
|
|
|
|
|
// Recommended: 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 |
|
|
|
|
|
// Recommended: sv_logfile 1 |
|
|
sv_logfile 1 |
|
|
sv_logfile 1 |
|
|
|
|
|
|
|
|
// Log server information to only one file. |
|
|
// One file log - Log server information to only one file. |
|
|
// Default: sv_log_onefile 0 |
|
|
// Default: sv_log_onefile 0 |
|
|
|
|
|
// Recommended: sv_log_onefile 0 |
|
|
sv_log_onefile 0 |
|
|
sv_log_onefile 0 |
|
|