mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Fully working PAK/MLVL/STRG reads
This commit is contained in:
@@ -27,7 +27,7 @@ struct MLVL : BigDNA
|
||||
Value<atVec4f> transformMtx[3];
|
||||
Value<atVec3f> aabb[2];
|
||||
UniqueID32 areaMREAId;
|
||||
Value<atUint32> areaId;
|
||||
UniqueID32 areaId;
|
||||
|
||||
Value<atUint32> attachedAreaCount;
|
||||
Vector<atUint16, DNA_COUNT(attachedAreaCount)> attachedAreas;
|
||||
@@ -56,7 +56,6 @@ struct MLVL : BigDNA
|
||||
Value<atUint32> areaIdx;
|
||||
Value<atUint32> dockIdx;
|
||||
};
|
||||
FourCC type;
|
||||
Vector<Endpoint, DNA_COUNT(endpointCount)> endpoints;
|
||||
|
||||
Value<atUint32> planeVertCount;
|
||||
|
||||
Reference in New Issue
Block a user