ThirteenAG / Ultimate-ASI-Loader

ASI Loader is the tool that loads custom libraries with the file extension .asi into any game process.
MIT License
1.16k stars 103 forks source link

D:PL "update" folder overloading doesn't work for bink videos #87

Closed charlesthobe closed 8 months ago

charlesthobe commented 8 months ago

At least in Driver: Parallel Lines, files in update/FMV/ don't load while other files load fine.

charlesthobe commented 8 months ago

Not sure if it's worth noting but I tried the binkw32.dll version of the asi loader with renaming the original to binkw32Hooked.dll and also with removing the original dll to no avail (they work but they don't fix this issue).

ThirteenAG commented 8 months ago

It needs https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/demo-plugins/OverloadFromFolderDLL-Win32.zip

Because it's binkw32.dll that loads them, not exe.

charlesthobe commented 8 months ago

It works, tysm