Skip to content
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

The great GSS-0076 #46

Merged
merged 1 commit into from
Jun 11, 2023
Merged

The great GSS-0076 #46

merged 1 commit into from
Jun 11, 2023

Conversation

EricChiz
Copy link
Contributor

GSS-0076, type 0x04 is sent before VS matches to communicate to every user in a room just about every common user data structure of all users in said room, including themselves. This results in understandably large packets (roughly 12KiB per player, with presumably up to 4 players).

It is likely that the clubset information is also a common structure, but not yet seen in a previously documented packet. Once it's seen again, it will be separated to its own file.

Included is one such example from a 3-player match. Note that Packetdoc's web interface fails to properly parse/display this file, likely due to its length.

Type 0x00 appears to be event related, and only contains a timestamp. It is 23 bytes large. Also included is such an example.

Also took the opportunity to make the common data structures readily accessible from the sidebar, and link all said structures to an index of them instead of to each other.

GSS-0076, type 0x04 is sent before VS matches to communicate to every
user in a room just about every common user data structure of all users
in said room, including themselves. This results in understandably large
packets (roughly 12KiB per player, with presumably up to 4 players).

It is likely that the clubset information is also a common structure,
but not yet seen in a previously documented packet. Once it's seen
again, it will be separated to its own file.

Included is one such example from a 3-player match. Note that
Packetdoc's web interface fails to properly parse/display this file,
likely due to its length.

Type 0x00 appears to be event related, and only contains a timestamp. It
is 23 bytes large. Also included is such an example.

Also took the opportunity to make the common data structures readily
accessible from the sidebar, and link all said structures to an index of
them instead of to each other.
@jchv jchv merged commit 67e96e2 into pangbox:master Jun 11, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants