Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

0x02019972

orangemittens edited this page Sep 28, 2014 · 2 revisions

##MTST*

typedef struct 
{
    char mSignature[4]; // MTST
    UINT32 mVersion ;
    UINT32 mHashedName ;
    UINT32 mDefaultMaterial;  // UNUSED in V0x300
    UINT32 mCount;

    typedef struct 
    {
        UINT32 mMat ;
        UINT32 mStateID ;
        UINT32 mVariantID ;
    } Materials;

    Materials mMaterials[mCount];

} ModelMaterialSet;
  • contributed by SimsGuruModSquad HERE
Clone this wiki locally