Skip to content

Releases: emoose/DLSSTweaks

DLSSTweaks 0.200.8.2

28 Sep 19:24
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 53x - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Binaries / DLL downloads can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files

If the tweaks helped improve your experience consider buying a coffee to support future development & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


Ray Reconstruction note: DLSSTweaks versions 0.200.8 onward appear to work fine with RR without issues, the scaling ratios can still be adjusted & OverrideDlssHud setting can show you the Ray Reconstruction HUD overlay, though if you do have any problems with it please feel free to let me know.

DLSSTweaks allows two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you, the DLSSTweaksConfig.exe tool can also be used to install/remove this registry tweak.

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes since 0.200.6

  • (0.200.8.2) DLSS: fixed incomplete Vulkan-related function hooks, VK games such as hl1rt should now run fine again
  • (0.200.8.2) INI: added BaseINI setting to INI, this tells DLSSTweaks to read from the specified INI before reading the rest of the settings in the current INI, allowing it to act as a sort of "global config" (eg. you could setup a single DLSSTweaks INI in a central location, then edit your individual game INIs to point at it via BaseINI, and then any changes to the central INI will automatically take effect - settings from the game INI can then override the ones from BaseINI too)
  • DLSS: hooked DLSS code which would pick the preset based on the current resolution ratio, so it can check against our tweaked ratios instead
  • DLSS: added support for 3.1.30 & 3.5
  • DLSS: added hook to allow DLSSD (Ray Reconstruction) HUD overlay to be toggled, OverrideDlssHud should now apply to it fine
  • DLSS: will now update the dynamic resolution params used by DLSS, fixes certain games that would use those params instead of the normal width/height we returned
  • DLSSPresets: added support for preset G (currently unused)
  • Wrapper: added missing _nvngx.dll exports, should now allow nvngx.dll wrapper to work with RR/DLSSD
  • ConfigTool: added NvGlobalProfileSettings section to adjust the new DLSS NvProfile settings added in DLSS 3.1.11+
  • ConfigTool: added VideoSuperResolution setting under NvGlobalProfileSettings
  • ConfigTool: allow tool to be ran separately from DLSSTweaks.ini itself, can now be used standalone for configuring the NvProfile settings above
  • ConfigTool: allow NvGlobalProfileSettings to be changed via command-line switches, the name displayed in ConfigTool matches the cmd-line parameter to use, eg. DLSSTweaksConfig.exe -GlobalForcedScale 0.77 will set the GlobalForcedScale NvProfile setting to 0.77, multiple options can be used at once
  • ConfigTool: for ratio-related settings, added a tooltip which will show estimate of the resolution for that ratio based on desktop res (likewise, entering a resolution instead of ratio will display estimated ratio too)
  • ConfigTool: added button to copy install to another folder (copies current DLSSTweaks DLL & INI over)
  • ConfigTool: included default INI inside ConfigTool itself, to fetch setting descriptions from
  • ConfigTool: added context-menu settings for DLLPathOverrides section, can now rename/delete overrides from there
  • ConfigTool: added option for setting the NV signature override from the tool itself (will prompt for admin permissions when changing)
  • ConfigTool: if we detect that our DLL filename is "nvngx.dll", check if the NV override is set & offer to set it up if not
  • ConfigTool: if we detect multiple DLSSTweaks DLL files are being used, show a warning about it and allow removing any extras
  • ConfigTool: if INI file can't be written, try relaunching as admin (will prompt if necessary)
  • ConfigTool: allow "Copy install" to scan game EXE/DLLs for possible DLL wrapper filenames to use & ask user which they'd like
  • ConfigTool: improved mouseover / hover detection when displaying setting descriptions
  • ConfigTool: fixed NV signature override code to set both registry keys that NVNGX might check

Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Verification

Hashes for verification:

nvngx.dll
  • MD5: BFD664DAA13129CB34159D725A8734D2
  • SHA-1: 4BEFD03D2BEFF8CA4D73BEEBC6F6DAC1713922CC
  • SHA-256: EF75F00383C4F170A53E1D54EFD7CB63565941E60CD3DE32DE3DA61A6ED3266B
DLSSTweaksConfig.exe
  • MD5: B3E28E05ABC7EE25CF39111A6706AC28
  • SHA-1: FBE8C6022132CD32B9DEDCB3D3B18AF7F4154DF5
  • SHA-256: 931E5E38ECDB41BDD47291013640EEB3D6E2A4F8E7DF136327F0126CF049A825

Binaries / DLL file can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files

The files listed below are just source code for the DLL, the DLL itself for use with games can be found in the link above.

DLSSTweaks 0.200.8.1

24 Sep 17:19
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 53x - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

If the tweaks helped improve your experience consider buying a coffee to support future development & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


Ray Reconstruction note: DLSSTweaks versions 0.200.8 onward appear to work fine with RR without issues, the scaling ratios can still be adjusted & OverrideDlssHud setting can show you the Ray Reconstruction HUD overlay, though if you do have any problems with it please feel free to let me know.

DLSSTweaks allows two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you, the DLSSTweaksConfig.exe tool can also be used to install/remove this registry tweak.

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes since 0.200.6

  • DLSS: hooked DLSS code which would pick the preset based on the current resolution ratio, so it can check against our tweaked ratios instead
  • DLSS: added support for 3.1.30 & 3.5
  • DLSS: added hook to allow DLSSD (Ray Reconstruction) HUD overlay to be toggled, OverrideDlssHud should now apply to it fine
  • DLSS: will now update the dynamic resolution params used by DLSS, fixes certain games that would use those params instead of the normal width/height we returned
  • DLSSPresets: added support for preset G (currently unused)
  • Wrapper: added missing _nvngx.dll exports, should now allow nvngx.dll wrapper to work with RR/DLSSD
  • ConfigTool: added NvGlobalProfileSettings section to adjust the new DLSS NvProfile settings added in DLSS 3.1.11+
  • ConfigTool: added VideoSuperResolution setting under NvGlobalProfileSettings
  • ConfigTool: allow tool to be ran seperately from DLSSTweaks.ini itself, can be used to configure the NvProfile settings above
  • ConfigTool: allow NvGlobalProfileSettings to be changed via command-line switches, the name displayed in ConfigTool matches the cmd-line parameter to use, eg. DLSSTweaksConfig.exe -GlobalForcedScale 0.77 will set the GlobalForcedScale NvProfile setting to 0.77, multiple options can be used at once
  • ConfigTool: for ratio-related settings, added a tooltip which will show estimate of the resolution for that ratio based on desktop res (likewise, entering a resolution instead of ratio will display estimated ratio too)
  • ConfigTool: added button to copy install to another folder (copies current DLSSTweaks DLL & INI over)
  • ConfigTool: included default INI inside ConfigTool itself, to fetch setting descriptions from
  • ConfigTool: added context-menu settings for DLLPathOverrides section, can now rename/delete overrides from there
  • ConfigTool: added option for setting the NV signature override from the tool itself (will prompt for admin permissions when changing)
  • ConfigTool: if we detect that our DLL filename is "nvngx.dll", check if the NV override is set & offer to set it up if not
  • ConfigTool: if we detect multiple DLSSTweaks DLL files are being used, show a warning about it and allow removing any extras
  • ConfigTool: if INI file can't be written, try relaunching as admin (will prompt if necessary)
  • ConfigTool: allow "Copy install" to scan game EXE/DLLs for possible DLL wrapper filenames to use & ask user which they'd like
  • ConfigTool: improved mouseover / hover detection when displaying setting descriptions
  • ConfigTool: fixed NV signature override code to set both registry keys that NVNGX might check

Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Verification

Hashes for verification:

nvngx.dll
  • MD5: 64195197F1AE8C52C7D1260AF79864F6
  • SHA-1: 5FD2221005218D6877D9B1EEDBFA9405145B29B3
  • SHA-256: 8BC53A6A7043AB25745546D4D56668600952E0440323BA6E1B87E6759BA1B120
DLSSTweaksConfig.exe
  • MD5: EF0DFEF1EE7E46CC7AF6B8049CAF5E20
  • SHA-1: 2116457445A1A55FCF49B6D195BB7A0FB2AFB7B4
  • SHA-256: 15CBCBDA36E45A008F2D13CB4646B5975CED9B1B5ECA83FD333377AE40518872

The files are signed too, but unfortunately only with a self-signed certificate, which would be easy for others to impersonate... more info about that at https://github.com/emoose/DLSSTweaks/wiki/DLL-Signature

