Closed UlyssesZh closed 9 months ago
Can you provide any logs from within steam?
I imagine vesktop also uses arRPC to provide rich presence, can ypu confirm whether or not that's the case and if so, whether you have the arRPC extension enabled?
I installed the arRPC server by adding arrpc
to environment.systemPackages
, and Vesktop is successfully connected to it.
Output in command line by Steam:
I just realized that I ran the game in native mode... But it still does not work when it is run with Proton. Logs:
you might've added the arRPC package, but you'll still need to start it manually
you might've added the arRPC package, but you'll still need to start it manually
I did.
Is this still an issue? From the logs I can see the bridge working Pipe Server: Main thread awaiting client connection on \\.\pipe\discord-ipc-0
.
I don't know, but I can now get Discord showing my playing status without using this script.
Great, I'll close this then.
To my understanding, I just need to use
winediscordipcbridge-steam.sh %command%
in launch options of a Steam game.I installed the bridge by adding
nix-gaming.packages.${pkgs.hostPlatforn.system}.wine-discord-ipc-bridge
toenvironment.systemPackages
inconfiguration.nix
.The Discord client is Vesktop, if it is relevant.