Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasutein authored Jan 24, 2019
1 parent 536f7ce commit 46947aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Within the Visual Studio solution, you will be presented with 5 project files

Download this solution by cloning this repo then open "DiscordRPC.csproj" and then build the project. Run the DiscordRPC.exe which can be found in bin/debug/DiscordRPC.exe. Also before launching the app, copy the 'discord-rpc-w32.dll' from the /lib/ folder and paste it in /bin/debug directory where the .exe file is located.

***Note:** An upcoming version of this application will no longer require the 'discord-rpc-w32' DLL file. If you are downloading an older release such as 1.13 or 1.12.1, you must have the DLL file in the same directory as the .exe file*
***Note:** As of Version 2.0.0, the application will no longer require the 'discord-rpc-w32' DLL file. If you are downloading an older release such as 1.13 or 1.12.1, you must have the DLL file in the same directory as the .exe file*

![Main window](https://raw.githubusercontent.com/ddasutein/csharp-discord-rpc-demo/master/screenshots/window.PNG)
![Main window](https://raw.githubusercontent.com/ddasutein/Discord-RPC-csharp/master/screenshots/discord-rpc.png)

### 2 - Add it as a game in Discord

Expand All @@ -39,15 +39,16 @@ Open the settings panel in the Discord Desktop app, go to **Games**, click "**Ad
Now you will need a Client ID. To obtain it just go to [the Discord developper applications panel](https://discordapp.com/developers/applications/me) and click "**New App**".
Give it a nice App name, click the "**Create app**" button, then the "**Enable Rich Presence**" button.

### 4 - Mess with it
### 4 - Update your presence

Copy the **Client ID** at the top of the page and paste it in the **Client ID** field in the app.
Click "**Initialize**" then "**Update**" and you should see this below your username and in your Discord profile:

![Discord Profile](https://raw.githubusercontent.com/nostrenz/cshap-discord-rpc-demo/master/screenshots/profile.png)
![Discord Profile](https://raw.githubusercontent.com/ddasutein/Discord-RPC-csharp/master/screenshots/discord-profile.png)

Of couse you can change what's in each fields, press "**Update**" and you'll see it changed on Discord after a few seconds.
Also, hitting **RunCallbacks** should tells you about errors or disconnections if any.

Version 1.13 and older: Hitting **RunCallbacks** should tells you about errors or disconnections if any.

## Known issues

Expand Down

0 comments on commit 46947aa

Please sign in to comment.