Difference between revisions of "Sims 3:0x0355E0A6"

From SimsWiki
Jump to: navigation, search
m (Reformat)
Line 1: Line 1:
[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:PackedFileTypes]]
+
{{TS3ModdingHeader}}
<br/>[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:RCOL]]
+
 
<hr/>
+
 
==Description==
 
==Description==
 
This is a [[Sims 3:RCOL]] chunk.
 
This is a [[Sims 3:RCOL]] chunk.
Line 25: Line 24:
 
  FLOAT Z (quat)
 
  FLOAT Z (quat)
 
  FLOAT W (quat)
 
  FLOAT W (quat)
<hr/>
+
 
[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:PackedFileTypes]]
+
{{TS3ModdingHeader}}
<br/>[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:RCOL]]
+

Revision as of 19:46, 4 May 2010

Tutorials by Category

CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference 

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 by Category

CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference 

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox