AOS REVIVALJoin Discord
Packet ID0410x29
Interface // wire record

MinimapBillboard

Creates a coloured, optionally tracking billboard/icon on the minimap.

InactivePlannedProvisionalVariable: 15 + icon-name bytes
Exact field order

Packet 41 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 41 MinimapBillboard fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 41 (0x29).
1entity_idi16 LE2Scene-local entity identifier.
2keyu81Visibility/team key.
3colorBGR8883Three colour channels written blue, green, then red.
4position3 × fixed16 LE6X, Y, and Z components at 1/64-unit precision.
5icon_nameNUL-terminated UTF-8 stringN + 1Retail minimap icon asset name.
6trackingboolean u81Whether the marker follows its associated entity.
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.