0 of 0

File information

Last updated

Original upload

Created by

ryhBread

Uploaded by

ryhBread

Virus scan

Safe to use

27 comments

  1. zaican98
    zaican98
    • member
    • 0 kudos
    Admin 再次运行,无法关闭
  2. hondianer
    hondianer
    • member
    • 0 kudos
    Hi, why did you delete the DLSS 4 Update Mod?
    1. ryhBread
      ryhBread
      • premium
      • 49 kudos
      That kind of mod isnt allowed on Nexus Mods and was removed. If you're looking for it just google DLSS .DLLs and you'll find it.
    2. Kupie
      Kupie
      • member
      • 3 kudos
      Really? Nexusmods common L, not allowing commonly found DLLs
  3. Sterbenz
    Sterbenz
    • member
    • 0 kudos
    Thx
  4. DerGamerOne
    DerGamerOne
    • premium
    • 0 kudos
    For me its version 3.7.1 
  5. nggyok
    nggyok
    • member
    • 0 kudos
    The provided batch script looks mostly correct, but there are a few areas that could use improvements or clarification:
    The regPath variable contains extra quotes around the registry path, which is unnecessary when using reg query and reg add. These extra quotes can lead to errors in some cases.
    The use of if not errorlevel 1 is valid, but it's often clearer to use if errorlevel 1 for easier understanding.
    The set /a currentValue=0x%currentValue% line converts the value to a hexadecimal number, but that may cause issues if currentValue is not a valid number.
    I recommend using exit /b 0 at the end of the script to indicate successful completion.
  6. Tatshik
    Tatshik
    • member
    • 0 kudos
    worked for me. thx
  7. ComarUder
    ComarUder
    • member
    • 0 kudos
    Invalid number.  Numeric constants are either decimal (17),
    hexadecimal (0x11), or octal (021).
    Current value is 0x0. Switching to 1024.
    The operation completed successfully.
    Successfully updated ShowDlssIndicator.
    Press any key to continue . . .
    1. ChronosGR
      ChronosGR
      • member
      • 0 kudos
      same issue here..
    2. Michelinmann
      Michelinmann
      • supporter
      • 1 kudos
      "successfully updated indicator" so the indicator should work.
      did you even test it?
    3. ryhBread
      ryhBread
      • premium
      • 49 kudos
      Have you loaded the game? Indicator doesn't show up on the main menu.
    4. ChronosGR
      ChronosGR
      • member
      • 0 kudos
      Yeah, i tried with a loaded save, nothing happens and same message shows up.
    5. ryhBread
      ryhBread
      • premium
      • 49 kudos
      Weird, I updated the indicator to make it more clear if it's enabled or disabled. Give it a try.

      If you can, it'd be good to see if its working for you in other DLSS games.
    6. ComarUder
      ComarUder
      • member
      • 0 kudos
      After starting the game two times, it actually worked. 
  8. Dean89
    Dean89
    • member
    • 0 kudos
    hi i have a question,
    the file work and it's showing me this version, this is dlss4? Because the version number is a bit confusing to me and is the latest i can apply  
    1. ryhBread
      ryhBread
      • premium
      • 49 kudos
      Yeah 310.2 is the current latest version, it is DLSS4.

      Its silly, Nvidia has a really confusing numbering system.
  9. alexyenov
    alexyenov
    • member
    • 0 kudos
    Hello.
    Windows 11, RTX 4090, lastest drivers.
    when i run your .bat file i got:

    1. ryhBread
      ryhBread
      • premium
      • 49 kudos
      Weird you should have the registry key by default. I updated the script to also create the registry if it doesn't already exist, give it a try.
    2. alexyenov
      alexyenov
      • member
      • 0 kudos
      Thx! With new version all works good.
  10. Javislipknot
    Javislipknot
    • supporter
    • 0 kudos
    can this be run for any game or just this game alone?
    1. ryhBread
      ryhBread
      • premium
      • 49 kudos
      Works on any game, just left it here since I made it for KCD2.
    2. HarryKruth
      HarryKruth
      • member
      • 2 kudos
      If this mod is what I think it is, it is a registry edit so it will be active in any game, when DLSS is active.
      In Windows, Run Regedit, browse to 
      Computer\HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NGXCore

      Add new DWORD (32-bit)  named ShowDlssIndicator , enter Decimal value 1024  (or Hexadecimal value 400)  - Done
      (Enter value 0 to turn it off)

      
      Spoiler:  
      Show

      

    3. ryhBread
      ryhBread
      • premium
      • 49 kudos
      Yup exactly. All this script does is automate that, and set the decimal value back to 0 when you run it again.