AOS REVIVALJoin Discord
Packet ID1170x75
Teams // wire record

TeamProgress

Displays objective progress for a team as either a percentage or a numerator/denominator pair.

InactivePlannedProvisional6 or 12 bytes
Exact field order

Packet 117 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 117 TeamProgress fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 117 (0x75).
1team_idu81Team identifier.
2flagsu810x01 visible, 0x02 particle, 0x04 previous value, 0x08 percentage mode.
3percentsign-magnitude fixed16 LE (1/64)2percent value.When: flags & 0x08
4numeratori32 LE4numerator value.When: percentage flag clear
5denominatori32 LE4denominator value.When: percentage flag clear
6icon_idu81icon id 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.