(if someone with a proper code-signing cert is able to help sign DLLs for me it'd be extremely appreciated, please email me at abc (at) cock (dot) li)


Binaries / DLL file can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files

The files listed below are just source code for the DLL, the DLL itself for use with games can be found in the link above.

DLSSTweaks 0.200.6

12 Apr 08:12
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development & help to obtain more games to test with.

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes since 0.200.4:

  • ConfigTool: added DLSSTweaksConfig.exe tool for editing DLSSTweaks.ini, can change all settings inside the INI along with showing descriptions of each, and also allows selecting DLSS DLL to override with
  • DLSSQualityLevels: can now set DLSS quality level to a custom resolution directly, instead of needing to work out what ratio is needed for the given res
  • OverrideSharpening: lets the DLSS sharpening amount be customized, changed to softening instead, or disabled entirely (only for pre-2.5.1 DLSS, 2.5.1 and newer removed DLSS sharpening)
  • Log: now prints a recommendation about OverrideAutoExposure into log, if game doesn't provide its own exposure value to DLSS then enabling is recommended, otherwise if game is providing one, and user has OverrideAutoExposure enabled, they're now recommended to disable it
  • DLSSPresets: add hook to override presets forced by DLSS with users ones - now OverrideAppId shouldn't be required to override the presets determined by Nvidia, instead just change Default to any preset and it should be made active.
    (this might help DLSS to make any game-specific changes now too, since it'll now always be told the correct AppId for the game)
  • INI: monitor INI file by default, remove WatchIniUpdates setting, add DisableIniMonitoring in case some games have issues with it (the way it watches the INI is very efficient using Win32 directory-changes functions, so shouldn't have any perf issues)
  • DisableDevWatermark: add watermark removal patch for DLSSG / FrameGen 3.1.10 (aka 1.10.0)
  • DLLPathOverrides: now allows overriding almost any DLL to load from a custom path instead, useful for nvngx_dlss & nvngx_dlssg
  • Log: now tries to warn user via dlsstweaks_error.log file if multiple instances of DLSSTweaks are loaded in to the game
  • Log: fix DLSSTweaks log entries being printed to command-prompt window in certain games
  • Log: now logs the DLSS flags specified by the game when VerboseLogging is enabled, to help give more info about how games use it
  • Hooks: updated safetyhook to new version, improving compatibility with certain games (eg Minecraft)
  • DLSSQualityLevels: allow both comma and period to be used when specifying ratio
  • DLSSPresets: improved hook to only force presets that are customized (leaving non-customized ones to use NV-provided defaults), and added support for 3.1.1 to new override hook method
  • Hooks: applies hooks to modules slightly earlier, before DllMain of the module is ran, possibly improving stability/compatibility
  • Misc: fixed crash when std::filesystem::exists would throw exception (only seemed to happen under UWP games, which mess with filesystem permissions)
  • Misc: DLL is now self-signed, and hashes of DLL provided on github, more info at https://github.com/emoose/DLSSTweaks/wiki/DLL-Signature

Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Verification

Hashes for verification:

nvngx.dll
  • MD5: 063E4FAE1BF759DAE1EAE289896F4383
  • SHA-1: 2DD274315E5DC53730394B5796B972F96F74F6A9
  • SHA-256: 31C26172306DA5C4F08BC7DBB493E327CD48BBF507331967C74A7298122E3F67
DLSSTweaksConfig.exe
  • MD5: 169047C109383F658C2751E4FCC6114F
  • SHA-1: C53508304CDFE46EDFD44DD2F8AB3F0A0AF6C310
  • SHA-256: DCEB138FC651C8B67A3448CDF95F8E17D32494E065F9C31903F910D07200DA11

The files are signed too, but unfortunately only with a self-signed certificate, which would be easy for others to impersonate... more info about that at https://github.com/emoose/DLSSTweaks/wiki/DLL-Signature

(if someone with a proper code-signing cert is able to help sign DLLs for me it'd be extremely appreciated, please email me at abc (at) cock (dot) li)


Binaries / DLL file can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files

The files listed below are just source code for the DLL, the DLL itself for use with games can be found in the link above.

DLSSTweaks 0.200.5-beta5

08 Apr 18:15
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development & help to obtain more games to test with.

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.5-beta5/beta4:

0.200.5-beta5 is a "release candidate" for the 0.200.5 main release, need to test it with a few more games before pushing out that release properly, but not sure how long that might take me, so figured it was worth making one last beta release for it first.

  • (0.200.5-beta5): Log: fix DLSSTweaks log entries being printed to command-prompt window in certain games
  • (0.200.5-beta5): Hooks: updated safetyhook for improved compatibility
  • DLSSQualityLevels: can now set DLSS quality level to a custom resolution directly, instead of needing to work out what ratio is needed for the given res
  • DLSSQualityLevels: allow both comma and period to be used when specifying ratio
  • OverrideSharpening: lets the DLSS sharpening amount be customized, changed to softening instead, or disabled entirely (only for pre-2.5.1 DLSS, 2.5.1 and newer removed DLSS sharpening)
  • DLSSPresets: improved hook to only force presets that are customized (leaving non-customized ones to use NV-provided defaults), and added support for 3.1.1 to new override hook method
  • Log: now logs the DLSS flags specified by the game when VerboseLogging is enabled, to help give more info about how games use it
  • Log: now prints a recommendation about OverrideAutoExposure into log, if game doesn't provide its own exposure value to DLSS then enabling is recommended, otherwise if game is providing one, and user has OverrideAutoExposure enabled, they're now recommended to disable it
  • Hooks: applies hooks to modules slightly earlier, before DllMain of the module is ran, possibly improving stability/compatibility
  • Hooks: updated safetyhook to new version, improving compatibility with certain games (eg Minecraft)
  • Misc: fixed crash when std::filesystem::exists would throw exception (only seemed to happen under UWP games, which mess with filesystem permissions)
  • Misc: DLL is now self-signed, and hashes of DLL provided, more info at https://github.com/emoose/DLSSTweaks/wiki/DLL-Signature

Changes in 0.200.xx:

  • (0.200.5-beta3) DLSSPresets: add hook to override presets forced by DLSS with users ones - now OverrideAppId shouldn't be required to override the presets determined by Nvidia, instead just change Default to any preset and it should be made active.
    (this might help DLSS to make any game-specific changes now too, since it'll now always be told the correct AppId for the game)

  • (0.200.5-beta3) INI: added VerboseLogs setting to control log level, enabling this will give a tiny bit extra debugging into into the log file, more things about DLSS will likely be logged there in future

  • (0.200.5-beta3) INI: monitor INI file by default, remove WatchIniUpdates setting, add DisableIniMonitoring in case some games have issues with it (the way it watches the INI is very efficient using Win32 directory-changes functions, so shouldn't have any perf issues)

  • (0.200.5-beta3) FrameGen: allow changing watermark patch during runtime by editing INI file

  • (0.200.5-beta3) FrameGen: zero dlssg watermark string instead of code patch (should help watermark patch work across any later versions)

  • (0.200.5-beta2) DLLPathOverrides: fix crash when INI section empty / doesn't exist

  • (0.200.5-beta2) removed messagebox when multiple instances of DLSSTweaks are detected, will now only write to dlsstweaks_error.log instead

  • (0.200.5-beta1) DisableDevWatermark: add watermark removal patch for DLSSG / FrameGen 3.1.10 (aka 1.10.0)

  • (0.200.5-beta1) DLLPathOverrides: now allows overriding almost any DLL to load from a custom path instead, useful for nvngx_dlss & nvngx_dlssg

  • (0.200.5-beta1) now tries to warn user via MessageBox / dlsstweaks_error.log file if multiple instances of DLSSTweaks are loaded in to the game

  • (0.200.4) OverrideDlssDll: fixed issues with spaces in path

  • (0.200.4) clamped/limited quality level ratios between 0.0 and 1.0

  • (0.200.4) updated to latest safetyhook

  • (0.200.4) INI: improved/simplified text

  • (0.200.4) added extra logging around errors & current settings

  • (0.200.4) improved vulkan function definitions

  • (0.200.4) for those using global injector setups, will now first read in settings from a global INI located next to the DLL, and then override with settings from an INI located next to game EXE, so settings can be overridden per-game

  • (0.200.4) now uses DLSS SDK for DLSS structs/properties instead of needing to define them ourselves

  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games

  • (0.200.3) moved OverrideAppId to DLSSPresets section

  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)

  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)

  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic

  • improved OverrideDlssHud hook to let it work across more versions of DLSS

  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)

  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead

  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)

  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins

  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.

  • improved support for older drivers that might be missing certain DLSS functions

  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead j...

Read more

DLSSTweaks 0.200.5-beta4

03 Apr 22:16
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development, & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.5-beta4:

  • DLSSQualityLevels: can now set DLSS quality level to a custom resolution directly, instead of needing to work out what ratio is needed for the given res
  • DLSSQualityLevels: allow both comma and period to be used when specifying ratio
  • OverrideSharpening: lets the DLSS sharpening amount be customized, changed to softening instead, or disabled entirely (only for pre-2.5.1 DLSS, 2.5.1 and newer removed DLSS sharpening)
  • DLSSPresets: improved hook to only force presets that are customized (leaving non-customized ones to use NV-provided defaults), and added support for 3.1.1 to new override hook method
  • Log: now logs the DLSS flags specified by the game when VerboseLogging is enabled, to help give more info about how games use it
  • Log: now prints a recommendation about OverrideAutoExposure into log, if game doesn't provide its own exposure value to DLSS then enabling is recommended, otherwise if game is providing one, and user has OverrideAutoExposure enabled, they're now recommended to disable it
  • Hooks: applies hooks to modules slightly earlier, before DllMain of the module is ran, possibly improving stability/compatibility
  • Hooks: updated safetyhook to new version, improving compatibility with certain games (eg Minecraft)
  • Misc: fixed crash when std::filesystem::exists would throw exception (only seemed to happen under UWP games, which mess with filesystem permissions)
  • Misc: DLL is now self-signed, and hashes of DLL provided, more info at https://github.com/emoose/DLSSTweaks/wiki/DLL-Signature

Changes in 0.200.xx:

  • (0.200.5-beta3) DLSSPresets: add hook to override presets forced by DLSS with users ones - now OverrideAppId shouldn't be required to override the presets determined by Nvidia, instead just change Default to any preset and it should be made active.
    (this might help DLSS to make any game-specific changes now too, since it'll now always be told the correct AppId for the game)

  • (0.200.5-beta3) INI: added VerboseLogs setting to control log level, enabling this will give a tiny bit extra debugging into into the log file, more things about DLSS will likely be logged there in future

  • (0.200.5-beta3) INI: monitor INI file by default, remove WatchIniUpdates setting, add DisableIniMonitoring in case some games have issues with it (the way it watches the INI is very efficient using Win32 directory-changes functions, so shouldn't have any perf issues)

  • (0.200.5-beta3) FrameGen: allow changing watermark patch during runtime by editing INI file

  • (0.200.5-beta3) FrameGen: zero dlssg watermark string instead of code patch (should help watermark patch work across any later versions)

  • (0.200.5-beta2) DLLPathOverrides: fix crash when INI section empty / doesn't exist

  • (0.200.5-beta2) removed messagebox when multiple instances of DLSSTweaks are detected, will now only write to dlsstweaks_error.log instead

  • (0.200.5-beta1) DisableDevWatermark: add watermark removal patch for DLSSG / FrameGen 3.1.10 (aka 1.10.0)

  • (0.200.5-beta1) DLLPathOverrides: now allows overriding almost any DLL to load from a custom path instead, useful for nvngx_dlss & nvngx_dlssg

  • (0.200.5-beta1) now tries to warn user via MessageBox / dlsstweaks_error.log file if multiple instances of DLSSTweaks are loaded in to the game

  • (0.200.4) OverrideDlssDll: fixed issues with spaces in path

  • (0.200.4) clamped/limited quality level ratios between 0.0 and 1.0

  • (0.200.4) updated to latest safetyhook

  • (0.200.4) INI: improved/simplified text

  • (0.200.4) added extra logging around errors & current settings

  • (0.200.4) improved vulkan function definitions

  • (0.200.4) for those using global injector setups, will now first read in settings from a global INI located next to the DLL, and then override with settings from an INI located next to game EXE, so settings can be overridden per-game

  • (0.200.4) now uses DLSS SDK for DLSS structs/properties instead of needing to define them ourselves

  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games

  • (0.200.3) moved OverrideAppId to DLSSPresets section

  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)

  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)

  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic

  • improved OverrideDlssHud hook to let it work across more versions of DLSS

  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)

  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead

  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)

  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins

  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.

  • improved support for older drivers that might be missing certain DLSS functions

  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead just hook the DllMain of the module being hooked, which lets us know when the module is loaded/unloaded without needing any bookkeeping - this should help with games that might load & unload the DLSS modules during runtime

  • updated to newer safetyhook to improve stability of code hooks

