From 6d80bf6e60bf9a1a2fc0e3fbce0c215c131494df Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 28 Apr 2026 00:02:51 +0000 Subject: [PATCH] Fix GoldSrc cvar descriptions using Source engine canonical text GoldSrc cvarlists contain no description text, so Source engine equivalents are used as fallbacks (css, dods, hl2dm, tf2) per the Valve-Server-cvarlist repository. 63 fixes across 7 files: - cs, cscz, dod, hldm, opfor, tfc: 9 fixes each (hostname, rcon_password, sv_password, sv_cheats, log, sv_logecho, sv_logfile, sv_log_onefile, mp_timelimit) - ns: 9 fixes (hostname, rcon_password, sv_password, sv_cheats, mp_limitteams, mp_timelimit, mp_logdetail, violence_hgibs, violence_agibs) --- cs/server.cfg | 18 +++++++++--------- cscz/server.cfg | 18 +++++++++--------- dod/server.cfg | 18 +++++++++--------- hldm/server.cfg | 18 +++++++++--------- ns/server.cfg | 18 +++++++++--------- opfor/server.cfg | 18 +++++++++--------- tfc/server.cfg | 18 +++++++++--------- 7 files changed, 63 insertions(+), 63 deletions(-) diff --git a/cs/server.cfg b/cs/server.cfg index dd6aac5..fb08edf 100644 --- a/cs/server.cfg +++ b/cs/server.cfg @@ -6,35 +6,35 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // ................................. Security ................................ // -// sv_cheats - Allow cheat commands. +// sv_cheats - Allow cheats on server. sv_cheats 0 // ............................. Server Logging ............................. // -// log - Enable server log output. +// log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 -// sv_logecho - Display log information in server console. +// sv_logecho - Echo log information to the console. sv_logecho 1 -// sv_logfile - Write server log information to file. +// sv_logfile - Log server information in the log file. sv_logfile 1 -// sv_log_onefile - Use a single rolling log file. +// sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // ................................ Gameplay ................................ // @@ -48,7 +48,7 @@ pausable 0 // sv_maxspeed - Maximum client movement speed. sv_maxspeed 320 -// mp_timelimit - Round time limit in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 20 // ................................ Ban List ................................ // diff --git a/cscz/server.cfg b/cscz/server.cfg index d604752..ab1aa85 100644 --- a/cscz/server.cfg +++ b/cscz/server.cfg @@ -6,35 +6,35 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // ................................. Security ................................ // -// sv_cheats - Allow cheat commands. +// sv_cheats - Allow cheats on server. sv_cheats 0 // ............................. Server Logging ............................. // -// log - Enable server log output. +// log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 -// sv_logecho - Display log information in server console. +// sv_logecho - Echo log information to the console. sv_logecho 1 -// sv_logfile - Write server log information to file. +// sv_logfile - Log server information in the log file. sv_logfile 1 -// sv_log_onefile - Use a single rolling log file. +// sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // ................................ Gameplay ................................ // @@ -48,7 +48,7 @@ pausable 0 // sv_maxspeed - Maximum client movement speed. sv_maxspeed 320 -// mp_timelimit - Round time limit in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 20 // ................................ Ban List ................................ // diff --git a/dod/server.cfg b/dod/server.cfg index 6f10239..4ca8e4d 100644 --- a/dod/server.cfg +++ b/dod/server.cfg @@ -6,35 +6,35 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // ................................. Security ................................ // -// sv_cheats - Allow cheat commands. +// sv_cheats - Allow cheats on server. sv_cheats 0 // ............................. Server Logging ............................. // -// log - Enable server log output. +// log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 -// sv_logecho - Display log information in server console. +// sv_logecho - Echo log information to the console. sv_logecho 1 -// sv_logfile - Write server log information to file. +// sv_logfile - Log server information in the log file. sv_logfile 1 -// sv_log_onefile - Use a single rolling log file. +// sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // ................................ Gameplay ................................ // @@ -48,7 +48,7 @@ pausable 0 // sv_maxspeed - Maximum client movement speed. sv_maxspeed 320 -// mp_timelimit - Round time limit in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 20 // ................................ Ban List ................................ // diff --git a/hldm/server.cfg b/hldm/server.cfg index 176a8df..82bf20f 100644 --- a/hldm/server.cfg +++ b/hldm/server.cfg @@ -6,35 +6,35 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // ................................. Security ................................ // -// sv_cheats - Allow cheat commands. +// sv_cheats - Allow cheats on server. sv_cheats 0 // ............................. Server Logging ............................. // -// log - Enable server log output. +// log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 -// sv_logecho - Display log information in server console. +// sv_logecho - Echo log information to the console. sv_logecho 1 -// sv_logfile - Write server log information to file. +// sv_logfile - Log server information in the log file. sv_logfile 1 -// sv_log_onefile - Use a single rolling log file. +// sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // ................................ Gameplay ................................ // @@ -48,7 +48,7 @@ pausable 0 // sv_maxspeed - Maximum client movement speed. sv_maxspeed 320 -// mp_timelimit - Round time limit in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 20 // ................................ Ban List ................................ // diff --git a/ns/server.cfg b/ns/server.cfg index d729d4a..6a16e26 100644 --- a/ns/server.cfg +++ b/ns/server.cfg @@ -6,13 +6,13 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // sv_region - The region of the world to report this server in. @@ -35,7 +35,7 @@ pausable 0 // mp_autoconcede - Autoconcede setting. mp_autoconcede 4 -// mp_limitteams - Maximum number of players one team can have over the other. +// mp_limitteams - Max # of players 1 team can have over another (0 disables check). mp_limitteams 1 // mp_combattime - Combat mode round time. @@ -77,7 +77,7 @@ mp_countdowntime .2 // mp_latejointime - Late join time in seconds. mp_latejointime 1.5 -// mp_logdetail - Level of detail in server logs. +// mp_logdetail - Logs attacks. Values are: 0=off, 1=enemy, 2=teammate, 3=both). mp_logdetail 0 // mp_falldamage - Enable fall damage. @@ -95,10 +95,10 @@ mp_footsteps 1 // sv_aim - Enable autoaim assistance. sv_aim 0 -// violence_hgibs - Enable human gibs. +// violence_hgibs - Show human gib entities. violence_hgibs 0 -// violence_agibs - Enable alien gibs. +// violence_agibs - Show alien gib entities. violence_agibs 0 // sv_clienttrace - Player collision trace size. @@ -110,7 +110,7 @@ mp_tournamentmode 0 // mp_friendlyfire - Allows team members to injure other members of their team. mp_friendlyfire 0 -// sv_cheats - Allow cheats on the server. +// sv_cheats - Allow cheats on server. sv_cheats 0 // mp_drawdamage - Draw damage dealt to entities. @@ -122,7 +122,7 @@ mp_team1damagepercent 100 // mp_team2damagepercent - Damage multiplier for team 2. 0-100. mp_team2damagepercent 100 -// mp_timelimit - Game time per map in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 60 // ....................... Natural Selection Settings ....................... // diff --git a/opfor/server.cfg b/opfor/server.cfg index 03a96c7..eff6007 100644 --- a/opfor/server.cfg +++ b/opfor/server.cfg @@ -6,35 +6,35 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // ................................. Security ................................ // -// sv_cheats - Allow cheat commands. +// sv_cheats - Allow cheats on server. sv_cheats 0 // ............................. Server Logging ............................. // -// log - Enable server log output. +// log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 -// sv_logecho - Display log information in server console. +// sv_logecho - Echo log information to the console. sv_logecho 1 -// sv_logfile - Write server log information to file. +// sv_logfile - Log server information in the log file. sv_logfile 1 -// sv_log_onefile - Use a single rolling log file. +// sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // ................................ Gameplay ................................ // @@ -48,7 +48,7 @@ pausable 0 // sv_maxspeed - Maximum client movement speed. sv_maxspeed 320 -// mp_timelimit - Round time limit in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 20 // ................................ Ban List ................................ // diff --git a/tfc/server.cfg b/tfc/server.cfg index fe7fcb1..99cd32f 100644 --- a/tfc/server.cfg +++ b/tfc/server.cfg @@ -6,35 +6,35 @@ // .................................. Basic ................................. // -// hostname - Name of the server. +// hostname - Hostname for server. hostname "SERVERNAME" -// rcon_password - Remote console password. +// rcon_password - remote console password. rcon_password "ADMINPASSWORD" -// sv_password - Server password for private servers. +// sv_password - Server password for entry into multiplayer games. sv_password "" // ................................. Security ................................ // -// sv_cheats - Allow cheat commands. +// sv_cheats - Allow cheats on server. sv_cheats 0 // ............................. Server Logging ............................. // -// log - Enable server log output. +// log - Enables logging to file, console, and udp < on | off >. log on // sv_logbans - Log server bans in the server logs. sv_logbans 1 -// sv_logecho - Display log information in server console. +// sv_logecho - Echo log information to the console. sv_logecho 1 -// sv_logfile - Write server log information to file. +// sv_logfile - Log server information in the log file. sv_logfile 1 -// sv_log_onefile - Use a single rolling log file. +// sv_log_onefile - Log server information to only one file. sv_log_onefile 0 // ................................ Gameplay ................................ // @@ -48,7 +48,7 @@ pausable 0 // sv_maxspeed - Maximum client movement speed. sv_maxspeed 320 -// mp_timelimit - Round time limit in minutes. +// mp_timelimit - game time per map in minutes. mp_timelimit 20 // ................................ Ban List ................................ //