Edit on GitHub

User Name Data

Summary

Oft-recurring format for communicating a user's display name and guild to clients, including:

See Also:

Structure

user_name_data

Name Type Summary
room_id u2 Unconfirmed. 0xFFFF (-1) when not in room.
username strz[22] User's account name.
user_nickname strz[22] User's display name.
guild_name strz[21]
guild_emblem_id strz[24] Local user's guild's emblem ID. If present, for instance "13579ace", PNG image is downloaded over HTTP from (PangyaTH) 203.107.140.35:50008/_Files/GuildEmblem/13579ace.png
connection_id u4 Unused in GSS-0157.
unknown_user_name_data_a bytes[12] All 0x00?
unknown_user_name_data_b u4
unknown_user_name_data_c bytes[4] All 0x00?
unknown_user_name_data_d u2
unknown_user_name_data_e bytes[6] All 0xFF?
unknown_user_name_data_f bytes[16]
username_atnt strz[128] Typically the local player's username, appended with "@NT". Possibly some sort of email or messaging integration? Occasionally this field is empty. "faceb###############@NT" also witnessed, suggesting a link to Login-via-Facebook functionality.
user_id u4 Unique ID representing the user.

Definition

meta:
  id: user_name_data
  title: User Name Data
  encoding: ASCII
  endian: le
  imports:
    - id_bank
seq:
  - id: room_id
    type: u2
  - id: username
    type: strz
    size: 22
  - id: user_nickname
    type: strz
    size: 22
  - id: guild_name
    type: strz
    size: 21
  - id: guild_emblem_id
    type: strz
    size: 24
  - id: connection_id
    type: u4
  - id: unknown_user_name_data_a
    size: 12
  - id: unknown_user_name_data_b
    type: u4
  - id: unknown_user_name_data_c
    size: 4
  - id: unknown_user_name_data_d
    type: u2
  - id: unknown_user_name_data_e
    size: 6
  - id: unknown_user_name_data_f
    size: 16
  - id: username_atnt
    type: strz
    size: 128
  - id: user_id
    type: u4

Examples

No examples available. Contribute one?