SRCDS Steam group


Fast DL problem
#1
Hi
We have a CS:S server running the latest version of orangebox, with sourcemod, mani admin, metamod, stripper:source, hlstatsx:ce and eventscripts.
We have succesfully uploaded bz2-compressed version of all sound, materials, models, maps etc. to our sourcebans site on zwipe.net.
We have added sv_downloadurl "http://down-south.sbans.net/cstrike/" in server.cfg
But the problem is that clients can't download maps from the fast DL, they still download from the gameserver.
We have tried solving this problem by setting sv_allowdownload 0, and also tried to remove sv_allowdownload from server.cfg, and we have also restarted the server and hlstats daemon.
It's the same problem on both our DeathMatch, as well as our GunGame 5.1 server, which have the same config of fast DL

Server specs:
OS: Windows WebServer 2008 R2 x64 SP1
CPU: AMD Athlon 64 X2 2.00GHz Dual-Core
RAM: 4GB DDR2
HDD: Seagate 5400rpm 160GB SATA
Internet Connection: 15/15Mbit. Server is connected through Wi-Fi to a NETGEAR WGR614v6, with portforwarding and static TCP/IP.
HLDS start command:
DeathMatch "C:\Program Files (x86)\Valve\HLServer\CSS\orangebox\srcds.exe" -console -secure -game cstrike +map hoejhus9 +maxplayers 20 -ip 192.168.1.8 +port 27015
GunGame: "C:\Program Files (x86)\Valve\HLServer\CSS_GG\orangebox\srcds.exe" -console -secure -game cstrike +map gg_DERM +maxplayers 20 -ip 192.168.1.8 +port 27014

If any more information needed, please tell me and I will post them as fast as possible.

Thanks in advance
Reply
#2
maybe you should delete the last "/" in the url:
sv_downloadurl "http://down-south.sbans.net/cstrike"
sv_allowdownload 1
sv_allowdownload 1

Warning Level: 0%
Reply
#3
(04-26-2011, 09:59 PM)Arjen Wrote:  maybe you should delete the last "/" in the url:
sv_downloadurl "http://down-south.sbans.net/cstrike"
sv_allowdownload 1
sv_allowdownload 1

This and check your client configuration. (cl_downloadfilter)
Reply
#4
I have now removed the last "/" in the sv_downloadurl. I'll try that first.
But where do I find the cl_downloadfilter?
Do I have too create this manually in my server.cfg?
And if, what value do I have to put into cl_downloadfilter?
Have now tried without the last "/" in sv_downloadurl, but still same result. it downloads the bsp-file from the gameserver, and not the bz2-file from fastdl
Reply
#5
Be sure to set net_maxfilesize 30 in your server.cfg as well. Change maps/restart then try.
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#6
I'll try that Smile
Reply
#7
Due to a problem with our internet connection on the server, I was unable to test if net_maxfilesize 30 works. Now the problem is solved, and I have made a test, but it still downloads from the gamerserver
Here is a screenshot of the downloadprocess:
[Image: loading.png]
Quote:This and check your client configuration. (cl_downloadfilter)
Where is the file with client settings located?
Reply
#8
How in the world could you tell between the two they both DL the same way anyways back on track to being usefull is garrysmod servers run like CSS servers than it may already be using the fast DL in that picture
Reply
#9
(04-29-2011, 02:58 PM)TheRebellion Wrote:  How in the world could you tell between the two they both DL the same way anyways back on track to being usefull is garrysmod servers run like CSS servers than it may already be using the fast DL in that picture

I know that it doesnt download from the fast DL, because when you're downloading from fast DL site, the files are compressed into .bz2.
So on the picture shown, it should tell me that it is downloading maps/hoejhus_ultimate_final.bsp.bz2
I also know that it doesn't download from the fast DL on the picture, because when I download from a fast DL on another server, the same map downloads a lot faster, and that's the reason why I know that it doesnt download from fast DL
Reply
#10
(04-29-2011, 04:05 PM)down-south Wrote:  
(04-29-2011, 02:58 PM)TheRebellion Wrote:  How in the world could you tell between the two they both DL the same way anyways back on track to being usefull is garrysmod servers run like CSS servers than it may already be using the fast DL in that picture

I know that it doesnt download from the fast DL, because when you're downloading from fast DL site, the files are compressed into .bz2.
So on the picture shown, it should tell me that it is downloading maps/hoejhus_ultimate_final.bsp.bz2
I also know that it doesn't download from the fast DL on the picture, because when I download from a fast DL on another server, the same map downloads a lot faster, and that's the reason why I know that it doesnt download from fast DL
Oh anyways i ran the FTP link through my browser i did come back with your FTP im going to throw you mine which i know works because i used it for mine.
Code:
"sv_downloadurl" "http://down-south.sbans.net/cstrike"
"sv_allowdownload" "0"
"sv_allowupload" "0"
I was Sneakyattacker but i didnt like that account
Specs: Intel core 2 DUO 1.93 GHZ
54 MBPS max medium strenght wireless connection
Modem--->wirelessrouter----> me
2 GB RAM
Microsoft XP Home SP3
[Image: 545543.png]
Reply
#11
(04-29-2011, 04:47 PM)TheRebellion Wrote:  
(04-29-2011, 04:05 PM)down-south Wrote:  
(04-29-2011, 02:58 PM)TheRebellion Wrote:  How in the world could you tell between the two they both DL the same way anyways back on track to being usefull is garrysmod servers run like CSS servers than it may already be using the fast DL in that picture

I know that it doesnt download from the fast DL, because when you're downloading from fast DL site, the files are compressed into .bz2.
So on the picture shown, it should tell me that it is downloading maps/hoejhus_ultimate_final.bsp.bz2
I also know that it doesn't download from the fast DL on the picture, because when I download from a fast DL on another server, the same map downloads a lot faster, and that's the reason why I know that it doesnt download from fast DL
Oh anyways i ran the FTP link through my browser i did come back with your FTP im going to throw you mine which i know works because i used it for mine.
Code:
"sv_downloadurl" "http://down-south.sbans.net/cstrike"
"sv_allowdownload" "0"
"sv_allowupload" "0"
I have now tried:
Code:
"sv_downloadurl" "http://down-south.sbans.net/cstrike"
"sv_allowdownload" "0"
"sv_allowupload" "0"
But it still doesn't work. I have started a new map, so that the server.cfg would be executed again, and the changes applied.
[Image: mapfailure.png]
Maybe it helps, if I shut down the server and then relaunches it?
Reply
#12
Try this:
Code:
sv_downloadurl "http://down-south.sbans.net/cstrike"

and nothing more. Smile
Reply
#13
Isn't only sv_downloadurl "http://down-south.sbans.net/cstrike" the same as:
Code:
sv_downloadurl "http://down-south.sbans.net/cstrike"
sv_allowupload 0
sv_allowdownload 0
Reply
#14
Just remove the sv_allow*
Reply
#15
I have now tried to remove the sv_allow*, but it still says missing map *.bsp, disconnecting, just like the picture on my last post
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)