Forum Discussion
11 years ago
@SimGuruModSquad:
https://github.com/Sims4Group/Sims4Tools/wiki/0x015A1849 This is our community Wiki.
This is the problematic part:
--else if (Version == 0x0C)
DWORD count1
--repetition count1:
DWORD // index of vertex in vertex data
DWORD v2Count
--repetition v2Count:
FLOAT // some kind of vertex adjustment for seams in morphs?
DWORD count2
--repetition count2:
DWORD // seems to be index of bone in RIG resource ?
SHORT // seem to be indexes of vertices in a face ?
FLOAT // some kind of bone adjustments for arm position etc.
BYTE // usually 0xFF
https://github.com/Sims4Group/Sims4Tools/wiki/0x015A1849 This is our community Wiki.
This is the problematic part:
--else if (Version == 0x0C)
DWORD count1
--repetition count1:
DWORD // index of vertex in vertex data
DWORD v2Count
--repetition v2Count:
FLOAT // some kind of vertex adjustment for seams in morphs?
DWORD count2
--repetition count2:
DWORD // seems to be index of bone in RIG resource ?
SHORT // seem to be indexes of vertices in a face ?
FLOAT // some kind of bone adjustments for arm position etc.
BYTE // usually 0xFF