Edit on GitHub

GameService Server 0196 Unknown Response (C-00EB, Lounge Related)

Summary

This is the response to Gameservice Client 0x00EB Unknown Request (Lounge Related).

It is also sent once with the local user's connection ID upon joining a lounge without prompting.

Structure

gameservice_server_0196_unknown_lounge_related_response

Name Type Summary
connection_id u4 Targer user's connection ID from [Gameservice Server 0x0046 User Census](/packets/gameservice/server/0046.ksy).
unknown_a f4 All examples show 1 (0x3F800000).
unknown_b f4 All examples show 1 (0x3F800000).
unknown_c f4 All examples show 1 (0x3F800000).
unknown_d f4 All examples show 1 (0x3F800000).
unknown_e f4 All examples show 1 (0x3F800000).

Definition

meta:
  id: gameservice_server_0196_unknown_lounge_related_response
  title: GameService Server 0196 Unknown Response (C-00EB, Lounge Related)
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: connection_id
    type: u4
  - id: unknown_a
    type: f4
  - id: unknown_b
    type: f4
  - id: unknown_c
    type: f4
  - id: unknown_d
    type: f4
  - id: unknown_e
    type: f4

Examples

No examples available. Contribute one?