-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Diablo 2 Resurrected regression #42
Comments
RDR2 previously doesn't have FSR built-in. And ever since they added FSR into the game, CyberFSR doesn't work like previously when RDR is still 1436.31 and FSR is still 2.0 because the way TAA works on RDR2 also changed (improved, Rockstar said). CyberFSR 0.8.0-beta2 breaks some games, but it helped UE4 games a lot because before 0.8.0-beta2 there's severe shimmering and christmas light effect on every UE4 games, 0.8.2-beta2 fixed that issue. 0.8.0-beta2 also fixed ghosting on HZD drastically. |
UPSCALING OFFUPSCALING ON (CyberFSR with FSR 2.0 taken from here: https://github.com/PotatoOfDoom/CyberFSR2/actions/runs/2855966575 but with correct ViewMatrixHook for 1491.16)UPSCALING ON (CyberFSR with FSR 2.0 taken from here: https://github.com/PotatoOfDoom/CyberFSR2/actions/runs/2855966575 but without correct ViewMatrixHook for 1491.16)COMPARISON SLIDER |
By looking at the picture, it's a sign that you need to define proper FOV values. Let's hope someone who owns the game can make a PR and add proper ViewMatrixHook for Diablo II. Some games works good without setting FOV values in nvngx.ini, but some may be broken. |
@aufkrawall Hello, I would like to ask about the version of VKD3D-Proton you use with hitman 3, my experience with other games is exactly the same RDR2, and other DLSS2FSR games, but I never get visuals on hitman 3 with fsr, only ui and black screen. |
Upstream stable and git-master should work. You might have to use RADV Linux with Radeon until amdvlk/Windows driver supports VK_EXT_mutable_descriptor_type (which hopefully will be soon). |
Thanks for the information, the problem I have seems to be nvidia related then, I tried on latest stable and vulkan dev drivers. Running GTX 1070TI. |
Starting with this build
https://github.com/PotatoOfDoom/CyberFSR2/actions/runs/2888774513
it seems the image isn't reconstructed correctly anymore, it's super blurry and camera jitter is observable:
The same applied to RDR2 prior to #41 , which fixed it in that game. Earlier builds work in D2R, albeit with bad ghosting.
Some side note mentions:
The text was updated successfully, but these errors were encountered: