AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CS:GO FastDL Issues (https://forums.alliedmods.net/showthread.php?t=263608)

shortguy 05-29-2015 03:22

CS:GO FastDL Issues
 
I've been having some issues with FastDL on a server I've been hosting.

I've set it up correctly to my knowledge, it works for some users but doesn't seem to work for some others. In the config I have:

sv_allowdownload 1
sv_allowupload 1
sv_downloadurl "http://195.154.13.242/fastdl"

When I join the server it looks as though its downloading.. stops, skips ahead to 50%, 100% and then I get booted to the menu saying I'm missing the map.

If I check console it says:
Downloading http://195.154.13.242/fastdl/maps/kz...lockv2.bsp.bz2.
Error downloading http://195.154.13.242/fastdl/maps/kz...lockv2.bsp.bz2

Even though if you copy that URL it can find that file?

Why would it work for some but not for others? Anyone have any idea?

versaceLORD 05-29-2015 04:18

Re: CS:GO FastDL Issues
 
Try adding this to your server.cfg

sv_downloadurl "yourlink"
sm_cvar sv_allowupload "1"
sm_cvar sv_allowdownload "1"

shortguy 05-29-2015 04:47

Re: CS:GO FastDL Issues
 
Thanks for the suggestion however I've just tried it and the issue still occurs.

miyoko9299 05-29-2015 07:36

Re: CS:GO FastDL Issues
 
Do you file structure like this on dl server http://1.2.3.4.5/csgo/maps/ put maps in maps folder
On cfg do http://1.2.3.4.5/csgo
On server.cfg add

sv_allowupload "1"
sv_allowdownload "1"

If you follow this shud 100% work, but if not there might need additional configuring on dl server itself, perhaps a filesize limit on you're uploads or ttl for connection too short. Can be a couple of issues!

You have also mixed files in plain bsp and bz2 on your server try to convert all of them into bz2 with 7zip > ultra to save space and faster downloads.

GaFooB 05-29-2015 08:00

Re: CS:GO FastDL Issues
 
I had this issue once, I was told to delete the map from my personal computer as it my be a different version than that of the one that is uploaded to your website. Try going into the root of your CSGO maps and deleting that map if this is the case, this might fix your issue.

Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\maps

Matteoking4 04-28-2016 22:30

Re: CS:GO FastDL Issues
 
Hey I'm trying to set up a surf server with the CK surf mod. But for some reasonI can't get the fastdl to work. Ik have the allow down en up command + an apache file directory with the maps. But it doesn't work. Can anyone help me ?

Neuro Toxin 05-01-2016 19:37

Re: CS:GO FastDL Issues
 
Quote:

Originally Posted by Matteoking4 (Post 2415089)
Hey I'm trying to set up a surf server with the CK surf mod. But for some reasonI can't get the fastdl to work. Ik have the allow down en up command + an apache file directory with the maps. But it doesn't work. Can anyone help me ?

Make your own thread rather than hijacking a thread that is almost a year old.

Penetal 07-18-2016 23:01

Re: CS:GO FastDL Issues
 
I seemed to have to set up my fastdl server with the same filestructure as the game.
I had example.com/maps example.com/materials example.com/sounds etc etc which didn't seem to work.
When I changed it to reflect the game such as example.com/csgo/maps example.com/csgo/materials etc etc, and set sv_downloadurl to example.com/csgo it seemed to work for me. Hope that helps.


All times are GMT -4. The time now is 04:50.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.