GameService Server 015A Unknown Response (User Information Related)
Summary
This is one of the responses to GameService Client 0x002F User Information Request.
Structure
gameservice_server_015a_unknown_user_related_response
Name | Type | Summary |
---|---|---|
request_type | u1 | Matches request packet. |
user_id | u4 | Matches request packet. |
data_count | u2 | |
unknown_gss015a_data | unknown_gss015a_data[data_count] |
Subtypes
unknown_gss015a_data
Name | Type | Summary |
---|---|---|
unknown_gss015a_a | u4 | |
unknown_gss015a_b | u4 | Perhaps an ID? 0x2C / 0x2D range. |
unknown_gss015a_c | u4 | Always 1? |
Enums
request_type
Key | Value |
---|---|
request_type::total | 0 |
request_type::season | 5 |
Definition
meta:
id: gameservice_server_015a_unknown_user_related_response
title: GameService Server 015A Unknown Response (User Information Related)
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: request_type
type: u1
enum: request_type
- id: user_id
type: u4
- id: data_count
type: u2
- id: unknown_gss015a_data
type: unknown_gss015a_data
repeat: expr
repeat-expr: data_count
types:
unknown_gss015a_data:
seq:
- id: unknown_gss015a_a
type: u4
- id: unknown_gss015a_b
type: u4
- id: unknown_gss015a_c
type: u4
enums:
request_type:
0: total
5: season