Hi i'm hoping someone here can help me with this.
I have the following settings in my server.cfg:
// Allow downloads from the server
//set sv_allowdownload 1
set sv_wwwDownload 1
// Base URL for http downloads
sets sv_wwwBaseURL "http://downloads.mercenariesguild.net"
sets sv_dlURL "http://downloads.mercenariesguild.net"
But when a client that doesnt have vms-gppr2078.pk3 connects, it tries to get the file from
http://downloads.mercenariesguild.net/base/data-gppr2078.pk3 instead of
http://downloads.mercenariesguild.net/gpp/data-gppr2078.pk3 which naturally gives u a HTTP 404 error.
Now for some information about what I am doing:
I compiled this tremded myself from
svn checkout -r 2078 svn://svn.icculus.org/tremulous/branches/gpp
The command I am using to run the server is:
tremded.x86 +set fs_basepath /home/alidrus/Tremulous/gpp1_src_code/build/release-linux-x86/base +set fs_homepath /home/alidrus/Tremulous/gpp1_src_code/build/release-linux-x86 +set dedicated 2 +set net_port 9646 +exec server.cfg
I also have vms-gppr2078.pk3 and data-gppr2078.pk3 in /home/alidrus/Tremulous/gpp1_src_code/build/release-linux-x86/base.
Other than this, the server is running fine. I can connect from my client if I manually copy vms-gppr2078.pk3 into the correct directory, but just cant get the auto download running properly.
Someone please help. Thanks!