Jump to content
McKay Development

Inquiry About Appearing as Logged in from a Steam Deck Using Steam User Login


Recommended Posts

Posted

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.

  • 1 month later...
Posted

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)

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...