Thread: FastDL Help
View Single Post
Author Message
trobanko
Junior Member
Join Date: Jun 2020
Old 06-26-2020 , 09:22   FastDL Help
Reply With Quote #1

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
trobanko is offline