eddie122543 / reign-of-the-undead

Automatically exported from code.google.com/p/reign-of-the-undead
0 stars 0 forks source link

Download section of config is wrong #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi guys,

Just a heads up, the download configuration section in server.cfg is wrong. It 
should be this:

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwDlDisconnected "0"
seta sv_wwwBaseURL "http://domain.com/cod4"

The config included in the download is set to "set" not "seta", Just been 
ripping my hair out about this lol, so thought I'd share! Also, don't set 1 on 
"wwwDlDisconnected" as when a client downloads the requested file, it 
disconnects them.

Cheers guys!
Ash

Original issue reported on code.google.com by Ash.Scot...@gmail.com on 9 Dec 2014 at 6:31