Skip to content

Instantly share code, notes, and snippets.

@Commifreak
Last active March 21, 2020 15:56
Show Gist options
  • Save Commifreak/139dc6537814fe8ac622ba246b5078cc to your computer and use it in GitHub Desktop.
Save Commifreak/139dc6537814fe8ac622ba246b5078cc to your computer and use it in GitHub Desktop.
SRCDS / Half-Life 2 Deathmatch Dedicated Server configuration files: server.cfg with remote map download
dm_brb
dm_trop
dm_bridge_b2
dm_crossfire_final
dm_drift
dm_rockvalley
// Connection password, leave blank for none
sv_password "password"
// 20 Minutes on map before stopping and showing statistics
mp_timelimit 20
// Should be 1
sv_allowdownload 1
// Also 1..
sv_allowupload 1
// This is a bit tricky. I assume it must http and no https, not tried
// TRAILING slash IS needed!
// On server, the directory contains the maps/ folder with all maps. DO NOT enter /maps here!
// srcds automatically searches under /maps on server!
//
// I also recommend bzip2 everything, srcds tries that automatically
sv_downloadurl "http://myserver.tld/"
// Max filesize allowable for download.
net_maxfilesize 200
// mapcycle file
mapcyclefile mapcycle.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment