Browse Source

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)
source-config-standards-trial
Daniel Gibbs 1 month ago
committed by GitHub
parent
commit
6d80bf6e60
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 18
      cs/server.cfg
  2. 18
      cscz/server.cfg
  3. 18
      dod/server.cfg
  4. 18
      hldm/server.cfg
  5. 18
      ns/server.cfg
  6. 18
      opfor/server.cfg
  7. 18
      tfc/server.cfg

18
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 ................................ //

18
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 ................................ //

18
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 ................................ //

18
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 ................................ //

18
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 ....................... //

18
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 ................................ //

18
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 ................................ //

Loading…
Cancel
Save