illusion0001 / Windows-Game-Patches

Patches for Windows Games
39 stars 6 forks source link

Planet of Lana TAA fix #4

Closed TL431 closed 1 year ago

TL431 commented 1 year ago

Rename dinput8.dll to d3d11.dll and copy d3d11.ini in the game folder. The setting DontLoadFromDllMain=0 in d3d11.ini is mandatory to make the game load the ASI patch without crashing.

TL431 commented 1 year ago

So should I change the definitions _PROJECT_NAME -> PROJECT_NAME _PROJECT_LOG_PATH -> PROJECT_LOG_PATH to make the compilation to succeed?

All the fixes except BFV use the convention with the underscore (_PROJECT_NAME and _PROJECT_LOG_PATH)

illusion0001 commented 1 year ago

Fixed, no idea why it didn't work the first time