Forum Discussion

Snaitf's avatar
11 years ago

@SimGuruModSquad - Exclude Part Flags

@SimGuruModSquad
Was wondering if we could get a list of the Exclude Part Flags for CASP files.

Thanks in advance,
Snaitf
  • Hello!

    Below are the enumerations we use. These are used in various placed where CAS part type is specified - I gave this list our partially previously when someone asked specifically about tattoos. This is the complete list.

    However, the exclude flags don't use these exactly as is. Since that particular field is a bit field, it converts the enum to flags that can be combined together by shifting by the enum value. i.e. HAT is 1<<1, HAIR is 1<<2, HEAD is 1<<3, etc.


    BODYTYPE_NONE = 0,
    BODYTYPE_HAT,
    BODYTYPE_HAIR,
    BODYTYPE_HEAD,
    BODYTYPE_FACE,
    BODYTYPE_FULLBODY,
    BODYTYPE_UPPERBODY,
    BODYTYPE_LOWERBODY,
    BODYTYPE_SHOES,
    BODYTYPE_ACCESSORIES,
    BODYTYPE_EARRINGS,
    BODYTYPE_GLASSES,
    BODYTYPE_NECKLACE,
    BODYTYPE_GLOVES,
    BODYTYPE_WRISTLEFT,
    BODYTYPE_WRISTRIGHT,
    BODYTYPE_LIPRINGLEFT,
    BODYTYPE_LIPRINGRIGHT,
    BODYTYPE_NOSERINGLEFT,
    BODYTYPE_NOSERINGRIGHT,
    BODYTYPE_BROWRINGLEFT,
    BODYTYPE_BROWRINGRIGHT,
    BODYTYPE_INDEXFINGERLEFT,
    BODYTYPE_INDEXFINGERRIGHT,
    BODYTYPE_RINGFINGERLEFT,
    BODYTYPE_RINGFINGERRIGHT,
    BODYTYPE_MIDDLEFINGERLEFT,
    BODYTYPE_MIDDLEFINGERRIGHT,
    BODYTYPE_FACIALHAIR,
    BODYTYPE_LIPSTICK,
    BODYTYPE_EYESHADOW,
    BODYTYPE_EYELINER,
    BODYTYPE_BLUSH,
    BODYTYPE_FACEPAINT,
    BODYTYPE_EYEBROWS,
    BODYTYPE_EYECOLOR,
    BODYTYPE_SOCKS,
    BODYTYPE_MASCARA,
    BODYTYPE_SKINDETAIL_CREASEFOREHEAD,
    BODYTYPE_SKINDETAIL_FRECKLES,
    BODYTYPE_SKINDETAIL_DIMPLELEFT,
    BODYTYPE_SKINDETAIL_DIMPLERIGHT,
    BODYTYPE_TIGHTS,
    BODYTYPE_SKINDETAIL_MOLELIPLEFT,
    BODYTYPE_SKINDETAIL_MOLELIPRIGHT,
    BODYTYPE_TATTOO_ARMLOWERLEFT,
    BODYTYPE_TATTOO_ARMUPPERLEFT,
    BODYTYPE_TATTOO_ARMLOWERRIGHT,
    BODYTYPE_TATTOO_ARMUPPERRIGHT,
    BODYTYPE_TATTOO_LEGLEFT,
    BODYTYPE_TATTOO_LEGRIGHT,
    BODYTYPE_TATTOO_TORSOBACKLOWER,
    BODYTYPE_TATTOO_TORSOBACKUPPER,
    BODYTYPE_TATTOO_TORSOFRONTLOWER,
    BODYTYPE_TATTOO_TORSOFRONTUPPER,
    BODYTYPE_SKINDETAIL_MOLECHEEKLEFT,
    BODYTYPE_SKINDETAIL_MOLECHEEKRIGHT,
    BODYTYPE_SKINDETAIL_CREASEMOUTH,
  • @SimGuruModSquad can you share enum numbers for pets CASP, please?
  • SGMS last logged in sometime in December 2019, but hasn't posted since 2018. I wish they would answer questions, even a simple "we're not allowed to" or "no" is better than absolute silence and won't take time away from what they are doing. :bawling:
  • Is the modding support scheme even still operating? Maybe it was closed down without enough warning to give them time to post the fact! :)