Discord Rich Presence
A Discord Rich Presence integration would be nice to see if possible.
Yes plz
Yes plz
i was about to suggest this, it would be really cool!
I'm kind of new to this and this issue caught my eye.
What kind of things you are hoping for people of internet?
The image above is just an example. I don't know if it is actually possible to parse game details.
One issue as well is that the new Discord RPC SDK requires you have an app on their developer portal(as far as I'm aware, there are probably more local solutions as well), so it'd probably something that would have to be done by the core dev team, or at least coordinated with them.
I'd assume the current level could be parsed by sending a signal to the rich presence when the level or hub world is loaded by checking the files that are being loaded. At the very least we are able to figure out what time it is, since the program's icon changes with the time of day, so it could probably be done the same way that's done. I haven't spent too much time looking through the project though, so I don't know if that's how it works.
I only have some minor experience with Discord's dev experience(very basic bot), but if I have some free time I'd like to research this project some more, and then look into at least attempting this.
RPC is deprecated it seems there are now 2 different types of sdk for integrating into the game. One is Game SDK and other one is Embedded SDK.
Just like you said if we are going to integrate Discord RPC we need a discord application and it should be maintained by core devs but... I still couldn't find anything that says do not use Application ID 1,2 which are for development purposes only and it is not owned by anyone.
Does anyone have any info about application ID 1,2 and should we use deprecated method instead for easier integration?
@WiLuX-Source what even is Application ID 1,2? Where did you read that?
@WiLuX-Source what even is
Application ID 1,2? Where did you read that?
https://discord.com/developers/docs/rich-presence/overview#choosing-an-sdk https://discord.com/developers/docs/developer-tools/game-sdk#testing-locally
From what I see application ID is not redacted or anything any of the projects I see. So yeah after a good integration we only need someone to create an application through discord developer portal.
From what I see application ID is not redacted or anything any of the projects I see.
No it's not.