The simplest way to customize your rich presense status. This is a console application meaning there is no annoying UI to mess with or take up resources on your PC. Simply run the executable, fill out the config, restart the app. Minimise it into the background.
Once the config is setup, you don't have to do it again, unless you want to change.
- Add usable buttons
- Custom Pictures
- Custom Text
- Simple Config
NOTE: This app requires you setup an application via the Discord developer portal to work.
- Goto the following link and Login: https://discord.com/developers/applications
- Click on
New Application (top right)
- Give your application a name (This will show on the rich pressense as a title)
- Click on OAuth2 and copy your
Client ID
- Click on Rich Pressense.
- Upload the images you wish to use on your Rich Pressense. You're allowed to have one Large image and one smaller image. Follow the guidelines for uploading these images.
- Run the BlazeRPC
- If you haven't setup BlazeRPC before, it should give an error saying a config has been made.
- The config will be located in your Documents folder and will be named
BlazeRPCConfig.json
- Fill out the values in the config. Note that LargeImageName and SmallImageName should be the exact same as the names you gave the images on the developer portal.
NOTE: You are limited to 2 buttons
Example Config
{
"Client_ID": "YOURID",
"Details": "Staff Member @",
"State": "The Programmers Hangout",
"LargeImageName": "tphlogo",
"SmallImageName": "avatar",
"LargeImageAlt": "TPH Logo",
"SmallImageAlt": "My Avatar",
"Buttons": [
{
"Name": "Join The Programmers Hangout",
"Url": "https://discord.gg/programming"
},
{
"Name": "My Links",
"Url": "https://links.joelparkinson.me"
}
]
}
- Ensure you have Dotnet6 or later installed.
- Clone the repository
git clone https://github.com/DraxCodes/BlazeRPC.git
cd BlazeRPC
dotnet build