Need help with Steam launch commands
I'm attempting to use er-patcher https://github.com/gurrgur/er-patcher for Elden Ring to remove the black bars; however, I also want to retain HDR using Gamescope. Gamescope command works well on its own.
Would anyone know how to combine these Steam launch options?
Gamescope
ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 165 --hdr-enabled %command%
ERPatcher
python er-patcher --all --rate 165 -- %command%
GitHub
GitHub - gurrgur/er-patcher: Elden Ring enhancement patches (ultraw...
Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam. - gurrgur/er-patcher
13 Replies
What have you tried?
does the er-patcher command work on its own?
I'm thinking:
ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 165 --hdr-enabled , python er-patcher --all --rate 165 -- %command%
or
ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 165 --hdr-enabled -python er-patcher --all --rate 165 -- %command%
give it a shot
I wouldn't put any characters in front of
python
like thatYeah I was not sure, imo just try a couple of variants one should work
Game doesn't start with both commands and also by removing characters in front of python
forgot to mention the er-patcher also works on its own without issue. I know both commands work.
provide your last attempt's launch options
ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 165 --hdr-enabled python er-patcher --all --rate 165 -- %command%
ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 60 --hdr-enabled python er-patcher --all -- %command%
Those are the last two commands I tried
Maybe add a double dash in front of python, unconnected
i would have tried
or what termdisc said
@HikariKnight and @termdisc (Deck+PC) 🔥 I love you
this is what worked
ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 3440 -H 1440 -f -r 165 --hdr-enabled -- python er-patcher --all --rate 165 -- %command%
essentially
--
alone means that everything after it is starting a whole new command but should be run "within" the same linethank you so much! Elden Ring ultrawide at 165hz + HDR
you should thank @termdisc (Deck+PC) who actually recommended it though 😛