Daniel Gibbs
6d80bf6e60
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)
1 month ago
Daniel Gibbs
8d5ac75680
Apply config standard to all 41 Source/GoldSrc engine server configs
- Fix section divider names to standard set (Basic, Security, Server Logging,
Communication, Gameplay, Map Rotation, Fast Download, Ban List, Startup Commands,
plus game-specific *Settings sections)
- Convert all cvar comments to single-line '// cvarname - Description.' format
- Remove Default:/Recommended: sub-comment lines
- Fix section ordering (Basic -> Security -> Server Logging -> Communication ->
Gameplay -> Map Rotation -> Fast Download -> Ban List -> Startup Commands)
- Add comments to bare/uncommented cvars
- Add docs/config-standards.md defining the approved standard
Files modified: ahl, ahl2, aoc, bb, bd, bs, cs, cs2, cscz, csgo, dmc, dod,
dods, dys, em, fof, gmod, hldm, ins, ios, nd, nmrih, ns, opfor, pvkii,
ricochet, sfc, sven, tf2, tf2c, tfc, ts, vs, zmr, zps (35 configs)
1 month ago