Edit on GitHub
This packet acknowledges a user has entered Grand Prix event mode.
It is a response to GameService Client 0x0176 Event Mode Join.
Name | Type | Summary |
---|---|---|
unknown_a | u4 | |
unknown_b | u4 | |
unknown_c | u4 | |
unknown_d | u4 | |
unknown_e | u4 | |
entry_count | u4 | |
unknown_f | u4 | |
entries | entry[entry_count] |
Name | Type | Summary |
---|---|---|
unknown_g | u4 | |
unknown_id | u4 | Perhaps some sort of ID? |
meta:
id: gameservice_server_0250_event_mode_join_response
title: GameService Server Event Mode Join Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
type: u4
- id: unknown_b
type: u4
- id: unknown_c
type: u4
- id: unknown_d
type: u4
- id: unknown_e
type: u4
- id: entry_count
type: u4
- id: unknown_f
type: u4
- id: entries
type: entry
repeat: expr
repeat-expr: entry_count
types:
entry:
seq:
- id: unknown_g
type: u4
- id: unknown_id
type: u4