The game’s title in the Rich Presence strings feature for XBOX services is controlled by the Microsoft Store listing for the game. Currently, the title’s name for Rich Presence comes from the RETAIL catalog, regardless of which sandbox you’re currently testing in. If your title’s information isn’t yet published to the RETAIL store, your title’s name might show as ‘Home’ in the Rich Presence strings in the XBOX UI.
- Configure your Rich Presence strings.
- Set the string for a player who is playing your game.
Definitions
Here are some terms that are used in this section.- Enumeration: An enumeration is a list of some in-game dimension. For example, weapons, character classes, and maps. For these examples, you can show a list of the possible weapons in your game and a list of all the possible character classes or maps.
- Locale-string pair: A locale-string pair specifies the locales in which the string can or should be used. Every possible Rich Presence string must have a locale associated with it. Each enumeration also has a set of locale-string pairs.
- String-set: A string-set is made up of a group of locale-string pairs. This set defines the possible values of a Rich Presence string for all possible locales or the possible values for an enumeration for all possible locales.
-
Friendly name:
There are two types of friendly names.
- Rich Presence string: The friendly name for a string-set is a unique identifier in the form of a string that’s used to reference a string-set.
- Enumeration: These friendly names are used to uniquely identify a particular enumeration like the weapons enumeration or the character class enumeration.
