Jump to content
McKay Development

Recommended Posts

Posted (edited)
57 minutes ago, Dr. McKay said:

Yeah I did get as far as that, I use getAppBetaDecryptionKeys and store the response then do getProductInfo and the data from productInfo.apps[appId].appinfo.depots is:

{
  '3241661': { manifests: { public: [Object], beta: [Object] } },
  branches: {
    public: { buildid: '20785042', timeupdated: '1763126393' },
    beta: {
      buildid: '20947718',
      description: 'beta branch',
      timeupdated: '1764151547'
    }
  },
  privatebranches: '1'
}

which doesn't seem to include encryptedmanifests or the private branch?

 

From what I understand from the docs it used to be the case that you'd use the decryption key against the encrypted manifest id from getProductInfo however that no longer seems to be returned?

 

Edit: I just checked via steam console and the app_info_print command seems to only return the branch when I'm actually opted into the branch via beta participation and it actually returns it in manifests decrypted not encryptedmanifests

Edited by 1A3Dev

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...