New Buzz Overloader Patch is a patch to the previous Overloader distribution for new buzz builds.
Download: New Buzz Overloader patchInstructions CyanPhase New Buzz Overloader Because of popular demand, I'll try to get Overloader working on New Buzz builds. This _should_ work (tried with build 1047): 1. Place CyanPhase New Buzz Overloader.dll into your Gear folder 2. Place 00TempCMIAdd.dll into your Effects folder 3. To use overloader in its fullest, you need to load the 00TempCMIAdd (the zeros make it easy to access from double click). TempCMIAdd implies this will be temporary, Overloader really requires access to an instance of CMICallbacks to do its things, in previous Overloaders a fixed instance of CMICallbacks was available at a specific memory address. Now eventually Buzz will need to call the SetMICallbacks function exported from Overloader's dll to set this: __declspec(dllexport) void __cdecl SetMICallbacks(CMICallbacks * cmi);Also: Source for TempCMIAdd