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

Solved FastDL not downloading all files.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NaphtaliRacer
New Member
Join Date: Apr 2021
Location: Visby, Gotland
Old 04-04-2021 , 22:18   FastDL not downloading all files.
Reply With Quote #1

I've ran into an issue where clients aren't downloading every model and sound from my fastdl. Everything in the '/materials' and '/maps' path come through without any issue but only some assets from my models and sound folder will download. I've checked my fastdl server to see if i was missing files or maybe i misplaced them but my fastdl and tf paths are perfectly aligned.
Maybe something is missing from my server.cfg ?

_______________
sv_pure 0
sv_allowupload 0
sv_allowdownload 0
sv_downloadurl "https://X.X.X.X.com/tf"
_______________

i can't seem to find what's causing the issue.

Last edited by NaphtaliRacer; 04-06-2021 at 18:30.
NaphtaliRacer is offline
drakunovu6
Member
Join Date: Sep 2017
Old 04-04-2021 , 22:30   Re: FastDL not downloading all files.
Reply With Quote #2

You need to allow sv_allowupload and sv_allowdownload to make it work.
drakunovu6 is offline
NaphtaliRacer
New Member
Join Date: Apr 2021
Location: Visby, Gotland
Old 04-04-2021 , 22:39   Re: FastDL not downloading all files.
Reply With Quote #3

Quote:
Originally Posted by drakunovu6 View Post
You need to allow sv_allowupload and sv_allowdownload to make it work.
I tried that yesterday and the problem still persists.
NaphtaliRacer is offline
drakunovu6
Member
Join Date: Sep 2017
Old 04-04-2021 , 22:51   Re: FastDL not downloading all files.
Reply With Quote #4

Try using HTTP if you don't have SSL
drakunovu6 is offline
oqyh
Senior Member
Join Date: May 2019
Location: United Arab Emirates
Old 04-05-2021 , 00:45   Re: FastDL not downloading all files.
Reply With Quote #5

Quote:
Originally Posted by NaphtaliRacer View Post
I've ran into an issue where clients aren't downloading every model and sound from my fastdl. Everything in the '/materials' and '/maps' path come through without any issue but only some assets from my models and sound folder will download. I've checked my fastdl server to see if i was missing files or maybe i misplaced them but my fastdl and tf paths are perfectly aligned.
Maybe something is missing from my server.cfg ?

_______________
sv_pure 0
sv_allowupload 0
sv_allowdownload 0
sv_downloadurl "https://X.X.X.X.com/tf"
_______________

i can't seem to find what's causing the issue.


Try
sv_pure 0
sv_allowupload 0
sv_allowdownload 1
sv_downloadurl "https://X.X.X.X.com/tf"


And download zip At "Attach Files"

Just Put path at sourcemod/configs/downloads.ini

Example :
sound/levels_ranks/rankup.mp3
materials/models/parachute/gargoyle.vtf
models/parachute/gargoyle.mdl


MAKE SURE PATH / NOT \ + Make Sure No Space Between Paths
Attached Files
File Type: zip sourcemod.zip (10.2 KB, 141 views)
__________________
.:[ >> My Plugins << ]:.

My discord : oqyh

Last edited by oqyh; 04-08-2021 at 08:09.
oqyh is online now
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-05-2021 , 06:54   Re: FastDL not downloading all files.
Reply With Quote #6

...don't pack them bz2 format ? Let them be normal files.
Bacardi is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 04-06-2021 , 08:08   Re: FastDL not downloading all files.
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
...don't pack them bz2 format ? Let them be normal files.
It has nothing to do with .bz2 format.

Anyway you should check for sure for plugin not to precache
Code:
models/parachute/Gargoyle.mdl
And your filename to be
Code:
models/parachute/gargoyle.mdl
or vice-versa because in linux servers capitalization does not exist, until are requested, in linux system is alowed to files with the same name/extension with diferent Capitalization.
Ex:
Code:
models/parachute/gargoyle.mdl
models/parachute/garGoyle.mdl
models/parachute/gargoYle.mdl
But in Windows doesn't work, so veryfy the request of file how it is precached or file-name.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
NaphtaliRacer
New Member
Join Date: Apr 2021
Location: Visby, Gotland
Old 04-06-2021 , 18:27   Re: FastDL not downloading all files.
Reply With Quote #8

Quote:
Originally Posted by oqyh View Post

Try
sv_pure 0
sv_allowupload 0
sv_allowdownload 1
sv_downloadurl "https://X.X.X.X.com/tf"


And download zip At "Attach Files"

Just Put path at sourcemod/configs/downloads.ini

Example :
sound/levels_ranks/rankup.mp3
materials/models/parachute/gargoyle.vtf
models/parachute/gargoyle.mdl


MAKE SURE PATH / NOT \ + Make Sure No Space Between Paths
This has solved my download issues. Thanks for the help everyone.
NaphtaliRacer is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 04-06-2021 , 19:19   Re: FastDL not downloading all files.
Reply With Quote #9

Quote:
Originally Posted by drakunovu6 View Post
You need to allow sv_allowupload and sv_allowdownload to make it work.
You need to familiarize yourself with how things actually works, before you shout out things that aren't true.


sv_allowdownload and sv_allowupload parameters controls the file transfers via the game server itself, - allowing/disallowing the so-called "slow" file transfers.

They do NOT do affect the FastDL / "fast" downloads through sv_downloadurl.

So when you have sv_downloadurl set up properly, simply set / leave the other two (sv_allowdownload and sv_allowupload) on 0.
__________________
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
Reply


Thread Tools
Display Modes

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 05:53.


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