; Tactical Shooter — Map Registry Configuration Extension ; ; Add this section to your server_config.cfg to enable automatic ; map downloading from the registry server. ; ; The MapDownloader Godot singleton reads these values at startup. ; Environment override: MAP_REGISTRY_URL (takes precedence over cfg value) ; ; [map_registry] ; enabled — When true, the server fetches map list on start ; url — URL of the map registry server (HTTP/HTTPS) ; auto_download_all — Download ALL registry maps, not just rotation ones ; max_cache_mb — Soft limit on local cache size (0 = unlimited) ; verify_checksums — Verify SHA-256 on downloaded .pck files before loading [map_registry] enabled=false url="http://127.0.0.1:8090" auto_download_all=false max_cache_mb=500 verify_checksums=true