KingofSkyrim Posted September 20, 2020 Posted September 20, 2020 I'm looking for a non rape impregnate/sex mod that lets you have children with any courtier. I'm well aware of the Impregnate Spouse mod, but the problem with that is that it uses make_pregnant instead of PREGNANCY_CHANCE so the gender of your children is determined by your successor laws, instead of by chance. The only mod that uses pregnancy chance is the rape prisoner mod, but I want something more consensual. I'm also aware of lay with lover in the Carnalitas framework, but I want something that works with any courtier, and doesn't have a wait time between use.
S0ul49er Posted September 21, 2020 Posted September 21, 2020 DaddyPika's Cheat Mod allows you to impregnate anyone, or you could just use debug mode's "start pregnancy" to make a character pregnant with your ruler's child.
KingofSkyrim Posted September 22, 2020 Author Posted September 22, 2020 It only works for male characters. I'm looking for something that works for both male and female characters. I also know about the debug mode, but I would rather have something that's always there, instead of always having to enable debug mode to use it. Basically I want the Impregnante Spous mod, but with PREGNANCY_CHANCE instead of make_pregnant. I'd make the mod myself, but I suck at scripting.
SamIAmHam Posted September 22, 2020 Posted September 22, 2020 1 hour ago, KingofSkyrim said: It only works for male characters. I'm looking for something that works for both male and female characters. I also know about the debug mode, but I would rather have something that's always there, instead of always having to enable debug mode to use it. Basically I want the Impregnante Spous mod, but with PREGNANCY_CHANCE instead of make_pregnant. I'd make the mod myself, but I suck at scripting. It works for female characters as well. I've run nothing but female rulers and I still can select a male to start a pregnancy with.
KingofSkyrim Posted September 22, 2020 Author Posted September 22, 2020 1 hour ago, SamIAmHam said: It works for female characters as well. I've run nothing but female rulers and I still can select a male to start a pregnancy with. Unfortunately the Pika mod also uses make_pregnant rather than PREGNANCY_CHANCE .
SamIAmHam Posted September 22, 2020 Posted September 22, 2020 1 hour ago, KingofSkyrim said: Unfortunately the Pika mod also uses make_pregnant rather than PREGNANCY_CHANCE . I use the debug choice. You might want to ask Pika to make it for both sexes.
PsychoticKitten Posted October 12, 2020 Posted October 12, 2020 Carnalitas solution for the Courtier problem: since I've just looked into those files - and this is a quick fix, if you're using that mod anyway.mod -> Carnalitas Folder -> common -> scripted_triggers -> carn_sex_interaction_triggers.txt is the file you're editing (make a back up, before you tinker with it!) Just add this single line beneath the others that look similar - make sure to otherwise keep the formating - the } - intact. is_vassal_or_below_of = $PARTNER$ ---- Edit: and some more file digging says, technically this should already do what you want in regards to pregnancy & cooldown should be able to be turned off straight up in the game settings. So knock yourself out with the above quick fix, I'd say. carn_had_sex_with_effect = { CHARACTER_1 = root CHARACTER_2 = $CHARACTER$ C1_PREGNANCY_CHANCE = $PREGNANCY_CHANCE$ C2_PREGNANCY_CHANCE = $PREGNANCY_CHANCE$ } and if = { limit = { $C2_PREGNANCY_CHANCE$ > 0 } save_scope_value_as = { name = carn_sex_char_2_could_be_impregnated value = yes } }
KingofSkyrim Posted October 12, 2020 Author Posted October 12, 2020 Thanks, but as mentioned I'm fully aware of this mod. My problem with it is that make_pregnant is tied to succession laws. So if you use it while under a preferred male inheritance, than your child will always be male.
PsychoticKitten Posted October 14, 2020 Posted October 14, 2020 Take a look at my edited Entry - Carnalitas version now. I dug into those files a bit and this one - from what I can see - uses pregnancy chance and you can turn off the cooldown for sex in the options menu (again, according to the files - I don't have the mod installed currently). So that's 2 out of 3 things you want, right? Well, if I'm not sorely mistaken, fixing it to work with all your courtiers should be as simple as adding a single line of code.
KingofSkyrim Posted October 14, 2020 Author Posted October 14, 2020 15 hours ago, PsychoticKitten said: Take a look at my edited Entry - Carnalitas version now. I dug into those files a bit and this one - from what I can see - uses pregnancy chance and you can turn off the cooldown for sex in the options menu (again, according to the files - I don't have the mod installed currently). So that's 2 out of 3 things you want, right? Well, if I'm not sorely mistaken, fixing it to work with all your courtiers should be as simple as adding a single line of code. Thanks for bringing that to my attention. It does indeed fit my criteria by using pregnancy chance instead of make pregnant. The only problem is that you still have to wait 5 years or so even with the cool down turned off. The cool down is just for the event, not the actual impregnation option. I guess I can play around with the code to try and fix it.
cniht Posted October 14, 2020 Posted October 14, 2020 My understanding is that the entire Female-Female pregnancy item was an issue because of hard wiring in the game code. I'm assuming this and the debug option only work if used on opposite gendered people, or at least that's when it names 'both' as the parents.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.