Edit on GitHub

GameService Server My Room Layout

Summary

This packet is believed to contain the layout details of the user's 'My Room' furniture decoration layout.

It is one of the responses to GameService Client 0x00B7 Inventory Open B.

Structure

gameservice_server_012d_my_room_layout

Name Type Summary
unknown_a bytes[4] All examples show 0x01000000.
furniture_count u2
furniture_entries furniture[furniture_count]

Subtypes

furniture

Name Type Summary
unknown_b bytes[4]
item_id u4 From pangya_xx.iff/Furniture.iff.
unknown_c bytes[19]

Definition

meta:
  id: gameservice_server_012d_my_room_layout
  title: GameService Server My Room Layout
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    size: 4
  - id: furniture_count
    type: u2
  - id: furniture_entries
    type: furniture
    repeat: expr
    repeat-expr: furniture_count
types:
  furniture:
    seq:
      - id: unknown_b
        size: 4
      - id: item_id
        type: u4
      - id: unknown_c
        size: 19

Examples

No examples available. Contribute one?