AOS REVIVALJoin Discord
Packet ID0740x4A
Interface // wire record

FogColor

Overrides the active fog colour and persists that override into later spawn/rejoin snapshots.

S→CSentImplementation-backed5 bytes
Exact field order

Packet 74 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 74 FogColor fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 74 (0x4A).
1colorpacked B,G,R,04RGB packed into a little-endian 32-bit word with a zero low-significance padding channel.
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.