From d35fb8eb60371942da8d4d1e572d4f0cb9624cdb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 28 Apr 2026 01:27:32 +0000 Subject: [PATCH] chore(config): update server configuration files for various games * Standardized comments and formatting across multiple `server.cfg` files. * Added `sv_setsteamaccount` for games that support it. * Removed deprecated or unnecessary fields such as `sv_contact`. * Ensured consistent structure for sections like Basic, Security, and Fast Download. * Updated dates in configuration files to reflect the current year. --- ahl/server.cfg | 4 ++-- ahl2/server.cfg | 41 ++++++++++++++++++++-------------- aoc/server.cfg | 11 ++++----- bb/server.cfg | 3 --- bb2/server.cfg | 48 ++++++++++++++++++++++++++++------------ bd/server.cfg | 4 ++-- bmdm/server.cfg | 47 +++++++++++++++++++++++++-------------- bs/server.cfg | 14 ++++++++---- cc/server.cfg | 11 +++++---- cs/server.cfg | 4 ++-- cs2/server.cfg | 7 +++--- cscz/server.cfg | 4 ++-- csgo/server.cfg | 7 ++---- css/server.cfg | 7 ++++-- dab/server.cfg | 7 ++++-- dmc/server.cfg | 4 ++-- docs/config-standards.md | 3 +-- dod/server.cfg | 4 ++-- dods/server.cfg | 7 ++++-- doi/server.cfg | 11 +++++---- dys/server.cfg | 12 +++++----- em/server.cfg | 12 +++++----- fof/server.cfg | 23 ++++++++++--------- gmod/server.cfg | 27 +++++++++++++--------- hl2dm/server.cfg | 7 ++++-- hldm/server.cfg | 4 ++-- hldms/server.cfg | 7 ++++-- ins/server.cfg | 8 ++++--- ios/server.cfg | 4 ++-- jbep3/server.cfg | 13 +++++++++-- l4d/server.cfg | 4 ++-- l4d2/server.cfg | 4 ++-- mcv/server.cfg | 8 +++---- nd/server.cfg | 18 ++++++--------- nmrih/server.cfg | 12 +++++----- ns/server.cfg | 8 ++----- opfor/server.cfg | 4 ++-- pvkii/server.cfg | 14 +++++++----- ricochet/server.cfg | 4 ++-- sfc/server.cfg | 15 ++++++++----- sven/server.cfg | 4 ++-- tf2/server.cfg | 7 ++++-- tf2c/server.cfg | 4 ++-- tfc/server.cfg | 4 ++-- ts/server.cfg | 4 ++-- vs/server.cfg | 4 ++-- zmr/server.cfg | 14 +++++++----- zps/server.cfg | 17 +++++++------- 48 files changed, 299 insertions(+), 215 deletions(-) diff --git a/ahl/server.cfg b/ahl/server.cfg index 5c4cf1e..f125943 100644 --- a/ahl/server.cfg +++ b/ahl/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Action Half-Life // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/ahl2/server.cfg b/ahl2/server.cfg index 1317332..acd2645 100644 --- a/ahl2/server.cfg +++ b/ahl2/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Action Half-Life 2 // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,11 +15,8 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// map - Start playing on specified map. -// map "act_airport" - -// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers -mapcyclefile "mapcycle.txt" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // ................................. Security ................................ // @@ -42,15 +39,6 @@ sv_voiceenable 1 // sv_alltalk - Players can hear all other players, no team restrictions. sv_alltalk 1 -// sv_allowupload - Allow clients to upload customizations files. -sv_allowupload 1 - -// sv_allowdownload - Allow clients to download files. -sv_allowdownload 1 - -// sv_downloadurl - Location from which clients can download missing files. -sv_downloadurl "" - // ................................ Gameplay ................................ // // mp_allowspectators - toggles whether the server allows spectator mode or not. @@ -120,4 +108,23 @@ mp_allowdante 0 mp_allowvip 0 // mp_allowcustom - Allow map-defined goal mode (0: no, default, 1: yes) -mp_allowcustom 0 \ No newline at end of file +mp_allowcustom 0 + +// .............................. Map Rotation .............................. // + +// map - Start playing on specified map. +// map "act_airport" + +// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers. +mapcyclefile "mapcycle.txt" + +// ............................. Fast Download .............................. // + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 + +// sv_allowdownload - Allow clients to download files. +sv_allowdownload 1 + +// sv_downloadurl - Location from which clients can download missing files. +sv_downloadurl "" diff --git a/aoc/server.cfg b/aoc/server.cfg index 3bf8ae2..89475ad 100644 --- a/aoc/server.cfg +++ b/aoc/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Age Of Chivalry // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,8 +15,7 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 @@ -47,7 +46,9 @@ mp_friendlyfire 0 mp_timelimit 20 // ............................. Fast Download .............................. // -// info: Allows custom maps to be downloaded to the client. + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 diff --git a/bb/server.cfg b/bb/server.cfg index f2605b8..d0ea20c 100644 --- a/bb/server.cfg +++ b/bb/server.cfg @@ -6,9 +6,6 @@ // .................................. Basic ................................. // -// maxplayers - Change the maximum number of players allowed on this server. -maxplayers 12 - // hostname - Hostname for server. hostname "SERVERNAME" diff --git a/bb2/server.cfg b/bb2/server.cfg index 84eb2d1..4e5c5b2 100644 --- a/bb2/server.cfg +++ b/bb2/server.cfg @@ -1,8 +1,10 @@ -// **************************************************************************** +// ***************************************************************************** // Brainbread 2 // Config - server.cfg // Date - 06/12/2023 -// **************************************************************************** +// ***************************************************************************** + +// .................................. Basic ................................. // // hostname - Hostname for server. hostname "SERVERNAME" @@ -13,31 +15,48 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account -// https://steamcommunity.com/dev/managegameservers +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. sv_setsteamaccount "" -// map - Start playing on specified map. -// map "bba_barracks" - -// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers -mapcyclefile "mapcycle.txt" +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 +// ............................. Server Logging ............................. // + // sv_logfile - Log server information in the log file. sv_logfile 1 // sv_logbans - Log server bans in the server logs. sv_logbans 1 +// ............................. Communication .............................. // + // sv_voiceenable - Enable voice communications. sv_voiceenable 1 // sv_alltalk - Players can hear all other players, no team restrictions. sv_alltalk 1 +// ................................ Gameplay ................................ // + +// mp_allowspectators - Toggles whether the server allows spectator mode or not. +mp_allowspectators 1 + +// 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 1 + +// .............................. Map Rotation .............................. // + +// map - Start playing on specified map. +// map "bba_barracks" + +// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers. +mapcyclefile "mapcycle.txt" + +// ............................. Fast Download .............................. // + // sv_allowupload - Allow clients to upload customizations files. sv_allowupload 1 @@ -47,12 +66,13 @@ sv_allowdownload 1 // sv_downloadurl - Location from which clients can download missing files. sv_downloadurl "" -// mp_allowspectators - Toggles whether the server allows spectator mode or not. -mp_allowspectators 1 - -// 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 +// ............................ Startup Commands ............................ // +// exec server_core.cfg - Load the server core configuration. exec server_core.cfg + +// exec server_game.cfg - Load the server game configuration. exec server_game.cfg + +// exec server_custom.cfg - Load the server custom configuration. exec server_custom.cfg diff --git a/bd/server.cfg b/bd/server.cfg index 4347888..d1b5dc9 100644 --- a/bd/server.cfg +++ b/bd/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Base Defence // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/bmdm/server.cfg b/bmdm/server.cfg index 15f3fa9..965f210 100644 --- a/bmdm/server.cfg +++ b/bmdm/server.cfg @@ -1,8 +1,10 @@ -// **************************************************************************** +// ***************************************************************************** // Black Mesa // Config - server.cfg // Date - 06/12/2023 -// **************************************************************************** +// ***************************************************************************** + +// .................................. Basic ................................. // // hostname - Hostname for server. hostname "SERVERNAME" @@ -13,39 +15,31 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account -// https://steamcommunity.com/dev/managegameservers +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. sv_setsteamaccount "" -// map - Start playing on specified map. -// map "dm_bounce" - -// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers -mapcyclefile "mapcycle.txt" +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 +// ............................. Server Logging ............................. // + // sv_logfile - Log server information in the log file. sv_logfile 1 // sv_logbans - Log server bans in the server logs. sv_logbans 1 +// ............................. Communication .............................. // + // sv_voiceenable - Enable voice communications. sv_voiceenable 1 // sv_alltalk - Players can hear all other players, no team restrictions. sv_alltalk 0 -// sv_allowupload - Allow clients to upload customizations files. -sv_allowupload 1 - -// sv_allowdownload - Allow clients to download files. -sv_allowdownload 1 - -// sv_downloadurl - Location from which clients can download missing files. -sv_downloadurl "" +// ................................ Gameplay ................................ // // mp_allowspectators - Toggles whether the server allows spectator mode or not. mp_allowspectators 1 @@ -73,3 +67,22 @@ mp_timelimit 45 // mp_warmup_time - Length of the warm up round in seconds. mp_warmup_time 30 + +// .............................. Map Rotation .............................. // + +// map - Start playing on specified map. +// map "dm_bounce" + +// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers. +mapcyclefile "mapcycle.txt" + +// ............................. Fast Download .............................. // + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 + +// sv_allowdownload - Allow clients to download files. +sv_allowdownload 1 + +// sv_downloadurl - Location from which clients can download missing files. +sv_downloadurl "" diff --git a/bs/server.cfg b/bs/server.cfg index 8cc2948..958a11c 100644 --- a/bs/server.cfg +++ b/bs/server.cfg @@ -9,12 +9,12 @@ // hostname - Hostname for server. hostname "SERVERNAME" -// sv_password - Server password for entry into multiplayer games. -sv_password "" - // rcon_password - remote console password. rcon_password "ADMINPASSWORD" +// sv_password - Server password for entry into multiplayer games. +sv_password "" + // ................................ Gameplay ................................ // // mp_timelimit - game time per map in minutes. @@ -52,4 +52,10 @@ sv_alltalk 1 // ............................. Fast Download .............................. // // sv_allowupload - Allow clients to upload customizations files. -sv_allowupload 1 \ No newline at end of file +sv_allowupload 1 + +// sv_allowdownload - Allow clients to download files. +sv_allowdownload 1 + +// sv_downloadurl - Location from which clients can download missing files. +sv_downloadurl "" \ No newline at end of file diff --git a/cc/server.cfg b/cc/server.cfg index c4b53fd..fa088c5 100644 --- a/cc/server.cfg +++ b/cc/server.cfg @@ -1,8 +1,8 @@ -// ****************************************************************************** +// ***************************************************************************** // CodenameCURE // Config - server.cfg // Date - 06/12/2023 -// ****************************************************************************** +// ***************************************************************************** // ................................. Basic .................................. // @@ -15,8 +15,8 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// map - Start playing on specified map. -// map "cbe_bunker" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // ................................ Security ................................ // @@ -97,6 +97,9 @@ bot_quota 3 // .............................. Map Rotation .............................. // +// map - Start playing on specified map. +// map "cbe_bunker" + // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers. mapcyclefile "mapcycle.txt" diff --git a/cs/server.cfg b/cs/server.cfg index fb08edf..18b334f 100644 --- a/cs/server.cfg +++ b/cs/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Counter-Strike // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/cs2/server.cfg b/cs2/server.cfg index a1013a5..a6dd9be 100644 --- a/cs2/server.cfg +++ b/cs2/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Counter-Strike 2 // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,8 +15,7 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account. -// https://steamcommunity.com/dev/managegameservers +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. sv_setsteamaccount "" // .............................. Map Rotation .............................. // diff --git a/cscz/server.cfg b/cscz/server.cfg index ab1aa85..a2c5ba0 100644 --- a/cscz/server.cfg +++ b/cscz/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Counter-Strike: Condition Zero // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/csgo/server.cfg b/csgo/server.cfg index 471942e..d9c14e6 100644 --- a/csgo/server.cfg +++ b/csgo/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Counter-Strike: Global Offensive // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,9 +15,6 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" - // ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). diff --git a/css/server.cfg b/css/server.cfg index 50c7535..4fd4e64 100644 --- a/css/server.cfg +++ b/css/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Counter-Strike: Source // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). diff --git a/dab/server.cfg b/dab/server.cfg index a6ae358..1a716b2 100644 --- a/dab/server.cfg +++ b/dab/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Double Action: Boogaloo // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // .............................. Map Rotation .............................. // // map - Start playing on specified map. diff --git a/dmc/server.cfg b/dmc/server.cfg index 9be3980..26c4e24 100644 --- a/dmc/server.cfg +++ b/dmc/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Deathmatch Classic // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/docs/config-standards.md b/docs/config-standards.md index 6ce48bf..58f6d66 100644 --- a/docs/config-standards.md +++ b/docs/config-standards.md @@ -113,7 +113,7 @@ Server identity and access credentials. Always the first section. | `hostname` | Name of the server | | `rcon_password` | Remote console password | | `sv_password` | Server password for private servers | -| `sv_contact` | Contact email for server admin | +| `sv_setsteamaccount` | Game server login token (include only for games that support it) | | `maxplayers` | Maximum number of players | ### 2. Security *(required)* @@ -264,7 +264,6 @@ server operators with real values: | `SERVERNAME` | Server hostname | | `ADMINPASSWORD` | RCON password | | `ADMINPASSWORD` | sv_password (if included) | -| `""` (empty string) | sv_contact (leave blank — operators fill in) | --- diff --git a/dod/server.cfg b/dod/server.cfg index 4ca8e4d..e57225f 100644 --- a/dod/server.cfg +++ b/dod/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Day of Defeat // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/dods/server.cfg b/dods/server.cfg index d85514e..d6829d1 100644 --- a/dods/server.cfg +++ b/dods/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Day of Defeat: Source // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ................................. Security ................................ // // sv_cheats - Allow cheats on server. diff --git a/doi/server.cfg b/doi/server.cfg index 9d6b203..3f3f096 100644 --- a/doi/server.cfg +++ b/doi/server.cfg @@ -1,8 +1,8 @@ -// ****************************************************************************** +// ***************************************************************************** // Day of Infamy // Config - server.cfg // Date - 06/12/2023 -// ****************************************************************************** +// ***************************************************************************** // ................................. Basic .................................. // @@ -15,8 +15,8 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// map - Start playing on specified map. -// map "bastogne stronghold" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // ................................ Security ................................ // @@ -91,6 +91,9 @@ doi_bot_quota 0 // .............................. Map Rotation .............................. // +// map - Start playing on specified map. +// map "bastogne stronghold" + // mapcyclefile - Name of the default .txt file used to cycle the maps on multiplayer servers. mapcyclefile "mapcycle.txt" diff --git a/dys/server.cfg b/dys/server.cfg index 382bdd2..28664d4 100644 --- a/dys/server.cfg +++ b/dys/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Dystopia // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,14 +15,14 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 -// ................................. Security ................................ // - // sv_pure - Show user data. sv_pure 2 diff --git a/em/server.cfg b/em/server.cfg index c5c3b1c..1542e49 100755 --- a/em/server.cfg +++ b/em/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Empires Mod // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ................................. Security ................................ // // sv_cheats - Allow cheats on server. @@ -127,11 +130,6 @@ sv_logfile 1 // sv_log_onefile - Log server information to only one file. sv_log_onefile 0 -// sv_contact - Contact email for server sysop. -//sv_lan 0 -//sv_region 0 -sv_contact "" - // tv_enable - Activates SourceTV on server. //vprof - this is for creating performance logs to find bottlenecks; it shouldn't be turned on diff --git a/fof/server.cfg b/fof/server.cfg index 50f615c..3c684b8 100644 --- a/fof/server.cfg +++ b/fof/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Fistful of Frags // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -12,21 +12,20 @@ hostname "SERVERNAME" // rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// maxplayers - Change the maximum number of players allowed on this server. -maxplayers 16 - // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" - -// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). -sv_lan 0 +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // sv_tags - Server tags. Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. sv_tags "" +// ................................. Security ................................ // + +// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). +sv_lan 0 + // ................................ Gameplay ................................ // // sv_cheats - Allow cheats on server. @@ -76,7 +75,9 @@ sv_voiceenable 1 sv_alltalk 0 // ............................. Fast Download .............................. // -// info: Used by servers with custom maps + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 diff --git a/gmod/server.cfg b/gmod/server.cfg index 99c386b..7d10728 100644 --- a/gmod/server.cfg +++ b/gmod/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Garry's Mod // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,20 +15,14 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ................................. Security ................................ // // sv_lan - Server is a lan server. ( no authentication, no non-class C addresses ) Use 'hide_server' cvar to hide the server from the server browser. sv_lan 0 -// sv_allowupload - Allow clients to upload customizations files. -sv_allowupload 0 - -// sv_allowdownload - Allow clients to download files. -sv_allowdownload 0 - -// sv_downloadurl - Location from which clients can download missing files. -sv_downloadurl "" - // sv_loadingurl - URL to show to clients while joining the server. Must start with http:// or https://. sv_loadingurl "" @@ -48,6 +42,17 @@ sv_voiceenable 1 // sv_alltalk - Players can hear all other players, no team restrictions. sv_alltalk 1 +// ............................. Fast Download .............................. // + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 + +// sv_allowdownload - Allow clients to download files. +sv_allowdownload 1 + +// sv_downloadurl - Location from which clients can download missing files. +sv_downloadurl "" + // .......................... Garry's Mod Settings .......................... // // sbox_bonemanip_misc - If enabled then manipulating the bones of other entities will be allowed diff --git a/hl2dm/server.cfg b/hl2dm/server.cfg index 7a562b0..ff72624 100644 --- a/hl2dm/server.cfg +++ b/hl2dm/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Half-Life 2 Deathmatch // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). diff --git a/hldm/server.cfg b/hldm/server.cfg index 82bf20f..c5fbc64 100644 --- a/hldm/server.cfg +++ b/hldm/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Half-Life Deathmatch // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/hldms/server.cfg b/hldms/server.cfg index a5d1cdb..4b765a3 100644 --- a/hldms/server.cfg +++ b/hldms/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Half-Life Deathmatch: Source // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). diff --git a/ins/server.cfg b/ins/server.cfg index 421b5e3..f77722d 100644 --- a/ins/server.cfg +++ b/ins/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Insurgency // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ............................... Map Rotation .............................. // // map - Start playing on specified map. @@ -119,7 +122,6 @@ mp_coop_min_bots 5 // mp_coop_max_bots - Maximum number of bots allowed on the server. mp_coop_max_bots 18 - // sv_allow_votes - Allow voting? sv_allow_votes 1 diff --git a/ios/server.cfg b/ios/server.cfg index 8e49a6d..9bdec86 100644 --- a/ios/server.cfg +++ b/ios/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // IOSoccer // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/jbep3/server.cfg b/jbep3/server.cfg index 81cf6e7..790a3c1 100644 --- a/jbep3/server.cfg +++ b/jbep3/server.cfg @@ -1,8 +1,8 @@ -// ****************************************************************************** +// ***************************************************************************** // Jabroni Brawl: Episode 3 // Config - server.cfg // Date - 27/04/2026 -// ****************************************************************************** +// ***************************************************************************** // ................................. Basic .................................. // @@ -12,6 +12,9 @@ hostname "SERVERNAME" // rcon_password - remote console password. rcon_password "ADMINPASSWORD" +// sv_password - Server password for entry into multiplayer games. +sv_password "" + // ............................. Server Logging ............................. // // log - Enables logging to file, console, and udp < on | off >. @@ -30,6 +33,12 @@ mp_mapcycle_empty_timeout_seconds 300 // ............................. Fast Download .............................. // +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 + +// sv_allowdownload - Allow clients to download files. +sv_allowdownload 1 + // sv_downloadurl - Location from which clients can download missing files. sv_downloadurl "" diff --git a/l4d/server.cfg b/l4d/server.cfg index 2c479a8..8872be0 100644 --- a/l4d/server.cfg +++ b/l4d/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Left 4 Dead // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/l4d2/server.cfg b/l4d2/server.cfg index 887d6d5..39b1359 100644 --- a/l4d2/server.cfg +++ b/l4d2/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Left 4 Dead 2 // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/mcv/server.cfg b/mcv/server.cfg index ddb4952..0d2106c 100644 --- a/mcv/server.cfg +++ b/mcv/server.cfg @@ -1,8 +1,8 @@ -// ****************************************************************************** +// ***************************************************************************** // Military Conflict: Vietnam // Config - server.cfg // Date - 24/04/2026 -// ****************************************************************************** +// ***************************************************************************** // ................................. Basic .................................. // @@ -15,8 +15,8 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // ................................ Security ................................ // diff --git a/nd/server.cfg b/nd/server.cfg index 312cf90..9a18b1e 100644 --- a/nd/server.cfg +++ b/nd/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Nuclear Dawn // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,21 +15,17 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" - -// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). -sv_lan 0 - -// sv_region - The region of the world to report this server in. -// -1=World, 0=US East, 1=US West, 2=South America, 3=Europe, 4=Asia, 5=Australia, 6=Middle East, 7=Africa -sv_region -1 +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // sv_tags - Server tags. Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. sv_tags "nucleardawn" // ................................. Security ................................ // +// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). +sv_lan 0 + // sv_rcon_banpenalty - Number of minutes to ban users who fail rcon authentication. sv_rcon_banpenalty 10 diff --git a/nmrih/server.cfg b/nmrih/server.cfg index 7160c3c..3e5c377 100644 --- a/nmrih/server.cfg +++ b/nmrih/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // No More Room in Hell // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,8 +15,8 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" // sv_tags - Server tags. Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. sv_tags "" @@ -55,7 +55,9 @@ sv_voiceenable 1 sv_alltalk 0 // ............................. Fast Download .............................. // -// info: Used by servers with custom maps + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 diff --git a/ns/server.cfg b/ns/server.cfg index 6a16e26..d26600c 100644 --- a/ns/server.cfg +++ b/ns/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Natural Selection // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,10 +15,6 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_region - The region of the world to report this server in. -// 0=US East, 1=US West, 2=South America, 3=Europe, 4=Asia, 5=Australia, 6=Middle East, 7=Africa -sv_region 0 - // ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). diff --git a/opfor/server.cfg b/opfor/server.cfg index eff6007..b1b6773 100644 --- a/opfor/server.cfg +++ b/opfor/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Half-Life: Opposing Force // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/pvkii/server.cfg b/pvkii/server.cfg index 5e4e511..c2115e9 100644 --- a/pvkii/server.cfg +++ b/pvkii/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Pirates, Vikings, and Knights II // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,8 +15,10 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 @@ -55,7 +57,9 @@ mp_friendlyfire 0 sv_tags "" // ............................. Fast Download .............................. // -// info: Allows custom maps to be downloaded to the client. + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 diff --git a/ricochet/server.cfg b/ricochet/server.cfg index 13c15a6..718313c 100644 --- a/ricochet/server.cfg +++ b/ricochet/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Ricochet // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/sfc/server.cfg b/sfc/server.cfg index f627ce2..0ee67be 100644 --- a/sfc/server.cfg +++ b/sfc/server.cfg @@ -1,13 +1,12 @@ -// **************************************************************************** +// ***************************************************************************** // SourceForts Classic // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // // hostname - Hostname for server. -// Be sure to edit phase_combat.cfg and phase_build.cfg hostname "SERVERNAME" // rcon_password - remote console password. @@ -16,8 +15,10 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 @@ -54,7 +55,9 @@ writeid writeip // ............................. Fast Download .............................. // -// info: Allows custom maps to be downloaded to the client. + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 diff --git a/sven/server.cfg b/sven/server.cfg index 6717b6a..79237a8 100644 --- a/sven/server.cfg +++ b/sven/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Sven Co-op // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/tf2/server.cfg b/tf2/server.cfg index e66196f..4649c3b 100644 --- a/tf2/server.cfg +++ b/tf2/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Team Fortress 2 // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,6 +15,9 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + // ............................. Server Logging ............................. // // log - Enables logging to file, console, and udp < on | off >. diff --git a/tf2c/server.cfg b/tf2c/server.cfg index 65f1abd..5234864 100644 --- a/tf2c/server.cfg +++ b/tf2c/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Team Fortress 2 Classified // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/tfc/server.cfg b/tfc/server.cfg index 99cd32f..b6ac263 100644 --- a/tfc/server.cfg +++ b/tfc/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Team Fortress Classic // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/ts/server.cfg b/ts/server.cfg index cd592d5..e3aa45e 100644 --- a/ts/server.cfg +++ b/ts/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // The Specialists // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/vs/server.cfg b/vs/server.cfg index ba51744..0b4fb59 100644 --- a/vs/server.cfg +++ b/vs/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Vampire Slayer // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // diff --git a/zmr/server.cfg b/zmr/server.cfg index e74dade..7c6534c 100644 --- a/zmr/server.cfg +++ b/zmr/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Zombie Master: Reborn // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,8 +15,10 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_setsteamaccount - Set game server account token to use for logging in to a persistent game server account. +sv_setsteamaccount "" + +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 @@ -52,7 +54,9 @@ mp_timelimit 0 mp_forcecamera 0 // ............................. Fast Download .............................. // -// info: Allows custom maps to be downloaded to the client. + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 diff --git a/zps/server.cfg b/zps/server.cfg index c17f22e..5b774a2 100644 --- a/zps/server.cfg +++ b/zps/server.cfg @@ -1,8 +1,8 @@ -// **************************************************************************** +// ***************************************************************************** // Zombie Panic! Source // Config - server.cfg // Date - 26/04/2026 -// **************************************************************************** +// ***************************************************************************** // .................................. Basic ................................. // @@ -15,15 +15,14 @@ rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" -// sv_contact - Contact email for server sysop. -sv_contact "" +// sv_tags - Server tags. Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. +sv_tags "" + +// ................................. Security ................................ // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 -// sv_tags - Server tags. Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. -sv_tags "" - // ................................ Gameplay ................................ // // sv_cheats - Allow cheats on server. @@ -49,7 +48,9 @@ sv_voiceenable 1 sv_alltalk 0 // ............................. Fast Download .............................. // -// info: Used by servers with custom maps + +// sv_allowupload - Allow clients to upload customizations files. +sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1