Browse Source

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.
pull/148/head
Daniel Gibbs 1 month ago
parent
commit
d836c6a1f1
  1. 12
      mcv/server.cfg

12
mcv/server.cfg

@ -54,6 +54,18 @@ sv_log_onefile 0
// sv_hibernate_when_empty - Hibernate when no clients connected. // sv_hibernate_when_empty - Hibernate when no clients connected.
sv_hibernate_when_empty 1 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 ................................ // // ................................ Server Query ................................ //
host_name_store 1 host_name_store 1

Loading…
Cancel
Save