Posts: 7
Threads: 1
Joined: Oct 2012
Reputation:
0
Hi, I was wondering if you guys could help me out. Basically I have a GMod game server. I'm using hostgator's webserver as the FastDL but only recently I discovered that when me or any other clients connect, there are some files that are not downloaded. For example, if I have a certain model composed of 7 model files, only 5 of them are downloaded. And this happens to a few models.
But then I tried using my own dropbox as a webserver instead, and voila, it all downloaded perfectly. But I still want to actually host my sv_downloadurl on my website. I've tried changing sv_allowdownload between 0 and 1, but it makes no difference.
Could it have something to do with file permissions or what? Thanks for reading.
Posts: 17
Threads: 1
Joined: May 2010
Reputation:
0
Basically I think that there is a bug in your website that prevents some files from being downloaded. But I have really no idea...
Don't say you doesn't have enough time. Just do it!
Posts: 737
Threads: 26
Joined: Jan 2009
Reputation:
6
What if you try and download them via your browser?
Posts: 7
Threads: 1
Joined: Oct 2012
Reputation:
0
It works perfectly fine when I try to download them from my browser, just not from the game server.
Posts: 103
Threads: 3
Joined: Apr 2012
Reputation:
2
10-09-2012, 12:54 PM
(This post was last modified: 10-09-2012, 12:55 PM by koz.)
Could you please paste the contents of your server.cfg and link us to your fast download. If you have a problem posting it publicly then you can PM it to me and I'll look into the issue. I've had similar problems and I might be able to help you with a fix.
Posts: 7
Threads: 1
Joined: Oct 2012
Reputation:
0
"hostname" "shi"
"net_maxfilesize" "128"
"rcon_password" "*****"
//"sv_password" "no"
"sv_region" "3" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0"
"sv_downloadurl" "http://walknotrun.com/garrysmod/"
"sbox_noclip" "0"
"sbox_godmode" "0"
"sbox_plpldamage" "0"
"sv_scriptenforcer" "1"
"sv_allowupload" "0"
"sv_allowdownload" "1"
"sv_voiceenable" "0"
"lua_log_sv" "0"
Posts: 103
Threads: 3
Joined: Apr 2012
Reputation:
2
A friend of mine recently had a problem with this. Since Linux doesn't like capitals you should try making all the files have lowercase names. You want to do this for server side and fast download.