Difference between revisions of "Sims 3:CAS Part Flags"
From SimsWiki
(Added Extended Flags) |
|||
Line 1: | Line 1: | ||
By Atavera (additions by Delphy) | By Atavera (additions by Delphy) | ||
− | + | ||
Flags for the CAS parts: | Flags for the CAS parts: | ||
− | Type | + | ==Type== |
+ | <pre> | ||
[0x00000001] = Hair | [0x00000001] = Hair | ||
[0x00000002] = Scalp | [0x00000002] = Scalp | ||
Line 9: | Line 10: | ||
[0x00000008] = Body | [0x00000008] = Body | ||
[0x00000010] = Accessory | [0x00000010] = Accessory | ||
+ | </pre> | ||
− | Age/gender | + | ==Age/gender== |
+ | <pre> | ||
[0x00000000] = None | [0x00000000] = None | ||
[0x00000001] = Baby | [0x00000001] = Baby | ||
Line 24: | Line 27: | ||
[0x00002000] = Female | [0x00002000] = Female | ||
[0x00003000] = GenderMask | [0x00003000] = GenderMask | ||
+ | </pre> | ||
+ | |||
+ | ==Clothing Category== | ||
+ | <pre> | ||
+ | [0x00000000] = None | ||
+ | [0x00000001] = Naked | ||
+ | [0x00000002] = Everyday | ||
+ | [0x00000004] = Formalwear | ||
+ | [0x00000040] = Singed | ||
+ | [0x00000010] = Swimwear | ||
+ | [0x00000020] = Athletic | ||
+ | [0x00000100] = Career | ||
+ | [0x000007FF] = CategoryMask | ||
+ | [0x0000FFFF] = All | ||
− | + | [0x00200000] = ValidForRandom | |
− | + | [0x00400000] = IsHat | |
− | + | [0x00800000] = ValidForMaternity | |
− | + | [0x01000000] = IsHiddenInCAS | |
− | + | ||
− | + | ||
− | + | ||
− | [ | + | |
− | [ | + | |
− | [ | + | |
− | [ | + | |
</pre> | </pre> |
Revision as of 05:31, 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
[0x00000000] = None [0x00000001] = Naked [0x00000002] = Everyday [0x00000004] = Formalwear [0x00000040] = Singed [0x00000010] = Swimwear [0x00000020] = Athletic [0x00000100] = Career [0x000007FF] = CategoryMask [0x0000FFFF] = All [0x00200000] = ValidForRandom [0x00400000] = IsHat [0x00800000] = ValidForMaternity [0x01000000] = IsHiddenInCAS