Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: nvngx_dlss to 3.7.10 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class Program
public const string PROCESS_NAME = "RDR2";

public const string DLSS_TO_USE = "nvngx_dlss.dll";
public const string DLSS_TO_DOWNLOAD_IF_NOT_FOUND = "https://github.com/Bullz3y3/RDR2_DLSS_Replacer/raw/master/DLSS/nvngx_dlss_3.5.10.dll";
public const string DLSS_TO_DOWNLOAD_IF_NOT_FOUND = "https://github.com/Bullz3y3/RDR2_DLSS_Replacer/raw/master/DLSS/nvngx_dlss_3.7.10.dll";
public const string DLSS_DOWNLOAD_PROGRESS_STRING = "Please wait... downloading: ";

public const string DLSS_FILE_TO_REPLACE_IN_RDR2_LOCATION = "nvngx_dlss.dll";
Expand Down
2 changes: 1 addition & 1 deletion RDR2_DLSS_Replacer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="DLSS\nvngx_dlss_2.5.1.0.dll" />
<Content Include="DLSS\nvngx_dlss_3.5.10.dll" />
<Content Include="DLSS\nvngx_dlss_3.7.10.dll" />
<Content Include="rdr2_location_for_auto_start.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Run it before launching RDR2, it will replace DLSS with your preferred version,
3. Run `RDR2_DLSS_Replacer.exe`
- It needs Administrator Privileges to replace `nvngx_dlss.dll` in RDR2 directory.
- It requires .NET Framework 4.7.2+ installed. [Download from Microsoft.](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net472-offline-installer)
- It will download DLSS/nvngx_dlss_3.5.10.dll automatically when you run it for the first time.
- It will download DLSS/nvngx_dlss_3.7.10.dll automatically when you run it for the first time.
- (Optional) If you want to use your own preferred DLSS file then paste it in the folder of RDR2_DLSS_Replacer.exe and name it as nvngx_dlss.dll
4. Start Red Dead Redemption 2 game.

Expand Down