[quote=“Kagerstones, post:2102, topic:30020”]
Hello everybody, Firstly I want to say thanks for plugin. I am working with Steam Advanced Session for a long time and have some questions, which I can’t solve for a long time:
-
How can I add friend session to Steam browser, I wish to see current friend session after his connection to server and use RequestFriendsServerList to get servers with my friends, is it possible with Advanced Session? (I mean only add friends session to list, RequestFriendsServerList works without issues)
-
Why Find friend session doesn’t work at all? I use 4.21 version, everything ok with friends direct invites (I can recieve and connect to friend after apply), display nicknames, visibility and so on, but if I try to get friends session they are always false.
I tried a lot options with 480 and own ID, with released and not released games, with different steamSDK version, different machines (I work on this question non stop for a 9 days everyday) -
How register player in server (to increase server players count) I tried a lot different things like this in player controller, but they don’t work:
p.s. Uworks implementation for register player on server works, but I can’t see this player nickname in any way. I see only this:
-
Likely related to 3, you need proper user auth with dedicated servers
-
Same as 1
-
Player authorization is handled with the new FSteamAuthHandlerComponent in 4.20+, you should read the section labeled “Steam Online Authentication” here: https://docs.unrealengine.com/en-us/…g/Online/Steam.
I’ll note that prior to 4.20 this all required engine changes and 4.20 was them finally solving Steam authentication.