-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed login on member worlds #8
base: main
Are you sure you want to change the base?
Conversation
still can't use all interfaces
I'm confused what you mean by not being able to use all interfaces? Whenever I boot up I go straight into lobby, and can click on everything no issues. (Win 64) If you're talking about the little members icon in the top right not glowing, and it saying you don't have membership:
This response packet controls things like:
Currently for that response packet: Some other info/values : LobbyPlayer.kt Play around with some of the values and see what else you can find! |
Hi, did you test the latest commit on master branch? That might fix the issue. I'll have to look into replicating the issue, I had one field wrong earlier but I'm unsure if that'd cause this issue. |
@woahscam not on lobby, but ingame @Techdaan but even replacing the isMember value to a fix 0x01, still get the same situation |
While it's a bit late, I think that the issue lies with the way I read strings in the GameLoginResponse packet. I use I believe those changes should fix the issues. |
still can't use all interfaces
i'm not sure about the GameLoginResponse packet order is right, on isMember parameters shouldn't it be just 0x01?
the client is receiving ex. 0x14 0x16