Difference between revisions of "Sims 3:0x01D0E76B"
From SimsWiki
(→SKIN) |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{TS3AdvancedModdingHeader}} | |
− | <br | + | {{TS3Resource |
− | + | |name=Skin | |
− | == | + | |typeid=0x01D0E76B |
+ | |expansion=The Sims 3 | ||
+ | }} | ||
+ | <br clear="all"> | ||
+ | ==Overview== | ||
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). | ||
DWORD // 'SKIN' | DWORD // 'SKIN' | ||
Line 9: | Line 13: | ||
repeat count times: | repeat count times: | ||
DWORD hash (of bone name) | DWORD hash (of bone name) | ||
− | FLOAT[12] ( | + | repeat count times: |
− | + | FLOAT[12] (4x3 matrix) | |
− | + | ||
− | + | ||
− | Based on contributions from karybdis and atavera | + | Based on contributions from karybdis and atavera |
+ | |||
+ | {{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 |