A script for easy integration with SteamPlay #837
pan-mroku
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
hi @pan-mroku is edmcoverlay2 dead? I can't get it to work and it looked like the last branch for gtk support was never merged into your main. I forked your repo, merged the gtk changes and tested, doesn't seem to overlay anything that I can see though it says it works. Sorry for necroing this, I couldn't figure out how to reach you based off your git profile. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's a script that can be included in Steam launch options, so EDMarketConnector is ran automatically with the game. It is advisable to close it manually when exiting the game, so it closes cleanly.
Save it as for instance
venvandlog.sh
in your EDMarketConnector directory, enable execution permissionchmod +x venvandlog.sh
and put<path to your EDMarketConnector directory>/venvandlog.sh; %command%
into steam launch options of the game.Beta Was this translation helpful? Give feedback.
All reactions