refine quest header format; use metadata from .bin.txt file if present

This commit is contained in:
Martin Michelsen
2025-02-27 00:17:41 -08:00
parent 78fe4ebf98
commit 4d7a3395ba
16 changed files with 489 additions and 407 deletions
+4 -4
View File
@@ -5552,10 +5552,10 @@ struct G_RevivePlayer_V3_BB_6xA1 {
// server on BB)
struct G_SpecializableItemDropRequest_6xA2 : G_StandardDropItemRequest_PC_V3_BB_6x60 {
/* 18 */ le_float param3 = 0.0f;
/* 1C */ le_uint32_t param4 = 0;
/* 20 */ le_uint32_t param5 = 0;
/* 24 */ le_uint32_t param6 = 0;
/* 18 */ le_float fparam3 = 0.0f;
/* 1C */ le_int32_t iparam4 = 0;
/* 20 */ le_int32_t iparam5 = 0;
/* 24 */ le_int32_t iparam6 = 0;
/* 28 */
} __packed_ws__(G_SpecializableItemDropRequest_6xA2, 0x28);