Difference between revisions of "Sims 3:CAS Part Flags"
From SimsWiki
Line 1: | Line 1: | ||
− | By Atavera | + | By Atavera (additions by Delphy) |
<pre> | <pre> | ||
Flags for the CAS parts: | Flags for the CAS parts: | ||
Line 11: | Line 11: | ||
Age/gender | Age/gender | ||
+ | [0x00000000] = None | ||
[0x00000001] = Baby | [0x00000001] = Baby | ||
[0x00000002] = Toddler | [0x00000002] = Toddler | ||
Line 18: | Line 19: | ||
[0x00000020] = Adult | [0x00000020] = Adult | ||
[0x00000040] = Elder | [0x00000040] = Elder | ||
+ | [0x0000007F] = Age Mask | ||
+ | |||
[0x00001000] = Male | [0x00001000] = Male | ||
[0x00002000] = Female | [0x00002000] = Female | ||
+ | [0x00003000] = GenderMask | ||
</pre> | </pre> |
Revision as of 04:52, 18 June 2009
By Atavera (additions by Delphy)
Flags for the CAS parts: Type [0x00000001] = Hair [0x00000002] = Scalp [0x00000004] = Face Overlay [0x00000008] = Body [0x00000010] = Accessory Age/gender [0x00000000] = None [0x00000001] = Baby [0x00000002] = Toddler [0x00000004] = Child [0x00000008] = Teen [0x00000010] = Young Adult [0x00000020] = Adult [0x00000040] = Elder [0x0000007F] = Age Mask [0x00001000] = Male [0x00002000] = Female [0x00003000] = GenderMask