Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
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