Skip to content

FidelityFx Super Resolution 2.0 for Shadow of The Tomb Raider

License

Notifications You must be signed in to change notification settings

Reproved751/SotTRFSR2

 
 

Repository files navigation

FidelityFx Super Resolution 2.0 for Dying Light 2

Installation

  1. Download the latest DL2FSR2.zip file from the releases.
  2. Extract the .reg files to anywhere and run EnableSignatureOverride.reg (it may need admin permission).
  3. Extract nvngx.dll to Dying Light 2\ph\work\bin\x64 so it is next to nvngx_dlss.dll and DyingLightGame_x64_rwdi.exe.
  4. Make sure that the game has the Renderer Mode set to D3D12 in the Advanced Video Settings.
  5. Run the game and select one of the now-available DLSS Upscaling options in the Video settings:
    • DLSS, quality is FSR 2.0 Quality: Upscale by a factor of 1.5x
    • DLSS, balanced is FSR 2.0 Balanced: Upscale by a factor of 1.7x
    • DLSS, performance is FSR 2.0 Performance: Upscale by a factor of 2.0x

Uninstallation

  1. Delete nvngx.dll from Dying Light 2\ph\work\bin\x64.
  2. Run DisableSignatureOverride.reg.
  3. Both .reg files are no longer needed and can be deleted from wherever you stored them.

Original CyberFSR information below:

FidelityFx Super Resolution 2.0 for Cyberpunk 2077

  • The DLSS option is not showing up on the menu, why?

    Answer: Calm down, download the EnableSignatureOverride.reg and run it. It should show up from there on out.

Compilation

  • Clone this repo including all submodules
  • Compile the FSR 2.0 submodule in external/FidelityFX-FSR2 like it is described in their Readme. Note: I used the GenerateSolutionsDLL.bat but I am sure static libraries will work fine too
  • Open the CyberFSR.sln with Visual Studio 2022
  • Compile the entire solution
  • Copy the compiled DLLs (nvngx.dll & d3d11.dll), ffx_fsr2_api_dx12_x64.dll and ffx_fsr2_api_x64.dll from the FidelityFX Directory to your RDR2 executable directory
  • Run the game and set the quality in the DLSS settings
  • Play the game with FSR 2.0

About

FidelityFx Super Resolution 2.0 for Shadow of The Tomb Raider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.1%
  • C 9.9%