gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seamless co-op

Pednick opened this issue · comments

Edit:

I seem to have found a solution to run er-patcher and seemlesscoop, David at Detailed Linux Guide on Discord has a script and launcher options that work.
I just put these particular preferred options with his:

python3 er-patcher --all --rate 144 --disable-rune-loss -x launch_elden_ring_seamlesscoop.exe -- env mangohud DXVK_FRAME_RATE=58 PROTON_SET_GAME_DRIVE=1 VKD3D_FEATURE_LEVEL=12_0 DXVK_STATE_CACHE=1 DXVK_ASYNC=1 /bin/bash ./launch_elden_ring_seamlesscoop.sh %command%

Edit again:

Found out I don't need to use the script just needed to use these launch options with the launcher:

python3 er-patcher --all --rate 144 --disable-rune-loss -x launch_elden_ring_seamlesscoop.exe -- env mangohud PROTON_SET_GAME_DRIVE=1 %command%

It seems to be solved so I'm closing this issue.