Once again i need your help


(soulfreaq) #1

set sv_maxRate “13000”
set sv_dl_maxRate “42000”
set sv_allowDownload “1”
set sv_wwwDownload “0”
set sv_wwwBaseURL “”
set sv_wwwDlDisconnected “0”
set sv_wwwFallbackURL “”

i think this is where i got the problem…
problem is that when a player connects and he needs to download a map. the download speed is like 10kb/sec…

i think i saw somthing like this

set sv_wwwBaseURL “http://maps.killercreationblahblah

pretty much what i want is players to be able to download maps faster than 10kb/sec

Thanks alot for your help!


(Cambodunum) #2

… you need a webserver for that
… maybe there are some freehosts around


(soulfreaq) #3

So all i need to make this work is a adress to put in [set sv_wwwBaseURL “HERE”]

non of this other stuff need to be changed?

set sv_maxRate “13000”
set sv_dl_maxRate “42000”
set sv_allowDownload “1”
set sv_wwwDownload “0”
set sv_wwwBaseURL “”
set sv_wwwDlDisconnected “0”
set sv_wwwFallbackURL “”


(Cambodunum) #4

yup you just need a host/webserver … upload your maps/pk3’s onto it (maps > etmain | other pk3’s > modfolder) … and redirect to it

i recommend you to use these settings:

set sv_maxRate “25000”
set sv_dl_maxRate “42000”
set sv_allowDownload “1”
set sv_wwwDownload “1”
set sv_wwwBaseURL “http://yourwebserver
set sv_wwwDlDisconnected “1”
set sv_wwwFallbackURL “”


(BlackEight) #5

So you say that in this download space should be 2 folders…modfolder(noquarter in my case) and etmain??
Ive got a kinda of a problem…i dont have download space for now so all users have to download stuff directly from server. But what if they cant even download stuff from server? I mean,when they connect they are not dropped into download mod…despite the fact in console they get message like Packs needed: test.pk3:(


(twt_thunder) #6

pm me and i’ll help you out