Difference between revisions of "Sims 3:CAS Part Flags"
From SimsWiki
(→Clothing Category) |
(→Age/gender) |
||
Line 23: | Line 23: | ||
[0x00000020] = Adult | [0x00000020] = Adult | ||
[0x00000040] = Elder | [0x00000040] = Elder | ||
+ | |||
+ | //Species | ||
+ | [0x00000100] = Human | ||
+ | [0x00000200] = Horse | ||
+ | [0x00000300] = Cat | ||
+ | [0x00000400] = Dog | ||
+ | [0x00000500] = LittleDog | ||
+ | [0x00000600] = Deer | ||
+ | [0x00000700] = Raccoon | ||
//Gender | //Gender | ||
[0x00001000] = Male | [0x00001000] = Male | ||
[0x00002000] = Female | [0x00002000] = Female | ||
− | |||
− | |||
− | |||
//Handedness | //Handedness |
Revision as of 20:39, 23 October 2011
By Atavera (additions by Delphy & simsmx)
Flags for the CAS parts:
Type
[0x00000001] = Hair [0x00000002] = Scalp [0x00000004] = Face Overlay [0x00000008] = Body [0x00000010] = Accessory
Age/gender
//Age [0x00000000] = None [0x00000001] = Baby [0x00000002] = Toddler [0x00000004] = Child [0x00000008] = Teen [0x00000010] = Young Adult [0x00000020] = Adult [0x00000040] = Elder //Species [0x00000100] = Human [0x00000200] = Horse [0x00000300] = Cat [0x00000400] = Dog [0x00000500] = LittleDog [0x00000600] = Deer [0x00000700] = Raccoon //Gender [0x00001000] = Male [0x00002000] = Female //Handedness [0x00100000] = LeftHanded [0x00200000] = RightHanded
Clothing Category
[0x00000000] = None [0x00000001] = Naked [0x00000002] = Everyday [0x00000004] = Formalwear [0x00000008] = Sleepwear [0x00000010] = Swimwear [0x00000020] = Athletic [0x00000040] = Singed [0x00000080] = MartialArts [0x00000100] = Career [0x00000200] = FireFighting [0x00000400] = Makeover [0x00000800] = SkinnyDippingTowel [0x0007FFFF] = CategoryMask [0xFFFFFFFF] = All //Extended flags [0x00100000] = ValidForMaternity [0x00200000] = ValidForRandom [0x00400000] = IsHat [0x00800000] = IsRevealing [0x01000000] = IsHiddenInCAS