Open jdolan opened 6 years ago
This is almost finished, but my main issue right now is that support for Rich Presence is pretty thin. Here's the situation:
discord_rpc
repo is archived and basically on life support. They are updating it it seems to make it still "work", but it's not going to be improved upon. It seemingly still does work, and the Discord Developers Discord mentions that it's the same underlying tech that GameSDK uses. Another plus side though is that the code is open, so we can use it directly and not use any static libs for it: https://github.com/discord/discord-rpcSo.. I don't know. I'm thinking we should just use discord-rpc
, maybe just embed the code right in our repo since it's MIT and it saves us from having another dependency that we have to sync up between OSes and integrate into our build tools. What you think @jdolan?
That sounds right to me @Paril. It can live alongside the mini zip dependency. Thank you! Looking forward to having this working!
@Paril Is there anything else we need to do here to call this done? Do we currently expose the client's server_address
(Internet or otherwise) so that Discord friends can join the game? I'm okay with not handling NAT'ed addresses correctly here for 1.0.
As a player, I want my Quetoo activity to be visible to my Discord friends.
@Paril started work on this, see #513. I wanted to open an issue to link the feature to a milestone.