Posting on these forums is giving me a
lot of trouble and I am having to clear my cookies every time. It's a major inconvenience for me, so if at all possible I would ask that you follow-up on the development of my little project on the Steam forums instead.
http://steamcommunity.com/app/367500/di ... 198827459/As for getting this to work with ENB, you need to go the opposite direction. My d3d9.dll cannot be loaded by another DLL and work, but it can load up to 4 DLLs of your choosing.
The d3d9.ini file in ddfix.zip already loads two DLLs:
- steam_api.dll (for the achievement unlock sound feature)
- TZFix.dll (ignore the name for now - this is where the aspect ratio fix is implemented)
You can load an additional DLL like this:
Code:
[Import.ENB]
Filename=enb32.dll
Architecture=Win32
Role=ThirdParty
When=Early
Add that to the top of the .ini file and rename ENB's DLL accordingly.
The moment I change the ENB d3d9.dll's name the ENB no longer works, so...uhh...