gmcl_downloadfilter - Filter for the resource queue
59 replies, posted
[QUOTE=grea$emonkey;24873471]Where are ogg sounds used? :v:[/QUOTE]
I don't think source has the ability to play ogg?
[QUOTE=slayer3032;24888877]I don't think source has the ability to play ogg?[/QUOTE]
My point exactly.
[code]
CSimpleScan engineInterface("engine.dll");
if (engineInterface.FindFunction("\xF7\x05\x54\xCB\xD2\x0D\x00\x10\x00\x00\x74\x16\x8B\x4C\x24\x04", "xx????xxxxx?xxxx", (void **)&ShouldDownload_T))
[/code]
This won't trigger VAC now will it?
[QUOTE=thegrb93;25604101][code]
CSimpleScan engineInterface("engine.dll");
if (engineInterface.FindFunction("\xF7\x05\x54\xCB\xD2\x0D\x00\x10\x00\x00\x74\x16\x8B\x4C\x24\x04", "xx????xxxxx?xxxx", (void **)&ShouldDownload_T))
[/code]
This won't trigger VAC now will it?[/QUOTE]
You're going to be the bee's knees with the KDR you get with that amazing aimbot.
I'm just concerned that maybe VAC won't take hooking into the engine binary kindly. I've got no knowledge on VAC :C
Yea... Would love do to do something with this however I dont want to be vac'ed
If Gbps is using it, then it's not going to get you VAC banned.
[QUOTE=thegrb93;25607798]I'm just concerned that maybe VAC won't take hooking into the engine binary kindly. I've got no knowledge on VAC :C[/QUOTE]
That's okay, also you're safe with this.
Great. I love this module.
This should really be intergrated into core gmod.
[QUOTE=Arrows;25726771]This should really be intergrated into core gmod.[/QUOTE]
You'll have to ask Valve, downloads are dealt with by the engine.
[QUOTE=Chrisaster;25730217]You'll have to ask Valve, downloads are dealt with by the engine.[/QUOTE]
Wouldn't it be Garry that'd he have to ask?
[QUOTE=TGiFallen;25730376]Wouldn't it be Garry that'd he have to ask?[/QUOTE]
Anyone can contact Valve, they're probably more likely to listen to Garry though.
I just tried this, and it's still downloading files... I used the example code and put it in lua/menu_plugins/DLFilter.lua
Maybe it broke Chief ever thought of that?
It's working fine for me.
[QUOTE=Chrisaster;25974501]It's working fine for me.[/QUOTE]
Yeah no one cares.
[url=http://www.facepunch.com/threads/949401-gmcl_downloadfilter-Filter-for-the-resource-queue?p=24672178&viewfull=1#post24672178]I updated the code in my post.[/url]
-Made all filters default to on when first loading ( fixes all filters being turned off during first use )
-Fixed it blocking all file types if a server was using fastDL ( was confusing the filetype as bz2 thus blocking the file )
-Made it so the filter allows files that are not a part of the available file type filters
-Fixed up the failsafe logic ( It wouldn't have worked )
-Added ain and pcf file types to the filter list
[editline]12th November 2010[/editline]
I was getting sick of the somewhat long list of file types so I'm remaking most of the panels.
[img]http://blackopsservers.com/imageupload/?di=712895939559[/img]
I fear this module is broken.
[QUOTE=Wizard of Ass;30708996]I fear this module is broken.[/QUOTE]
Crash dump?
[QUOTE=Chrisaster;30709747]Crash dump?[/QUOTE]
No crash, it the hook doesn't seem to be called for some reason.
[QUOTE=Wizard of Ass;30710608]No crash, it the hook doesn't seem to be called for some reason.[/QUOTE]
I just tested it out and it appears to work fine.
[QUOTE=Chrisaster;30767427]I just tested it out and it appears to work fine.[/QUOTE]
When I tested it downloaded everything ever I denied every single file, I didn't restart gmod or something like that though, it works fine now...
-snip- Nevermind
[QUOTE=blackops7799;26016366][url=http://www.facepunch.com/threads/949401-gmcl_downloadfilter-Filter-for-the-resource-queue?p=24672178&viewfull=1#post24672178]I updated the code in my post.[/url]
-Made all filters default to on when first loading ( fixes all filters being turned off during first use )
-Fixed it blocking all file types if a server was using fastDL ( was confusing the filetype as bz2 thus blocking the file )
-Made it so the filter allows files that are not a part of the available file type filters
-Fixed up the failsafe logic ( It wouldn't have worked )
-Added ain and pcf file types to the filter list
[editline]12th November 2010[/editline]
I was getting sick of the somewhat long list of file types so I'm remaking most of the panels.
[img]http://blackopsservers.com/imageupload/?di=712895939559[/img][/QUOTE]
It seems the lua no longer loads. Its supposed to be in lua/vgui right?
now it is giving. "ShouldDownload signature invalid"
[QUOTE=thegrb93;36137763]It seems the lua no longer loads. Its supposed to be in lua/vgui right?[/QUOTE]
Try [url]http://puu.sh/E9wj[/url] and put it in menu_plugins.
Thanks man. Works great.
Sorry, you need to Log In to post a reply to this thread.