-
sv_downloadurl Help
I have a dedicated linux server with cpanel using cPGS. I'm trying to set a sv_downloadurl "http://www.some-site.net/cstrike/" and the files needed for downloads are in the same format as the http server's
However, this isn't working for some reason? The files are there but the css server won't grab them... Any help would be appretiated (this is including mdl files)
Update - -
I fixed the issue, I checked the logs and the server would check for the file in a bzip format... So, I had to convert all the files that are required for downloading into a bzip format...
Last edited by Silentsin; 06-12-2008 at 04:15 PM.
-
Interesting.. thanks for replying back with the solution, I think a few people have been asking that in the past and then floated away
-
so what did you do with the files? You used SSH to bzip them or what exactly?
-
There's actually a bzip compress program for windows... I think using ssh to bzip every single file would be a little ... tedious to say the least.
http://www.fpsbanana.com/tuts/6093
Last edited by Silentsin; 06-15-2008 at 06:16 AM.
-
I use one command on ssh. If i can find it i will post back and let you know. I must check my logs:
bzip2 -k /home/{account}/folder/folder/folder/maps/*.bsp
bzip2 -k /home/{account}/folder/folder/folder/sound/*.mp3
bzip2 -k /home/{account}/folder/folder/folder/sound/*.wav
And so on.
I hope this helps you.
Thanks Ant