Raised This Month: $32 Target: $400
 8% 

[ANY] EasyDownloader (V1.03, 09/12/2017)


Post New Thread Reply   
 
Thread Tools Display Modes
Hoto Cocoa
Senior Member
Join Date: Jun 2018
Location: Somewhere
Old 11-10-2019 , 07:48   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #41

I have the same problem when using sm downloader
Client doen't download some files which in downloadonly.txt . Do you have any ideas? I have double checked the fastDL and the server's folder... Checking the log there's no missing file report...
Hoto Cocoa is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-01-2021 , 16:39   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #42

Okay I'm reaching to the point where EasyDownloader just refuses to download certain materials. I don't know if there's a limit to the download table or anything. I've tried putting

materials/models/weapons/v_models/smg_p90/smg_p90_sight_ref.vtf
materials/models/weapons/v_models/smg_p90/smg_p90_sight.vmt
materials/models/weapons/v_models/smg_p90/smg_p90.vtf
materials/models/weapons/v_models/smg_p90/smg_p90.vmt
materials/models/weapons/v_models/smg_p90/smg_p90_exponent.vtf
materials/models/weapons/v_models/smg_p90/smg_p90_sight.vtf

and it didn't work. I've tried the recursive method as well. No dice. For the record, I've used copy as path so there shouldn't really be any syntax errors but even if it did, the recursive method would pick it up as I've already tried it without having to manually input the directories.

Recursive Method:
// Recursive Materials Download
materials|exts=.vmt,.vtf

No errors have been found in Sourcemod Logs.

Last edited by NOTORIOUS7302; 09-01-2021 at 16:41.
NOTORIOUS7302 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-01-2021 , 16:49   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #43

Quote:
Originally Posted by NOTORIOUS7302 View Post
Okay I'm reaching to the point where EasyDownloader just refuses to download certain materials. I don't know if there's a limit to the download table or anything. I've tried putting

materials/models/weapons/v_models/smg_p90/smg_p90_sight_ref.vtf
materials/models/weapons/v_models/smg_p90/smg_p90_sight.vmt
materials/models/weapons/v_models/smg_p90/smg_p90.vtf
materials/models/weapons/v_models/smg_p90/smg_p90.vmt
materials/models/weapons/v_models/smg_p90/smg_p90_exponent.vtf
materials/models/weapons/v_models/smg_p90/smg_p90_sight.vtf

and it didn't work. I've tried the recursive method as well. No dice. For the record, I've used copy as path so there shouldn't really be any syntax errors but even if it did, the recursive method would pick it up as I've already tried it without having to manually input the directories.

Recursive Method:
// Recursive Materials Download
materials|exts=.vmt,.vtf

No errors have been found in Sourcemod Logs.
This seems to be table download limit even, CSGO has this limit and such.
paulo_crash is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-01-2021 , 17:16   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #44

Quote:
Originally Posted by paulo_crash View Post
This seems to be table download limit even, CSGO has this limit and such.
I found the culprit. It was because it was located as smg_p90 and if i rename that, they download properly through more than an hour of trial and error. Another problem with my materials is that it doesn't work with my weapon model sadly having configured the .vmt files. At this point, i'm baffled with that mod.

Last edited by NOTORIOUS7302; 09-01-2021 at 17:23.
NOTORIOUS7302 is offline
AlphaBlaster
Member
Join Date: Nov 2014
Location: California
Old 07-08-2022 , 18:08   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #45

Plugin doesn't work. I'm trying to use it with TF2Classic to download models, materials and sounds for custom weapons and it didn't bother at all. I played the easydownloader folder in addons/sourcemod/configs (Because "config" isn't a folder) and configured models and sounds .txt as follows:

Code:
//Models
//Download all .mdl files from the folder below
models/weapons/v_models|exts=.mdl
models/weapons/w_models|exts=.mdl
//Download the other model files required
models/weapons/v_models|exts=.dx90.vtx,.phy,.vvd,.bz2


//Materials
materials/models/weapons/c_items|exts=.vmt,.vtf,.bz2
materials/models/weapons/v_sniper_viewmodel|exts=.vmt,.vtf,.bz2
materials/models/weapons/w_medigun|exts=.vmt,.vtf,.bz2
materials/models/workshop/weapons/c_models/c_leadpipe|exts=.vmt,.vtf,.bz2
materials/backpack/weapons/w_models|exts=.vmt,.vtf,.bz2
materials/backpack/workshop_partner/weapons/c_models/c_bet_rocketlauncher|exts=.vmt,.vtf,.bz2
Code:
//Sounds
//Download all .mdl files from the folder below
sound/weapons/|exts=.wav,.bz2
For reference, this is my fastDL that I'm using:
http://www.redchanitsrcds.xyz/fastdl/tf2classic/

Joined the server, nothing downloaded apart from the currently running map. I'm assuming the easydownloader folder being in the configS folder is correct, unless it goes in plugins or otherwise which would be unusual.
AlphaBlaster is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 07-11-2022 , 20:53   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #46

Quote:
Originally Posted by AlphaBlaster View Post
Plugin doesn't work. I'm trying to use it with TF2Classic to download models, materials and sounds for custom weapons and it didn't bother at all. I played the easydownloader folder in addons/sourcemod/configs (Because "config" isn't a folder) and configured models and sounds .txt as follows:

Code:
//Models
//Download all .mdl files from the folder below
models/weapons/v_models|exts=.mdl
models/weapons/w_models|exts=.mdl
//Download the other model files required
models/weapons/v_models|exts=.dx90.vtx,.phy,.vvd,.bz2


//Materials
materials/models/weapons/c_items|exts=.vmt,.vtf,.bz2
materials/models/weapons/v_sniper_viewmodel|exts=.vmt,.vtf,.bz2
materials/models/weapons/w_medigun|exts=.vmt,.vtf,.bz2
materials/models/workshop/weapons/c_models/c_leadpipe|exts=.vmt,.vtf,.bz2
materials/backpack/weapons/w_models|exts=.vmt,.vtf,.bz2
materials/backpack/workshop_partner/weapons/c_models/c_bet_rocketlauncher|exts=.vmt,.vtf,.bz2
Code:
//Sounds
//Download all .mdl files from the folder below
sound/weapons/|exts=.wav,.bz2
For reference, this is my fastDL that I'm using:
http://www.redchanitsrcds.xyz/fastdl/tf2classic/

Joined the server, nothing downloaded apart from the currently running map. I'm assuming the easydownloader folder being in the configS folder is correct, unless it goes in plugins or otherwise which would be unusual.
Could always try a different downloader plugin. One I used to use for TF2 is https://forums.alliedmods.net/showthread.php?t=69005


There could be support issues with TF2C and SourceMod. I don't recall TF2C having SM support added properly but the last time I would have checked that would have been in 2015 after Daniel and I launched TF2C.

Last edited by 404UserNotFound; 07-11-2022 at 20:54.
404UserNotFound is offline
Alexmy
Senior Member
Join Date: Oct 2014
Location: Russian Federation
Old 05-19-2023 , 13:11   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #47

And so after today's server l4d2 update from valve, my maps(bsp) stopped downloading. Any ideas what's the problem?
__________________
[/URL]
Alexmy 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 06:06.


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