1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved LoginPacket output

Discussion in 'Development' started by Matthew, Jun 22, 2017.

  1. Matthew

    Matthew Baby Zombie

    Messages:
    167
    GitHub:
    matthww
    Hello

    So I was wondering what "ADRole" and "TenantId" means in the loginpacket

    LoginPacket:
    Code:
    array(14) {
      ["ADRole"]=>
      int(2)
      ["ClientRandomId"]=>
      int(-1234567890)
      ["CurrentInputMode"]=>
      int(1)
      ["DefaultInputMode"]=>
      int(1)
      ["DeviceModel"]=>
      string(20) "It's a PC"
      ["DeviceOS"]=>
      int(7)
      ["GameVersion"]=>
      string(5) "1.1.1"
      ["GuiScale"]=>
      int(0)
      ["LanguageCode"]=>
      string(5) "en_US"
      ["ServerAddress"]=>
      string(15) "10.10.4.4:19132"
      ["SkinData"]=>
      string(21848) "skin stuff"
      ["SkinId"]=>
      string(15) "Standard_Custom"
      ["TenantId"]=>
      string(0) ""
      ["UIProfile"]=>
      int(0)
    }
     
    Thunder33345 likes this.
  2. Matthew

    Matthew Baby Zombie

    Messages:
    167
    GitHub:
    matthww
    So no one knows?
     
  3. KnownUnown

    KnownUnown Spider Jockey Poggit Reviewer

    Messages:
    47
    GitHub:
    knownunown
    Active Directory stuff - authentication and other fun things linked to office 365/MS accounts, mostly for EDU edition use. That's all you really need to know, it's not relevant to most of MCPE really.

    Further reading: https://en.m.wikipedia.org/wiki/Active_Directory
     
    corytortoise and Matthew like this.
  4. Matthew

    Matthew Baby Zombie

    Messages:
    167
    GitHub:
    matthww
    Oh alright thanks!
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.