More actions
SwitchPresence-Rewritten | |
---|---|
General | |
Author | SunTheCourier |
Type | Other Apps |
Version | 1.8.2 |
License | GPL-2.0 |
Last Updated | 2020/07/24 |
Links | |
Server + Client Download | |
Website | |
Source | |
Change your Discord rich presence to your currently playing Nintendo Switch game.
Concept taken from SwitchPresence by Random.
Installation
Extract Sysmodule.zip to the sd card.
You will also need to install PresenceClient.
User guide
How to use
Simply Create an application at the Discord Developer Portal call your application Nintendo Switch or whatever you would like and then enter your client ID and switch's IP into the SwitchPresence client.
You can also optionally dump game icons using a helper homebrew (SwitchPresence-Rewritten-Manager.nro) included in releases it will also give you the option to toggle the SwitchPresence sysmodule.
After you have dumped the icons you can bulk upload them to your Discord Developer Application under Rich Presence > Art Assets you can upload them with the name given to them on dump.
Optionally, you can upload your own icon and set the SwitchPresence client to load that icon using the name of the custom icon.
Technical Info
The protocol for the sysmodule is a very simple struct sent via TCP
struct titlepacket { u32 magic; //Padded to 8 bytes by the compiler u64 tid; char name[512]; };
Please note that magic is padded to 8 bytes which can be read into a u64 if wanted.
The Packet is sent about every 5 seconds to the client from the server (in this case the switch).
If a client is not connect it will not send anything.
Screenshots
Client
Changelog
Server v1.8.2 2020/07/24
- Fixed connecting to PresenceClient.
Client v1.0.1 2020/07/26
- Fixed a bug where some check boxes would not do anything.
External links
- GitHub (Server) - https://github.com/SunTheCourier/SwitchPresence-Rewritten
- GitHub (Client) - https://github.com/SunResearchInstitute/PresenceClient