• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

RGSS Rich Presence Integration 2.2

hey all, had a little oversight in the previous version, launching the game without discord running would cause the mkxp to quit and run discord instead. this was a pretty simple fix but it does require replacing both the script and the DiscordRPC_XP.dll file. apologies!
  • Like
Reactions: Braze
It's been a long long time, I've had a while to think it over and by that I mean I've rewritten the entire DLL component using the new Discord Activities API instead of the old Rich Presence one. Doing this also gave me the chance to recompile the project for x64-bit platforms as well, a crucial part in getting it to run on.. Essentials v19!

There are now TWO DLLs included in the download. One legacy x86 version, and a newer x64 version. For Essentials v19 you should use the x64 version unless you are sure you're not using the x86 version of mkxp-z. If you are working with a project that you converted to mkxp-z manually, chances are you will need the x86 version.

As far as I know there are no breaking changes between the versions, I've tried to keep the front end of the script identical despite the vastly different backend. If you encounter any bugs please let me know.

This also has not been restructured to support the new plugins system, sorry!
Back
Top