Jump to content

[mod] Carnalitas - Unified Sex Mod Framework for CK3


Recommended Posts

Posted

Sup, so, some question: what need for decision to become a prostitute, and why i didnt see body traits when i create char? mb i install mod incorrect? or wha? or it was old deleted mechanic? (sorry for bad english)

Posted

nevermind, i found problem. and you know what it is? 7zip just turned out all files when i unpack them by "unpacking" (not by mouse with files to mod folder)... ugh...

Posted

This might be a bit beyond the scope of here, but I've hit a roadblock and can't progress. 

 

Basically, Carnalitas assigns the traits randomly and determines size based on that. I am trying to swap that so that it assigns the trait based on the gene size. Is this possible with the existing script? I want it to read the curve and assign the trait accordingly. E.g, 0-0.165 assigns one trait, 0.166-0.33 assigns another, etc.

Posted

When can I lawfully enslave someone? I usually enslave people with hostile faith which is allowed for my culture but the family members of the slave always show an "unlawfully enslaved" opinion debuff.

Posted
On 3/1/2024 at 7:50 PM, xyzxyz said:

I usually enslave people with hostile faith which is allowed for my culture but the family members of the slave always show an "unlawfully enslaved" opinion debuff.

I guess, it is their religion's opinion on slavery that matters. 

Seems pretty logical to me -- if you enslave one of people who thinks that slavery is evil, they will think you are bad person

Posted
5 minutes ago, xyzxyz said:

Does anybody know what mod adds the Lechery intent to grand tours? I tried it but no event happened in 10 month of travel

20240303022032_1.jpg

It's vanilla.

Posted
14 hours ago, Kieva said:

It's vanilla.

Do you know what enables it? What traits and cultures I need? Lustful alone is not enough.

Posted

i've got a q about this mod. I have everything turned on in Game rules, but i never get any additional interactions (ex. non consensual, or water sports)

Carnal Court and Make love work fine (save for some of the animations not showing up). Any solutions?

Posted
2 hours ago, NTWdiver said:

i've got a q about this mod. I have everything turned on in Game rules, but i never get any additional interactions (ex. non consensual, or water sports)

Carnal Court and Make love work fine (save for some of the animations not showing up). Any solutions?

 

This is just a Framework, it doesn't add Events. These options are just there so if other Mods add Events like that you can enable/disable them.

Posted

Since I really can't do without this framework, might as well update it for others till official patch is in.

 

fixed the GUI fixed the disease issue. 

I still don't know why the unlanded titles are there for animation (since most of the animations work with traits cause paradox nerfed the flags) 

But left it in. 

 

So have fun feel free to use it official modders of carnalitas. 

Carnalitas 2.2 unofficial patch.zip

Posted

for those , who are struggling with new syntax of carn_had_sex_with_effect :

 

following effect before executing carn_had_sex_with_effect to set proper flag :

carn_sex_scene_no_pregnancy_effect = yes for no prenancy check, default is to check
carn_sex_scene_no_stress_effect = yes for no stress check, default is to check
carn_sex_scene_no_drama_effect = yes for no drama check, default is to check adultery & peasant story cycle
carn_sex_scene_no_memory_effect = yes for no memory check, default is to create sex memory

 

also specific flag for sex scene can used, check the list at common->scripted_efffect->carn_sex_scene_effects.txt.

examples

carn_sex_scene_is_consensual_effect = yes

carn_sex_scene_is_dubcon_effect = yes

carn_sex_scene_character_is_dom_player_effect = yes

etc etc

 

also note that pregnancy chance is almost zero without 

carn_sex_scene_is_vaginal_effect = yes
carn_sex_scene_is_cum_inside_effect = yes

 

 

then

carn_had_sex_with_effect = {

        PARTNER = <second character/sex partnet>

}

 

afterwards :

to clean flags 

carn_sex_scene_clean_up_flags_effect = yes
carn_sex_scene_clean_up_character_flags_effect = yes
scope:carn_sex_partner = { carn_sex_scene_clean_up_character_flags_effect = yes }

 

actual event is fired via on_action->carn_sex_scene_on_action which just point to carn_sex_scene.001 in carn_sex_scene events which can be morphed to suite different localization via submods 

Posted

Couldn't you do it earlier ... had to figure out a lot myself. while half alseep. 

 

Anyway the had_sex_effect 

 

in 2.3 has Character 1-3 Error also with pregnancy chance. 

 

So pregnancy I think is 0 in 2.3 version. 

that had_sex_effect needs to be fixed asap. 

Posted

what do u mean by "Character 1-3 Error" ? also carn_had_sex_with_effect is working just fine as long as u use the syntax right, moment u put wrong syntax in just one place whole scripted effect become useless as it happened with everything else bcoz of the way game was designed. also i didn't though no one will read all the comments in carn_make_love or in carn_had_sex_with_effect before start applying it so it didn't strike me that i should give a example how to use it. only after seeing urs comment on CBO thread i understood that maybe ppl don't read the comment either? so not my fault bro :tounge_xd:

Posted
2 hours ago, black1 said:

