AOS REVIVALJoin Discord
Packet ID0980x62
UGC // wire record

InitialUGCBatch

Transfers an initial batch of UGC scene objects.

InactivePlannedProvisional2 + 11N bytes
Exact field order

Packet 98 wire layout

The first byte is the application packet ID. The rows after it appear in decode order. Sizes exclude ENet headers, the outer wrapper prefix, LZF chunk framing, and compression effects.

Packet 98 InitialUGCBatch fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 98 (0x62).
1item_countu81N: number of records.
2items[].modeu81items[].mode value.
3items[].ugc_item_idi32 LE4items[].ugc item id value.
4items[].xi16 LE2items[].x value.
5items[].yi16 LE2items[].y value.
6items[].zi16 LE2items[].z value.
Protocol convention

How to read this layout

  • LE means least-significant byte first.
  • fixed16 is two-byte sign-magnitude at 1/64 precision.
  • orientation16 uses the measured 1/8192 orientation mapping.
  • NUL strings consume their encoded byte length plus one 00 terminator.
  • Counted arrays repeat immediately in the order shown.