[DiscordArchive] So for LightData it would be `struct LightDataMeta` ?
[DiscordArchive] So for LightData it would be `struct LightDataMeta` ?
Archived author: Vel • Posted: 2025-09-10T11:39:39.181000+00:00
Original source
I see the arrays now
Archived author: Vel • Posted: 2025-09-10T11:44:00.534000+00:00
Original source
Fc.... Now I am 8 bytes over.
```lua
Packet: 3801088
Size: 233
tableHash: 0x0AD67EBF
recordId: 23099
timestamp: 1757504602
status: 32
size: 216
data (hex): 43 02 64 00 C0 A4 87 00 1B 0C 10 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 45 52 20 00 45 52 20 00 00 00 00 00 45 52 20 00 00 00 00 00 3A 58 4D 00 4E 53 3A 00 3A 5F 4D 00 4E 53 3A 00 86 65 42 00 00 50 C3 46 00 00 00 00 00 00 90 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
```
Archived author: Vel • Posted: 2025-09-10T11:44:12.826000+00:00
Original source
https://tenor.com/view/cute-funny-comput...if-3485780
[Embed: Husky Communicates Using Computer]
https://tenor.com/view/cute-funny-comput...if-3485780
Archived author: Vel • Posted: 2025-09-10T11:52:54.778000+00:00
Original source
Okay missing 2 uint32 instead of int32 but that may not be it
Archived author: Tea • Posted: 2025-09-10T11:54:02.621000+00:00
Original source
sounds correct to me? 41 columns (non array, float+int only) * 4 + 12 (3 columns, array size 4) * 4 + 2 + 2 (first 2 int16)
Archived author: Tea • Posted: 2025-09-10T11:54:20.660000+00:00
Original source
thats 216
Archived author: Vel • Posted: 2025-09-10T11:55:07.044000+00:00
Original source
The blobs I found for this table in hotfixes sql had 212 bytes.
Archived author: Tea • Posted: 2025-09-10T11:55:24.158000+00:00
Original source
the blobs you found are old and structure has changed since 2021
Archived author: Vel • Posted: 2025-09-10T11:55:27.836000+00:00
Original source
Hm
Archived author: Vel • Posted: 2025-09-10T11:55:32.053000+00:00
Original source
Well let's try that then.