Edit on GitHub

GameService Server Notice Data

Summary

This packet relays the text of a 'notice' message to all users on the server via the notice ticker at the top of the game window.

This is believed to be the response to GameService Client 0x0066 Undocumented, but no examples currently exist to document.

Structure

gameservice_server_00c9_notice_data

Name Type Summary
user_nickname pstring
notice_text pstring

Definition

meta:
  id: gameservice_server_00c9_notice_data
  title: GameService Server Notice Data
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: user_nickname
    type: pstring
  - id: notice_text
    type: pstring

Examples

No examples available. Contribute one?