Edit on GitHub

GameService Client Sub-Server Connect (Multiplayer Mode)

Summary

This packet directs the server to connect the client to the sub-server specified, as identified in GameService Server 0x004D Sub-Server List or GameService Server 0x009F Server List.

It is used when the user is in multiplayer or grand prix mode, and is effectively a combination of GameService Client 0x0004 Sub-Server Connect and either GameService Client 0x0081 Multiplayer Mode Join or GameService Client 0x0176 Event Mode Join.

The response is:

Aliases:

See Also:

Structure

gameservice_client_0083_sub_server_connect_multiplayer_mode

Name Type Summary
sub_server_id u1 The Sub-server's ID

Definition

meta:
  id: gameservice_client_0083_sub_server_connect_multiplayer_mode
  title: GameService Client Sub-Server Connect (Multiplayer Mode)
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: sub_server_id
    type: u1

Examples

No examples available. Contribute one?