* 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.
Applied 351 description fixes across 38 files. All cvar comment
descriptions now match the canonical text from:
https://github.com/dgibbs64/Valve-Server-cvarlist
No structural changes — section dividers, cvar values, and CRLF
line endings are all preserved.
* feat(mcv): add Military Conflict: Vietnam server config
Add server.cfg for Military Conflict: Vietnam (appid 1136190).
Source engine game using CS:GO-style parameters.
* fix(mcv): add mapcyclefile and document sv_hibernate_zombie_mode
Add mapcyclefile setting (confirmed by community - works like CS:GO).
Document sv_hibernate_zombie_mode which is unique to MCV - spawns bots
when server is empty to keep it active in the server browser.