You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I'm one of those peeps that can't get protonhax to work properly; perhaps it's something to do with each distro, perhaps not. Maybe I should have enabled logging and verified everything before wasting any more time in this? Most definetely. But here is a surefire way to get proton to launch more than a single program under the same prefix at the same time.
TL;DR: I just wrote some batch wrappers to launch both seamless/vanilla and CE, then parsed %command% to launch the .bat.
There are three steps to the madness:
Install Cheat Engine somewhere (I choose the elden ring prefix itself, installed normally — yikes — disabling the ads using the piping %command% to sed on steam launch options method that I'll demonstrate shortly);
Tailor the .bat scripts to your CE setup;
Tailor the steam launch options to replace content from the %command% string.
Here is the content of the batch script cewrapper.bat. I placed it in the Game folder:
Hey thanks for this, I'll keep it open so it can hopefully help others that can't get CE to work through protonhax or protontricks.
Alternatively, I'll take a look at PINCE whenever I get the chance. Seems interesting, but AppImage...
PINCE is not intended for Windows games, and far too bare-bones compared to Cheat Engine, so very much unusable for a project like ours. It doesn't even seem to have scripting features.
So, I'm one of those peeps that can't get protonhax to work properly; perhaps it's something to do with each distro, perhaps not. Maybe I should have enabled logging and verified everything before wasting any more time in this? Most definetely. But here is a surefire way to get proton to launch more than a single program under the same prefix at the same time.
TL;DR: I just wrote some batch wrappers to launch both seamless/vanilla and CE, then parsed
%command%
to launch the.bat
.There are three steps to the madness:
%command%
to sed on steam launch options method that I'll demonstrate shortly);.bat
scripts to your CE setup;%command%
string.Here is the content of the batch script
cewrapper.bat
. I placed it in theGame
folder:If you want to change what you're going to launch, keep in mind
rem
is the comment-out syntax, so just move it to the line above where desired.Here are the launch options for the
cewrapper.bat
, the ole piping to sed to sh method:Anyway. Hope this helps someone, somehow.
And thank you, Norii, for the table :)
The text was updated successfully, but these errors were encountered: