Creating A CAS Part Snippet

The following tutorial will go through the process of creating a CAS Part snippet for use with Deviant Core. We will start with a complete snippet first and break it down along the way.

Directory

References

Tutorial

Here we have a complete snippet and what we should end up with in the end.

Full Example

The following, is a simple snippet containing many CAS Parts. We break down each section below it.

Body CAS Part

Below are the Body CAS Part Properties. These parts are used for Sim body parts, when they are naked. Things like Penises, Vaginas, and Breasts are included.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part. In this case, 6563 references the native Female Adult Human feet. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_body_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.
part_type The body part type this CAS Part is. TONGUE, FEET, CHEST VAGINA, PENIS_SOFT, PENIS_HARD
part_sub_type OPTIONAL: The part sub type this CAS Part is. In order for this value to be used, the part_type value must be PENIS_HARD! No, it does not make sense in the example code above, it is just an example! PENIS_HARD_MERMAID_TAIL, PENIS_HARD_ROBOT

Overlay CAS Part

Below are the Overlay CAS Part Properties. These parts are used to show flat or 3D "messes", such as drooling Cum or splattered milk.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part. In this case, 6563 references the native Female Adult Human feet. An FNV64 Decimal Identifier
part_id This is the FNV64 decimal identifier of the CAS Part. In this case, 14202652467133993841 references an overlay CAS Part provided by Deviant Core. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. In the case above, 14202652467133993841 is tagged as being Three Dimensional For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.
overlay_type Describes the type of overlay this CAS Part is. TEARS, BLUSH, CUM, MILK, SCAT, URINE, BRUISES
overlay_body_location The location on a Sims body, the overlay applies onto. EYES, FACE, MOUTH, CHEST, BELLY, BACK, LOWER_BACK, ANUS, VAGINA, PENIS, BUTT, BUTT_LEFT, BUTT_RIGHT, FEET, NIPPLE_LEFT, NIPPLE_RIGHT, NIPPLE_BOTH, INNER_THIGH, LEFT_INNER_THIGH, RIGHT_INNER_THIGH, OUTER_THIGH, LEFT_OUTER_THIGH, RIGHT_OUTER_THIGH
overlay_weight Describes how heavy the overlay is visually, which determines when it will apply. The order overlays go in when updating an overlay is LIGHT -> MEDIUM -> HEAVY. During animations, when an overlay is applied, it is initially applied LIGHT. If a LIGHT overlay has already been applied, it will be upgraded to a MEDIUM overlay, then to a HEAVY overlay. LIGHT, MEDIUM, HEAVY

Strap-on CAS Part

Below are the Strapon CAS Part Properties. These parts are used during animations when a Sim does not have a Penis.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part. In this case, 6563 references the native Female Adult Human feet. An FNV64 Decimal Identifier
part_id This is the FNV64 decimal identifier of the CAS Part. In this case, 13287103063830156525 references the default Strap-on provided by Deviant Core. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.

Underwear CAS Part

Below are the Underwear CAS Part Properties. These parts are used as underwear for Sims. What they wear under their normal clothing.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part. In this case, 10720179598872892650 references the a Deviant Core underwear top and 9697579069228044587 references a Noir Full Body underwear that also has an erect penis. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
underwear_type The type of underwear this CAS Part is. UNDERWEAR_TOP, UNDERWEAR_BOTTOM, UNDERWEAR_FULL_BODY
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. In the full body example, HAS_VISIBLE_PENIS indicates the underwear comes with a visible penis (Skin Overlays will be applied), DISALLOW_FOR_RANDOM indicates the underwear is not available for random selection, ERECTION indicates the underwear applies only to erections, PENIS indicates the underwear applies only to Sims with a penis, and PUBIC_HAIR_TESTICLES, PUBIC_HAIR_ABOVE_GROIN, PUBIC_HAIR_VAGINA indicates that any pubic hair with the same tag should be displayed at the same time as this underwear. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.

Condom CAS Part

Below are the Condom CAS Part Properties. These parts are used when a Sim puts a condom on their Penis. The visuals are applied on top of the Penis texture.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 10634983550562372007 is a reference to a condom by Real Gens. An FNV64 Decimal Identifier
condom_wrapper_id This is the FNV64 decimal identifier of the CAS Part Condom Wrapper. In this case, 9536115794572453207 is a reference to a condom wrapper by Real Gens. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.
available_for_cas_parts_by A collection of criteria that indicates what types of CAS Parts the condom is available for. In the case above, this condom is available for the Penis with ID 12055570509468516674 (Which is a Real Gens penis) Since the values in this are custom, they can be whatever you want them to be.

Skin Overlay CAS Part

Below are the Skin Overlay CAS Part Properties. These parts are used when a Penis or Vagina author have provided a more detailed "overlay" that you're supposed to put on alongside the penis. Such as Penis textures on top of a pitch black penis. Simdulgence is known to use these.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 10634983550562372007 is a reference to a condom by Real Gens. An FNV64 Decimal Identifier
condom_wrapper_id This is the FNV64 decimal identifier of the CAS Part Condom Wrapper. In this case, 9536115794572453207 is a reference to a condom wrapper by Real Gens. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
skin_overlay_type The type of skin overlay this is. It indicates whether for a VAGINA or a PENIS. VAGINA, PENIS
skin_tone_ids A list of Decimal Identifiers that point to Skin Tones this skin overlay matches to. For example, a dark brown skin tone listed here means any Sims with dark brown Skin will use this Skin Overlay. This is only used in the case of automatically assigning skin overlays to a Sim. A list of FNV64 Decimal Identifiers
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.
available_for_cas_parts_by A collection of criteria that indicates what types of CAS Parts the Skin Overlay is available for. In the case above, this Skin Overlay is available for any Penises with the NOIR_AND_DARK_SIMS_4_PENIS Custom Tag. List types by_part_ids (List of ids), by_part_tags (List of CAS Part Tags), by_part_game_tags (List of Game Tags), by_part_custom_tags (List of Custom Tags)

Pubic Hair CAS Part

Below are the Pubic Hair CAS Part Properties. These parts are used to show Pubic Hair above the genitals or on the testicles.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 14616773763866870262 is a reference to a pubic hair by MiniGiles. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
required_sexual_organs A list of sexual organs this CAS Part will be available for. If not listed, it will be available for any sexual organs. PENIS, VAGINA, BREASTS
pubic_hair_color The color of the Pubic Hair. This is useful when matching to the hair color of Sims. The value can be GRAY, BLACK, LIGHT_BROWN, BROWN, BLONDE, DIRTY_BLONDE, AUBURN, ORANGE, or CUSTOM
pubic_hair_weight The weight of the Pubic Hair. i.e. How much hair. It is recommended to have MEDIUM and HEAVY variants to go with LIGHT variants. The value can be LIGHT, MEDIUM, HEAVY
cas_part_group The group of the CAS Part, this is used when locating other CAS Parts of the same type. For example, if a Sim is using the Light variant of a pubic hair and we wanted to "grow" it, then we would be able to use the group to locate the Medium variant of the same pubic hair. A string/text of whatever you want it to be. It is recommended to make this unique between sets of CAS Parts. For example, a set of LIGHT, MEDIUM, and HEAVY Pubic Hairs should have a unique cas_part_group together, but be different from other sets of LIGHT, MEDIUM, and HEAVY Pubic Hairs.
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. In the case above, PUBIC_HAIR_VAGINA indicates the pubic hair covers the vagina, PUBIC_HAIR_TESTICLES indicates the pubic hair covers the testicles, PUBIC_HAIR_ABOVE_GROIN indicates the pubic hair resides above the groin. These three tags are used to indicate when the pubic hair is allowed to be shown when wearing certain CAS Parts. (Such as a bottomless skirt that displays the "goods") For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.

Mobile Milker CAS Part

Below are the Mobile Milker CAS Part Properties. These parts are used when a Sim is walking around while being milked. These include things like Breast Pumps and Penis Pumps.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 15539220027664414364 is a reference to a mobile milker made by sstormy. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
body_location The location on the body the milker is located at. Only CHEST and PENIS are valid options. CHEST, PENIS
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.

Restraints

Below are the Restraints CAS Part Properties. These parts are used when restraining Sims. They can be things like blindfolds, gags, handcuffs, and ropes.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 11600574444895681904 is a reference to a restraint made by bstylez. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
body_location The location on the body the restraint is located at. EYES, FACE, MOUTH, CHEST, BELLY, BACK, LOWER_BACK, ANUS, VAGINA, PENIS, BUTT, BUTT_LEFT, BUTT_RIGHT, FEET, NIPPLE_LEFT, NIPPLE_RIGHT, NIPPLE_BOTH, INNER_THIGH, LEFT_INNER_THIGH, RIGHT_INNER_THIGH, OUTER_THIGH, LEFT_OUTER_THIGH, RIGHT_OUTER_THIGH, ARMS, LEGS, HANDS
sides A list of sides the CAS Part will take at the previously specified body location. LEFT, RIGHT, FRONT, BACK, TOP, BOTTOM
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.

Accessories

Below are the Accessory CAS Part Properties. These are used to show accessories on Sims, this includes things such as Piercings or Pasties.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 10586160652616726184 is a reference to an accessory made by CNM. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
accessory_type The location the accessory part attaches to. ACCESSORY_NIPPLES, ACCESSORY_BELLY, ACCESSORY_GENITALS
part_sub_type The sub type of the part, this indicates the type of accessory this part is. ACCESSORY_PIERCING, ACCESSORY_PASTY
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.

Semi Nude

Below are the Semi Nude CAS Part Properties. These parts show off the goods of a Sim. They will be able to partially undress different outfits, the tags on them indicate their undress level and how revealing they are.

Below you will find each of the elements, what they do or are for, and what values are ok to put within them.

Element Name Description Values
part_id This is the FNV64 decimal identifier of the CAS Part Condom. In this case, 10033920770049435585 is a reference to the main Semi-Nude part made by exangeli. Following that, each Part 16360014823609720748 and 17518033189751581894 are different states of undress with 10033920770049435585 being fully dressed. An FNV64 Decimal Identifier
part_display_name The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed when showing the part for selection. An FNV32 Hexidecimal Identifier
part_raw_display_name The Raw display name of the CAS Part, this is used for sorting the CAS Part appropriately within the UI. It is recommend you match this text with text in your string table! A string/text of whatever you want it to be.
part_author The name of the Author of the CAS Part. Most likely your name. A string/text of the name of an Author, it can be whatever you want it to be.
sim_type This is the type of Sim this CAS Part is available. It specifies the Age, Species, and Occult Type that may use this CAS Part. Please note that Non-Occult Sim Types will be available for Occult Sim Types. i.e. ADULT_HUMAN will be available for ADULT_HUMAN_VAMPIRE, but ADULT_HUMAN_VAMPIRE will not be available for ADULT_HUMAN. For a full list of Sim Types check out Common Sim Types for S4CL
available_for_genders A list of genders this CAS Part will be available for. If not listed, it will be available for both Male and Female genders. MALE, FEMALE
part_type The location on the bottom the semi nude part is for. SEMI_NUDE_TOP, SEMI_NUDE_BOTTOM, SEMI_NUDE_FULL_BODY
part_tags A list of CAS Part tags used for querying and organization of the CAS Part. These tags are also used to indicate extra parts to put on a CAS Part. For a full list of CAS Part tags, check out CAS Part Tags for DeviantCore
part_game_tags A list of game tags used for querying and organization of the CAS Part. For a full list of Game tags, check out Common Game Tags for S4CL
part_custom_tags A list of custom tags used for querying and organization of the CAS Part. Since the values in this are custom, they can be whatever you want them to be.