.mbd - Synthlight/MHW-Editor GitHub Wiki

//------------------------------------------------
//--- 010 Editor v10.0 Binary Template
//
//      File: rMotBlendData
//   Authors: DorfDork & dtlnor
//   Version: 
//   Purpose: 
//  Category: 
// File Mask: *.mbd
//  ID Bytes: 
//   History: 
//------------------------------------------------

typedef struct { 
    string unkname <optimize=false>;
    uint unk0;
    uint unk1;
    uint unk2;
    uint unk3;
    float unk4;
    uint unk5;
    int unk6;
    uint unk7;
} UnkArr1;

typedef struct {
    uint unk1;
    uint lmtOffsetIndex <comment="it should point to a non-zero offset of lmt file">;
    uint NumOfValues;
    uint unk4;
    uint unk5;
    UnkArr1 arr1[NumOfValues]<optimize=false>;
    uint unk15;
} Default;

uint Magic;
uint Header;
uint Count <comment="should be same as the number of LMTAniData(number of non-zero offset)">;
Default arr0[Count]<optimize=false>;
uint End;