Mr_Snake45 Posted February 24, 2024 Posted February 24, 2024 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)
Mr_Snake45 Posted February 25, 2024 Posted February 25, 2024 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...
trskmfrnjgrhrh Posted February 27, 2024 Posted February 27, 2024 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.
xyzxyz Posted March 1, 2024 Posted March 1, 2024 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.
NativeEngoyer Posted March 2, 2024 Posted March 2, 2024 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
xyzxyz Posted March 3, 2024 Posted March 3, 2024 Does anybody know what mod adds the Lechery intent to grand tours? I tried it but no event happened in 10 month of travel
Lyskorie Posted March 3, 2024 Posted March 3, 2024 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 It's vanilla.
xyzxyz Posted March 3, 2024 Posted March 3, 2024 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.
xyzxyz Posted March 4, 2024 Posted March 4, 2024 Can I somehow influence the slave guild master to stay longer in my realm?
NTWdiver Posted March 5, 2024 Posted March 5, 2024 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?
Andarus Posted March 5, 2024 Posted March 5, 2024 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. 2
Drake_Hound Posted March 5, 2024 Posted March 5, 2024 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 9
black1 Posted March 9, 2024 Posted March 9, 2024 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 4
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 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.
black1 Posted March 9, 2024 Posted March 9, 2024 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
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 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 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 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.
black1 Posted March 9, 2024 Posted March 9, 2024 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.
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 [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
black1 Posted March 9, 2024 Posted March 9, 2024 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
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 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 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.
csirke128 Posted March 9, 2024 Posted March 9, 2024 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. "
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 (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. 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 March 9, 2024 by Drake_Hound Pointless slander :P my own fault
ban10 Posted March 9, 2024 Posted March 9, 2024 (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 March 9, 2024 by ban10 3
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 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.
Drake_Hound Posted March 9, 2024 Posted March 9, 2024 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now