AlliedModders

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

trobanko 06-26-2020 09:22

FastDL Help
 
Hello,

I am trying to set up fast dl with the custom MVP Anthem plugin. It works with another plugin but not this one. When the user connects it says failed to download file because it doesn't exist. But it doesn't do this for the other plugin that works completely fine.

Here is the server.cfg:
Code:

sv_downloadurl "http://dubaicom.000webhostapp.com/GAME/"
sv_allowdownload 1
sv_allowupload 1

Here is the server console:
Code:

[SM] Changed cvar "sv_downloadurl" to "http".
L 06/26/2020 - 17:16:40: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_downloadurl") (value "http")
Connection to Steam servers successful.

And here it is when a player connects:
Code:

CreateFragmentsFromFile: 'sound/mvp/crabrave.mp3' doesn't exist.
CreateFragmentsFromFile: 'sound/mvp/momgetcamera.mp3' doesn't exist.
CreateFragmentsFromFile: 'sound/mvp/pewdiepie.mp3' doesn't exist.
CreateFragmentsFromFile: 'sound/mvp/sitdown.mp3' doesn't exist.
CreateFragmentsFromFile: 'sound/mvp/ninjamad.mp3' doesn't exist.
CreateFragmentsFromFile: 'sound/mvp/newlife.mp3' doesn't exist.

This is my Fastdl server / linnk:http://dubaicom.000webhostapp.com/GAME/

Here is the mvp anthem config:
Code:

"Drill by Mr. Stibbs"
        {
                "file"                "mvp/Drill_by_mr_stibbs.mp3"
        }
       
        "Crab Rave"
        {
                "file"                "mvp/Drill_by_mr_stibbs.mp3"
        }
       
        "Mom Get The Camera!"
        {
                "file"                "mvp/momgetcamera.mp3"
        }
       
        "Congratulations by PewDiePie"
        {
                "file"                "mvp/pewdiepie.mp3"
        }
       
        "Sit The Fuck Down"
        {
                "file"                "mvp/sitdown.mp3"
        }
       
        "Ninja The fuck you say"
        {
                "file"                "mvp/ninjamad.mp3"
        }
       
        "New Life"
        {
                "file"                "mvp/newlife.mp3"
        }
       
        "Coffin Dance"
        {
                "file"                "mvp/deadcoffin.mp3"
        }
       
        "Get the fuck out of my room"
        {
                "file"                "mvp/minecraft.mp3"
        }
       
        "Get Rekt"
        {
                "file"                "mvp/rekt.mp3"
        }
       
        "EZ4ENCE"
        {
                "file"                "mvp/ez4ence.mp3"
        }
       
        "*Snort* Noob"
        {
                "file"                "mvp/noob.mp3"
        }

Again, the Fortnite Emote plugin works just fine so I do not see why this doesn't work. I don't have any of the files in my local dir just in the fastdl server

TomL. 06-26-2020 09:29

Re: FastDL Help
 
What's the output of sm_cvar sv_downloadurl?

trobanko 06-26-2020 09:34

Re: FastDL Help
 
Quote:

Originally Posted by TomL. (Post 2707337)
What's the output of sm_cvar sv_downloadurl?

[SM] Value of cvar "sv_downloadurl": "http"

trobanko 06-26-2020 11:13

Re: FastDL Help
 
Quote:

Originally Posted by trobanko (Post 2707339)
[SM] Value of cvar "sv_downloadurl": "http"

I think the problem is that the server doesn't set the cvar to the correct domain and just sets it to http instead of the full thing

PC Gamer 06-26-2020 14:59

Re: FastDL Help
 
Your fastdl host address is invalid.

This is wrong: http://dubaicom.000webhostapp.com/GAME/

I get error 404 when I tried to access it.

Normally you would put something like this in your server config: sv_downloadurl "http://111.222.333.444/tf"
And your hosted file structure would start with: tf
And you would have folders inside tf named: maps, materials, media, models, particles, scripts, sound

TomL. 06-26-2020 15:05

Re: FastDL Help
 
His url and fastdl setup was correct but he changed the path now.
The main issue was caused by some plugins which kept overwriting the cvars.

[email protected] 07-04-2020 19:30

Re: FastDL Help
 
2 Attachment(s)
url is bad.

change it to browser can load site. ;}

------------------------------------

https://fastdltraining.000webhostapp.com/csgo

TomL. 07-04-2020 19:33

Re: FastDL Help
 
The problem was caused by a plugin and he already solved it ;)


All times are GMT -4. The time now is 01:15.

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