Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions developers/game-development/how-to-get-your-game-seen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When a player has activity sharing enabled, Discord will automatically detect wh

Improving your Rich Presence integration is one of the easiest ways to start getting more value out of Discord. In this article we'll cover everything you need to know to integrate more tightly with Discord and start finding new players.

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-intro.webp" alt="Rich Presence in a user's profile on Discord" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-intro.webp" alt="Rich Presence in a user's profile on Discord" style={{width: "60%", height: "auto"}} />

---

Expand Down Expand Up @@ -126,7 +126,7 @@ Testing Rich Presence is quick:
- Return to your game to see authentication was successful
- Check out your profile in Discord!

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-basic.webp" alt="Rich Presence with details and state set" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-basic.webp" alt="Rich Presence with details and state set" style={{width: "50%", height: "auto"}} />

---

Expand Down Expand Up @@ -245,7 +245,7 @@ Timers work great for:
- Showing the length of a speedrun attempt
- Showing how long a competitive match has been fought in

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-elapsed.webp" alt="Rich Presence with an elapsed time counting up" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-elapsed.webp" alt="Rich Presence with an elapsed time counting up" style={{width: "50%", height: "auto"}} />

### Countdown Timer (Time Remaining)

Expand Down Expand Up @@ -284,7 +284,7 @@ Countdown timers work great for:
- Counting down the time until an event starts
- Showing tense moments like challenges with a time limit or a boss fight

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-countdown.webp" alt="Rich Presence with a countdown timer counting down" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-timestamp-countdown.webp" alt="Rich Presence with a countdown timer counting down" style={{width: "50%", height: "auto"}} />

---

Expand Down Expand Up @@ -350,9 +350,9 @@ Activity->SetAssets(Assets);

</CodeGroup>

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images.webp" alt="Rich Presence with images set" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images.webp" alt="Rich Presence with images set" style={{width: "50%", height: "auto"}} />

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images-tooltip.webp" alt="Rich Presence with images set that have tooltips on hover" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-images-tooltip.webp" alt="Rich Presence with images set that have tooltips on hover" style={{width: "50%", height: "auto"}} />

### Using External URLs

Expand Down Expand Up @@ -547,7 +547,7 @@ Unlike the other Rich Presence fields, you can’t see buttons on your own Rich

</Tip>

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-buttons.webp" alt="Rich Presence with buttons to a game store and the game's community" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-buttons.webp" alt="Rich Presence with buttons to a game store and the game's community" style={{width: "60%", height: "auto"}} />

---

Expand Down Expand Up @@ -605,7 +605,7 @@ Activity->SetParty(Party);

This displays as "In Lobby (1 of 4)", instantly communicating that this player has created a lobby and 3 more friends can join them.

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-party.webp" alt="Rich Presence showing the player in a party of 4" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-party.webp" alt="Rich Presence showing the player in a party of 4" style={{width: "50%", height: "auto"}} />

### Setting Up Invites

Expand Down Expand Up @@ -689,7 +689,7 @@ When using invites with Rich Presence the join button will take precedence over

Combining game invites with lobbies in the Social SDK allows players to join their friends both through your game and through Rich Presence in Discord. For multiplayer games this is huge! Your future players are already on Discord and they can now join their friends directly through invites or ask to join friends without even launching the game. For a complete implementation guide of lobbies and invites using the Social SDK see [Managing Game Invites](/developers/discord-social-sdk/development-guides/managing-game-invites) and [Managing Lobbies](/developers/discord-social-sdk/development-guides/managing-lobbies).

<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-invite.webp" alt="Rich Presence with invites enabled showing the join button" />
<img src="/images/game-development/how-to-get-your-game-seen/rich-presence-invite.webp" alt="Rich Presence with invites enabled showing the join button" style={{width: "50%", height: "auto"}} />

---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.