Sadoo Posted May 12 Report Posted May 12 Hello, I have a question regarding logging in with my Steam account. Is it possible to appear as if I’m using a Steam Deck on my friends list while logging in with the Steam User method? Thank you for your assistance. Quote
Yeezy Posted 10 hours ago Report Posted 10 hours ago I can't seem to get it to show, People say its only a thing on the Beta Branch of steam, havent checked that yet though. Tenfoot / 1024 is supposedly steam deck Other modes like Playing Together, VR are working though steamUser._send(SteamUser.EMsg.ClientChangeStatus, { persona_state: SteamUser.EPersonaState.Online, persona_state_flags: 2048 // VR mode }); enum EPersonaStateFlag flags { HasRichPresence = 1; InJoinableGame = 2; Golden = 4; RemotePlayTogether = 8; ClientTypeWeb = 256; ClientTypeMobile = 512; ClientTypeTenfoot = 1024; ClientTypeVR = 2048; LaunchTypeGamepad = 4096; LaunchTypeCompatTool = 8192; }; (https://github.com/SteamRE/SteamKit/blob/master/Resources/SteamLanguage/enums.steamd#L177C1-L190C3) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.