Jump to content

Recommended Posts

Posted
6 hours ago, Vaultonic said:

Are there any plans for adding support to other bodies/sliders? I honestly don't really like the way the pregnancy belly looks at a really big size.

LoL, there is never A happy bitch!
If you don't like it, don't use it.

Get WeightGain for example.

Posted
7 hours ago, Number24 said:

@Invictusblade Just thought I’d bring this mod to your attention if you hadn’t seen it, figured it might pique your interest.

 

https://www.nexusmods.com/fallout4/mods/49757

 

It adds a human/Deathclaw hybrid race. Might be possible to add this as an offspring of a Deathclaw impregnation. I admit though that I have no idea how much work this would entail, so it may not be worth the effort.

in the early days, I did (for myself) a FPE Addon for Hybrid Half Supermutant & Mutant Deathclaw mod

https://www.nexusmods.com/fallout4/mods/43554

 

it is fairly easy to do them

 

I am currently working on a few different projects at the moment but I will have a look in the future (if I remember)

6 hours ago, Vaultonic said:

Are there any plans for adding support to other bodies/sliders? I honestly don't really like the way the pregnancy belly looks at a really big size.

it is fairly easy to start doing this

but making it look good is hard

 

but if you have any suggestions on which sliders to add

then please tell me

Posted

I am going over bug reports. fixing issues

 

has anyone experience the forever baby bug recently?

(while not having a baby in your inventory, it still appears on your person)

 

because I am not sure if this is still a problem

Posted

Just some suggestions for future updates:

  • AAF animations relating to lactation. Spraying breast milk, maybe?
  • Recruitable sex slaves after saving them.
  • Clones for Longfellow and Porter Gage.
  • A patch for "What's Your Name?" to allow grown settlers to be named by that mod.
  • An overhaul of the clone companion system, like keeping inventory when switching from settler to companion modes.

Keep up the good work!

Posted
9 hours ago, Vaultonic said:

Are there any plans for adding support to other bodies/sliders? I honestly don't really like the way the pregnancy belly looks at a really big size.

 

Definitely go for the previously linked WeightGain body for a better larger belly (even at unrealistic sizes as shown below). Giant belly and BellySic sliders make a much better looking larger belly, as long as you don't mind the clipping. Lots of armor/clothing conversions for it as well, but not 100% coverage (you'll need to use Outfit Studio to make any custom outfits yourself). As for which sliders to manipulate, here's the SetMorph values I replace the standard CBBE sliders with; if Invictus could make this another body option that'd be great ?

 

Spoiler

        If (FPFP_Global_BodyType.GetValue() == 0) ; CBBE
            BodyGen.SetMorph(Ourself, true, "Breasts", FPFP_Keyword, power*0.9)
            BodyGen.SetMorph(Ourself, true, "BreastsNewSH", FPFP_Keyword, power*0.2)
            BodyGen.SetMorph(Ourself, true, "BreastFantasy", FPFP_Keyword, power*0.25)
            BodyGen.SetMorph(Ourself, true, "NippleLength", FPFP_Keyword, power*0.58)
            BodyGen.SetMorph(Ourself, true, "NipplePerk2", FPFP_Keyword, power*0.5)
            BodyGen.SetMorph(Ourself, true, "AppleCheeks", FPFP_Keyword, power*0.4)
            BodyGen.SetMorph(Ourself, true, "Butt", FPFP_Keyword, power*0.45)
            BodyGen.SetMorph(Ourself, true, "BreastWidth", FPFP_Keyword, power*0.5)
            BodyGen.SetMorph(Ourself, true, "ChubbyLegs", FPFP_Keyword, power*0.23)
            BodyGen.SetMorph(Ourself, true, "Giant belly (coldsteelj)", FPFP_Keyword, power*0.8)
            BodyGen.SetMorph(Ourself, true, "PregnancyBelly", FPFP_Keyword, power*0.35)
            BodyGen.SetMorph(Ourself, true, "Giant belly up", FPFP_Keyword, power*0.4)
            BodyGen.SetMorph(Ourself, true, "ButtSmall", FPFP_Keyword, power*-0.4)
            BodyGen.SetMorph(Ourself, true, "BreastHeight", FPFP_Keyword, power*0.55)
            BodyGen.SetMorph(Ourself, true, "BreastGravity2", FPFP_Keyword, power*-0.5)

 

Have in the beta up and running (without the v2.61 FPE files installed) in my current playthrough, fast tracking to Vault 81 so I can get the syringe and impregnation perk magazines. Mass wave of syringe impregnations will occur shortly afterwards for testing.

FO4-HPreg.PNG

Posted

Heya! I am going to be doing a fresh installation of mods. Something out of this went wonky so I gotta start over. Is there anything else i'd need for this to be successful minus what you have already?

 

