-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d3d12 #1
Comments
I'm basing this repo on dll's which are part of Windows' system folder, as they are less likely to change their internal structures in a future update because Microsoft has to keep compatibility with pretty much anything that was designed to use them from years ago. I remember someone ran into a problem because I imprudently used Mass Effect 3's binkw32 for Mass Effect 2. This happened in the old ME3Explorer Forums (this was before masseffect-binkw32 was created). It turned out those games use different versions of binkw32. From all games I have currently installed here, only one uses binkw64. So if I pick Yu-Gi-Oh! LotD Link Evolution and make a proxy dll based on the binkw64 which came with that game, then there will be no guarantee that this thing will work on other games. Also, things like winmm and d3d11 aren't supposed to be and are never included in the game's files for obvious reasons - so if you have a fake d3d11.dll inside the game's main exe folder, it won't get overwritten when some update is released later. D3d12 is feasible, so I'll take a look at it. Binkw64 unfortunately has no place here. Out of curiosity, which game are you planning to use a proxy dll on? |
thanks for respond me, i want to use it on cyberpunk 2077 and other game run only on dx12, to create some mod and load it with the d3d12.dll |
Sorry for the long wait... would you like to test this file? I have Cyberpunk 2077 on Steam and this fake d3d12 cannot be used there unless I turn off the Steam overlay. On the other hand, I can keep the overlay enabled if I use winmm. Also, d3d11 proxy can be used with the game - even if the game is DX12 exclusive, d3d11.dll is actually listed in the import table of Cyberpunk2077.exe for some reason. |
Don't work the .asi script not injected to the game just load original dx12 |
What was written into the log? See d3d12_proxy64.log in your Documents folder. There should be something like this:
Does it find your ASI file? Does it say plugin loaded or plugin error? |
! ther is no d3d12_proxy64.log! |
You said you had CP2077 and other game, did you try it on both? If it didn't work on CP2077 for you then I don't know what to say... it just works here. =/ |
yeh it work thanks just miss to copy on the exe folder :D |
awesome job you do, pls Can you add d3d12 and binkw64, got game run only on it ❤ (^_^)
The text was updated successfully, but these errors were encountered: