Raised This Month: $51 Target: $400
 12% 

Dedicated server sv_downloadurl


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
unkn0wn96
Junior Member
Join Date: May 2017
Old 05-05-2017 , 20:47   Dedicated server sv_downloadurl
Reply With Quote #1

Greeets, so I'm trying to get a dedicated server up and running for CSGO and everything seems to be working just fine, except for when a player is missing a map, the player then gets disconnected without downloading the map.

I've been trying out different walktroughs without any success, these walktroughs include services such as google drive, dropbox and more.

Does anyone know anything at all that could help me getting this to work as intended? :')
unkn0wn96 is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 05-06-2017 , 07:59   Re: Dedicated server sv_downloadurl
Reply With Quote #2

use the workshop
hamilton5 is offline
Bchewy
AlliedModders Donor
Join Date: Nov 2014
Old 05-06-2017 , 09:08   Re: Dedicated server sv_downloadurl
Reply With Quote #3

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!
__________________

Last edited by Bchewy; 05-06-2017 at 09:10.
Bchewy is offline
RC87
Member
Join Date: Apr 2017
Old 05-06-2017 , 09:54   Re: Dedicated server sv_downloadurl
Reply With Quote #4

Shouldn't it be sv_allowdownload "1" when setting a fastDL link so it doesn't download from SRCDS but the URL?
RC87 is offline
unkn0wn96
Junior Member
Join Date: May 2017
Old 05-06-2017 , 11:31   Re: Dedicated server sv_downloadurl
Reply With Quote #5

I was able to fix this one myself, it just took me two days , What I did was use myself of x10hosting.com since I found that one had the best/easiest layout for the task, also most importently was in english.

It ended up looking like this

http://reborn.x10host.com/csgo/

I can highly recommend this site if anyone else runs into the same issue I did. Since the hardest task was to find a viable hosting site for me at least.
unkn0wn96 is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 05-14-2017 , 09:31   Re: Dedicated server sv_downloadurl
Reply With Quote #6

Quote:
Originally Posted by RC87 View Post
Shouldn't it be sv_allowdownload "1" when setting a fastDL link so it doesn't download from SRCDS but the URL?
No.

sv_allowdownload and sv_allowupload only has effect in regards to downloading from / uploading to the game server.

With sv_downloadurl properly set up, you can keep both of them on 0.

Either of them at 0 will mean that you're disabling uploading/downloading of spray logos, so some users won't be able to see custom sprays for games supporting that.
__________________
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].
DarkDeviL is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 05-14-2017 , 11:34   Re: Dedicated server sv_downloadurl
Reply With Quote #7

Quote:
Originally Posted by arne1288 View Post
so some users won't be able to see custom sprays for games supporting that.

cs:go users would still be able to see sprays
hamilton5 is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 05-18-2017 , 04:23   Re: Dedicated server sv_downloadurl
Reply With Quote #8

Quote:
Originally Posted by Bchewy View Post
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
__________________

Last edited by Phaiz; 05-18-2017 at 04:25.
Phaiz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:23.


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