Changes in 0.123.10+

  • (0.123.11) fixes issue with crashes on launch if log file can't be written (eg. with WinStore apps)
  • added `D...
Read more

DLSSTweaks 0.200.5-beta3

31 Mar 02:24
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development, & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.xx:

  • (0.200.5-beta3) DLSSPresets: add hook to override presets forced by DLSS with users ones - now OverrideAppId shouldn't be required to override the presets determined by Nvidia, instead just change Default to any preset and it should be made active.
    (this might help DLSS to make any game-specific changes now too, since it'll now always be told the correct AppId for the game)

  • (0.200.5-beta3) INI: added VerboseLogs setting to control log level, enabling this will give a tiny bit extra debugging into into the log file, more things about DLSS will likely be logged there in future

  • (0.200.5-beta3) INI: monitor INI file by default, remove WatchIniUpdates setting, add DisableIniMonitoring in case some games have issues with it (the way it watches the INI is very efficient using Win32 directory-changes functions, so shouldn't have any perf issues)

  • (0.200.5-beta3) FrameGen: allow changing watermark patch during runtime by editing INI file

  • (0.200.5-beta3) FrameGen: zero dlssg watermark string instead of code patch (should help watermark patch work across any later versions)

  • (0.200.5-beta2) DLLPathOverrides: fix crash when INI section empty / doesn't exist

  • (0.200.5-beta2) removed messagebox when multiple instances of DLSSTweaks are detected, will now only write to dlsstweaks_error.log instead

  • (0.200.5-beta1) DisableDevWatermark: add watermark removal patch for DLSSG / FrameGen 3.1.10 (aka 1.10.0)

  • (0.200.5-beta1) DLLPathOverrides: now allows overriding almost any DLL to load from a custom path instead, useful for nvngx_dlss & nvngx_dlssg

  • (0.200.5-beta1) now tries to warn user via MessageBox / dlsstweaks_error.log file if multiple instances of DLSSTweaks are loaded in to the game

  • (0.200.4) OverrideDlssDll: fixed issues with spaces in path

  • (0.200.4) clamped/limited quality level ratios between 0.0 and 1.0

  • (0.200.4) updated to latest safetyhook

  • (0.200.4) INI: improved/simplified text

  • (0.200.4) added extra logging around errors & current settings

  • (0.200.4) improved vulkan function definitions

  • (0.200.4) for those using global injector setups, will now first read in settings from a global INI located next to the DLL, and then override with settings from an INI located next to game EXE, so settings can be overridden per-game

  • (0.200.4) now uses DLSS SDK for DLSS structs/properties instead of needing to define them ourselves

  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games

  • (0.200.3) moved OverrideAppId to DLSSPresets section

  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)

  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)

  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic

  • improved OverrideDlssHud hook to let it work across more versions of DLSS

  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)

  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead

  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)

  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins

  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.

  • improved support for older drivers that might be missing certain DLSS functions

  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead just hook the DllMain of the module being hooked, which lets us know when the module is loaded/unloaded without needing any bookkeeping - this should help with games that might load & unload the DLSS modules during runtime

  • updated to newer safetyhook to improve stability of code hooks

Changes in 0.123.10+

  • (0.123.11) fixes issue with crashes on launch if log file can't be written (eg. with WinStore apps)
  • added DLSSQualityLevels section, where custom ratios can be set for each DLSS level
  • changed ForceAutoExposure to OverrideAutoExposure, can now be force disabled if desired
  • added WatchIniUpdates setting, which can try applying any updated dlsstweaks.ini settings during the session
  • added OverrideDlssHud setting, can allow force enabling/disabling the DLSS debug display without needing to edit registry
  • added DisableDevWatermark setting to hide watermark message when using dev DLL
  • improved function definitions, may improve stability (tiny chance that it might help with titles that had issues with DLAA previously)
  • switched hook library to safetyhook, use spdlog for logging
  • use ini-cpp to read INI instead of GetPrivateProfile functions, fixes issues with INI being locked & not being writable by external apps during runtime
  • now uses _beginthreadex instead of CreateThread for our main hook init thread

0.123.10+ could have some regressions in certain titles compared to 0.123.9 - if you find a title that used to work but now doesn't, please let me know on the issues page.


Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & [OrganizationOk4516](https://www.reddit.com/user/Organizat...

Read more

DLSSTweaks 0.200.5-beta2

28 Mar 16:38
Compare
Choose a tag to compare

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development, & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.xx:

  • (0.200.5-beta2) DLLPathOverrides: fix crash when INI section empty / doesn't exist
  • (0.200.5-beta2) removed messagebox when multiple instances of DLSSTweaks are detected, will now only write to dlsstweaks_error.log instead
  • (0.200.5-beta1) DisableDevWatermark: add watermark removal patch for DLSSG / FrameGen 3.1.10 (aka 1.10.0)
  • (0.200.5-beta1) DLLPathOverrides: now allows overriding almost any DLL to load from a custom path instead, useful for nvngx_dlss & nvngx_dlssg
  • (0.200.5-beta1) now tries to warn user via MessageBox / dlsstweaks_error.log file if multiple instances of DLSSTweaks are loaded in to the game
  • (0.200.4) OverrideDlssDll: fixed issues with spaces in path
  • (0.200.4) clamped/limited quality level ratios between 0.0 and 1.0
  • (0.200.4) updated to latest safetyhook
  • (0.200.4) INI: improved/simplified text
  • (0.200.4) added extra logging around errors & current settings
  • (0.200.4) improved vulkan function definitions
  • (0.200.4) for those using global injector setups, will now first read in settings from a global INI located next to the DLL, and then override with settings from an INI located next to game EXE, so settings can be overridden per-game
  • (0.200.4) now uses DLSS SDK for DLSS structs/properties instead of needing to define them ourselves
  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games
  • (0.200.3) moved OverrideAppId to DLSSPresets section
  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)
  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)
  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic
  • improved OverrideDlssHud hook to let it work across more versions of DLSS
  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)
  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead
  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)
  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins
  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.
  • improved support for older drivers that might be missing certain DLSS functions
  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead just hook the DllMain of the module being hooked, which lets us know when the module is loaded/unloaded without needing any bookkeeping - this should help with games that might load & unload the DLSS modules during runtime
  • updated to newer safetyhook to improve stability of code hooks

Changes in 0.123.10+

  • (0.123.11) fixes issue with crashes on launch if log file can't be written (eg. with WinStore apps)
  • added DLSSQualityLevels section, where custom ratios can be set for each DLSS level
  • changed ForceAutoExposure to OverrideAutoExposure, can now be force disabled if desired
  • added WatchIniUpdates setting, which can try applying any updated dlsstweaks.ini settings during the session
  • added OverrideDlssHud setting, can allow force enabling/disabling the DLSS debug display without needing to edit registry
  • added DisableDevWatermark setting to hide watermark message when using dev DLL
  • improved function definitions, may improve stability (tiny chance that it might help with titles that had issues with DLAA previously)
  • switched hook library to safetyhook, use spdlog for logging
  • use ini-cpp to read INI instead of GetPrivateProfile functions, fixes issues with INI being locked & not being writable by external apps during runtime
  • now uses _beginthreadex instead of CreateThread for our main hook init thread

0.123.10+ could have some regressions in certain titles compared to 0.123.9 - if you find a title that used to work but now doesn't, please let me know on the issues page.


Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Binaries can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files
(this beta version is listed as "DLSSTweaks beta")

The files listed below are just source code for the DLL, binaries for use with games can be found in the link above.

DLSSTweaks 0.200.5-beta1

28 Mar 14:42
Compare
Choose a tag to compare

(old release, see https://github.com/emoose/DLSSTweaks/releases for latest version)

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development, & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.xx:

  • (0.200.5) DisableDevWatermark: add watermark removal patch for DLSSG / FrameGen 3.1.10 (aka 1.10.0)
  • (0.200.5) DLLPathOverrides: now allows overriding almost any DLL to load from a custom path instead, useful for nvngx_dlss & nvngx_dlssg
  • (0.200.5) now tries to warn user via MessageBox / dlsstweaks_error.log file if multiple instances of DLSSTweaks are loaded in to the game
  • (0.200.4) OverrideDlssDll: fixed issues with spaces in path
  • (0.200.4) clamped/limited quality level ratios between 0.0 and 1.0
  • (0.200.4) updated to latest safetyhook
  • (0.200.4) INI: improved/simplified text
  • (0.200.4) added extra logging around errors & current settings
  • (0.200.4) improved vulkan function definitions
  • (0.200.4) for those using global injector setups, will now first read in settings from a global INI located next to the DLL, and then override with settings from an INI located next to game EXE, so settings can be overridden per-game
  • (0.200.4) now uses DLSS SDK for DLSS structs/properties instead of needing to define them ourselves
  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games
  • (0.200.3) moved OverrideAppId to DLSSPresets section
  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)
  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)
  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic
  • improved OverrideDlssHud hook to let it work across more versions of DLSS
  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)
  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead
  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)
  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins
  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.
  • improved support for older drivers that might be missing certain DLSS functions
  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead just hook the DllMain of the module being hooked, which lets us know when the module is loaded/unloaded without needing any bookkeeping - this should help with games that might load & unload the DLSS modules during runtime
  • updated to newer safetyhook to improve stability of code hooks

Changes in 0.123.10+

  • (0.123.11) fixes issue with crashes on launch if log file can't be written (eg. with WinStore apps)
  • added DLSSQualityLevels section, where custom ratios can be set for each DLSS level
  • changed ForceAutoExposure to OverrideAutoExposure, can now be force disabled if desired
  • added WatchIniUpdates setting, which can try applying any updated dlsstweaks.ini settings during the session
  • added OverrideDlssHud setting, can allow force enabling/disabling the DLSS debug display without needing to edit registry
  • added DisableDevWatermark setting to hide watermark message when using dev DLL
  • improved function definitions, may improve stability (tiny chance that it might help with titles that had issues with DLAA previously)
  • switched hook library to safetyhook, use spdlog for logging
  • use ini-cpp to read INI instead of GetPrivateProfile functions, fixes issues with INI being locked & not being writable by external apps during runtime
  • now uses _beginthreadex instead of CreateThread for our main hook init thread

0.123.10+ could have some regressions in certain titles compared to 0.123.9 - if you find a title that used to work but now doesn't, please let me know on the issues page.


Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Binaries can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files
(this beta version is listed as "DLSSTweaks beta")

The files listed below are just source code for the DLL, binaries for use with games can be found in the link above.

DLSSTweaks 0.200.4

27 Mar 06:29
Compare
Choose a tag to compare

(old release, see https://github.com/emoose/DLSSTweaks/releases for latest version)

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1+ is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x versions too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions may have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/researching, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development, & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableNvidiaSigOverride.reg can install this tweak for you (the tweak can also be removed via the DisableNvidiaSigOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.xx:

  • (0.200.4) OverrideDlssDll: fixed issues with spaces in path
  • (0.200.4) clamped/limited quality level ratios between 0.0 and 1.0
  • (0.200.4) updated to latest safetyhook
  • (0.200.4) INI: improved/simplified text
  • (0.200.4) added extra logging around errors & current settings
  • (0.200.4) improved vulkan function definitions
  • (0.200.4) for those using global injector setups, will now first read in settings from a global INI located next to the DLL, and then override with settings from an INI located next to game EXE, so settings can be overridden per-game
  • (0.200.4) now uses DLSS SDK for DLSS structs/properties instead of needing to define them ourselves
  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games
  • (0.200.3) moved OverrideAppId to DLSSPresets section
  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)
  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)
  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic
  • improved OverrideDlssHud hook to let it work across more versions of DLSS
  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)
  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead
  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)
  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins
  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.
  • improved support for older drivers that might be missing certain DLSS functions
  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead just hook the DllMain of the module being hooked, which lets us know when the module is loaded/unloaded without needing any bookkeeping - this should help with games that might load & unload the DLSS modules during runtime
  • updated to newer safetyhook to improve stability of code hooks

Changes in 0.123.10+

  • (0.123.11) fixes issue with crashes on launch if log file can't be written (eg. with WinStore apps)
  • added DLSSQualityLevels section, where custom ratios can be set for each DLSS level
  • changed ForceAutoExposure to OverrideAutoExposure, can now be force disabled if desired
  • added WatchIniUpdates setting, which can try applying any updated dlsstweaks.ini settings during the session
  • added OverrideDlssHud setting, can allow force enabling/disabling the DLSS debug display without needing to edit registry
  • added DisableDevWatermark setting to hide watermark message when using dev DLL
  • improved function definitions, may improve stability (tiny chance that it might help with titles that had issues with DLAA previously)
  • switched hook library to safetyhook, use spdlog for logging
  • use ini-cpp to read INI instead of GetPrivateProfile functions, fixes issues with INI being locked & not being writable by external apps during runtime
  • now uses _beginthreadex instead of CreateThread for our main hook init thread

0.123.10+ could have some regressions in certain titles compared to 0.123.9 - if you find a title that used to work but now doesn't, please let me know on the issues page.


Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Binaries can be found on NexusMods: https://www.nexusmods.com/site/mods/550?tab=files

The files listed below are just source code for the DLL, binaries for use with games can be found in the link above.

DLSSTweaks 0.200.3

17 Mar 03:04
Compare
Choose a tag to compare

(old release, see https://github.com/emoose/DLSSTweaks/releases for latest version)

Wrapper DLL that can force DLAA onto DLSS-supported titles, along with tweaking scaling ratios & DLSS 3.1 presets.

Most titles that support DLSS2+ should hopefully work fine with this, but if you find any that don't, or have any other issues, feel free to post in the issue tracker.

DLSS 3.1 is required for DLSSPresets overrides to be applied, but DLAA forcing / scaling ratio tweaks should work fine across 2.x too - DLSS framegen is unaffected by this DLL.

This has been tested with Nvidia driver series 528 & 531 - earlier driver versions are known to have issues, recommend updating if DLSSTweaks doesn't seem to apply to any games for you.

Many hours have gone into developing/testing/rewriting, along with debugging issues with different games.
If the tweaks have helped improve your experience, please consider buying a coffee to support future development, & help to obtain more games to test with. Thank you!

Buy Me a Coffee at ko-fi.com


DLSSTweaks now offers two different ways to setup the wrapper, which should help let it work across different system configs:

nvngx.dll

The easiest way to install is via nvngx.dll wrapping, this should work fine for the majority of games without needing to rename any files first.

However this method requires a small registry tweak to be applied first to stop DLSS from checking the nvngx.dll signature.

The included EnableSignatureOverride.reg can install this tweak for you (the tweak can also be removed via the DisableSignatureOverride.reg)

After setting up the registry tweak you should be able to just copy the nvngx.dll & dlsstweaks.ini files next to your game EXE, and it should hopefully load into the game fine.

(this is the same registry tweak used by CyberFSR2 to load in their custom nvngx.dll, haven't seen any reports of issues caused by it, but if you play games that use anti-cheat software you may want to use the method below, instead of installing this global registry tweak)

dxgi.dll/etc

Alternatively if you don't wish to use the registry tweak, the older methods of loading in via dxgi.dll etc wrapping are also still supported.
(this older method requires more code hooks to be applied though, which may have issues on certain systems, the nvngx.dll method is believed to be more compatible)

You can switch to these wrappers by renaming the included nvngx.dll file to one of the supported filenames, the dlsstweaks.ini includes a list of filenames you can try.


If the DLL loaded in fine there should be a dlsstweaks.log file created next to the EXE, if that shows up then hopefully the tweaks should be active.
(you can use the DLSS dev DLL to verify that they're actually active, the INI file has more info about that)

Note that the default dlsstweaks.ini won't apply any tweaks, it must be edited first - the included INI explains each of the available tweaks, along with alternate filenames you can rename the DLSSTweaks DLL to.

NOT RECOMMENDED FOR ONLINE GAMES
The way the hook works is similar to how some game cheats modify games, it's very likely to be picked up by most anti-cheats.

Please don't reupload this DLL elsewhere, linking to the releases page would be appreciated.


Changes in 0.200.xx:

  • (0.200.3) improved how wrapped functions call back to original functions, helps fix crashes on certain games
  • (0.200.3) moved OverrideAppId to DLSSPresets section
  • (0.200.3) added ResolutionOffset setting to INI, allows offsetting the DLAA resolution by certain amount, for games that don't like DLAA working at full resolution (eg. Crysis 3 & RE Engine games...)
  • now supports wrapping the nvngx.dll file itself, via exported wrapper functions (this requires signature checks to be disabled via EnableSignatureOverride.reg)
  • improved code so that nvngx.dll wrapper method & the older hooking methods can both share the same logic
  • improved OverrideDlssHud hook to let it work across more versions of DLSS
  • UltraQuality override: allows setting a value for the normally-unused UltraQuality setting, most games don't support this, but a small number may detect the overridden value & make an Ultra Quality setting available to use (eg. Hogwarts Legacy)
  • OverrideDlssDll setting: can override the path that DLSS will be loaded from, may help with games that don't allow the included nvngx_dlss.dll file to be modified (eg. with RGL launcher), so you could set this to make it load DLSS from a different path instead
  • reorganized hooks into separate namespaces for each DLL that we apply changes to (nvngx & nvngx_dlss)
  • uses better method to watch for DLSS DLLs being loaded in, using LdrRegisterDllNotification instead of LoadLibrary hooks, reduces chances of issues with other DLL plugins
  • changed priority of ForceDLAA vs DLSSQualityLevels, values set in DLSSQualityLevels will now always override the ForceDLAA setting, if the section is enabled.
  • improved support for older drivers that might be missing certain DLSS functions
  • changes how hooks are performed: instead of our DLL handling the hook install / removal ourselves (needing us to keep track of the DLL loads/unloads), we instead just hook the DllMain of the module being hooked, which lets us know when the module is loaded/unloaded without needing any bookkeeping - this should help with games that might load & unload the DLSS modules during runtime
  • updated to newer safetyhook to improve stability of code hooks

Changes in 0.123.10+

  • (0.123.11) fixes issue with crashes on launch if log file can't be written (eg. with WinStore apps)
  • added DLSSQualityLevels section, where custom ratios can be set for each DLSS level
  • changed ForceAutoExposure to OverrideAutoExposure, can now be force disabled if desired
  • added WatchIniUpdates setting, which can try applying any updated dlsstweaks.ini settings during the session
  • added OverrideDlssHud setting, can allow force enabling/disabling the DLSS debug display without needing to edit registry
  • added DisableDevWatermark setting to hide watermark message when using dev DLL
  • improved function definitions, may improve stability (tiny chance that it might help with titles that had issues with DLAA previously)
  • switched hook library to safetyhook, use spdlog for logging
  • use ini-cpp to read INI instead of GetPrivateProfile functions, fixes issues with INI being locked & not being writable by external apps during runtime
  • now uses _beginthreadex instead of CreateThread for our main hook init thread

0.123.10+ could have some regressions in certain titles compared to 0.123.9 - if you find a title that used to work but now doesn't, please let me know on the issues page.


Game Compatibility

A list of games tested against DLSSTweaks can be found here: https://github.com/emoose/DLSSTweaks/wiki/Games

If you try out any game that isn't mentioned there please let us know how it went on the issue tracker!

Many thanks to DoktorSleepless & OrganizationOk4516 for helping test the DLL with most of these games before release!


Binaries can be found on NexusMods: https://www.nexusmods.com/witcher3/mods/7925?tab=files

The files listed below are just source code for the DLL, binaries for using with games can be found in the link above.