The following tutorial will go through the process of creating a snippet containing Encounters for use with Devious Desires. We will start with a complete snippet first and break it down along the way.
To learn more about the Main features of Devious Desires take a look at DD General, for information about modules for DD, take a look at the various Module pages.
Take a look at the Deviant Core Wiki for references to Animation Tags and Animation Actor Tags
Setting up a basic encounter
Element Name | Description | Values |
---|---|---|
encounter_unique_identifier | An identifier that makes your Encounter unique from all other Encounters. | Any Text |
encounter_question_text | The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed as the Question for the encounter. Example: Does Sim A Want To Let Sim B Grope Them? | An FNV32 Hexidecimal Identifier |
fallback_accept_response -> response_text | The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed as the Accept Answer for the encounter. Example: Yes, Sim A Wants To Let Sim B Grope Them. | An FNV32 Hexidecimal Identifier |
fallback_decline_response -> response_text | The FNV32 hexidecimal identifier of a string in your String Table. This will be displayed as the Decline Answer for the encounter. Example: No, Sim A Does NOT Want To Let Sim B Grope Them. | An FNV32 Hexidecimal Identifier |
actor_sim_criteria | Criteria that must pass for Sim A (The Source Sim) in order for the Encounter to be displayed. (See below for options.) | Tests that Sim A (The Source Sim) must pass for the Encounter to be chosen. |
target_sim_criteria | Criteria that must pass for Sim B (The Target Sim) in order for the Encounter to be displayed. (See below for options.) | Tests that Sim B (The Target Sim) must pass for the Encounter to be chosen. |
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 |
Criteria that a Sim must pass in order for the Encounter to be available for use. This can apply to both "actor_sim_criteria" and "target_sim_criteria".
Element Name | Description | Valid Values |
---|---|---|
sim_types | These are the types of Sim this Encounter is available for. It specifies the Age, Species, and Occult Type that may be a part of this Encounter. 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 |
required_sexual_organs | A list of sexual organs a Sim must have for this Encounter to be available. If not listed, it will be available for all sexual organs. | PENIS, VAGINA, BREASTS |
sim_tags | A list of sexual organs a Sim must have for this Encounter to be available. If not listed, it will be available for all sexual organs. | See the Animation Actor Tags wiki page for a list of tags. |
fetish_requirements | A test for fetishes a Sim must be into. | |
fetish_type | The type of fetish the Sim must be into in order for the encounter to be used. |
|
fetish_action_type | The type of action for the fetish the Sim must be into in order for the encounter to be used. |
|
enjoyment_level_threshold | The amount of enjoyment the Sim needs to get out of the fetish for the Sim to be available. | LIKES_IT, DONT_CARE, DISLIKES_IT |