diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 6 | ||||
-rw-r--r-- | src/tools/vmap4_extractor/gameobject_extract.cpp | 2 | ||||
-rw-r--r-- | src/tools/vmap4_extractor/vmapexport.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index f64ec3937b4..ec87250a7f0 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -67,7 +67,7 @@ struct CinematicCameraLoadInfo static char const* types = "iffi"; static uint8 const arraySizes[4] = { 1, 3, 1, 1 }; static DB2FieldDefault const fieldDefaults[4] = { uint32(0), float(0), float(0), uint32(0) }; - static DB2Meta const meta(-1, 4, 0x85F98D68, types, arraySizes, fieldDefaults); + static DB2Meta const meta(-1, 4, 0x0062B0F4, types, arraySizes, fieldDefaults); static DB2FileLoadInfo const loadInfo(&fields[0], std::extent<decltype(fields)>::value, &meta); return &loadInfo; } @@ -134,7 +134,7 @@ struct LiquidTypeLoadInfo static char const* types = "sifffffsifihhbbbbbi"; static uint8 const arraySizes[19] = { 1, 1, 1, 1, 1, 1, 1, 6, 2, 18, 4, 1, 1, 1, 1, 1, 1, 6, 1 }; static DB2FieldDefault const fieldDefaults[19] = { "", uint32(0), float(0), float(0), float(0), float(0), float(0), "", uint32(0), float(0), uint32(0), uint16(0), uint16(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint32(0) }; - static DB2Meta const meta(-1, 19, 0xEB9E4B52, types, arraySizes, fieldDefaults); + static DB2Meta const meta(-1, 19, 0xBBB8B593, types, arraySizes, fieldDefaults); static DB2FileLoadInfo const loadInfo(&fields[0], std::extent<decltype(fields)>::value, &meta); return &loadInfo; } @@ -174,7 +174,7 @@ struct MapLoadInfo static char const* types = "siffssssshhhhhhhbbbbb"; static uint8 const arraySizes[21] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; static DB2FieldDefault const fieldDefaults[21] = { "", uint32(0), float(0), float(0), "", "", "", "", "", uint16(0), uint16(0), uint16(0), uint16(0), uint16(0), uint16(0), uint16(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0) }; - static DB2Meta const meta(-1, 21, 0xC34CD39B, types, arraySizes, fieldDefaults); + static DB2Meta const meta(-1, 21, 0xA37A2830, types, arraySizes, fieldDefaults); static DB2FileLoadInfo const loadInfo(&fields[0], std::extent<decltype(fields)>::value, &meta); return &loadInfo; } diff --git a/src/tools/vmap4_extractor/gameobject_extract.cpp b/src/tools/vmap4_extractor/gameobject_extract.cpp index 137e301dcfd..7ca562ae808 100644 --- a/src/tools/vmap4_extractor/gameobject_extract.cpp +++ b/src/tools/vmap4_extractor/gameobject_extract.cpp @@ -78,7 +78,7 @@ struct GameobjectDisplayInfoLoadInfo static char const* types = "ifffh"; static uint8 const arraySizes[5] = { 1, 6, 1, 1, 1 }; static DB2FieldDefault const fieldDefaults[5] = { uint32(0), float(0), float(0), float(0), uint16(0) }; - static DB2Meta const meta(-1, 5, 0x9EF36BC0, types, arraySizes, fieldDefaults); + static DB2Meta const meta(-1, 5, 0x9F2098D1, types, arraySizes, fieldDefaults); static DB2FileLoadInfo const loadInfo(&fields[0], std::extent<decltype(fields)>::value, &meta); return &loadInfo; } diff --git a/src/tools/vmap4_extractor/vmapexport.cpp b/src/tools/vmap4_extractor/vmapexport.cpp index 88765704954..da984fd6195 100644 --- a/src/tools/vmap4_extractor/vmapexport.cpp +++ b/src/tools/vmap4_extractor/vmapexport.cpp @@ -99,7 +99,7 @@ struct MapLoadInfo static char const* types = "siffssssshhhhhhhbbbbb"; static uint8 const arraySizes[21] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; static DB2FieldDefault const fieldDefaults[21] = { "", uint32(0), float(0), float(0), "", "", "", "", "", uint16(0), uint16(0), uint16(0), uint16(0), uint16(0), uint16(0), uint16(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0) }; - static DB2Meta const meta(-1, 21, 0xC34CD39B, types, arraySizes, fieldDefaults); + static DB2Meta const meta(-1, 21, 0xA37A2830, types, arraySizes, fieldDefaults); static DB2FileLoadInfo const loadInfo(&fields[0], std::extent<decltype(fields)>::value, &meta); return &loadInfo; } |