[quote=“Rumbleball, post:1928, topic:30020”]
Hi . Enyoing your library, works out pretty nicely.
Currently I try to mimic the steam friends list in game, showing the status of the friends.
In case the friend is playing a game, the game name shall be displayed.
I correctly receive that the friend is playing a game, but I can’t get the app name.
Len is -1, tried for multiple games. I tried to look it up, maybe something is deprecated. However I’m not able to find anything about ISteamAppList interface neither something that replaces its functionality.
The AppId is correct, it matches the game that is played.
Any idea what could be going on?
Thanks
That is actually using the wrong function, its for locally installed games and is a restricted API. I think I must have left some testing from another function in that node at some point. I’ll delete that call entirely, you should be doing “Playing Other Game” (like most games do), that or manually checking against the WebAPI gamelist with the app ID I guess.