Jump to content

1 Screenshot

About This File

Cheri Scripting Library

Version 1.12 - 6 January 2021

by Cheri

 

 

This mod does nothing on its own. Other mods rely on it to work.

 

Cheri Scripting Library is a collection of scripted effects and scripted triggers that I find myself using frequently. Instead of copying it into all my mods, I decided to upload it as a separate mod to make it easier to maintain. Other modders can feel free to use it as a base if they wish.

 

Installation

  • Use 7zip to extract the archive into My Documents/Paradox Interactive/Crusader Kings II/mod/

 

Info for Modders

csl_scripted_effects_body.txt

This mainly deals with cross-compatibility between different dick/tit size mods. It also has some functions I needed for Ala's Body Mod traits.

  • csl_add_body_traits_effect
  • csl_add_gigantic_tits_effect (and so on, for all the sizes)
  • csl_grow_tits_effect
  • csl_remove_tits_effect
  • csl_add_gigantic_dick_effect (and so on, for all the sizes)
  • csl_grow_dick_effect
  • csl_remove_dick_effect
  • csl_remove_balls_effect
  • csl_remove_pussy_effect
  • csl_remove_m_shape_effect
  • csl_remove_f_shape_effect
  • csl_m_to_f_shape_effect
  • csl_f_to_m_shape_effect
  • csl_add_futa_trait_effect
  • csl_remove_futa_trait_effect

 

csl_scripted_effects_gender.txt

This has effects that flip characters between genders while also changing their names, traits, and LF portraits. Mainly meant for seeding.

  • csl_become_male_effect
  • csl_unsafe_become_male_effect
  • csl_become_female_effect
  • csl_unsafe_become_female_effect
  • csl_sanity_check_portrait_effect
  • csl_become_futa_effect
  • csl_unsafe_become_futa_effect

 

csl_scripted_effects_misc.txt

  • csl_improve_appearance_effect
  • csl_improve_appearance_and_remove_masculine_effect
  • csl_cure_diseases_effect
  • csl_cure_injuries_effect
  • csl_remove_scars_effect
  • csl_set_epidemic_immunity_flags_effect
  • csl_impregnate_check_between_this_and_prev
  • csl_impregnate_check
  • csl_impregnate_cuckoo_if_possible_effect

 

csl_scripted_triggers_body.txt

Similar to csl_scripted_effects_body.txt above.

  • csl_futa_content_enabled_trigger
  • csl_tits_content_enabled_trigger
  • csl_dick_content_enabled_trigger
  • csl_is_futa_trigger
  • csl_has_gigantic_dick_trigger (and so on, for all the sizes)
  • csl_has_huge_or_bigger_dick_trigger
  • csl_has_gigantic_tits_trigger (and so on, for all the sizes)
  • csl_has_huge_or_bigger_tits_trigger
  • csl_has_cock_trigger

 

csl_scripted_triggers_misc.txt

  • csl_has_csl_trigger
  • csl_is_untouchable_npc_trigger (checks for special_npc flag and equivalent)
  • csl_is_gender_locked_trigger (checks whether character has a potentially gendered NPC portrait)
  • csl_is_lactating_trigger
  • csl_is_visibly_pregnant_trigger
  • csl_is_pregnant_trigger
  • csl_can_be_a_father_trigger
  • csl_has_incest_trigger
  • csl_is_virgin_trigger
  • csl_down_to_fuck_trigger (equivalent of Luxuria Fantasia lf_can_have_sex_trigger)
  • csl_has_polyamory_trigger (meaning character does not discriminate between bastards and legitimate heirs)
  • csl_is_not_animal_trigger (is not horse, cat, frog, dragon, ghost, Animal Kingdoms culture)
  • csl_is_a_mage_trigger
  • csl_is_a_slave_trigger
  • csl_is_a_prostitute_trigger
  • csl_is_lustful_society_trigger
  • csl_is_senior_spouse_trigger
  • csl_is_junior_spouse_trigger

 

csl_scripted_triggers_racial.txt

Supports Luxuria Fantasia, Dark World Reborn, DZM Expanded.

  • csl_is_elf_trigger
  • csl_is_orc_trigger
  • csl_is_fairy_trigger
  • csl_is_demon_trigger
  • csl_is_halfdemon_trigger
  • csl_is_angel_trigger
  • csl_is_fallen_angel_trigger
  • csl_is_succubus_trigger
  • csl_is_incubus_trigger
  • csl_is_neko_trigger
  • csl_is_kitsune_trigger
  • csl_is_dragon_trigger
  • csl_is_vampire_trigger
  • csl_is_werewolf_trigger

What's New in Version 1.12 (6 January 2021)

Released

Version 1.12 (6 January 2021)

  • Actually added the localization instead of reuploading the wrong version by accident

 

Spoiler

Version 1.11 (5 January 2021)

  • Added some new localization

 

Version 1.10 (1 July 2020)

  • Added csl_impregnate_cuckoo_if_possible_effect.

  • Cleaned up the tooltip for csl_cure_diseases_effect.

 

Version 1.9 (22 March 2020)

  • Added csl_is_senior_spouse_trigger and csl_is_junior_spouse_trigger, as well as checks when characters in marriages have their gender changed. Thanks to ThrowAwayToThrowAway for writing them.

 

Version 1.8 (15 March 2020)

  • Added csl_set_epidemic_immunity_flags_effect

 

Version 1.7 (29 February 2020)

  • Fixed an issue with Luxuria Fantasia portraits not flipping gender properly (I hope)

 

Version 1.6 (24 February 2020)

  • Updated for compatibility with Ala's Body Mod 2.2.0.
  • Characters with diplomatic immunity now count as "untouchable NPCs."
  • Characters with the special_npc flag or the lf_immortal_npc trait no longer count as "untouchable NPCs."
  • Added CK2+ to the list of dependencies for better compatibility. This doesn't mean CK2+ is officially supported, it just means the game won't explode if you play with both my mods and CK2+.

 

Version 1.5 (16 February 2020)

  • Fixed LF portraits not flipping on gender change.
  • Added tentative support for Warcraft: Guardians of Azeroth and Warcraft: Perverts of Azeroth traits.

 

Version 1.4 (14 February 2020)

  • Added French translation courtesy of lukaslunt.
  • csl_is_lactating_trigger no longer triggers for early-stage pregnancies.

 

Version 1.3 (3 February 2020)

  • Added csl_has_csl_trigger.

 

Version 1.2 (12 January 2020)

  • Added csl_is_lustful_society_trigger.
  • Added triggers to check for various fantasy races that appear in both Dark World Reborn and Luxuria Fantasia.

 

Version 1.1.3 (6 January 2020)

  • Added support for Luxuria Fantasia's Neo-Adamian heresy.

 

Version 1.1.2 (6 January 2020)

  • Fixed some tooltip localization errors.

 

Version 1.1.1 (4 January 2020)

  • Fixed a bug with the wrong Ala's Body Mod shape traits being given on gender flip.

 

Version 1.1 (3 January 2020)

  • Added csl_has_incest_trigger

 

 



×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use