|
@ -1,7 +1,7 @@ |
|
|
// **************************************************************************** |
|
|
// **************************************************************************** |
|
|
// * |
|
|
// * |
|
|
// No More Room in Hell - server.cfg * |
|
|
// No More Room in Hell - server.cfg * |
|
|
// Version 150815 * |
|
|
// Version 240217 * |
|
|
// * |
|
|
// * |
|
|
// **************************************************************************** |
|
|
// **************************************************************************** |
|
|
|
|
|
|
|
@ -23,27 +23,12 @@ sv_contact "email@example.com" |
|
|
// Default: sv_lan 0 |
|
|
// Default: sv_lan 0 |
|
|
sv_lan 0 |
|
|
sv_lan 0 |
|
|
|
|
|
|
|
|
// ............................... Map Cycles ............................... // |
|
|
// Server tags - Tags show up on the in-game server browser. This helps |
|
|
// info: The .txt file used to cycle the maps on servers. |
|
|
// users filter servers. |
|
|
|
|
|
// vanilla - the server runs the default settings. |
|
|
// There are several predefined mapcycles available that are listed below. |
|
|
// custom - the server runs custom gameplay settings or mods. |
|
|
// You can also create your own custom mapcycle. |
|
|
// example: sv_tags "custom, fastdl" |
|
|
// "mapcycle.txt" - all maps |
|
|
sv_tags "" |
|
|
// "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 |
|
|
|
|
|
// Recommended: mp_timelimit 45 |
|
|
|
|
|
mp_timelimit 45 |
|
|
|
|
|
|
|
|
|
|
|
// Maximum number of rounds on a map before moving to the next map. |
|
|
|
|
|
// Default: mp_maxrounds 1 |
|
|
|
|
|
// Recommended: mp_maxrounds 2 |
|
|
|
|
|
mp_maxrounds 2 |
|
|
|
|
|
|
|
|
|
|
|
// ............................. Game Settings ............................. // |
|
|
// ............................. Game Settings ............................. // |
|
|
// info: Other settings that apply to this game. |
|
|
// info: Other settings that apply to this game. |
|
@ -53,26 +38,42 @@ mp_maxrounds 2 |
|
|
// "classic" - classic difficulty. |
|
|
// "classic" - classic difficulty. |
|
|
sv_difficulty "classic" |
|
|
sv_difficulty "classic" |
|
|
|
|
|
|
|
|
// 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 "" |
|
|
|
|
|
|
|
|
|
|
|
// 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 |
|
|
// Default: mp_friendlyfire 0 |
|
|
mp_friendlyfire 0 |
|
|
mp_friendlyfire 0 |
|
|
|
|
|
|
|
|
// ............................. Communication ............................. // |
|
|
|
|
|
|
|
|
|
|
|
// Enable communication over voice via microphone. |
|
|
// Enable communication over voice via microphone. |
|
|
// Default: sv_voiceenable 1 |
|
|
// Default: sv_voiceenable 1 |
|
|
sv_voiceenable 1 |
|
|
sv_voiceenable 1 |
|
|
|
|
|
|
|
|
// Players can hear all other players, no team restrictions. |
|
|
// Players can hear all other players, no team restrictions. |
|
|
// Default: sv_alltalk 0 |
|
|
// Default: sv_alltalk 0 |
|
|
// Recommended: sv_alltalk 1 |
|
|
// Recommended |
|
|
|
|
|
|
|
|
|
|
|
// ............................... 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 |
|
|
|
|
|
// Recommended: mp_timelimit 45 |
|
|
|
|
|
mp_timelimit 45 |
|
|
|
|
|
|
|
|
|
|
|
// Maximum number of rounds on a map before moving to the next map. |
|
|
|
|
|
// Default: mp_maxrounds 1 |
|
|
|
|
|
// Recommended: mp_maxrounds 2 |
|
|
|
|
|
mp_maxrounds 2 |
|
|
|
|
|
|
|
|
|
|
|
: sv_alltalk 1 |
|
|
sv_alltalk 1 |
|
|
sv_alltalk 1 |
|
|
|
|
|
|
|
|
// ............................. Fast Download .............................. // |
|
|
// ............................. Fast Download .............................. // |
|
|