AOS REVIVALJoin Discord
Packet ID0660x42
Progression // wire record

RankUps

Describes one or more rank/score changes for end-of-match progression presentation.

InactivePlannedProvisionalVariable: 5 + rank-up records
Exact field order

Packet 66 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 66 RankUps fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 66 (0x42).
1rank_up_counti32 LE4rank up count value.
2rank_ups[].score_reasoni32 LE4rank ups[].score reason value.
3rank_ups[].old_scoreNUL-terminated UTF-8 stringN + 1Old score encoded as decimal text.
4rank_ups[].new_scoreNUL-terminated UTF-8 stringN + 1New score encoded as decimal text.
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.