Edit on GitHub

GameService Server User Information Response

Summary

This packet acknowledges a user info request.

This is one of the responses to GameService Client 0x002F User Information Request, and the only one to always send regardless of input.

Structure

gameservice_server_0089_user_information_response

Name Type Summary
unknown_a u4 Possibly a count? All examples show 1 (0x00000001).
request_type u1 Matches [GameService Client 0x002F User Information Request](/packets/gameservice/client/002f.ksy).
user_id u4

Enums

request_types

Key Value
request_types::blank 0
request_types::full 5

Definition

meta:
  id: gameservice_server_0089_user_information_response
  title: GameService Server User Information Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u4
  - id: request_type
    type: u1
    enum: request_types
  - id: user_id
    type: u4
enums:
  request_types:
    0: blank
    5: full

Examples

No examples available. Contribute one?