File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ require a API-Key with at least the `builds` right to function properly.
1515* Display character name and current map
1616* Display how long the Character stayed on the map
1717* Display profession / specialization icon besides Guild Wars 2 Logo
18+ * If own Discord API Key is used, Artwork can be freely changed
19+ * Support for multiple languages
1820
1921## Configure
2022Create or modify the ` settings.json ` like below and place it right along the .exe file
@@ -51,8 +53,11 @@ Create or modify the `settings.json` like below and place it right along the .ex
51531 . Build [ libcurl] ( https://curl.haxx.se/download.html ) into ` ./libcurl-x64-release-static `
52542 . Build discord-rpc or download the [ pre-compiled binaries] ( https://github.com/discordapp/discord-rpc/releases ) into ` ./discord-rpc-win64-dynamic `
53553 . Build Visual Studio Project
56+ 4 . Make sure that the ` long ` folder and the ` settings.json ` are in the same directory as the .exe
57+
58+ ### Use your own Discord Account (optional)
59+ If you want to change the Artwork you can use your own Discord Rich Presence Appliction:
5460
55- ### Use your own Discord Account
56611 . Open the [ Discord Developer Portal] ( https://discordapp.com/developers/applications/ )
57622 . Create a new Application, the ` CLIENT ID ` is the ` discord-api-key ` in the ` settings.json ` file.
58633 . Activate Discord Rich Presence for the application
You can’t perform that action at this time.
0 commit comments