Tldr: A list of other mods that are needed for this to work well

Posted
3 hours ago, Djbasner said:

Heya! I am going to be doing a fresh installation of mods. Something out of this went wonky so I gotta start over. Is there anything else i'd need for this to be successful minus what you have already?

 

Tldr: A list of other mods that are needed for this to work well

not really, of course it depends on what type of game you are playing (sex vs non-sex(still need AAF for both))

 

the only requirement at the moment...

Looksmenu

DLC's

cum mod of some kind

whatever mods that Family Planning Enhanced (sex mods)

AAF

Armor keywords for Impregnation mods

Posted
10 hours ago, Sleepy_Soul said:

 

Definitely go for the previously linked WeightGain body for a better larger belly (even at unrealistic sizes as shown below). Giant belly and BellySic sliders make a much better looking larger belly, as long as you don't mind the clipping. Lots of armor/clothing conversions for it as well, but not 100% coverage (you'll need to use Outfit Studio to make any custom outfits yourself). As for which sliders to manipulate, here's the SetMorph values I replace the standard CBBE sliders with; if Invictus could make this another body option that'd be great ?

 

  Reveal hidden contents

        If (FPFP_Global_BodyType.GetValue() == 0) ; CBBE
            BodyGen.SetMorph(Ourself, true, "Breasts", FPFP_Keyword, power*0.9)
            BodyGen.SetMorph(Ourself, true, "BreastsNewSH", FPFP_Keyword, power*0.2)
            BodyGen.SetMorph(Ourself, true, "BreastFantasy", FPFP_Keyword, power*0.25)
            BodyGen.SetMorph(Ourself, true, "NippleLength", FPFP_Keyword, power*0.58)
            BodyGen.SetMorph(Ourself, true, "NipplePerk2", FPFP_Keyword, power*0.5)
            BodyGen.SetMorph(Ourself, true, "AppleCheeks", FPFP_Keyword, power*0.4)
            BodyGen.SetMorph(Ourself, true, "Butt", FPFP_Keyword, power*0.45)
            BodyGen.SetMorph(Ourself, true, "BreastWidth", FPFP_Keyword, power*0.5)
            BodyGen.SetMorph(Ourself, true, "ChubbyLegs", FPFP_Keyword, power*0.23)
            BodyGen.SetMorph(Ourself, true, "Giant belly (coldsteelj)", FPFP_Keyword, power*0.8)
            BodyGen.SetMorph(Ourself, true, "PregnancyBelly", FPFP_Keyword, power*0.35)
            BodyGen.SetMorph(Ourself, true, "Giant belly up", FPFP_Keyword, power*0.4)
            BodyGen.SetMorph(Ourself, true, "ButtSmall", FPFP_Keyword, power*-0.4)
            BodyGen.SetMorph(Ourself, true, "BreastHeight", FPFP_Keyword, power*0.55)
            BodyGen.SetMorph(Ourself, true, "BreastGravity2", FPFP_Keyword, power*-0.5)

 

Have in the beta up and running (without the v2.61 FPE files installed) in my current playthrough, fast tracking to Vault 81 so I can get the syringe and impregnation perk magazines. Mass wave of syringe impregnations will occur shortly afterwards for testing.

FO4-HPreg.PNG

Holy cow that looks good, Downloading it right now. Also I'm sorry if I came across as rude in my original comment. I didn't mean to be mean.

Posted
10 hours ago, 666Sextant666 said:

Just some suggestions for future updates:

  • AAF animations relating to lactation. Spraying breast milk, maybe?
  • Recruitable sex slaves after saving them.
  • Clones for Longfellow and Porter Gage.
  • A patch for "What's Your Name?" to allow grown settlers to be named by that mod.
  • An overhaul of the clone companion system, like keeping inventory when switching from settler to companion modes.

Keep up the good work!

1. maybe later (has anyone made any Lactation mods - armors that spray?)

2. should think about doing this

3. already done (should check if it works)

4. might do that as well as AAF naming as well

5. I will have to think about doing this one

Posted
22 minutes ago, Invictusblade said:

has anyone made any Lactation mods - armors that spray

Barbarous Continent has a miniquest where the player ends up profusely oozing colored slime from their nipples for a while, seems to be implemented as an effect? That's the closest I can think of though.

Posted
7 minutes ago, vaultbait said:

Barbarous Continent has a miniquest where the player ends up profusely oozing colored slime from their nipples for a while, seems to be implemented as an effect? That's the closest I can think of though.

I have the cum overlays version so I can do that but I don't think that is what people want.

 

at the moment, I am working on the redux Impregnation for Friendly NPC's.

I noticed that the injector script was running three times for no apparent reason. (within seconds of each other)

and I am working on the creature based version now.

 

so a overview of what I am doing with Impregnation

Settlers - an Ongoing(between 3 month to 8 month) FPE Pregnancy

Friendly NPC's - Old style Faked Pregnancy (I will think about this)

and the rest - Old style Faked Pregnancy

 

 

also I am working on more bodytypes using the sliders above (but I do need more help with this)

Posted
52 minutes ago, Invictusblade said:

1. maybe later (has anyone made any Lactation mods - armors that spray?)

I was thinking like the cum sprays in some AAF climaxes, but moved to the nipples.

 

Also, have you thought of contacting Opparco, the creator of Oppai Milk Pasties, for permission to directly put the assets into the mod instead of using it as a requirement?

Posted
16 minutes ago, Invictusblade said:
34 minutes ago, vaultbait said:

Barbarous Continent has a miniquest where the player ends up profusely oozing colored slime from their nipples for a while, seems to be implemented as an effect? That's the closest I can think of though.

I have the cum overlays version so I can do that but I don't think that is what people want.

Well, it isn't a static overlay in BC, some sort of animated dribbling effect.

Posted
On 2/1/2021 at 11:45 PM, Invictusblade said:

I am going over bug reports. fixing issues

 

has anyone experience the forever baby bug recently?

(while not having a baby in your inventory, it still appears on your person)

 

because I am not sure if this is still a problem

so does anyone have this issue anymore?

 

On 2/2/2021 at 12:07 AM, 666Sextant666 said:

Just some suggestions for future updates:

  • AAF animations relating to lactation. Spraying breast milk, maybe?
  • Recruitable sex slaves after saving them.
  • Clones for Longfellow and Porter Gage.
  • A patch for "What's Your Name?" to allow grown settlers to be named by that mod.
  • An overhaul of the clone companion system, like keeping inventory when switching from settler to companion modes.

Keep up the good work!

so about theses suggestions

1. I won't be making them but I will add them if they become easily available (I did check out Barbaric Continent, and there was nothing suitable unless I miss something)

2. I will have another look at them

3. done ages ago

4. I will have a look at whats your name but I will also look at AAF version as well

5. I will be keeping it as a backup system because I would recommend Unlimited Combat Followers https://www.nexusmods.com/fallout4/mods/46799 over my system

(but I will be tweaking the stats)

 

also I am adding a couple more slider sets to pregnancy so I would like more suggestions (with actual slider names)

 

edit-> here are the What's your Name.esl addon packs (children are excluded from this because I don't know how to transfer their name)

also the mod does work on creatures (however some names may not fit the creature)

 

20210203164301_1.jpg

20210203164229_1.jpg

20210203164259_1.jpg

INVB_WhatsYourName_Both.esp INVB_WhatsYourName_MC.esp INVB_WhatsYourName_BA.esp

Posted

What are the differences between these three addons? Also to install them, do I just put them in a .zip under a "Data" folder?

Edit: Never mind, I found out already. One's for creatures, one's for human and ghoul settlers, and the other is both.

Posted

Hello! I'm new to Fallout 4 (just got it) and installed this mod to have some sexy time in-game with creatures and stuff. Installed everything and apparently, functionally everything works fine in-game because I see no errors and all menus in MCM show up just fine. What I don't get is- how do you use this? I scoured the description of the mod from top to bottom as well as the first few pages of this thread but I can't figure how am I supposed to use this mod because creatures in-game are still hostile to me and I don't think there's any way to make them friendly. The mod says it's a "framework" so are there some other mods that make use of this framework that I'm required to install? Because I don't think there are any missions to this mod per se like Fallout Breeder? Would appreciate some pointers.

 

Also, do you install FPEAIOCreatureAddon v1.4 Legacy (Breed).7z from the download page as well? I did but I'm not so sure if it's required.

 

EDIT: So I fiddled around and found something. There's this mod called AAF Creature Pack Release that I had to download along with the sounds (you can see Invictusblade on that page even commented he made it so that his FPE mod allows the creatures in AAF Creature Pack mod to breed with females). AAF, then, ensured that I could select the creatures and make them have intercourse with my character. Still not sure where Wasteland Dairy Framework figures in all this but I'll keep digging. Thought I'd leave this discovery here in case anyone new to the game is lost like me and stumbles upon this post by chance.

Posted

where is goodneighbor one i scoured the city and shops and couldn’t find it also you need to fix science in diamond city it is red and i am tired of being raped by the city every time i steal it all three of my chicks holes hurt after 

Posted
6 hours ago, MegaVillain said:

Hello! I'm new to Fallout 4 (just got it) and installed this mod to have some sexy time in-game with creatures and stuff. Installed everything and apparently, functionally everything works fine in-game because I see no errors and all menus in MCM show up just fine. What I don't get is- how do you use this? I scoured the description of the mod from top to bottom as well as the first few pages of this thread but I can't figure how am I supposed to use this mod because creatures in-game are still hostile to me and I don't think there's any way to make them friendly. The mod says it's a "framework" so are there some other mods that make use of this framework that I'm required to install? Because I don't think there are any missions to this mod per se like Fallout Breeder? Would appreciate some pointers.

 

Also, do you install FPEAIOCreatureAddon v1.4 Legacy (Breed).7z from the download page as well? I did but I'm not so sure if it's required.

 

EDIT: So I fiddled around and found something. There's this mod called AAF Creature Pack Release that I had to download along with the sounds (you can see Invictusblade on that page even commented he made it so that his FPE mod allows the creatures in AAF Creature Pack mod to breed with females). AAF, then, ensured that I could select the creatures and make them have intercourse with my character. Still not sure where Wasteland Dairy Framework figures in all this but I'll keep digging. Thought I'd leave this discovery here in case anyone new to the game is lost like me and stumbles upon this post by chance.

there is a lot to unpack here, so I will go step by step.

 

1. this mod does numerous things but it does not make the creatures friendly

2. this is a framework because I was getting tired of editing the same content for three mods (Wasteland Dairy(non sex), Baby Addon(human only) and More Creatures(Creatures))

3. no actual missions in this mod but there is some background story items in some locations

4. no Don't install FPEAIOCreatureAddon v1.4 Legacy (Breed) but in the day, I used to have several different versions of More Creatures (All, Breed and non sexual) until scripts changes made them all impossible to divide anymore.

5. so I designed this mod to use as much and as little sex as you want.

 

6. the list of what WDF is really long nowadays, but here are the quick notes

Milking (A lot of options)

Pregnancy Protection

Impregnation (A lot of options)

More baby Options

more creatures Options

Capture Creatures

Capture Named Npc's

Random Impregnation of NPC's

Basic Follower system

Posted
3 hours ago, godofdeath9090 said:

found a glitch dude my girl just got raped by a few kids in diamond city they still have there underwear so it was invisible rape but think that is a glitch

Pretty certain this mod does not have any rape mechanisms... maybe the rape was triggered by a different mod you have installed? Violate? RSE II: CSA? MCG?

Posted
46 minutes ago, vaultbait said:

Pretty certain this mod does not have any rape mechanisms... maybe the rape was triggered by a different mod you have installed? Violate? RSE II: CSA? MCG?

Yes I can confirm that this mod doesn't have any rape mechanics.

(it does have a mind rape backstory but that is it)

Posted
6 hours ago, Invictusblade said:

there is a lot to unpack here, so I will go step by step.

 

1. this mod does numerous things but it does not make the creatures friendly

2. this is a framework because I was getting tired of editing the same content for three mods (Wasteland Dairy(non sex), Baby Addon(human only) and More Creatures(Creatures))

3. no actual missions in this mod but there is some background story items in some locations

4. no Don't install FPEAIOCreatureAddon v1.4 Legacy (Breed) but in the day, I used to have several different versions of More Creatures (All, Breed and non sexual) until scripts changes made them all impossible to divide anymore.

5. so I designed this mod to use as much and as little sex as you want.

 

6. the list of what WDF is really long nowadays, but here are the quick notes

Milking (A lot of options)

Pregnancy Protection

Impregnation (A lot of options)

More baby Options

more creatures Options

Capture Creatures

Capture Named Npc's

Random Impregnation of NPC's

Basic Follower system

 

Ah, ok. That explains a lot actually, especially the "Mole rat breeding victims" I found near the Red Rocket.

 

So three followup questions to this-

 

1. Can I safely uninstall FPEAIOCreatureAddon v1.4 Legacy (Breed) without breaking anything?

2. Does WDF make my character pregnant if I've set a scene up with AAF and made creatures have sex with my character? Or do I need to craft syringes and extract stuff from them to impregnate my character?

3. Any mod recommendations do achieve a more seamless actual sex -> conceiving experience?

Posted
57 minutes ago, MegaVillain said:

 

Ah, ok. That explains a lot actually, especially the "Mole rat breeding victims" I found near the Red Rocket.

 

So three followup questions to this-

 

1. Can I safely uninstall FPEAIOCreatureAddon v1.4 Legacy (Breed) without breaking anything?

2. Does WDF make my character pregnant if I've set a scene up with AAF and made creatures have sex with my character? Or do I need to craft syringes and extract stuff from them to impregnate my character?

3. Any mod recommendations do achieve a more seamless actual sex -> conceiving experience?

1. depends on pregnancies and offspring the mod has produced otherwise yes it should be fairly safe to remove

2. yes to both

3. no, not really because it depends on your tastes but I have nearly all of the animation packs

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