Difference between revisions of "Sims 3:0x0355E0A6"
From SimsWiki
m |
m (Reformat) |
||
| Line 1: | Line 1: | ||
| − | [[Sims 3: | + | [[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:PackedFileTypes]] |
| + | <br/>[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:RCOL]] | ||
<hr/> | <hr/> | ||
| − | = | + | ==Description== |
| − | This is a [[Sims 3:RCOL]] chunk. | + | This is a [[Sims 3:RCOL]] chunk. |
| + | |||
| + | Unusually, there is no four-byte "tag" at the start of the chunk. The resource is known as "Slot Adjust" or "BOND". | ||
| − | |||
Tweaks the position, scale, and orientation of slots/bones per outfit. | Tweaks the position, scale, and orientation of slots/bones per outfit. | ||
==Format== | ==Format== | ||
| − | + | DWORD Version | |
| − | + | DWORD Count | |
| − | + | ---Count repeats of | |
| − | DWORD Version | + | DWORD hashed slot/bone name |
| − | DWORD Count | + | FLOAT X offset |
| − | - | + | FLOAT Y offset |
| − | + | FLOAT Z offset | |
| − | + | ||
| − | + | FLOAT X scale | |
| − | + | FLOAT Y scale | |
| − | + | FLOAT Z scale | |
| − | + | ||
| − | + | FLOAT X (quat) | |
| − | + | FLOAT Y (quat) | |
| − | + | FLOAT Z (quat) | |
| − | + | FLOAT W (quat) | |
| − | + | <hr/> | |
| − | + | [[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:PackedFileTypes]] | |
| − | + | <br/>[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:RCOL]] | |
| − | </ | + | |
Revision as of 21:54, 5 April 2010
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:PackedFileTypes
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:RCOL
Description
This is a Sims 3:RCOL chunk.
Unusually, there is no four-byte "tag" at the start of the chunk. The resource is known as "Slot Adjust" or "BOND".
Tweaks the position, scale, and orientation of slots/bones per outfit.
Format
DWORD Version DWORD Count ---Count repeats of DWORD hashed slot/bone name FLOAT X offset FLOAT Y offset FLOAT Z offset FLOAT X scale FLOAT Y scale FLOAT Z scale FLOAT X (quat) FLOAT Y (quat) FLOAT Z (quat) FLOAT W (quat)
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:PackedFileTypes
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:RCOL