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

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


Post New Thread Reply   
 
Thread Tools Display Modes
laenss
Member
Join Date: Feb 2017
Old 06-04-2018 , 07:06   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #31

Can I find out why the sound precached does not work?

Consol log
PHP Code:
SV_StartSoundlaness/nselect.mp3 not precached (0)
SV_StartSoundlaness/nselect.mp3 not precached (0)
SV_StartSoundlaness/nselect.mp3 not precached (0)
SV_StartSoundlaness/nselect.mp3 not precached (0)
SV_StartSoundlaness/nselect.mp3 not precached (0)
SV_StartSoundlaness/nselect.mp3 not precached (0
sound.txt
PHP Code:
sound/laness/order.mp3
sound
/laness/explosion.mp3
sound
/laness/gamble.mp3
sound
/laness/Handcuffs.mp3
sound
/laness/megumingEx.mp3
sound
/laness/nselect.mp3 
downloadonly.txt
PHP Code:
sound/laness/order.mp3
sound
/laness/explosion.mp3
sound
/laness/gamble.mp3
sound
/laness/Handcuffs.mp3
sound
/laness/megumingEx.mp3
sound
/laness/nselect.mp3 
laenss is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 06-27-2018 , 14:39   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #32

So I found out this plugin does not support the SteamPipe custom folder or VPK's.

Uploaded a version that passes true to use_valve_fs bool on FileExists(), DirExists(), and OpenDirectory() to support SteamPipe.

PHP Code:
FileExists(pathtrue)
DirExists(directorytrue)
OpenDirectory(directorytrue
Attached Files
File Type: sp Get Plugin or Get Source (easydownloader.sp - 709 views - 7.5 KB)
__________________

Last edited by Sarabveer; 06-27-2018 at 14:59.
Sarabveer is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 08-26-2018 , 17:57   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #33

Its suppose to be configs/easydownloader/ going by the source file and the zip that is attached has folder called config. It's missing S.
HvG Community is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 08-26-2018 , 19:04   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #34

Also why am I downloading files each time I join the server?

Downloadsonly.txt
Code:
//cForce CT
models/player/custom_player/kirby/cforce|exts=.dx90.vtx,.phy,.vvd
materials/models/player/kirby/cforce|exts=.vmt,.vtf

//NKPolice CT
models/player/custom_player/caleon1/nkpolice|exts=.dx90.vtx,.phy,.vvd
materials/models/player/custom_player/caleon1/nkpolice|exts=.vmt,.vtf

//Classic Leet T  && Guerilla T
models/player/custom_player/legacy|exts=.dx90,.phy,.vvd
materials/models/player/tm_leet|exts=.vmt,.vtf

//Guerilla T
materials/models/player/tm_guerilla|exts=.vmt,.vtf
models.txt
Code:
//cForce CT 
models/player/custom_player/kirby/cforce|exts=.mdl

//NKPolice CT
models/player/custom_player/caleon1/nkpolice|exts=.mdl

//Classic Leet T  && Guerilla T
models/player/custom_player/legacy|exts=.mdl

EDIT: It seems it was only with these particular models, I've changed the skins and it downloads it only once now.

Last edited by HvG Community; 08-28-2018 at 13:08. Reason: fixed
HvG Community is offline
Robin955
Veteran Member
Join Date: Jun 2013
Old 10-16-2018 , 18:03   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #35

supposed to be configs or config? cause config folder doesn't exist or auto create itself once running this plugin.

so good was this plugin bro.

i assume sourcemod/configs and not "config"
Robin955 is offline
Robin955
Veteran Member
Join Date: Jun 2013
Old 11-04-2018 , 02:44   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #36

Adding too many decals causes server to not load, crashes instantly on startup, not enough for error logs either. Css & sourcemod 1.9

everytime i keep adding more Decals and mapchange, server wont load, when i remove my last lines in decals it works. this is not good.

i have to find a new precacher.

over skinchooser and this, this is alot better, but here we go again, folder names = no precache or download. in downloadonly.txt and precache
materials/models/player/dimension|exts=.vmt,.vtf doesn't find the subfolders. and materials/models/player/dimension/dimension/hats/jhonnybravo|exts=.vmt,.vtf

aslo tried materials/models/player/dimension/dimension/hats/jhonnybravo/john_doe.vtf
materials/models/player/dimension/dimension/hats/jhonnybravo/john_doe.vmt


Last edited by Robin955; 11-05-2018 at 04:51.
Robin955 is offline
canadianjeff
BANNED
Join Date: Sep 2016
Old 11-10-2018 , 04:53   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #37

Code:
L 11/10/2018 - 01:42:31: [SM] Exception reported: Invalid file handle 0 (error 4)
L 11/10/2018 - 01:42:31: [SM] Blaming: disabled/info/easydownloader.smx
L 11/10/2018 - 01:42:31: [SM] Call stack trace:
L 11/10/2018 - 01:42:31: [SM]   [0] DirectoryListing.GetNext
L 11/10/2018 - 01:42:31: [SM]   [1] Line 174, C:\Users\Jeffery\AppData\Local\Temp\easydownloader.sp::ProcessDirectory
L 11/10/2018 - 01:42:31: [SM]   [2] Line 143, C:\Users\Jeffery\AppData\Local\Temp\easydownloader.sp::ReadAndProcessConfig
L 11/10/2018 - 01:42:31: [SM]   [3] Line 64, C:\Users\Jeffery\AppData\Local\Temp\easydownloader.sp::OnMapStart

Last edited by canadianjeff; 11-10-2018 at 04:54.
canadianjeff is offline
mlov420
Senior Member
Join Date: May 2013
Old 11-18-2018 , 09:09   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #38

Is anyone else experiencing issues with this plugin on CS:GO?

All the items listed in any of the files are downloading but as soon as they all get done downloading, the server and my client crash, and none of the items downloaded are saved. So when the server comes back up and I open my client to connect, it re-downloads everything in the lists again and as soon as it finishes, it all crashes again.

The are NO logs being output though. Nothing in the regular logs nor the error logs. Upon server startup and typing 'sm plugins list' via RCON, the plugin shows up as running, and since the files are downloading, I know it's working til that point.

If any of you have any idea what the problem could be, I would be grateful for any help. Just using this on a basic Linux Surf server where everything works including other downloads, I just need a program like this because a handful of model files aren't download correctly. Thank you in advance for any help.
mlov420 is offline
iGreen112
Junior Member
Join Date: Dec 2018
Location: Moldova!
Old 01-06-2019 , 06:51   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #39

Doesnt work in csgo.
iGreen112 is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 03-09-2019 , 01:14   Re: [ANY] EasyDownloader (V1.03, 09/12/2017)
Reply With Quote #40

This might seem ridiculous but can you add precaching configs that run depending on map prefix? xD
AuricYoutube 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 21:52.


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