I was planning on adding to that th rblxRP however never got round to actually adding it.
Adding developer provided presences is quite tricky, and even more so when you do 100% of the presence checking on the client than rather on the server (like RoPresence.)
It’s something that’s still on my list of things to do, but not top priority at the moment.
Unsure how you’d cause RCE with this one. All data is fetched using the Roblox APIs and sent directly to Discord. This application never connects to any servers out side of this, except for an update check which downloads a list of games which is stored here on GitHub Gist… If you find any issues, the code is completely open source, and if you find any issues, I’d be more than happy to fix them.
Some newer games that were released just only months ago. Also just went on Lumber Tycoon 2 and notice the icon works for that. Will it ever be possible for you to make it able to automatically detect the game icon and set it as that?
Sadly not, Discord doesn’t provide a way to just pass an image along with the rich presence. I have to upload an icon to Discord’s website every time I want to add a new game.
(now while it’d be technically possible to cycle in the most popular games, I don’t feel like capturing analytics on users, and interacting with the Discord API in which breaks the terms of service)
Maybe allow other users (who must be put on a whitelist to avoid uploading inappropriate images) to contribute by allowing them to upload other game icons.
As I said, I would still have to manually upload the images to Discord, logged in as my account. The volume is low enough so that I can just handle them on a one by one basis when people dm me
Not possible, as there’s a limit of 100 custom images through Rich Presence iirc, and the only way to get them to show up is to upload them to the application on the developer portal.
Fixed some bugs and because Discord enabled the feature that allowed us to pull images directly from Roblox without having to manually upload it to Discord ourselves