File information

Last updated

Original upload

Created by

artur07305

Uploaded by

artur07305

Virus scan

Some manually verified files

Mod articles

  • Understanding DLSS Enabler's logs

    Understanding the structure and contents of DLSS Enabler's logs can be very useful for both troubleshooting and experimenting with various mod and game settings.
    Before explaining the logs in detail, it is important to understand the general mechanism DLSS Enabler uses to unlock Frame Generation and DLSS upscaler options in game settings.

    What DLSS Enabler does to make things work?

    In order to unlock all the necessary options in game settings, DLSS Enabler:
    Attaches itself to the starting game process.
    Loads its own configuration file.
    Performs basic sanity checks and assesses the runtime environment.
    Detects the game type, GPU, and operating system in use.
    Depending on the detected operating system, emulates missing OS capabili...

  • Documentation for modders: how to contol DLSS Frame Generation from your mod

    DLSS Enabler 2.90.800.0 onwards exposes two public functions as part of its main dll file called "dlss-enabler.dll".

    As a game modder, you can use them to enable, disable or check the general status of Frame Generation.

    Function 1: Returns the current state of Frame Generation

    DLSS_Enabler_Result GetFrameGenerationMode(DLSS_Enabler_FrameGeneration_Mode &mode);


    Function 2: Enables or Disables the Frame Generation feature real-time

    DLSS_Enabler_Result SetFrameGenerationMode(DLSS_Enabler_FrameGeneration_Mode mode)


    Both functions operate on the following enum structure:

    typedef enum DLSS_Enabler_FrameGeneration_Mode
    {
    DLSS_Enabler_FrameGeneration_Disabled, // translates to...

  • Enabling Reshade with DLSS Enabler

    Introduction

    ReShade is an advanced post-processing injector primarily used in video games to enhance graphics quality, modify colors, apply visual effects, and improve overall image clarity. It works by injecting custom shaders into the rendering pipeline of supported games, allowing users to customize the visual appearance of their games beyond what is provided by default.

    DLSS Enabler is fully compatible with Reshade application and this document covers all the installation steps necessary to integrate with it.

    Installation Instructions for NVIDIA GPUs

    No specific installation steps are required. Simply install both Reshade and DLSS Enabler by following the regular installation procedures provided by their respective installer applications...

  • Enabling Frame Generation in older games using Puredark mod and DLSS Enabler

    Introduction

    Many older games such as GTA V or Skyrim lack the DLSSG Frame Generation feature in their engines. However, there are dedicated mods available, mostly from Puredark and often for a fee, that can retrofit these games with DLSS/DLSSG capabilities.

    Most of Puredark's mods now offer the option to select FSR3 Frame Generation. Therefore, we strongly recommend using these builds on their own. However, if you still wish to combine it with DLSS Enabler, this article will guide you through the process seamlessly.

    Installation steps


    Install Puredark's DLSS/DLSSG version of the mod dedicated to the particular game
     If that mod provides its own dxgi.dll file and you plan to play the game on non-NVIDIA GPUs - rename said file to...