FinalForEach / Cosmic-Reach-Issue-Tracker

Public bug and issue tracker for the game Cosmic Reach
46 stars 0 forks source link

Discord Rich Presence #1

Open FinalForEach opened 8 months ago

FinalForEach commented 8 months ago

Consider adding this to the lwjgl startup project.

Could potentially use: https://github.com/JnCrMx/discord-game-sdk4j

Weigurde commented 8 months ago

Please make this an option that's off by default, I already have enough annoyance with games and mods that do have this on automatically where I then scramble to find where it is in their settings since I prefer to not have it on.

EmmaTheMartian commented 6 months ago

I have a small Quilt mod here that adds presence and I use this library: https://github.com/jagrosh/DiscordIPC. The library is pretty easy to use and I haven't had too many issues with it.

(mind you I haven't updated the mod in a bit, but it should still work on 0.1.28. It's also implemented in Kotlin, however the IPC library is Java)