-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more options for DiscordRPC #4014
base: main
Are you sure you want to change the base?
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
also a heads up, CLA link in CONTRIBUTING.md is invalid |
ok, will check it out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit torn on this, do people really need this much control over their Discord Rich Presence? How many people are going to go into this & customize it?
honestly I think the application id was reaching too far, but I can see myself and many others editing the states and details format, not required obviously but nicer to have. |
Edit, I barely did a search so there may be others too, but here are the bridges I found:
|
The AppId isn't there to impersonate the game (too inefficient) as much as it's there to just customize and choose your own name/image handles, keeping things consistent if you already have a separate RPC client but want heroic's game info, and so at least in the current implementation. And I've thought about the RPC integration but it proved to be way outside of just heroic's space so not much was done. |
added more custom options & settings to the discordrpc
user can now customize
Playing xxx
), by providing a custom discord app id instead of HGL's, falls back to HGL's if none providedand added title & state variables,
{game}
for game name &{platform}
for platform/os namehope i didn't miss/error in something, and always up for suggestions.
p.s. didn't do anything for images as they're already customizable enough :D
altho i do recommend making the small icon an image link instead of relying on discord's app assets, that is in case you think HGL would need more visibility with custom apps
Use the following Checklist if you have changed something on the Backend or Frontend: