Jump to content

Recommended Posts

5 hours ago, Ulfbearth said:

Thanks for the update! How is this sizing thing works? is it related to the bodymorphs or something?

Oh, and i made a 3d model for the cum condom cus i believe its better than using material swaps for male body (that prevent users for using a different skin using looksmenu overlays/skin overrides). I can share the file if you wish.

ok share the file

 

yes, it uses bodymorphs

 

what is below is parts of my code for INVB_Milking

this selects the strings for the sliders

(Bloody hell, I didn't realize that I added the butt sliders to this script, I might remove them soon)

		If akActor.wornHasKeyword(kw_BT_CBBE)
			M_string_01 = "Breasts"
			string_02 = "Butt"
			string_03 = ""
			string_04 = ""
		ElseIf akActor.wornHasKeyword(kw_BT_FusionGirl)
			M_string_01 = "Boobs Yuge"
			string_02 = "Nipples Areola"
			string_03 = "Nipples Distance"
			string_04 = ""
		ElseIf akActor.wornHasKeyword(kw_BT_AtomicBeauty)
			M_string_01 = "Breasts_Huge"
			string_02 = "Butt_Huge"
			string_03 = ""
			string_04 = ""
		ElseIf akActor.wornHasKeyword(kw_BT_JB)
			M_string_01 = "BreastsNaturalTypeSeven"
			string_02 = "BreastSize"
			string_03 = "NippleShapeLargerSeven"
			string_04 = ""	
		ElseIf akActor.wornHasKeyword(kw_BT_TBOS)
			M_string_01_M = "BTBallSize"
			string_02_M = "Butt"
		ElseIf akActor.wornHasKeyword(kw_BT_Custom)
			M_string_01 = M_Custom_string_01
			string_02 = Custom_string_02
			string_03 = Custom_string_03
			string_04 = Custom_string_04
		Endif

and this is what happens when it hits 500%

because I don't know of a better way to do it, I decided to have a master string/float to control them

elseIf (adjusted_String_01 >= 5.0) && (akActor.wornHasKeyword(kw_500))
					debug.notification("500% Sized Breasts")
					Milked_Breasts = 5.0
					BodyGen.SetMorph(akActor, true, M_string_01, kw_Morph_Milk, Milked_Breasts)
					BodyGen.SetMorph(akActor, true, string_02, kw_Morph_Milk, Milked_Breasts)
					BodyGen.SetMorph(akActor, true, string_03, kw_Morph_Milk, Milked_Breasts)
					BodyGen.SetMorph(akActor, true, string_04, kw_Morph_Milk, Milked_Breasts)					
					BodyGen.UpdateMorphs(akActor)
					akActor.unequipitem(pArmor_Milker,true,false)

 

Link to comment

Possibility for bottles of milk that are consumed be returned too inventory as empty milk bottle? 

Some places they are available too find, others not at all. Now a need for them, be nice if can hold on

too them then, Sterilize again and continue. 

Realistic recycling of a need in the wasteland. They are not made anymore so hang on too what you have :)

 

I have a coffee mod that recycles the coffee mugs.

Link to comment
1 hour ago, Astrarella said:

Possibility for bottles of milk that are consumed be returned too inventory as empty milk bottle? 

Some places they are available too find, others not at all. Now a need for them, be nice if can hold on

too them then, Sterilize again and continue. 

Realistic recycling of a need in the wasteland. They are not made anymore so hang on too what you have :)

 

I have a coffee mod that recycles the coffee mugs.

yep that will be easy to do, (I will do it tomorrow)

so drinking a milk will return a empty milk bottle

and I will add a chem that cleans a empty milk bottle to be used

 

and do the same for semen bags

Link to comment

Does the milker on the thumbnail has full bodyslide support ? Up to now I've only tried the original Oppai Milk Pasties, but bodyslide support does not work really good.

Well the oppai milk pasties changes the position, while the bottles stay on the original place and the tube is not visible.

 

 

Link to comment
4 hours ago, Adetu said:

Does the milker on the thumbnail has full bodyslide support ? Up to now I've only tried the original Oppai Milk Pasties, but bodyslide support does not work really good.

Well the oppai milk pasties changes the position, while the bottles stay on the original place and the tube is not visible.

 

 

it has full bodyslide it is called Milk_Female_Bottles_B, etc

but there is a problem with it. when it gets too big, it gets distorted while bad

I don't think I can fix the problem because I think it is a problem with the engine or morphs, the vertices of the milk bottom are outside of the bodies range

Link to comment
On 2/26/2020 at 9:51 PM, Invictusblade said:

it has full bodyslide it is called Milk_Female_Bottles_B, etc

but there is a problem with it. when it gets too big, it gets distorted while bad

I don't think I can fix the problem because I think it is a problem with the engine or morphs, the vertices of the milk bottom are outside of the bodies range

Where can I find the bodyslide files ?

Usually there are some folders "ShapeData", "SliderGroups" and "SliderSets". I've unpacked the archives, but I cannot find there anything.

Link to comment
On 2/28/2020 at 4:08 AM, Invictusblade said:

there should be a folder inside INVB_WastelandDairy v1.1 called "Tools"

