Dispatched by the server to update weather conditions.
On former live (Gemini), the server sent a new packet to connected clients once every ~60s.
Information about the fields in this packet come from extracted debug information.
It is not necessarily "correct" but it is the best approximation for now.
Message type: %d (%s)\n length: %d\n
Number of Clouds : %d\n
Cloud ID: %d\n
\tCloud Location: %f %f\n
\tCloud Velocity: %f %f\n
Number of Storms : %d\n
Storm:\n
\tStorm Location: %f %f\n
\tStorm Intensity: %d\n
\tStorm Radius: %d\n
clouds
a list of cloud data;
typically, just one entry
storms
a list of storm data;
typically, fluctuates between nine and eleven entries
Dispatched by the server to update weather conditions. On former live (Gemini), the server sent a new packet to connected clients once every ~60s.
Information about the fields in this packet come from extracted debug information. It is not necessarily "correct" but it is the best approximation for now.
Message type: %d (%s)\n length: %d\n
Number of Clouds : %d\n
Cloud ID: %d\n
\tCloud Location: %f %f\n
\tCloud Velocity: %f %f\n
Number of Storms : %d\n
Storm:\n
\tStorm Location: %f %f\n
\tStorm Intensity: %d\n
\tStorm Radius: %d\n
a list of cloud data; typically, just one entry
a list of storm data; typically, fluctuates between nine and eleven entries