-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
87 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ BuiltProject/ | |
MintyWPF2/bin/ | ||
MintyWPF2/obj/ | ||
MintyWPF2/Libs/ | ||
MintyWPF2/DiscordGameSDK/*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,39 @@ | ||
<h1>MintyRPC</h1> | ||
A basic console application to let you set custom Discord Rich Presences. | ||
What was once solely a basic console application, and now a WPF application, this program lets you display your own Discord Rich Presence. Also, compared to the console application, the WPF version is 3.8% more memory efficient.<br> | ||
<i>Console Application version will no longer be kept up to date.</i> | ||
|
||
<h2>TODO:</h2> | ||
<i>Add more documentation; yeah, I'm a bit lazy at the moment.</i> | ||
<h2>TODO</h2> | ||
<ul> | ||
<li><i>Find and fix issues</i></li> | ||
<li>Update DiscordGameSDK to latest</li> | ||
<li>Add support for URL buttons</li> | ||
</ul> | ||
|
||
<h2>How to</h2> | ||
<p> | ||
If, for whatever reason, your PC does not have dotNET 6.0+, you can download the latest version below: | ||
.NET Desktop Runtime 6.0.9 - Windows - <a href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.9-windows-arm64-installer" target="_blank">Arm64</a> | <a href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.9-windows-x64-installer" target="_blank"><b>x64</b></a> | <a href="_blank" target="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.9-windows-x86-installer">x86</a> - <b>x64</b> will be your best bet. | ||
<br><br> | ||
Create and get your Application ID from <a href="https://discord.com/developers/applications" target="_blank">Discord's Development Portal</a>.<br> | ||
<img src="https://i.mintlily.lgbt/GpUpt8Oszu4N.png" height="300px" /><br><br> | ||
Give it a name of your choosing; this will be the name shown as <code>Playing {your app name}</code> on your Discord Profile<br> | ||
Copy the Application ID and keep it handy, but you will always be able to grab it from here<br> | ||
<img src="https://i.mintlily.lgbt/035RGjJbzAub.png" height="300px" /><br><br> | ||
You can also add your own images for others to see<br> | ||
<img src="https://i.mintlily.lgbt/O1aFLV5TQeV1.png" height="300px" /><br><br> | ||
Place your Application ID in the box labeled Client ID<br> | ||
<img src="https://i.mintlily.lgbt/yBDhLNO1ABka.png" height="300px" /><br><br> | ||
Add your other desired text and any images you uploaded by name (I updated an image with the name of "play")<br> | ||
Once you're ready to go, press "Save and Apply" and then "Start" to turn on the Custom Rich Presence<br> | ||
<img src="https://i.mintlily.lgbt/AsNVcMPfDPgZ.png" width="300px" /><br><br> | ||
<br><br> | ||
Sending the application to the background will put the application in the Notify taskbar section<br> | ||
<img src="https://cdn.discordapp.com/attachments/907498543642722314/1025254249287913492/unknown.png" width="300px" /> | ||
</p> | ||
|
||
<h2>Credits <small>& other code in the project</small></h2> | ||
<ul> | ||
<li>Discord - <a href="https://discord.com/developers/docs/game-sdk/sdk-starter-guide">DiscordGameSDK</a></li> | ||
<li>exectails - <a href="https://github.com/exectails/Yggdrasil">Yggdrasil</a></li> | ||
<li>Kinnara - <a href="https://github.com/Kinnara/ModernWpf">ModernWpf</a></li> | ||
<li>Discord - <a href="https://discord.com/developers/docs/game-sdk/sdk-starter-guide">DiscordGameSDK</a></li><br> | ||
<li>exectails - <a href="https://github.com/exectails/Yggdrasil">Yggdrasil</a> (for the old console application)</li> | ||
</ul> |