kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.
GNU General Public License v2.0
361 stars 19 forks source link

Not working for Wolfenstein "New Order" on Steam #53

Closed martin-kuenzel closed 3 months ago

martin-kuenzel commented 3 months ago

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.

martin-kuenzel commented 3 months ago

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%