Difference between revisions of "Sims 3:0xD3044521"
From SimsWiki
m |
|||
Line 1: | Line 1: | ||
− | + | [[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] | |
− | + | <br/>[[Sims 3:Main Page]] -> [[Sims 3:RCOL]] | |
+ | ==Format== | ||
DWORD 'RSLT' | DWORD 'RSLT' | ||
DWORD Version | DWORD Version |
Revision as of 01:21, 3 September 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL
Format
DWORD 'RSLT' DWORD Version DWORD Count1 //route DWORD Count2 //container DWORD Count3 //effect DWORD Count4 //Inverse Kinetics targets DWORD (Count 5? only encountered 0) //Part 1 repeat Count1 DWORD slot name // fnv32 repeat Count1 DWORD bone name // fnv32 (From rig) repeat Count1 12 FLOAT(4x3 transform matrix) DWORD 0(if Count1 > 0) //Part 2 repeat Count2 DWORD slot name // fnv32 repeat Count2 DWORD bone name // fnv32 (From rig) repeat Count2 DWORD flags // Slot placement flags repeat Count2 12 FLOAT(4x3 transform matrix) end DWORD 0(if Count2 > 0) //Part 3 repeat Count3 DWORD slot name // fnv32 repeat Count3 DWORD bone name // fnv32 (From rig) repeat Count3 12 FLOAT(4x3 transform matrix) DWORD 0(if Count3 > 0) //Part 4 repeat Count4 DWORD slot name // fnv32 repeat Count4 DWORD bone name // fnv32 (From rig) repeat Count4 12 FLOAT(4x3 transform matrix) DWORD 0(if Count4 > 0)