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

feature: add --executable flag #44

Closed IvarWithoutBones closed 1 year ago

IvarWithoutBones commented 1 year ago

I recently found out that this program does not work well in combination with the seamless co-op mod, because its launched through a executable different from eldenring.exe or launch_game_protected.exe. I resolved this problem by adding an --executable flag which allows you to override the path to the executable, relative to the games folder.

I've also fixed some linter warnings, and added an example to the readme that explains how to use this new flag with the co-op mod, since its fairly popular.

Tested with the following:

gurrgur commented 1 year ago

Thanks for this. Looks fine so I'll merge :)