Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Rich presence is a feature in the Steam Friends interface, it displays information about a game when played, like current level/map, score etc...
it would say something like "fighting arachnoid" or something
CS2 for map and rounds
Dota 2 rank and character
Halo gamemode, player count and difficulty
gmod server/gamemode
just some ive seen off my friends list rn
I don't think there's a complete list, you can search with steamdb for technology used, here's a tech list:
https://steamdb.info/tech/
I think the discord SDK is what enables rich presence, I could be wrong:
https://steamdb.info/tech/SDK/Discord/
steam database doesn't always have every game logged completely, but it does track probably 99% of the games on steam pretty accurately
For example: https://steamdb.info/app/730/localization/
If you're using the C++ API: https://partner.steamgames.com/doc/api/ISteamFriends#RequestFriendRichPresence
Not sure if there's a way to do it in the web API off the top of my head.
I have researched the web API and there is no api that can display users RichPresence. If I want to use C++API: https://partner.steamgames.com/doc/api/ISteamFriends#RequestFriendRichPresence ,To use this API, It seems that only game developers can call this API?And even if you are the game developer, you can only display the RichPresence of your game.
My purpose is to get the RichPresence of any game of the user. Is this possible?
And I only want to use API and not use steamcommunity, it seems impossible to achieve