A simple application that allows you to create your own activity statuses for Wii U, Nintendo Switch and Nintendo 3DS games and display them on your Discord profile.
- An ever-growing collection of titles and icons from multiple regions.
- Various customization options.
- Game renaming and personalized descriptions.
- Nintendo Network ID and Friend Code sharing.
- Elapsed time, party size and more.
Note
Automatic activity setup is NOT supported at the moment. Partial or full support may be added in a future major release, implementation will vary from platform to platform.
You can support my work by purchasing this application:
If you are interested in contributing by translating the project into other languages, you can use the english.csv as a template.
Important
Cells are separated by commas ,
and delimited by double quotation marks "
.
- Other translations: /source/locales
- Download the repository or clone it via command line:
git clone https://github.com/ninstar/Rich-Presence-U.git
Paths starting with a
/
in this guide are relative to where you extracted the .zip or cloned the repository.
- Get Godot
3.6-stable (Standard)
here. - Open Godot, click Import ➜ Browse, navigate to
/source/project.godot
, select the file and click Import & Edit. - With the project open, access Editor ➜ Manage Export Templates and click Download and Install.
If you are having trouble with the Download and Install option, you can download this .tpz file and install it using the Install from File option.
- After the installation is done, close the Export Template Manager window and access Project ➜ Export.
- Click Add and select the platform you want to export to (compatible platforms are Linux/X11, Mac OSX and Windows Desktop), then set an Export Path.
- In the Options tab, add
com.ninstar.rpc
to the Identifier field if you selected Mac OSX. - Optionally fill in the name, icon and other details for the app.
- Icons for all supported platforms can be found at
/source/assets/app
. rcedit is required in order to export .exe files with custom icons, follow these instructions to install it:- Download rcedit-x64.exe.
- Access Editor ➜ Editor Settings ➜ General and scroll down to Export ➜ Windows.
- Change rcedit to point to the path where
rcedit-x64.exe
is located.
- In the Options tab, add
These configurations are saved at
/source/export_presets.cfg
for any eventual reuse.
- Click Export All ➜ Release or use the command line depending on the platform you've made the preset for:
godot --export "Linux/X11" RichPresenceU
godot --export "Mac OSX" RichPresenceU.dmg
godot --export "Windows Desktop" RichPresenceU.exe
You also have the option to compile everything from source.
- Art, Code & Design - Ny'hrarr (NinStar)
- Database - All contributors
- Translations
- Deutsch - DeeKay-Deluxe
- Español - JhoanLsuper
- Magyar - Feeniheelo
- Nederlands - Thomanski
- Português - Ny'hrarr (NinStar)
- discord-rpc - Discord
- Godot - Godot Engine
- Godot-UnixSocket - Abdera7mane