Skip to content

Commit cb2b2cf

Browse files
authored
Update README.md
1 parent 9852d5b commit cb2b2cf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ Based on [PotatoOfDoom](https://github.com/PotatoOfDoom)'s excellent [CyberFSR2]
55

66
As XeSS officially only supports DirectX12 (Support for DirectX11 added but consider it as alpha and expect performance and other problems).
77

8+
Added CAS shapening support, you can enable and adjust it from ini file.
9+
810
## Official Discord Channel: https://discord.gg/2JDHx6kcXB
911

1012
## Installation
11-
*Following instructions were written for Cyberpunk 2077 and may differ for other games.*
13+
1214
### Windows
1315
* Download the latest relase from releases.
1416
* Extract the contents of the archive next to the `nvngx_dlss.dll` file in your games folder.
17+
* Copy the [libxess.dll](https://raw.githubusercontent.com/intel/xess/main/bin/libxess.dll) to your game executable directory.
1518
* Run `EnableSignatureOverride.reg` and confirm merge.
1619
* That's it. Now DLSS option should appear in settigs.
1720

1821
### Linux
1922
* Download the latest relase from releases.
2023
* Extract the contents of the archive next to the `nvngx_dlss.dll` file in your games folder.
24+
* Copy the [libxess.dll](https://raw.githubusercontent.com/intel/xess/main/bin/libxess.dll) to your game executable directory.
2125
* Run the linuxinstall.sh script
2226
* Or just run the following command with the appropriate file paths to install the tweaks manually:
2327
```
@@ -33,12 +37,13 @@ WINEPREFIX=/path/where/the/steam/library/is/steamapps/compatdata/1091500/pfx /bi
3337

3438
### Requirements
3539
* Visual Studio 2022
40+
* FSR3 3.0.3 SDK files in external\ffx-sdk folder
3641

3742
### Instructions
3843
* Clone this repo with all of its submodules.
3944
* Open the CyberXeSS.sln with Visual Studio 2022.
40-
* Copy the compiled `nvngx.dll` from the XeSS Directory to your Cyberpunk 2077 executable directory.
41-
* Copy the [libxess.dll](https://raw.githubusercontent.com/intel/xess/main/bin/libxess.dll) to your Cyberpunk 2077 executable directory.
42-
* Run the `EnableSignatureOverride.reg` to allow Cyberpunks DLSS implementation to load unsigned DLSS versions
45+
* Copy the compiled `nvngx.dll` from the XeSS Directory to your game executable directory.
46+
* Copy the [libxess.dll](https://raw.githubusercontent.com/intel/xess/main/bin/libxess.dll) to your game executable directory.
47+
* Run the `EnableSignatureOverride.reg` to allow DLSS implementation to load unsigned DLSS versions
4348
* Run the game and set the quality in the DLSS settings
4449
* Play the game with XeSS

0 commit comments

Comments
 (0)