Browse Source

Merge pull request #81 from Frisasky/bms

Add fastdl settings for ZMR
pull/89/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
53425c22c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      ZombieMasterReborn/server.cfg

15
ZombieMasterReborn/server.cfg

@ -65,6 +65,21 @@ writeid
// Write IP - Save the ban list to banned_ip.cfg.
writeip
// ............................. Fast Download .............................. //
// info: Allows custom maps to be downloaded to the client.
// Allows clients to download custom maps and textures etc. from the server at 20 kbps.
// Default: sv_allowdownload 1
sv_allowdownload 1
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
// Example:
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// sv_downloadurl "http://example.com/custom"
// Default: sv_downloadurl ""
sv_downloadurl ""
// ........................ Zombie Master: Reborn Settings ...................... //
// How many seconds after the round start can players still spawn as a survivor. (late-joining)

Loading…
Cancel
Save