Skip to content

CyberFSR/PotatoFSR (FSR 2.1.2) for Games

License

Notifications You must be signed in to change notification settings

MOVZX/CyberFSR2

Repository files navigation

DLSS2FSR (CyberFSR/PotatoFSR)

Replacing DLSS 2.x with FSR 2.1.2 for various games such as Cyberpunk 2077, Red Dead Redemption 2, etc.

It includes a DLL wrapper/injector (winmm.dll) to disable Nvidia GeForce RTX GPU checking, so AMD Radeon / Nvidia GTX users can enjoy the mod.

List of Supported Games

Installation

Windows

  • Download the latest relase fromRelease Page
  • Extract the contents of the archive next to the game EXE file in your games folder
  • Make sure the game is running in DX12 mode:
    Steam setting
  • That's it. Now DLSS option should appear in settigs

GNU/Linux

  • Download the latest relase fromRelease Page
  • Extract the contents of the archive next to the game EXE file in your games folder
  • Set game launch options (Steam) to:WINEDLLOVERRIDES= "winmm=n,b" %command%
  • Or if you're using Lutris/Heroic/etc you can set it like this:
    WINE setting
  • Make sure the game is running in DX12 mode:
    Steam setting
  • That's it. Now DLSS option should appear in settigs

Tweaks

UE4 Ghosting/Flickering Fixes

EditEngine.inifile located in%LOCALAPPDATA%\GAMENAME\Saved\Config\WindowsNoEditor\Engine.iniand paste the tweaks below to the very bottom of the line:

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

Location for each games is different, but here are some locations for the games supported by this Mod:

  • Amid Evil:%LOCALAPPDATA%\AmidEvil\Saved\Config\WindowsNoEditor\Engine.ini
  • Amok Runner:%LOCALAPPDATA%\Amok\Saved\Config\WindowsNoEditor\Engine.ini
  • Assetto Corsa Competizione:%LOCALAPPDATA%\AC2\Saved\Config\WindowsNoEditor\Engine.ini
  • Aron's Adventure:%LOCALAPPDATA%\AronsAdventure\Saved\Config\WindowsNoEditor\Engine.ini
  • Batora - Lost Haven:%LOCALAPPDATA%\Batora\Saved\Config\WindowsNoEditor\Engine.ini
  • BLACKTAIL:%LOCALAPPDATA%\BLACKTAIL\Saved\Config\WindowsNoEditor\Engine.ini
  • Blind Fate: Edo no Yami:%LOCALAPPDATA%\Yami\Saved\Config\WindowsNoEditor\Engine.ini
  • Bright Memory: Infinite:%LOCALAPPDATA%\BrightMemoryInfinite\Saved\Config\WindowsNoEditor\Engine.ini
  • Dakar Desert Rally:%LOCALAPPDATA%\Dakar2Game\Saved\Config\WindowsNoEditor\Engine.ini
  • Deep Rock Galactic:GAME_INSTALL_LOCATION\Deep Rock Galactic\FSD\Saved\Config\WindowsNoEditor\Engine.ini
  • Deliver Us the Moon:%LOCALAPPDATA%\MoonMan\Saved\Config\WindowsNoEditor\Engine.ini
  • Dream Cycle:%LOCALAPPDATA%\DreamCycle\Saved\Config\WindowsNoEditor\Engine.ini
  • F.I.S.T. - Forged In Shadow Torch:%LOCALAPPDATA%\ZingangGame\Saved\Config\WindowsNoEditor\Engine.ini
  • Fobia - St.Dinfna Hotel:%LOCALAPPDATA%\Fobia\Saved\Config\WindowsNoEditor\Engine.ini
  • Frozen Flame:%LOCALAPPDATA%\FrozenFlame\Saved\Config\WindowsNoEditor\Engine.ini
  • Ghostrunner:%LOCALAPPDATA%\Ghostrunner\Saved\Config\WindowsNoEditor\Engine.ini
  • Gotham Knights:%LOCALAPPDATA%\Mercury\Saved\Config\WindowsNoEditor\Engine.ini
  • Gungrave G.O.R.E:%LOCALAPPDATA%\GunGraveGore\Saved\WindowsNoEditor\Engine.ini
  • Hell Pie:%LOCALAPPDATA%\HellPie\Saved\Config\WindowsNoEditor\Engine.ini
  • Hello Neighbor 2:%LOCALAPPDATA%\HelloNeighbor2\Saved\Config\WindowsNoEditor\Engine.ini
  • Hot Wheels Unleashed:%LOCALAPPDATA%\hotwheels\Saved\Config\WindowsNoEditor\Engine.ini
  • Hydroneer:%LOCALAPPDATA%\Mining\Saved\Config\WindowsNoEditor\Engine.ini
  • ICARUS:%LOCALAPPDATA%\Icarus\Saved\Config\WindowsNoEditor\Engine.ini
  • INDUSTRIA:%LOCALAPPDATA%\Industria\Saved\Config\WindowsNoEditor\Engine.ini
  • Into the Radius VR:%LOCALAPPDATA%\IntoTheRadius\Saved\Config\WindowsNoEditor\Engine.ini
  • Kena: Bridge of Spirits:%LOCALAPPDATA%\Kena\Saved\Config\WindowsNoEditor\Engine.ini
  • Land of the Vikings:%LOCALAPPDATA%\VikingOyunu\Saved\Config\WindowsNoEditor\Engine.ini
  • Myst:%LOCALAPPDATA%\Myst\Saved\Config\WindowsNoEditor\Engine.ini
  • Necromunda: Hired Gun:%LOCALAPPDATA%\Streumon\Necromunda\Saved\Config\WindowsNoEditor\Engine.ini
  • Ready or Not:%LOCALAPPDATA%\ReadyOrNot\Saved\Config\WindowsNoEditor\Engine.ini
  • Severed Steel:%LOCALAPPDATA%\ThankYouVeryCool\Saved\Config\WindowsNoEditor\Engine.ini
  • Soulstice:GAME_INSTALL_LOCATION\Soulstice\Saved\Config\WindowsNoEditor\Engine.ini
  • Succubus:%LOCALAPPDATA%\Succubus\Saved\Config\WindowsNoEditor\Engine.ini
  • Sword and Fairy 7:%LOCALAPPDATA%\Pal7\Saved\Config\WindowsNoEditor\Engine.ini
  • The Ascent:%LOCALAPPDATA%\TheAscent\Saved\Config\WindowsNoEditor\Engine.ini
  • The Chant:%LOCALAPPDATA%\Chant\Saved\Config\WindowsNoEditor\Engine.ini
  • The Last Oricru:%LOCALAPPDATA%\LostHero\Saved\Config\WindowsNoEditor\Engine.ini
  • The Orville - Interactive Fan Experience:GAME_INSTALL_LOCATION\OrvilleFanGame\Saved\Config\WindowsNoEditor\Engine.ini

Uninstallation

  • Delete nvngx.dll, nvngx.ini, and winmm.dll
  • GNU/Linux users should refer to prior command