FromDarkHell / BL3DX11Injection

A quick/simple way of having plugins get loaded into Borderlands 3.
MIT License
36 stars 4 forks source link

Figure out whether the loading of shcore.dll is W10 specific #3

Closed FromDarkHell closed 3 years ago

FromDarkHell commented 4 years ago

I'm fairly certain I can just end up switching what string I compare for the LoadLibrary hook without too many issues, especially since shcore.dll might be platform specific

c0dycode commented 4 years ago

According to Win 7 ISO vs Win 10 ISO, it is NOT part of Windows 7. image

But it is part of 8.1 and even 8. image image

FromDarkHell commented 4 years ago

I should be able to use the APEX_Clothing_x64.dll as one, seems to get loaded at basically the same time anyway (K:/Borderlands3/Engine/Binaries/ThirdParty/PhysX3/Win64/VS2015/APEX_Clothing_x64.dll as an example path)

FromDarkHell commented 3 years ago

Fixed with the most recent commit