Difference between revisions of "Sims 3:0x01D0E76B"
From SimsWiki
(→Overview) |
m |
||
Line 14: | Line 14: | ||
DWORD hash (of bone name) | DWORD hash (of bone name) | ||
repeat count times: | repeat count times: | ||
− | FLOAT[12] ( | + | FLOAT[12] (4x3 matrix) |
Based on contributions from karybdis and atavera | Based on contributions from karybdis and atavera | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} |
Latest revision as of 16:44, 20 May 2021
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 |
[edit] 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] (4x3 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 |