Skip to content

iHapiW/Discord-SDK-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stars Issues


DST-Circle-128

Discord-SDK-Tools

An Application to Control Discord Activity (RPC)


About The Project

This project interacts with Discord App with Discord Game SDK to control RPC ( Activity ) like a game.
It uses %APPDATA% Env to save activities, and it can launch them whenever we want.

Abilities :

  • Add Activity
  • Remove Activity
  • Modify Activity
  • Show Listed Activities
  • Launch Activity

Getting Started

This tool is CLI ( Command Line Interface ) and uses color for better UI.
It has issues in systems that doesn't support ANSI Colors, to fix the issue, execute this command in the Command Prompt:

REG ADD HKCU\CONSOLE /f /v VirtualTerminalLevel /t REG_DWORD /d 1

Building

For Building the project from source, You need to have Nlohmann JSON Library downloaded by vcpkg and specify CMAKE_TOOLCHAIN_FILE while building it.

Installation

This tool is only available for Windows because the library doesn't support linux OS. You can use Releases to download binaries.

Step by Step Usage

Before you add your activity into list. You need to create it in Discord.

Go through Discord Developers Portal, Then click "New Application"
Then Enter a Name for it ( This will be shown in Title of your Activity )

Copy the "Application ID" here.

Then go to "Art Assets" tab under the "Rich Presence"
Image-Hint

Upload 2 pictures:

  • Big Picture
  • Small Picture

Now that im writing README Discord has some issues and wont save your pictures at first upload.
So you need to upload your pictures first, then refresh multiple times and upload again. untill you see your pictures exist after upload

Then go ahead open the application and go through "Add Activity" inside "Configure Activities" menu.
Enter the Activity Info, then launch it.

Done, You Launched It 🌟