Ahai.
So, for the past few days a friend and I have trawled through every piece of relevant information on the internet to get to the root of this issue.
I want to host a server that can issue custom files. I've gone exhausted absolutely every excuse I can think of for this not behaving as expected. I've managed to get the server to issue blank files: the names of the files are correct, but as I'm sure you've read elsewhere here, they're 0KB in size in the dlcache. Loading in thereafter of course leads to black maps.
I've tried using (either one of these or several, one for each .pk3 file);
And when the link would work, it seems that clients only retrieve a blank copy of the files they are pointed to. If it wouldn't I suppose they just don't receive anything.
I've of course also tried using the curl_urls.txt set-up, only it gives the same results - blank files.
I've tried a multitude of different serving options, finally heading back to my HFS server in the hopes that I could ensure I was giving the server the use of absolute direct-download links. Still, blank files.
So, for the past few days a friend and I have trawled through every piece of relevant information on the internet to get to the root of this issue.
I want to host a server that can issue custom files. I've gone exhausted absolutely every excuse I can think of for this not behaving as expected. I've managed to get the server to issue blank files: the names of the files are correct, but as I'm sure you've read elsewhere here, they're 0KB in size in the dlcache. Loading in thereafter of course leads to black maps.
I've tried using (either one of these or several, one for each .pk3 file);
Code:
sv_curl_defaulturl #####
And when the link would work, it seems that clients only retrieve a blank copy of the files they are pointed to. If it wouldn't I suppose they just don't receive anything.
I've of course also tried using the curl_urls.txt set-up, only it gives the same results - blank files.
I've tried a multitude of different serving options, finally heading back to my HFS server in the hopes that I could ensure I was giving the server the use of absolute direct-download links. Still, blank files.
- I've tried every port known to mankind. It's not a firewall issue. My friend, a couple of others and myself can manually use the links in a browser to retrieve the files that way.
- Both mine and my friend's clients are using stock settings, which do allow the downloading of content from other servers in the master list. It's just my server that is misbehaving.
- The server works, otherwise, and it has been used by a good few people across the world with completely different set-ups.
- Occasionally, the downloading bar in the loadscreen to the server lingers long enough to read it; it will either flash and disappear, or it will show what files it is trying to get, but will be a full bar with question marks instead of download speeds.
- I know the mapdownload.txt file mentions one other option, but I've no intention of coding just to get over this, nor do I have much confidence that it would work, anyway.