-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Normal map not working in RadiantGI on Cyberpunk 2077 #4
Comments
Switch to 4.9.1 and check the in shader depth debug and adjust the Depth buffer. Also, there is an issue that was reported that you loose Depth after a cutscene, so you have to re-select it in the depth buffer in the DX12 API tab. |
I switched to 4.9.1 and still the same issue (I am aware of the depth buffer issue and always have to uncheck and check it, which works for other shaders and works in AC Valhalla). I suspect it is the way the normal map is calculated which something in it is not compatible with Cyberpunk. |
What are your depth settings? |
Here are screenshots showing different Depth Debug settings that I've tried: What I was trying to say about DisplayDepth was that I am getting a normal map from that shader, yet I'm not getting a normal map from your shader on Cyberpunk, so seems like there is something in your normal map from depth calculation method that Cyberpunk doesn't seem to like for some reason. |
I've just tried uninstalling reshade and reinstalling it with just the astrayfx shaders. Still the same issue. What card do you have? I am on an RTX 3080 with the latest nvidia driver 461.09. |
RadiantGI (Reshade 4.9.0) does nothing in Cyberpunk 2077 and I suspect it is due to the normalmap not working (when I debug to show the depth/normals, it shows depth, but normal is just a light purple screen). The default DisplayDepth shader works in Cyberpunk and shows both correct depth and normal map. I have changed RESHADE_DEPTH_INPUT_IS_REVERSED to 1 and reloaded and have changed DepthMap to DM1_Reversed.
I have tested RadiantGI (Reshade 4.9.0) on Assassin's Creed Valhalla and it works perfectly.
The text was updated successfully, but these errors were encountered: