0e4ef622 / wine-discord-ipc-bridge

Enable games running under wine to use Discord Rich Presence
MIT License
395 stars 28 forks source link

Re-added support for Proton 5.0-10 and older #12

Closed megasaturnv closed 3 years ago

megasaturnv commented 3 years ago

Some games run much better with 5.0 or older - probably related to containers but I haven't looked into it.

Proton versions 5.0 and older don't use -- when executing so I effectively check for this. Tested the script with Proton 5.0-10 and 5.13-4 launching the same game in steam - works great

megasaturnv commented 3 years ago

I did try the winegcc branch which still has the old script with Proton 5.0 support but couldn't get it working (with Proton 5.0) - I probably didn't spend enough time on it (tried compiling for both 32 and 64-bit and tested .exe and .exe.so in winediscordipcbridge-steam.sh). Doing further testing at the moment but I'm probably doing something wrong.

See https://github.com/megasaturnv/wine-discord-ipc-bridge/commits/winegcc for updates