Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using er patcher with other launch properties #63

Open
Larlenn opened this issue Mar 24, 2024 · 2 comments
Open

Using er patcher with other launch properties #63

Larlenn opened this issue Mar 24, 2024 · 2 comments

Comments

@Larlenn
Copy link

Larlenn commented Mar 24, 2024

I really want to use er-patcher with another launch properties and mods for Steam Deck
Currently using:
echo "%command%" | sed 's/start_protected_game/eldenring/' | WINEDLLOVERRIDES="dinput8.dll=n,b" sh

How would I combine it with er patcher ultrawide only? Tried after | but did not work

Thanks

@emaxoda
Copy link

emaxoda commented May 11, 2024

this sed 's/start_protected_game/eldenring/' can be removed since er-patcher already disables EAC
so it should look like this
python er-patcher -u -- env WINEDLLOVERRIDES="dinput8.dll=n,b" %command%

@Bookingyo
Copy link

do you know how I could launch this with Gamescope for HDR?

python er-patcher -u -- env

ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 165 --hdr-enabled %command%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants