You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
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 [https://github.com/SunResearchInstitute/PresenceClient PresenceClient]. ==User guide== ===How to use=== Simply Create an application at the [https://discordapp.com/developers/applications/ 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 <pre> struct titlepacket { u32 magic; //Padded to 8 bytes by the compiler u64 tid; char name[512]; }; </pre> 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'''<br> https://dlhb.gamebrew.org/switchhomebrews/switchpresencerenx3.png ==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
Advertising: