Nukem9 / dlssg-to-fsr3

Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg).
GNU General Public License v3.0
4.12k stars 156 forks source link

Cyberpunk 2077 on Epic Games #291

Open mertayd0 opened 7 months ago

mertayd0 commented 7 months ago

I did everything but the FG button is still not active. I enabled GPU scheduling, also did the reg file thing. I put files into this folder: C:\Program Files\Epic Games\Cyberpunk2077\bin\x64 . I use 3060.

ImASadBoy commented 7 months ago

I did everything but the FG button is still not active. I enabled GPU scheduling, also did the reg file thing. I put files into this folder: C:\Program Files\Epic Games\Cyberpunk2077\bin\x64 . I use 3060.

try downloading an older version of the mod like 0.60 or 0.70

mertayd0 commented 7 months ago

I've tried 0.6 and 0.7 nothing changed.

Z4ndyz commented 7 months ago

For Epic Games you must delete the overlay

C:\Program Files (x86)\Epic Games\Launcher\Portal\Extras\Overlay For some people, you also need too clean up this folder C:\Program Files (x86)\Epic Games\Epic Online Services\managedArtifacts\98bc04bc842e4906993fd6d6644ffb8d

134

223

mertayd0 commented 7 months ago

It's working now thanks! But respond time is decreased now, when i hit the space character jumps too late. What's problem?

toxicmanslaughter commented 7 months ago

I did everything but the FG button is still not active. I enabled GPU scheduling, also did the reg file thing. I put files into this folder: C:\Program Files\Epic Games\Cyberpunk2077\bin\x64 . I use 3060.

I use epic games. Using the dlsstweaks version worked for me. Make sure you edit the line in the tweaks config dll override section that says nvgxdlssg as per readme file included in the dlsstweaks zip folder. Run your disable nvidia signature checks or enable signature override registry entries (same things) and launch game. No popup window will appear. You should be able to turn on frame gen in the in game menu. I recommend making sure low latency mode is off and Fast vsync is enabled in the nvidia control panel before launching the game. If you break sliders or, frame gen isn't working well, try restarting to the main menu or restart the whole game. Most of my issues were fixed after doing these things. Btw, dlsstweaks is really customizable and useful for a low spec system or a high tier system as well. You can't go wrong.

mertayd0 commented 7 months ago

I just removed it. I'm getting 20-30 FPS more, but the smoothness of the game is completely gone, despite doing everything that was recommended. It feels as if it's stuttering, which is quite absurd and pointless. Latency gets higher when I turn on the FG.

toxicmanslaughter commented 7 months ago

I assume you are trying to pathtrace. Try this mod. I use version 1.6. It looks better and runs pathtracing faster. It use both ray tracing and pathtracing at once. Don't enable Path tracing in game after installing the mod (the mod does it automatically) turn it off if it is on. Make sure ray reconstruction is off too. You should have a much higher framerate and the frame gen software should function more desirably. Here is a link.

https://www.nexusmods.com/cyberpunk2077/mods/10490

the frame gen mod and this path tracing mod couple together quite well. The path tracing mod is a copy and paste only mod. You can edit it's configs if you want, too.

toxicmanslaughter commented 7 months ago

I just removed it. I'm getting 20-30 FPS more, but the smoothness of the game is completely gone, despite doing everything that was recommended. It feels as if it's stuttering, which is quite absurd and pointless. Latency gets higher when I turn on the FG.

There is a "force enable nvidia boost" mod on nexus as well. If you have cpu headroom I would try it out.

toxicmanslaughter commented 7 months ago

I have had to do clean installs to get the frame gen mod back in order as well. Good luck sir

toxicmanslaughter commented 7 months ago

I just removed it. I'm getting 20-30 FPS more, but the smoothness of the game is completely gone, despite doing everything that was recommended. It feels as if it's stuttering, which is quite absurd and pointless. Latency gets higher when I turn on the FG.

heres the enable reflex plus boost instructions. you can get the mod or just do the thing here.

Press Win+R and insert:

%LOCALAPPDATA%\CD Projekt Red\Cyberpunk 2077

Open "UserSettings.json" file with any text editor.

Search for the Reflex block, it might be:

{ "name": "ReflexMode", "type": "string_list", "is_dynamic": false, "value": "Enabled", "index": 1, "default_index": 1, "values": [ "Disabled", "Enabled", "Enabled + Boost" ] }

Then, change "index" to 2; and "default_index" to 2.

If you Disable DLSS Frame Generation option for any reason, the tweak will be undone, and you will need to tweak the code again.

Done.

toxicmanslaughter commented 7 months ago

maybe you already noticed this. been reading a lot and these elements are consistent.

https://github.com/Nukem9/dlssg-to-fsr3/issues/300#issue-2061768720