PDA

View Full Version : Allow Downloads Questions


Rezner
12-11-2003, 03:41 PM
Im attempting to allow auto download for my server.

Ive read up on the subject and found alot of info.

About the client sides requirements, seta cl_allowDownload "1"

Does this line go in my server side cfg or the clients cfg

I mean, if it needs to be in the client side cfg how is the client to know he needs to put in this line in order to allow downloads?

same with the transfer speed, seta rate "25000" (that goes in the config_mp.cfg)

Server side or Client side?

Then we get to the redirect downloads
does this actually work with CoD?

seta sv_wwwFallbackURL "" //if BaseURL site is down use this site instead
seta sv_wwwDlDisconnected "0" //not sure.
seta sv_wwwBaseURL "" //site location.
seta sv_wwwDownload "1" //allow downloads
seta sv_dl_maxRate "42000" //max download speed

Someone need to make a sample cfg file for those trying to accomplish this

Tighten
12-11-2003, 06:54 PM
I believe client side config by default allows downloads. Setting your DL rate in your client side won't do anything unless you want to set it lower then what the server allows (not much sense to do that).

You can set your DL speed for the server to whatever you want - 42000 = 12kb speed approx.

seta sv_allowDownload "1"
seta sv_floodProtect "0"
seta sv_timeout "300"
seta sv_reconnectlimit "3"
seta sv_allowAnonymous "0"

Throw that in your server.cfg and you will allow DL's from your game server.