View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 09-20-2021 , 06:32   Re: [HELP][CS:S] Fast download server
Reply With Quote #8

Quote:
Originally Posted by Austin View Post
3) I don’t see this in your server’s config. You need that.
sv_allowdownload 1

Put the bsp files in you maps folder on your server, test you can dl them in a browser, and add
sv_allowdownload 1
the and it should work.
And here, Austin isn't really providing 100% true information either:

sv_allowdownload and sv_allowupload is only touching the downloads from/uploads to the game server directly, and as such, are completely useless when you have sv_downloadurl set up.


sv_downloadurl "https://some.example.invalid/cstrike/"
sv_allowdownload 0
sv_allowupload 0

is working just fine, when the sv_downloadurl you have set works perfectly (and have all the required content).
__________________
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; 09-20-2021 at 06:33.
DarkDeviL is offline