1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +01:00

[util] Add config for Alien Rage

Reporting a GTX 295 puts us into the highest behind the scenes graphics settings preset bucket and prevents the shadow issue with `FloatingPointRenderTargets` set to false in the lower preset bucket.
NvapiHack needs to be disabled on Linux since the game pings it in the Windows system folder and want's the VendorId to match your GPU. Else the issue will still happen on Nvidia Linux
This commit is contained in:
Blisto91 2023-01-11 21:13:58 +01:00 committed by Philip Rebohle
parent 070a340115
commit cc9266edaa

View File

@ -696,6 +696,13 @@ namespace dxvk {
{ R"(\\Secret World Legends\\ClientPatcher\.exe$)", {{
{ "d3d9.shaderModel", "2" },
}} },
/* Alien Rage *
* GTX 295 & disable Hack to fix shadows */
{ R"(\\(ShippingPC-AFEARGame|ARageMP)\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
{ "d3d9.customDeviceId", "05E0" },
{ "dxgi.nvapiHack", "False" },
}} },
}};