Edit on GitHub
This packet provides a public update on the progress on a player after they finish a hole.
Name | Type | Summary |
---|---|---|
connection_id | u4 | The connection ID of the user that finished a hole. |
unknown_a_paired | u1 | Identical to packets belonging to same connection_id of types [GameService Server 0x006E Unknown Announce (Tourney Related)](/packets/gameservice/server/006e.ksy) and [GameService Server 0x01F7 Unknown Announce (Tourney Related)](/packets/gameservice/server/01f7.ksy). |
unknown_b | u1 | |
user_score | s4 | Current overall score. |
user_pang | u4 | User's earnt pang this game. |
unknown_c | bytes[4] | |
user_bonus | u4 | User's earnt bonus pang this game. |
unknown_d | bytes[5] |
meta:
id: gameservice_server_006d_tournament_user_update
title: GameService Server Tournament User Update
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: connection_id
type: u4
- id: unknown_a_paired
type: u1
- id: unknown_b
type: u1
- id: user_score
type: s4
- id: user_pang
type: u4
- id: unknown_c
size: 4
- id: user_bonus
type: u4
- id: unknown_d
size: 5