Edit on GitHub

GameService Server 006E Unknown Announce (Tourney Related)

Summary

This packet is some sort of announcement after a player has taken a shot in a tournament/simultaneous play.

It is paired with GameService Server 0x01F7 Unknown Announce (Tourney Related).

Structure

gameservice_server_006e_unknown_tourney_related_announce

Name Type Summary
connection_id u4 The connection ID of the relevant user.
unknown_a_paired u1 Identical in corresponding packet of [GameService Server 0x01F7 Unknown Announce (Tourney Related)](/packets/gameservice/server/01f7.ksy).
unknown_b f4
unknown_c f4
unknown_d bytes[6]

Definition

meta:
  id: gameservice_server_006e_unknown_tourney_related_announce
  title: GameService Server 006E Unknown Announce (Tourney Related)
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: connection_id
    type: u4
  - id: unknown_a_paired
    type: u1
  - id: unknown_b
    type: f4
  - id: unknown_c
    type: f4
  - id: unknown_d
    size: 6

Examples

No examples available. Contribute one?