Discord RPC implementation to interface with the game Spiral Knights and post live game info onto your Discord status, bundled with Knight Launcher as one of its modules. Windows only.
SK-DiscordRPC isn't available as a standalone download and install. To use it you must download Knight Launcher and enable the "Discord Integration" setting in its Settings menu.
- Prerequisites
- A device that runs Windows 10/11.
- Visual Studio installed. During the Visual Studio installation, select the ".NET desktop development" workload under "Desktop & Mobile" and install it as well.
- Clone the repository within Visual Studio. Get Started → Clone a repository.
- Open the
SK-DiscordRPC.sln
solution file. - Build → Build Solution (or press CTRL + SHIFT + B).
- You will find the built executable at
<Your Project Folder>\bin\Debug
or<Your Project Folder>\bin\Release
depending on which configuration you've selected.