Difference between revisions of "Sims 3:CAS Part Flags"
From SimsWiki
Line 24: | Line 24: | ||
[0x00002000] = Female | [0x00002000] = Female | ||
[0x00003000] = GenderMask | [0x00003000] = GenderMask | ||
+ | |||
+ | Clothing Category | ||
+ | [0x0000] = None | ||
+ | [0x0001] = Naked | ||
+ | [0x0002] = Everyday | ||
+ | [0x0004] = Formalwear | ||
+ | [0x0040] = Singed | ||
+ | [0x0010] = Swimwear | ||
+ | [0x0020] = Athletic | ||
+ | [0x0100] = Career | ||
+ | [0x07FF] = CategoryMask | ||
+ | [0xFFFF] = All | ||
</pre> | </pre> |
Revision as of 05:16, 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 Clothing Category [0x0000] = None [0x0001] = Naked [0x0002] = Everyday [0x0004] = Formalwear [0x0040] = Singed [0x0010] = Swimwear [0x0020] = Athletic [0x0100] = Career [0x07FF] = CategoryMask [0xFFFF] = All