Edit on GitHub
Oft-recurring format for communicating a user's equipment data to clients, including:
See Also:
Name | Type | Summary |
---|---|---|
roster_slot_caddie | u4 | From GameService Server 0x0071 User Caddie Roster. Equipped Caddie. 0 if unused. |
roster_slot_character | u4 | From GameService Server 0x0070 User Character Roster. Equipped Character. |
inventory_slot_comet | u4 | From GameService Server 0x0073 User Inventory. Equipped Comet. |
item_id_comet | u4 | From pangya_xx.iff/Ball.iff. |
item_id_consumable | u4 | From pangya_xx.iff/Item.iff. Corresponds with the 10 slots available to the user. 0 if unused. |
inventory_slot_portrait_background | u4 | Inventory slot of equipped Portrait Background. 0 if unused. |
inventory_slot_portrait_frame | u4 | Unconfirmed. Inventory slot of equipped Portrait Frame. 0 if unused. |
inventory_slot_portrait_sticker | u4 | Inventory slot of equipped Portrait Sticker. 0 if unused. |
inventory_slot_portrait_slot | u4 | Inventory slot of equipped Portrait Slot. 0 if unused. |
inventory_slot_cut_in | u4 | Unconfirmed. Inventory slot of equipped Power Shot Cut-In. 0 if unused. |
inventory_slot_rank_banner | u4 | Unconfirmed. Inventory slot of equipped Rank Banner. 0 if unused. |
item_id_portrait_background | u4 | From pangya_xx.iff/Skin.iff. 0 if unused. |
item_id_portrait_frame | u4 | Unconfirmed. From pangya_xx.iff/Skin.iff. 0 if unused. |
item_id_portrait_sticker | u4 | From pangya_xx.iff/Skin.iff. 0 if unused. |
item_id_portrait_slot | u4 | From pangya_xx.iff/Skin.iff. 0 if unused. |
item_id_cut_in | u4 | Unconfirmed. From pangya_xx.iff/Skin.iff. 0 if unused. |
item_id_rank_banner | u4 | Unconfirmed. From pangya_xx.iff/Skin.iff. 0 if unused. Banner displayed instead of rank. |
unknown_user_equipment_data_b | bytes[4] | All 0? |
item_id_furniture | u4 | From pangya_xx.iff/Furniture.iff. 2 IDs in series. Appears to be posters. No idea why this is here. |
meta:
id: user_equipment_data
title: User Equipment Data
encoding: ASCII
endian: le
seq:
- id: roster_slot_caddie
type: u4
- id: roster_slot_character
type: u4
- id: inventory_slot_comet
type: u4
- id: item_id_comet
type: u4
- id: item_id_consumable
type: u4
repeat: expr
repeat-expr: 10
- id: inventory_slot_portrait_background
type: u4
- id: inventory_slot_portrait_frame
type: u4
- id: inventory_slot_portrait_sticker
type: u4
- id: inventory_slot_portrait_slot
type: u4
- id: inventory_slot_cut_in
type: u4
- id: inventory_slot_rank_banner
type: u4
- id: item_id_portrait_background
type: u4
- id: item_id_portrait_frame
type: u4
- id: item_id_portrait_sticker
type: u4
- id: item_id_portrait_slot
type: u4
- id: item_id_cut_in
type: u4
- id: item_id_rank_banner
type: u4
- id: unknown_user_equipment_data_b
size: 4
- id: item_id_furniture
type: u4
repeat: expr
repeat-expr: 2