SRCDS Steam group


Can't get my fastdownload to work
#1
Question 
Solved for some reason fastdl is directing to /fastdl/tf2/orangebox/tf/maps/maps so just made another maps folder and it worked fine

I can see its a common problem answered here but I really cannot see why my fastdl isn't working

I'm running centos 5.7 and using apache for the webserver on the same box as my tf2 server

I have my fastdl directed to

http://websiteurl.co.uk/content/gameservers/fastdl/tf2/orangebox/tf

My server is saying

missing map maps/ctf_convoy_v2.bsp

I have the map bziped

And it should be downloading from here

http://websiteurl.co.uk/content/gameservers/fastdl/tf2/orangebox/tf/maps/ctf_convoy_v2.bsp.bz2

I have this in my cfg

sv_downloadurl "http://websiteurl.co.uk/content/gameservers/fastdl/tf2/orangebox/tf/"
sv_allowupload 1
sv_allowdownload 1
net_maxfilesize 99


Reply
#2
Anyone?
Reply
#3
Try and remove the final /

And if it still fails try and download wireshark and look on the http requests you are sending.
Reply
#4
(01-30-2012, 11:36 PM)Nisd Wrote:  Try and remove the final /

And if it still fails try and download wireshark and look on the http requests you are sending.
+1
Remove the trailing slash... I made that mistake too Smile
Reply
#5
(01-30-2012, 11:36 PM)Nisd Wrote:  Try and remove the final /

And if it still fails try and download wireshark and look on the http requests you are sending.


Removed the / and still didn't work used wireshark and found out it was going to


/fastdl/tf2/orangebox/tf/maps/maps

SO made another folder and put the map in the folder and my fastdl is working thanks for informing me about wireshark Smile
Reply
#6
That is strange....... Oh well happy it works for you Smile
Reply
#7
i ran into the same issue, heres what i did to fix the issue and now it works.

What most tutorials dont show you is that the sounds folder also needs to be in the cstrike Dir on your web server side.

By default the maps are in cstrike/maps/
By default the sounds are in cstrike/sounds/

1: So on your web server side make sure you keep the same Dir Structure
cstrike/maps
cstrike/sounds

2: in your server config make sure the sv_downloadurl line reads:
sv_downloadurl "http://www.yoursite.com/cstrike"
sv_allowdownload "1"
sv_allowupload "1"

That should do it. Also remember to set permissions to your folder on web site so people can read, write, execute (0777)
Reply
#8
Did that work?
Reply
#9
(02-04-2012, 08:47 AM)Nolph Wrote:  Did that work?

already solved check the first post
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)