Edit on GitHub

GameService Server Room Resync Unknown

Summary

This packet is of unknown use.

This is one of the responses to GameService Client 0x001C Room Resync.

Structure

gameservice_server_005b_room_resync_unknown

Name Type Summary
unknown_a u2 Appears to remain consistent throughout a single hole for all players.
unknown_b u2
unknown_c u1 All examples 1 (0x01).

Definition

meta:
  id: gameservice_server_005b_room_resync_unknown
  title: GameService Server Room Resync Unknown
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u2
  - id: unknown_b
    type: u2
  - id: unknown_c
    type: u1

Examples

No examples available. Contribute one?