Jump to content

AAF Family Planning Enhanced Redux


Recommended Posts

Posted
11 minutes ago, Invictusblade said:

ok then, thanks for telling me, I am looking for a solution now

Glad to help.

your my beloved moders Бъди жив и здрав! Be alive and healty.

Posted

so I started some testing

and I tested my version and creature impregnations doesn't work

 

Supermutant do not work

dogs do not work

but Supermutant IVF Injection does work

and humans also work

 

 

so I looked over the entire code and papyrus and found a couple of issues (which has nothing to do with this)

 

I covered BasePregData and PlayerPregData with Messagesboxes (to find where a stop was)

 

it looks good until it reaches a certain point and then it just stops working (and I don't anything is wrong with that area)

 

I will continue to work on it and try to release a patch tomorrow

Posted

Fixed the critical issue,

 

still not sure why it stopped working because it shouldn't have mattered

 

it is too late for me to bother with the entire package but drop this file into Data/Scripts

 

I will go over it in detail tomorrow because there still be a bug or two

fpfp_basepregdata.pex

Posted
13 hours ago, Invictusblade said:

sorry about that, it is under

"Additional Options"

(also tell me if I have to swap the values of it (On into OFF) because I gotten a bit confused about it because it became a double negative or something like that)

 

Argh! My fault, not yours. I was a little too scattered and didn't notice that I hadn't actually installed the new version. That'll teach me to mod when I'm exhausted. Thanks again!

 

13 hours ago, Invictusblade said:

Convert all impregnation Quests(the Data that impregnate NPCs) to include a straight to Child stage (same as dogs)

 

I've been thinking for a while that some form of "live birth" would make more sense for insects...

 

When you're attacked by an insect it's either looking for food or for a warm place to lay eggs surrounded by nourishment for its larvae. Insects aren't out to "impregnate" you, they're using you as a tasty incubator. Got jumped and humped by a bloatfly? How many eggs did it manage to cram up your hole? Did you count? Are you sure you managed to expel them all? Having trouble moving? Did the secretions pumped into you along with the eggs have a mild paralytic effect? Why is your belly swelling? And that wriggling sensation. Oh no! Maybe you can make it to a doctor in time to clear up the parasites feeding on your insides. And when they emerge, it's not like giving birth, there's definitely going to be significant damage.

Posted
12 hours ago, Invictusblade said:

how old is your save game?

 

 

 

For testing purposes, started a new character and got some new logs. From what I can read of the logs (which isn't much) the mod is trying to work but states it can not find a viable target to impregnate even when I use debug impregnate. tried the frogless kit and it said 1000% chance and fertile.  

Papyrus.0.log Papyrus.1.log Papyrus.2.log Papyrus.3.log

Posted

so I will clean up the script a bit more

and then I will upload a new update

 

so what went wrong (I don't actually know yet)

 

here is the original script (that is broken)

elseif impregnated && !Ourself.IsInFaction(FPFP_Preggo) && !akMan.GetLeveledActorBase().GetRace() == HumanRace 

 

new code

elseif impregnated && !Ourself.IsInFaction(FPFP_Preggo) 

 

 

so the original script should work because supermutants and dogs are not humans but... (maybe it should be a != instead of !bahbah)

but it gets weirder because the IVF injections use the exact same function(with invisible supermutants) and that works

Posted
4 hours ago, Invictusblade said:

so I will clean up the script a bit more

and then I will upload a new update

 

so what went wrong (I don't actually know yet)

 

here is the original script (that is broken)

elseif impregnated && !Ourself.IsInFaction(FPFP_Preggo) && !akMan.GetLeveledActorBase().GetRace() == HumanRace 

 

new code

elseif impregnated && !Ourself.IsInFaction(FPFP_Preggo) 

 

 

so the original script should work because supermutants and dogs are not humans but... (maybe it should be a != instead of !bahbah)

but it gets weirder because the IVF injections use the exact same function(with invisible supermutants) and that works


As soon as the update drops I will have a test done right away and let you know if it works

Posted

so I will be posting an update in the next few hours

 

apart from the fix (which works the last time I checked)

 

I added a "basic" Romance concept (which is a points based system.)

(btw this is based on romance options from games such as Stardew Valley, My Time at Portia (basic gift giving, you know "sugar daddy" behavior))

 

so each NPC will have their own total romance points (lets say between 200-400 points, will be random for each NPC)

and this total is a total of three different romance aspects (Sex, Gifts and Drugs)

1. Sex = *Have Sex to increase Points and *give sexual Gifts as well

2. Gifts = give gifts of clothing, **bikini/underwear, *Guns, Food, *Drink

3. Drugs = inject certain drugs into them and *give drugs (this is a dark option)

*is working

**because there is no native bikini/underwear in Fallout, I am using a Leveled list in an addon (so you can make your own presents) also this does work

also you use this on yourself to give yourself something special

this is the same with guns

 

also the present uses the Slocum's Buzzball Box as a repurposed box.

 

below hasn't been worked on yet

a way to get the presents (so cheat them for now)

I will be adding perks for romance. such as...

Hates Drugs (react negative to drugs)

Loves Sex (more points towards sex)

Straight, Bi, Gay and Asexual (changes all gifts points depending on your gender)

 

more presents and maybe more gameplay styles

Posted (edited)

screenshot time

 

here is the "Basic" romance system.

start

20220330163148_1.thumb.jpg.17fd39193d7afb890e5f0e9235c1fdfc.jpg

after 1 of each gift and sex (btw I am not sure if it works properly yet however it is possible for both the sex and sex toys to have 3 points each)

20220330163415_1.thumb.jpg.e9633ad20ff7410567f826c7bdd22791.jpg

The bikini was part of the bikini gift box (but you need to go into their inventory for them to equip it)

Edited by Invictusblade
Posted

Turns out my lag issue wasn't actually related to your mods at all, I ended up removing some of the large clothing mods I had in my game and my lag cleared up, I was actually able to add in your autonomy mod in without any noticeable issues so far, I'm gonna test a bit more and if it keeps running smooth I might try adding the overlay one back in, idk. I'm definitely not adding any of the extra tattoos or stuff in though, I'm happy with what I have installed now, just captive tattoos and pubes forever, that's enough for me.

Posted
1 hour ago, TwilightDreamz said:

Turns out my lag issue wasn't actually related to your mods at all, I ended up removing some of the large clothing mods I had in my game and my lag cleared up, I was actually able to add in your autonomy mod in without any noticeable issues so far, I'm gonna test a bit more and if it keeps running smooth I might try adding the overlay one back in, idk. I'm definitely not adding any of the extra tattoos or stuff in though, I'm happy with what I have installed now, just captive tattoos and pubes forever, that's enough for me.

btw I made a mistake in Existence, I forgot a 0 in nearly all of the autonomy section (so 0x010637A instead of 0x0100637A)

but I fixed that in the upcoming version that I should be uploading in the next few minutes

Posted (edited)

AAF_FamilyPlanningEnhanced_4.002
----------------------------
impregnation Fixes
Basic Romance concept
Added a 0 to autonomy ids in Existence (so it was 0x010637A instead of the correct 0x0100637A)

 

 

upcoming AAF_FamilyPlanningEnhanced_4.003 (who knows when)
----------------------------

more general fixes (because there is always fixes)
More features to Romance
More Perks
integrate Romance Perks to Existence
MCM option to control Sexually (Straight, Bisexual, Gay and Asexual) *such as a Gay woman cannot be pick up by a man (at least in the new sex commands I am making)
MCM Command/hotkey/aid object for pick up lines (sex) uses charisma (every 1 charisma is 10% chance)

I was thinking about making a cheezy pick up book (with a 1% success chance) *leisure suit Larry style

a couple more things as I think of them

 

 

so I was thinking about a question I was asked in the WDF thread about "how to have sex" and someone else answered with mods like surrender and violate

particularly violent mods (I know that this is a violent game, bah bah bah)

so that got me thinking about making more ways to have sex in this game, that is not so violent. (yes I know there are other mods)

 

 

edit-> I forgot to mention that AA FusionCityRising - Hookers of the Commonwealth is required for the extra file.

the extra file is NOT required, it is simply a test file for the Clothes(bikini) gift box.

 

two more edits->

1. use the sex diary to find romance stats (it is the final page)

2. here are the id codes for the gifts (if it has something then you can open it otherwise it renews itself)

Gun(a small gun such as a pistol) = XX00C22A

Clothes(Clothes(with test file then it is Bikinis or slutty stuff from HOTC)) = XX00C22B

Drugs(Nothing) = XX00C22C

Sex Toys(Nothing) = XX00C22D

Edited by Invictusblade
Posted

Thank you very much. I immediately say, I am ignorant. Probably what I will say is completely meaningless and useless ... In Magno Kum Gaudio, when you have sex many times with the same creatures (super mutants, dogs, people) you get a perk - I love ... (people for example). If you have sex with people you get a short during the buff - a good orgasm, and if you have sex with a dog for example - you get a short debuf disgusting orgasm. I absolutely don't know if something like this can be done with your mod. For example, I love ... men, women, people ... something like that.

Posted
1 hour ago, vranina said:

Thank you very much. I immediately say, I am ignorant. Probably what I will say is completely meaningless and useless ... In Magno Kum Gaudio, when you have sex many times with the same creatures (super mutants, dogs, people) you get a perk - I love ... (people for example). If you have sex with people you get a short during the buff - a good orgasm, and if you have sex with a dog for example - you get a short debuf disgusting orgasm. I absolutely don't know if something like this can be done with your mod. For example, I love ... men, women, people ... something like that.

If he does, I hope he adds "My Vagina Is A Scientific Instrument" and "I Just Love DICK" for those of us who have... sophisticated tastes.

Posted
8 minutes ago, VaunWolfe said:

Your Gifts esp has a couple of requirements on it. AA FusionCity Rising and hotc.esp.         

Yeah, had the FusionCity Rising one pop up as well

Posted

I could suggest setting up a race base fertility perk. For example say if you had sex with supermutants a set amount of times or had a set number of supermutant babys. You get the supermutant breeder perk or something like that. If say raiders it could be Raider breeder bitch and dogs it could just be bitch.

Posted
1 hour ago, VaunWolfe said:

Your Gifts esp has a couple of requirements on it. AA FusionCity Rising and hotc.esp.         

 

Yes, it's mentioned in the release announcement post as of the edit roughly 6 hours ago. You can disable the gifts plugin if you don't have/want those other masters which provide the items.

Posted (edited)
8 hours ago, Invictusblade said:

btw I made a mistake in Existence, I forgot a 0 in nearly all of the autonomy section (so 0x010637A instead of 0x0100637A)

but I fixed that in the upcoming version that I should be uploading in the next few minutes

I was done for the night anyways, lol, I just got up about an hour ago. I'm not a morning person at all, lol

 

I gave birth to Nate's baby last night and he came out hispanic, I gave myself the white perk and I gave Nate the white perk too, so I expected a white baby.

Although, the perk page still said pregnant(random) so idk, I failed the father quest, it glitched out on me for some reason. I posted earlier on it, might have been missed. 

Edited by TwilightDreamz
Posted
4 hours ago, VaunWolfe said:

I could suggest setting up a race base fertility perk. For example say if you had sex with supermutants a set amount of times or had a set number of supermutant babys. You get the supermutant breeder perk or something like that. If say raiders it could be Raider breeder bitch and dogs it could just be bitch.

already done, I just need to clean up the perks more

 

3 hours ago, TwilightDreamz said:

I was done for the night anyways, lol, I just got up about an hour ago. I'm not a morning person at all, lol

 

I gave birth to Nate's baby last night and he came out hispanic, I gave myself the white perk and I gave Nate the white perk too, so I expected a white baby.

Although, the perk page still said pregnant(random) so idk, I failed the father quest, it glitched out on me for some reason. I posted earlier on it, might have been missed. 

well, it still uses chances,

there is a chance for the racial perk(Fathers side) to override the father

or

there is a chance for Mothers DNA to override the father

there is a chance for the racial perk(Mothers side) to override the father

 

and the defaults for both is 50%

 

so assuming that everything worked (I have been having issues around that section of the script)

you just rolled somewhere between 51-100(higher loses) which is certainly possible.

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...