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.
This document served its purpose in guiding the ongoing standardization effort for various game server configurations. Its principles are now being applied directly to the configs.
* 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.