gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.
MIT License
301 stars 25 forks source link

seamless co-op #46

Closed Pednick closed 1 year ago

Pednick commented 1 year ago

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.