Skip to content

Commit

Permalink
[util] Add config for Alien Rage
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Blisto91 authored and doitsujin committed Jan 13, 2023
1 parent 070a340 commit cc9266e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },
}};


Expand Down

0 comments on commit cc9266e

Please sign in to comment.