Difference between revisions of "Sims 3:0x01D0E76B"
From SimsWiki
(→SKIN) |
HugeLunatic (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{TS3ModdingHeader}} | |
− | + | ||
− | + | ||
==SKIN== | ==SKIN== | ||
This is a [[Sims 3:RCOL]] chunk found embedded in [[Sims 3:0x01661233|MODL]] and [[Sims 3:0x01D10F34|MLOD]] resources. It contains the bone hashval and matrix for each index value used in the VBUF chunk it is linked with (from the MLOD chunk). | This is a [[Sims 3:RCOL]] chunk found embedded in [[Sims 3:0x01661233|MODL]] and [[Sims 3:0x01D10F34|MLOD]] resources. It contains the bone hashval and matrix for each index value used in the VBUF chunk it is linked with (from the MLOD chunk). | ||
Line 10: | Line 9: | ||
DWORD hash (of bone name) | DWORD hash (of bone name) | ||
FLOAT[12] (3x4 matrix) | FLOAT[12] (3x4 matrix) | ||
− | |||
− | |||
− | |||
Based on contributions from karybdis and atavera | Based on contributions from karybdis and atavera | ||
+ | |||
+ | {{TS3ModdingHeader}} |
Revision as of 19:51, 4 May 2010
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |
SKIN
This is a Sims 3:RCOL chunk found embedded in MODL and MLOD resources. It contains the bone hashval and matrix for each index value used in the VBUF chunk it is linked with (from the MLOD chunk).
DWORD // 'SKIN' DWORD version DWORD count repeat count times: DWORD hash (of bone name) FLOAT[12] (3x4 matrix)
Based on contributions from karybdis and atavera
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |