kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working for Wolfenstein "New Order" on Steam

martin-kuenzel opened this issue · comments

Installation runs and creates as follows:

~/.local/share/reshade/
symlinks in ~/.steam/steam/steamapps/common/Wolfenstein.The.New.Order/

After starting the game with the following command, the "home" key does not do toggle anything in the game though:

WINEDLLOVERRIDES="d3dcompiler_47=n;dxgi=n,b" %command% +com_skipIntroVideo 1

also tried without the native game params to no avail.

Not sure if all those things are actually needed as described as followed, but it works now:

in the games folder, make copies of symlink "dxgi.dll" to the same path with following names:
opengl32.dll
d3d39.dll

Steam launch options:
WINEDLLOVERRIDES="d3dcompiler_47=n;dxgi=n,b;d3d9=n,b;opengl32=n,b" %command%