Difference between revisions of "Sims 3:CAS Part Flags"
From SimsWiki
(→Clothing Category) |
(→Age/gender: Reformat) |
||
Line 12: | Line 12: | ||
</pre> | </pre> | ||
− | ==Age | + | ==Age, Species, Gender and Handedness== |
− | + | ===Age=== | |
− | + | One byte: | |
− | + | [0x01] = Baby | |
− | [ | + | [0x02] = Toddler |
− | [ | + | [0x04] = Child |
− | [ | + | [0x08] = Teen |
− | [ | + | [0x10] = Young Adult |
− | [ | + | [0x20] = Adult |
− | [ | + | [0x40] = Elder |
− | [ | + | [0x80] = - |
− | + | ===Species / Gender=== | |
− | / | + | One byte, split into two. |
− | [ | + | ====Species Value==== |
− | [ | + | Low four bits: |
− | [ | + | [0x1] = Human |
− | [ | + | [0x2] = Horse |
− | [ | + | [0x3] = Cat |
− | [ | + | [0x4] = Dog |
− | [ | + | [0x5] = LittleDog |
− | + | [0x6] = Deer | |
− | + | [0x7] = Raccoon | |
− | [ | + | ====Gender Flags==== |
− | [ | + | High four bits: |
− | + | [0x1] = Male | |
− | + | [0x2] = Female | |
− | [ | + | [0x4] = - |
− | [ | + | [0x8] = - |
− | + | ===Handedness Flags=== | |
+ | Not clear... currently deemed two bytes... | ||
+ | [0x0010] = LeftHanded | ||
+ | [0x0020] = RightHanded | ||
+ | [0x0040] = - | ||
+ | [0x0080] = - | ||
==Clothing Category== | ==Clothing Category== |
Revision as of 23:49, 23 December 2011
By Atavera (additions by Delphy & simsmx)
Flags for the CAS parts:
Contents |
Type
[0x00000001] = Hair [0x00000002] = Scalp [0x00000004] = Face Overlay [0x00000008] = Body [0x00000010] = Accessory
Age, Species, Gender and Handedness
Age
One byte:
[0x01] = Baby [0x02] = Toddler [0x04] = Child [0x08] = Teen [0x10] = Young Adult [0x20] = Adult [0x40] = Elder [0x80] = -
Species / Gender
One byte, split into two.
Species Value
Low four bits:
[0x1] = Human [0x2] = Horse [0x3] = Cat [0x4] = Dog [0x5] = LittleDog [0x6] = Deer [0x7] = Raccoon
Gender Flags
High four bits:
[0x1] = Male [0x2] = Female [0x4] = - [0x8] = -
Handedness Flags
Not clear... currently deemed two bytes...
[0x0010] = LeftHanded [0x0020] = RightHanded [0x0040] = - [0x0080] = -
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 [0x00001000] = Racing [0x00002000] = Jumping [0x00004000] = Bridle [0x0007FFFF] = CategoryMask [0xFFFFFFFF] = All //Extended flags [0x00100000] = ValidForMaternity [0x00200000] = ValidForRandom [0x00400000] = IsHat [0x00800000] = IsRevealing [0x01000000] = IsHiddenInCAS