Difference between revisions of "Sims 3:0x01D0E76B"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Overview) |
||
Line 13: | Line 13: | ||
repeat count times: | repeat count times: | ||
DWORD hash (of bone name) | DWORD hash (of bone name) | ||
+ | repeat count times: | ||
FLOAT[12] (3x4 matrix) | FLOAT[12] (3x4 matrix) | ||
− | Based on contributions from karybdis and atavera | + | Based on contributions from karybdis and atavera |
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} |
Revision as of 08:02, 30 June 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Skin | ||
---|---|---|
TypeID: | 0x01D0E76B | |
Game Version: | The Sims 3 |
Overview
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) repeat count times: FLOAT[12] (3x4 matrix)
Based on contributions from karybdis and atavera
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |