AOS REVIVALJoin Discord
Packet ID0900x5A
Deployables // wire record

PlaceMedPack

Requests a type-30 MedPack placement. The server owns its three team uses, 25-HP increments, health, and destruction.

C→SHandledLive-verified13 bytes
Exact field order

Packet 90 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 90 PlaceMedPack fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 90 (0x5A).
1loop_counti32 LE4Simulation-loop stamp used for ordering, prediction, or reconciliation.
2player_idu81Compact player-slot identifier.
3position3 × u16 LE6Raw X, Y, and Z voxel coordinates.
4faceu81Voxel face or placement orientation index.
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.