refine quest header format; use metadata from .bin.txt file if present
This commit is contained in:
+10
-10
@@ -175,12 +175,12 @@ public:
|
||||
/* 0E */ le_uint16_t unknown_a3 = 0;
|
||||
/* 10 */ VectorXYZF pos;
|
||||
/* 1C */ VectorXYZI angle;
|
||||
/* 28 */ le_float param1 = 0.0f; // Boxes: if <= 0, this is a specialized box, and the specialization is in param4/5/6
|
||||
/* 2C */ le_float param2 = 0.0f;
|
||||
/* 30 */ le_float param3 = 0.0f; // Boxes: if == 0, the item should be varied by difficulty and area
|
||||
/* 34 */ le_uint32_t param4 = 0;
|
||||
/* 38 */ le_uint32_t param5 = 0;
|
||||
/* 3C */ le_uint32_t param6 = 0;
|
||||
/* 28 */ le_float fparam1 = 0.0f; // Boxes: if <= 0, this is a specialized box, and the specialization is in param4/5/6
|
||||
/* 2C */ le_float fparam2 = 0.0f;
|
||||
/* 30 */ le_float fparam3 = 0.0f; // Boxes: if == 0, the item should be varied by difficulty and area
|
||||
/* 34 */ le_int32_t iparam4 = 0;
|
||||
/* 38 */ le_int32_t iparam5 = 0;
|
||||
/* 3C */ le_int32_t iparam6 = 0;
|
||||
/* 40 */ le_uint32_t unused = 0; // Reserved for pointer in client's memory; unused by server
|
||||
/* 44 */
|
||||
|
||||
@@ -206,8 +206,8 @@ public:
|
||||
/* 34 */ le_float fparam3 = 0.0f;
|
||||
/* 38 */ le_float fparam4 = 0.0f;
|
||||
/* 3C */ le_float fparam5 = 0.0f;
|
||||
/* 40 */ le_int16_t iparam1 = 0;
|
||||
/* 42 */ le_int16_t iparam2 = 0;
|
||||
/* 40 */ le_int16_t iparam6 = 0;
|
||||
/* 42 */ le_int16_t iparam7 = 0;
|
||||
/* 44 */ le_uint32_t unused = 0; // Reserved for pointer in client's memory; unused by server
|
||||
/* 48 */
|
||||
|
||||
@@ -302,8 +302,8 @@ public:
|
||||
/* 08 */ le_float fparam3;
|
||||
/* 0C */ le_float fparam4;
|
||||
/* 10 */ le_float fparam5;
|
||||
/* 14 */ le_int16_t iparam2;
|
||||
/* 16 */ le_int16_t iparam1;
|
||||
/* 14 */ le_int16_t iparam7;
|
||||
/* 16 */ le_int16_t iparam6;
|
||||
/* 18 */ le_uint32_t entry_num;
|
||||
/* 1C */ le_uint16_t min_children;
|
||||
/* 1E */ le_uint16_t max_children;
|
||||
|
||||
Reference in New Issue
Block a user