Soulstice
0 of 0

File information

Last updated

Original upload

Created by

Goghor

Uploaded by

Goghor

Virus scan

Safe to use

Tags for this mod

About this mod

Drop-in DLSS replacement with FSR 2.1.1 for various games such as Cyberpunk 2077, Rise of Tomb Raider, Red Dead Redemption 2, No Man's Sky, etc.

Permissions and credits
Changelogs
What is this?

This mod is based on the original CyberFSR for Cyberpunk 2077 made by PotatoOfDoom1337, original source code of the mod is available on GitHub.

This mod attempts to replace DLSS with FidelityFx Super Resolution 2.1.1. The mod is still in development, but early results are already quite impressive.

CyberFSR was originally made for Cyberpunk 2077, but apparently it can be used on any games which has DLSS support. Thus I forked the project and also included an injector to disable Nvidia RTX GPU checking to make DLSS option available for any GPUs including Intel onboard GPUs LMAO.

This mod is compatible with any AMD, Intel, and Nvidia GPU that can handle Soulstice.


How does this work?

Both FSR 2.1.1 and Nvidia DLSS are temporal upscalers and work (except for some minor differences) very similar. This means that both systems need similar data to work. Luckily, NVIDIA publishes its DLSS implementation as a dynamic library (a dll file). This allows us to simply replace the DLL in question with our own version that is able to translate NVIDIA DLSS to FSR 2.1.1 commands. API reimplementations like Wine or DXVK work in a similar way.


Installation

  • Put all files here: Soulstice\Soulstice\Binaries\Win64 (put winmm.dll, nvngx.dll, and nvngx.ini here)
  • Very important: Run the included "EnableSignatureOverride.reg" file to force DLSS to run (accept the admin prompt that pops up)
  • Add -dx12 as launch option in Steam to make sure the game is running in DX12 mode, because the mod only works in DX12 mode
  • Launch the game, go into the graphics options and select a "DLSS" setting
  • Play the game with FSR 2.


UE4 Ghosting/Flickering Fixes (optional)
Edit Engine.ini file located in GAME_INSTALL_FOLDER\Soulstice\Soulstice\Saved\Config\WindowsNoEditor\Engine.ini and paste the tweaks below to the very bottom of the line:

[SystemSettings]
r.NGX.DLSS.DilateMotionVectors=0
r.SceneColorFormat=5

Uninstallation

  • Run the included "DisableSignatureOverride.reg"
  • Remove nvngx.dll, nvngx.ini, and winmm.dll


DLSS Unlocker for Other Games


XeSS Unlocker for Other Games


Should you need to unlock any specific game, please join our Official Discord Channel
DLSS2FSR @ Discord

Donation
If you want to help support the project, please donate to PotatoOfDoom1337 through Patreon link here: https://www.patreon.com/potatoofdoom

Source: https://github.com/MOVZX/CyberFSR2