Quote:
Originally Posted by Bchewy
Install apache/ngnix on your server or.. get a website to host your files.
Then all you need is :
// Fast DL
sv_downloadurl "yourfastdlurl.com"
sv_allowupload "0"
sv_allowdownload "1"
Just make sure your fastdl and your csgo directory is the same
EG:
if players want to download the map surf_hey
You'll obviously need the map surf_hey in your /csgo/maps
you will also need it to be in your url eg :[myurl.com/fastdl/maps/]
Alternatively, you can use hamilton's recommendation the workshop!
I recommend using https://github.com/GameServerManager...SM/wiki/FastDL
Good luck!
|
Just to nitpick your URL, someone might get their .cfg wrong with your example.
If your maps are located at
Code:
www.mysite.com/downloads/maps
Then your sv_downloadurl should be
Code:
www.mysite.com/downloads
The game automatically follows the server directory structure and searches for /maps or /models or /sound etc
__________________