From d836c6a1f105b17c46e954774688ac83e3cfe89b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 24 Apr 2026 18:54:24 +0000 Subject: [PATCH] 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. --- mcv/server.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mcv/server.cfg b/mcv/server.cfg index d1d2672..0788387 100644 --- a/mcv/server.cfg +++ b/mcv/server.cfg @@ -54,6 +54,18 @@ sv_log_onefile 0 // sv_hibernate_when_empty - Hibernate when no clients connected. sv_hibernate_when_empty 1 +// sv_hibernate_zombie_mode - Spawn bots when server is empty to keep it active in server browser. +// Note: this is unique to Military Conflict: Vietnam and is enabled by default. +// Set to 0 to disable bot fill when empty. +// sv_hibernate_zombie_mode 1 + +// ................................ Map Rotation ................................ // + +// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers. +// Create a mapcycle.txt in the vietnam/ folder, one map name per line. +// Example: mcv_siege +mapcyclefile "mapcycle.txt" + // ................................ Server Query ................................ // host_name_store 1