Firstbober / krita-rpc

Discord Rich Presence extension for Krita
GNU General Public License v3.0
89 stars 5 forks source link

Current code isn't supported by Discord anymore. #2

Closed Olkris2666 closed 3 years ago

Olkris2666 commented 4 years ago

I'm not too advanced but it says on the pypresence patch notes that people should stop using things like "activities" because they're deprecated or something.

Firstbober commented 3 years ago

As far as I know, the entire Rich Presence stack is deprecated in favor of Game SDK and its Activity Manager! I'm curious if it's possible to port this to Game SDK.

Olkris2666 commented 3 years ago

I think their Game SDK is mainly a name rebrand, with a few things removed, and some extra features like game party invites, etc.

It's not just "rich presence" anymore, some parts of it have to be put in the game for the extra features, so it's an SDK.

I forked your program and with my limited knowledge and a few backspaces I managed to get it working again. So that would indicate that indeed it's mostly stayed the same. Tho I didn't read the docs so idk.

Firstbober commented 3 years ago

It must stay the same at server side because it would break many games and apps with rich presence implemented. Anyway, I'm happy that you got it to work :+1:

Firstbober commented 3 years ago

3 Should resolve all of these problems I think. Closing.