Edit on GitHub

GameService Client 0006 Match Statistics Submit

Summary

This packet is sent at the end of most (all?) games to report the user's statistics for that particular match.

The response is GameService Server 0x0045 User Statistics.

Aliases:

Structure

gameservice_client_0006_match_statistics_submit

Name Type Summary
match_stat_strokes u4 Number of strokes (excluding putts) made during the match.
match_stat_putts u4 Number of putts made during the match.
unknown_gsc0006_c bytes Always 0?
unknown_user_statistic_data_d_delta u4 Changes unknown_userdata_d in GSS-0045.
match_stat_longest_drive f4 User's longest drive of the match.
unknown_gsc0006_f u4
unknown_gsc0006_g bytes
unknown_gsc0006_h u4
unknown_gsc0006_i u4
unknown_gsc0006_j bytes Always 0?
unknown_gsc0006_s u2
unknown_gsc0006_k u4
unknown_gsc0006_l u4
unknown_gsc0006_m u4
unknown_gsc0006_n u4
match_stat_longest_putt f4 Unconfirmed. User's longest successful putt of the match. 0 if no successful putts.
match_stat_longest_chip f4 Unconfirmed. User's longest successful chip-in of the match. 0 if no successful chip-ins.
unknown_gsc0006_q s4 0xFFFFFFFF (-1) in VS matches, small positive values in tournaments.
unknown_gsc0006_r bytes Always 0?

Definition

meta:
  id: gameservice_client_0006_match_statistics_submit
  title: GameService Client 0006 Match Statistics Submit
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: match_stat_strokes
    type: u4
  - id: match_stat_putts
    type: u4
  - id: unknown_gsc0006_c
    size: 4
  - id: unknown_user_statistic_data_d_delta
    type: u4
  - id: match_stat_longest_drive
    type: f4
  - id: unknown_gsc0006_f
    type: u4
  - id: unknown_gsc0006_g
    size: 8
  - id: unknown_gsc0006_h
    type: u4
  - id: unknown_gsc0006_i
    type: u4
  - id: unknown_gsc0006_j
    size: 8
  - id: unknown_gsc0006_s
    type: u2
  - id: unknown_gsc0006_k
    type: u4
  - id: unknown_gsc0006_l
    type: u4
  - id: unknown_gsc0006_m
    type: u4
  - id: unknown_gsc0006_n
    type: u4
  - id: match_stat_longest_putt
    type: f4
  - id: match_stat_longest_chip
    type: f4
  - id: unknown_gsc0006_q
    type: s4
  - id: unknown_gsc0006_r
    size: 160

Examples

No examples available. Contribute one?