-
Notifications
You must be signed in to change notification settings - Fork 0
Linking your Discord Account
If you don't have an application yet, go to the Discord Developer Portal and create a new application.
This will require you to run the application at least once after setup/downloading.
The configuration file should be located in C:\Users\<<USERNAME>>\AppData\Roaming\camera-viewer-app
regardless of the installation path.
If you never configured the application before, the content of the file should look like this:
{
"discord": {
"enabled": false,
"clientId": null
}
}
Go to your Discord Application page and copy the Application ID.
Change the clientId
value to your application id surrounding it with double quotes, and change the enabled
value to true
.
Example:
{
"discord": {
"enabled": true,
"clientId": "1112782015809458196"
}
}
Save & Close the file.
Now, when running CWA, you should see this notification being displayed:
Click the setting icon
On this screen you can add, remove and configure the time tracking for each game you register:
-
The
Game
input: It's the name of the game that will be shown in the details on your profile. -
The
Key
input: It's the name of the image asset to display in the rich presence (we'll talk about that after) -
The
T
button: Toggle the time tracking for the game. When enabled, it will show the time spent on the game in the rich presence. -
The
R
button: Remove the game from CWA.
On your Discord Application page, under Rich Presence
> Art Assets
, you can add images that you can display in the rich presence.
The name of the asset you choose will be the value to put in the Key
field when adding a game.
If you want to add your own icon for the "Switch Menu" (which is an "integrated" game), you must name your image switch
.
This is the main reason why using my application id won't be useful to you, as you won't be able to add images. Better do it yourself ! :)