Tremulous Forum
Community => Servers => Topic started by: twilight on April 15, 2007, 08:30:51 pm
-
I've turned on auto downloads from my server by adding these lines to my server.cfg:
set sv_allowDownload 1
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://www.mercenariesguild.net"
sets sv_dlURL "http://www.mercenariesguild.net"
yet everyone seems to download at like 3kb/s. Is this normal?
-
I've turned on auto downloads from my server by adding these lines to my server.cfg:
set sv_allowDownload 1
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://www.mercenariesguild.net"
sets sv_dlURL "http://www.mercenariesguild.net"
yet everyone seems to download at like 3kb/s. Is this normal?
you need tjw's backport client for http downloads.
-
I have the backport client
-
am I supposed to set "set sv_allowDownload" to 0? 'Cause I've tried that and it just turns off downloading altogether...I wanna be able to have people download online instead of from my server
-
There will always be some people who download from your server, at least until 1.2 comes out :)
If the client doesn't have tjw's build, they will download from the server. Also, some linux client installs (like Ubuntu) with trem require additional steps for it to work.
If you can, open the console when it tries to connect and fails (the client that is). If you scroll up, way way way up in the console, you will find where the server is telling the client to get it from online and after that you will see the error that causes your client to download it from the server. Or, you could try it, cancel out of the map download with esc, open the console and run:
condump http.error
which will dump the console to a logfile that you can open with notepad. Not sure where it puts it though, search for it though and you'll find it. :)
-
Um, you are actually using a tremded and qvm that supports wwwdownloads in the first place, right? This doesn't work at all with stock 1.1 servers.
-
Um, you are actually using a tremded and qvm that supports wwwdownloads in the first place, right? This doesn't work at all with stock 1.1 servers.
actually, the only server change that came with that patch was creating a cvar sv_wwwbaseurl, and marking it CVAR_SERVERINFO, you can accomplish the same thing with an ancient binary and sets sv_wwwbaseurl "url.to.maps.com"
in your server.cfg
-
actually, the only server change that came with that patch was creating a cvar sv_wwwbaseurl, and marking it CVAR_SERVERINFO, you can accomplish the same thing with an ancient binary and sets sv_wwwbaseurl "url.to.maps.com"
in your server.cfg
Actually, sv_wwwBaseURL is CVAR_SYSTEMINFO, so that won't do any good. That will, however, work with sv_dlURL instead (for the people with svn clients).
-
wait do ppl connecting to the server have to have the lines:
set sv_allowDownload 1
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://www.mercenariesguild.net"
sets sv_dlURL "http://www.mercenariesguild.net"
in their autogen.cfg?
-
wait do ppl connecting to the server have to have the lines:
set sv_allowDownload 1
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://www.mercenariesguild.net"
sets sv_dlURL "http://www.mercenariesguild.net"
in their autogen.cfg?
Simple question: Can you at least guess what the sv_ prefix means?
-
I've turned on auto downloads from my server by adding these lines to my server.cfg:
set sv_allowDownload 1
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://www.mercenariesguild.net"
sets sv_dlURL "http://www.mercenariesguild.net"
yet everyone seems to download at like 3kb/s. Is this normal?
YES IT IS normal... running the game will take up a lot of ur pc's ram
thus u download slower due to ur pc not ur internet
-
(..)
yet everyone seems to download at like 3kb/s. Is this normal?
YES IT IS normal... running the game will take up a lot of ur pc's ram
thus u download slower due to ur pc not ur internet
Yea it prolly will if you got 128mb ram.
With proper machine HTTP downloads will work as fast as your line downloads or as fast as server can upload data, depends witch one is faster/busier.
Normal Q3 downloads (those ones that don't use cURL) are downloaded on a speed controlled by sv_maxrate instead
-
wait do ppl connecting to the server have to have the lines:
set sv_allowDownload 1
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://www.mercenariesguild.net"
sets sv_dlURL "http://www.mercenariesguild.net"
in their autogen.cfg?
No, this needs to go in server.cfg
Is the server you are trying this out on running? Maybe some of us more helpful people ;) can connect and troubleshoot from there.