AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   FastDL not working (https://forums.alliedmods.net/showthread.php?t=311972)

BigDre 11-10-2018 13:57

FastDL not working
 
https://imgur.com/a/vgn7SI4

https://imgur.com/a/vgn7SI4
i dont know what i did wrong any help

Bacardi 11-10-2018 15:17

Re: FastDL not working
 
When you go that url with normal web browser, can you see and download map file ?

BigDre 11-10-2018 16:28

Re: FastDL not working
 
yes it take me to the download

HvG Community 11-10-2018 17:35

Re: FastDL not working
 
Since when do we put equal sign next to cvar?

Remove =

paulo_crash 11-10-2018 21:33

Re: FastDL not working
 
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.

DarkDeviL 11-11-2018 04:33

Re: FastDL not working
 
Quote:

Originally Posted by paulo_crash (Post 2623506)
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.

Bacardi 11-11-2018 05:21

Re: FastDL not working
 
OP you can check, cvar current value by typing only cvar name in console.
sv_downloadurl

paulo_crash 11-11-2018 09:31

Re: FastDL not working
 
Quote:

Originally Posted by arne1288 (Post 2623530)
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.

I used this tutorial as a base: https://forums.alliedmods.net/showpo...70&postcount=2

And others I've seen on the net, now there's the doubt, it's best to leave it at zero or not... :shock::?::?:

DarkDeviL 11-11-2018 11:04

Re: FastDL not working
 
Quote:

Originally Posted by paulo_crash (Post 2623554)

I see.

Quote:

Originally Posted by paulo_crash (Post 2623554)
And others I've seen on the net, now there's the doubt, it's best to leave it at zero or not... :shock::?::?:

I agree, it can be a jungle with all that different information out there, not only in regards to the operation of game servers, but close to every single topic discussed on the Internet, - building computers, car repairs, ... whatever. :shock:

I just tested it:

https://i.imgur.com/oeLlNiY.png

Apache web server log on top, background is obviously server console, and bottom is copy-paste of the part with "re-checking" the variables.

r3D w0LF 11-12-2018 04:16

Re: FastDL not working
 
Isnt cstrike folder only for cs 1.6?
Are you confusing gamesfiles?


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

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