Morphs don't work.  The Oppai Milk Pasties will sink into the breast if the tits are too big.  May work with CBBE.  I use FG as should everyone else if you want the best body for animations.

Link to comment
45 minutes ago, goosetrip said:

Morphs don't work.  The Oppai Milk Pasties will sink into the breast if the tits are too big.  May work with CBBE.  I use FG as should everyone else if you want the best body for animations.

someone will have to convert the oppai milk pasties to FG

Link to comment
On 1/28/2020 at 10:30 PM, pandasaka said:
  Hide contents

ScreenShot12.png.b006265a5ab00d0acf647978d60eff6f.png

checking that little morph box does the trick! the mod is working now!

size changing and milk harvesting works too! It can also work on "the race"  

Thank you very much, good sir!

what did you do to get the nipples like that?

Link to comment

how does breast growth work?

 

because i am not noticing anything, i use the milk machine, i use infected milk machine, i have mad cow perk. i have ticked all my outfits with the morph option, advance setting are there i can tweak my characters nodes in looksmenu but nothing.

Link to comment
2 hours ago, LinksSword said:

how does breast growth work?

 

because i am not noticing anything, i use the milk machine, i use infected milk machine, i have mad cow perk. i have ticked all my outfits with the morph option, advance setting are there i can tweak my characters nodes in looksmenu but nothing.

so you can alter your body using Looksmenu, right?

 

also did you selected the modifer 100%-200%-so on?

 

which body type are you using?

 

and look at one of my posts above for how breast growth works? (there is code)

Link to comment
1 hour ago, Invictusblade said:

so you can alter your body using Looksmenu, right?

 

also did you selected the modifer 100%-200%-so on?

 

which body type are you using?

 

and look at one of my posts above for how breast growth works? (there is code)

CBBE and it does work but the body gets really deformed at high settings. 

Link to comment

yes, it does.

I added that high of a setting because some people want it (based on screenshots here and elsewhere)

 

also because everyone has a different slider setup (so it will be different for everyone)

 

Ironically I prefer a low or no morph size increase with milkers

 

and if you wondering about the milk bottle, I don't believe I can do anything about it.

(I believe morphs only work a certain radius from the centre of the npc and the bottom of the bottle is outside that radius)

so unless someone knows that how to fix it until then I don't know.

Link to comment
27 minutes ago, Invictusblade said:

Ironically I prefer a low or no morph size increase with milkers

Morphing for me is not happening despite ticking morphs.

But like you if there is a morph, realistically or none then am happy anyway.

So thrilled too have the theme in Fallout 4! That for me is whats important.

Using Player Journal its added so much more too role play and the written on going story :)

 

Link to comment
44 minutes ago, Astrarella said:

Morphing for me is not happening despite ticking morphs.

But like you if there is a morph, realistically or none then am happy anyway.

So thrilled too have the theme in Fallout 4! That for me is whats important.

Using Player Journal its added so much more too role play and the written on going story :)

 

lets go back to your problem (I cannot remember if you have ask me before)

 

1. you are playing as female? (you be surprised how often this is overlooked)

2. do you have looksmenu installed?

2b. does looksmenu bodymorphing work?

3. what bodytype are you using?

4. at this point, post your load order

 

btw I have added empty milk bottles to drinking breast milk to your post above (I might be changing it a bit however)

Link to comment
15 hours ago, Invictusblade said:

lets go back to your problem (I cannot remember if you have ask me before)

Big correction! Morph is working!

Dits (points too self) found later when having the skill needed to make it, The next level milker.

Saw then the CBBE 200% on the milker at Milker workshop.

It worked! but even 200% is a little bigger then I prefer. The butt so big does bother me. 

Anyway for shape too return or am I stuck? lol 

The next level milker with needles is visible, looks marvelous.

The first level milker with needles is invisible. Might I of done something wrong there?

 

Thank you for recycling milk bottles, look forward too it!

Wearing milker and having no sterilized bottles left, should the milker even work?

Am receiving bottles of milk regardless, feels like cheating.

Link to comment
46 minutes ago, Astrarella said:

Big correction! Morph is working!

Dits (points too self) found later when having the skill needed to make it, The next level milker.

Saw then the CBBE 200% on the milker at Milker workshop.

It worked! but even 200% is a little bigger then I prefer. The butt so big does bother me. 

Anyway for shape too return or am I stuck? lol 

The next level milker with needles is visible, looks marvelous.

The first level milker with needles is invisible. Might I of done something wrong there?

 

Thank you for recycling milk bottles, look forward too it!

Wearing milker and having no sterilized bottles left, should the milker even work?

Am receiving bottles of milk regardless, feels like cheating.

this is bit of a mess so

1. I will tweak the script to add more choices (and take a few away) to the sliders

2. I might add a 150% morph size

3. modify the milkers into repairing under one of the options

 

4. what do you mean next and first level milkers?

I have made

Milk Machine(Custom)

infected Milk Machine

Simple Milk Machine

 

5. about the sterilized bottles, they were designed to work separately with no interaction but I could change the script.

 

but I could add a new mode that repeats but it requires empty milk bottles(or empty IV Bags) in your inventory. (as a hardcore mode)

 

Link to comment

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use