what do u mean by "Character 1-3 Error" ? also carn_had_sex_with_effect is working just fine as long as u use the syntax right, moment u put wrong syntax in just one place whole scripted effect become useless as it happened with everything else bcoz of the way game was designed. also i didn't though no one will read all the comments in carn_make_love or in carn_had_sex_with_effect before start applying it so it didn't strike me that i should give a example how to use it. only after seeing urs comment on CBO thread i understood that maybe ppl don't read the comment either? so not my fault bro :tounge_xd:

 

BRO I know you are laughing .. but go check your Error LOGS ... that is all you need to do. with your own code. 

Gee I must have been silly doing a favor to upgrade stuff to 2.3 :P 

 

I guess I will go back to being lazy, and not have to do anything with my unofficial patch ;) works even better with all the sub mods. 

Posted

see, that's the problem u have no idea what u are doing and blaming me for it, plz attach fresh error log with base game and only carnalitas 2.3. u will see thr is not a single error. as per urs claims about system not working, i have already using with https://www.loverslab.com/topic/225332-mod-wicked-debauchery/ for 2-3 months yet not a single complain about pregnancy not working. my personal mod uses the same system, both have same skeleton, just working a bit different. so i know it works bcoz of my own gameplays and about 4-5000 ppl who downloaded it and yet a single one yet to say otherwise. 

 

Posted

[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_had_sex_with_effect failed for unknown arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_had_sex_with_effect failed for unknown arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_had_sex_with_effect failed for unknown arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_sex_scene_effect failed for unknown arguments: PLAYER, TARGET, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][pdx_persistent_reader.cpp:237]: Error: "Failed to read key reference: : , near line: 3

Posted
1 minute ago, Drake_Hound said:

[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_had_sex_with_effect failed for unknown arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_had_sex_with_effect failed for unknown arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_had_sex_with_effect failed for unknown arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][jomini_script_argument.cpp:189]: Compiling source for carn_sex_scene_effect failed for unknown arguments: PLAYER, TARGET, STRESS_EFFECTS, DRAMA. At common/scripted_effects
[06:52:06][pdx_persistent_reader.cpp:237]: Error: "Failed to read key reference: : , near line: 3

what part of only with carnalitas mod u don't understand or what part of new syntax which only uses PARTNER as argument, not whole list of arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA, u don't understand. damn it feels like talking to a wall. sorry i give up. i can't help u :dissapointed:

Posted
Just now, black1 said:

what part of only with carnalitas mod u don't understand or what part of new syntax which only uses PARTNER as argument, not whole list of arguments: CHARACTER_1, CHARACTER_2, C1_PREGNANCY_CHANCE, C2_PREGNANCY_CHANCE, STRESS_EFFECTS, DRAMA, u don't understand. damn it feels like talking to a wall. sorry i give up. i can't help u :dissapointed:

 

what part of errors don't you understand when this happens? with mutliple mods stacked ontop of eachother... 

This is even worst then the title without landless system.  had to do a base reinstall to find it just with Carnalitas. 

Posted
3 minutes ago, Drake_Hound said:

 

what part of errors don't you understand when this happens? with mutliple mods stacked ontop of eachother... 

This is even worst then the title without landless system.  had to do a base reinstall to find it just with Carnalitas. 

 

"Note that this is a BREAKING UPDATE and submods will have to update their carn_had_sex_effect calls. "

Posted (edited)
1 hour ago, csirke128 said:

 

"Note that this is a BREAKING UPDATE and submods will have to update their carn_had_sex_effect calls. "

 

Oh you are really too sweet... Csirke ❤️trying to make everybody happy. :D

 

But that is just with carnalitas. I love his code, and his work he put into it. that is why I wanted to promote carnalitas 2.3

But I guess good things does get rewarded,

Edited by Drake_Hound
Pointless slander :P my own fault
Posted (edited)
7 hours ago, csirke128 said:

 

"Note that this is a BREAKING UPDATE and submods will have to update their carn_had_sex_effect calls. "


😭

126 results for "carn_had_sex_with_effect" in 20 files

just start the funeral activity already, I'm already dead

Edited by ban10
Posted
25 minutes ago, ban10 said:


😭

126 results for "carn_had_sex_with_effect" in 20 files

just start the funeral activity already, I'm already dead

 

You are not the only one struggling ;) 

I understand maybe Black1 should have given more documentation... but even that help a bit.

But sadly it has to be done for landless anyway, or else we won't have a FRAMEWORK when Roads to power hits. 

 

So see I FAILED big time too... with just one simple carn_had_sex_with_effect. 

I left mine unofficial one so if you are really tired of this NONESENSE, you can go play with the old game. ask Criske nicely if he/she wants to place the unofficial old CBO back. 

But the motivation is to get people to upgrade... BLACK 1 did a wonderful job in upgrading Carnalites totally error free. 

 

 

Posted

Ok really not worth the time and effort, so either make the commands compatible again with the OLD SUB MODS and advance Scripting.

 

Sorry to say even the original carnalitas 2.3 if something reference it, goes back to the old syntax. 

People would be pulling their hair out trying to make sex stuff for this version.

 

I really tried but I can't imagine some people having to go trough 20 files and if one error mistake.

Same as the CARNALITAS 2.3  has one CHARACTER naming in homosexual and incest.. the whole mess start again, let alone the rest of the files in Carnalites 2.3 not scoured for fixes. 

 

Hereby I also file in my PROTEST.... for a lazy git who spent way too much time, if it was me, I just use the orginal.info and revert the changes for half the time. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...