mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-03 16:21:46 +00:00
Update Spoofing.md
This commit is contained in:
+14
-13
@@ -3,6 +3,20 @@ Except from first generation of DLSS2 games they all have some kind of NVidia ve
|
||||
To bypass these checks modders have developed some tools.
|
||||
|
||||
## Windows
|
||||
### Nvapi
|
||||
For spoofing Nvapi calls FakeNvapi can be used. This is needed for enabling DLSS support for some games (like Shadow of the Tomb Raider etc.)
|
||||
|
||||
Also as a **big bonus** with latest releases FakeNvapi added support for AMD's AntiLag 2 & LatencyFlex to reduce input latesncy on games that supports Nvidia's Reflex.
|
||||
##### Usage
|
||||
Just put `nvapi64.dll` next to OptiScaler and set `OverrideNvapiDll=true` from `nvngx.ini`. This only works when OptiScaler is working as non-nvngx (not as `nvngx.dll`).
|
||||
|
||||
For using without OptiScaler:
|
||||
You need to put `nvapi64.dll` file to your `%WINDIR%\System32` but **be careful!**
|
||||
* If you are an Nvidia user **backup your original file** and restore after mod usage is over.
|
||||
* Do not use this mod with online games, it might cause anti cheat issues or banning.
|
||||
##### Link
|
||||
[FakeNvapi](https://github.com/FakeMichau/fakenvapi/releases)
|
||||
|
||||
### DXGI
|
||||
OptiScaler have built-in DXGI spoofing option which is enabled by default when working as non-nvngx (not as `nvngx.dll`).
|
||||
|
||||
@@ -34,19 +48,6 @@ Just place version.dll file next to games executable.
|
||||
##### Link
|
||||
[vulkan-spoofer](https://github.com/cdozdil/vulkan-spoofer/releases)
|
||||
|
||||
### NVAPI
|
||||
For spoofing NVAPI calls nvapi-dummy can be used. Mod tries to implement most used calls and respond to almost all calls.
|
||||
##### Usage
|
||||
Just put `nvapi64.dll` next to OptiScaler and set `OverrideNvapiDll=true` from `nvngx.ini`. This only works when OptiScaler is working as non-nvngx (not as `nvngx.dll`).
|
||||
|
||||
For using without OptiScaler:
|
||||
|
||||
You need to put `nvapi64.dll` file to your `%WINDIR%\System32` but **be careful!**
|
||||
* If you are an NVidia user **backup your original file** and restore after mod usage is over.
|
||||
* Do not use this mod with online games, it might cause anti cheat issues or banning.
|
||||
##### Link
|
||||
[nvapi-dummy](https://github.com/FakeMichau/nvapi-dummy/releases)
|
||||
|
||||
## Linux
|
||||
On Linux with you can use Wine & DXVK's embedded spoofing mechanisms.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user