View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 11-11-2018 , 04:33   Re: FastDL not working
Reply With Quote #6

Quote:
Originally Posted by paulo_crash View Post
Your server does not download because the download option is disabled.

It should look like this:
Code:
sv_allowdownload "1"
sv_allowupload "1"
Also remove the "=" sign from all your configs, no need to use.
Nope, sv_allowdownload and sv_allowuplaod are only when communicating with the game server directly (e.g. WITHOUT FastDL).

When sv_downloadurl is set properly, and it works, sv_allowdownload and sv_allowupload won't do a single thing.

All the servers I am running and have been running, have been like:

Code:
sv_allowupload 0
sv_allowdownload 0
sv_downloadurl "https://fastdl.example.com"
and it did download just fine from the sv_downloadurl link...

Of coruse, for like CS:S and other games with built-in spray logos, having them at 0 will disable the spray logos, but it won't disable the sv_downloadurl.


Sounds more likely that OP has multiple configuration files, so it loads e.g. file1.cfg with sv_downloadurl "https://A", next it loads file2.cfg with sv_downloadurl "" or sv_downloadurl "https://B", but OP's thread seems a little bit minimalistic, in regards to information that helps to troubleshoot.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].

Last edited by DarkDeviL; 11-11-2018 at 04:35.
DarkDeviL is offline