Skip to content

JMXVBSK 0101

DummkopfOfHachtenduden edited this page May 2, 2019 · 6 revisions

Credits to theonly112 for his initial release.
Credits to Cruor for his initial release.

12  string  Signature               // JMXVBSK 0101
4   uint    subPrimCount            // number of bones
for (int i = 0; i < primNodeCount; i++)
{
    1   byte    subPrimType         // 0 = PrimBone, 1 = PrimDummy
    4   uint    boneName.Length 
    *   string  boneName
    4   uint    parentBoneName.Length
    *   string  parentBoneName

    16  Vector4 rotationToParent    // quaternion
    12  Vector3 translationToParent
    
    16  Vector4 rotationToOrigin    // quaternion
    12  Vector3 translationToOrigin
    
    16  Vector4 rotationToUnknown   // quaternion
    12  Vector3 translationToUnknown
    
    4   uint    childBoneCount
    for (int ii = 0; ii < childBoneCount; ii++)
    {
        4   uint    childBoneName.Length
        *   string  childBoneName
    }
}
4   uint    unkUInt0    //ASSERT(nCount == 0)
4   uint    unkUInt1    //ASSERT(nCount == 0)

Sample pictures

ChinamanSkeleton ChinamanSkeletonHand RocSkeletonBlended

Clone this wiki locally