Jump to content

Recommended Posts

Posted
1 hour ago, saltshade said:

Would it be possible to ask for SMP support to the breast scaling of this mod?

slif+bodyslide doesnt work?

Posted
9 minutes ago, Ed86 said:

slif+bodyslide doesnt work?


Does Slif support SMP? Otherwise I don't think it would work, I don't know why you're mentioning bodyslide though. I've already made a body that I'm using and that's all there is to it.

 

Posted
3 hours ago, saltshade said:


Does Slif support SMP? Otherwise I don't think it would work, I don't know why you're mentioning bodyslide though. I've already made a body that I'm using and that's all there is to it.

 

no idea

because slif support bodyslide, and it probably support smp

Posted

Love the Mod, thank you for your hard work.

 

Have a  question though.

 

In the MCM milk mod menu, under Spell configuration, there is an option called "add a breast row chance". I have set this to 100%(just to test what is does) and nothing happens upon leveling(which is what I assumed caused it) . When is this chance applied?

 

I have searched through the forum posts for the answer, but most the posts i found talking about it only talk about making a batch file with bodyslider. I have done that, and have checked with console commands the 3 armors used for this effect. They are there and are working fine.

 

Am I missing something? Is there something I can do to set them?

 

 

Posted
4 hours ago, Chilen said:

Have a  question though.

In the MCM milk mod menu, under Spell configuration, there is an option called "add a breast row chance". When is this chance applied?

It's lactacid, if I remember correctly.

The roll-to-apply happens on drinking, when it goes off, you'll get a debug message saying 'My chest feels sore, I should go lie down' or something along that line, then the next time you sleep, you'll wake up with the next tier of multibreast armor glued to your chest and an appropriate multiplier for your milk production.

Posted
7 hours ago, Chilen said:

Love the Mod, thank you for your hard work.

 

Have a  question though.

 

In the MCM milk mod menu, under Spell configuration, there is an option called "add a breast row chance". I have set this to 100%(just to test what is does) and nothing happens upon leveling(which is what I assumed caused it) . When is this chance applied?

 

I have searched through the forum posts for the answer, but most the posts i found talking about it only talk about making a batch file with bodyslider. I have done that, and have checked with console commands the 3 armors used for this effect. They are there and are working fine.

 

Am I missing something? Is there something I can do to set them?

 

 

you need to drink breast enlargement potion, then rest

Posted
9 hours ago, Ed86 said:

you need to drink breast enlargement potion, then rest

 

11 hours ago, Fasterflight225 said:

It's lactacid, if I remember correctly.

The roll-to-apply happens on drinking, when it goes off, you'll get a debug message saying 'My chest feels sore, I should go lie down' or something along that line, then the next time you sleep, you'll wake up with the next tier of multibreast armor glued to your chest and an appropriate multiplier for your milk production.

Thank you both very much for taking the time to answer

 

Took the enlarge potion and rested, nothing happened. then took a 2nd potion, 20 secs later seen msg about my cheast being sore and to take a nap to make it feel better. after i did that it worked fine.

 

Only question left is about the Cuirass. Seen in the pictures for the mode a picture with a multi breast Cuirass. Is that a custom mod or is it in this one?

 

 

Posted
9 minutes ago, Chilen said:

 

Thank you both very much for taking the time to answer

 

Took the enlarge potion and rested, nothing happened. then took a 2nd potion, 20 secs later seen msg about my cheast being sore and to take a nap to make it feel better. after i did that it worked fine.

 

Only question left is about the Cuirass. Seen in the pictures for the mode a picture with a multi breast Cuirass. Is that a custom mod or is it in this one?

 

 

custom

Posted
On 11/3/2019 at 7:29 AM, Ankahet said:

I have my suspiscion that its SexLabs Eager NPC's. When I start a save without that one, it works fine, but any time I enable it, the whole thing goes to hell, including removing vanilla dialoque text =/

I run MME with Sexlab Eager NPC's with no problems

Guest AthenaESIV
Posted

OK I might be doing this wrong or just not understanding how MME works sorry... but:

 

I just want breasts to scale to the max size selected in the MCM on a volume of milk basis. So I used the Volumetric setting. I don't want the breasts to remain larger based on Milk Maid level.

 

So whether milk maid level 1 or 50, I wnt to set the max size for breasts to say, 3... and if current milk is 0, I want breasts to be scale 1, if they are filled to the max with milk, I want them to be 3. and after she is milked, I want it to go back to 1 (or say her max bottles is 4, and she is milked at 3.8 down to 0.8... Her breasts deflate down to just under 25% of max size from the 1 base size to the 3 max size, which is approx 1.5)

 

Can someone help me get the settings right for this? Does what I want make sense? Is this even how the mod works lol?

 

Thanks!!

Posted
5 hours ago, AthenaESIV said:

OK I might be doing this wrong or just not understanding how MME works sorry... but:

 

I just want breasts to scale to the max size selected in the MCM on a volume of milk basis. So I used the Volumetric setting. I don't want the breasts to remain larger based on Milk Maid level.

 

So whether milk maid level 1 or 50, I wnt to set the max size for breasts to say, 3... and if current milk is 0, I want breasts to be scale 1, if they are filled to the max with milk, I want them to be 3. and after she is milked, I want it to go back to 1 (or say her max bottles is 4, and she is milked at 3.8 down to 0.8... Her breasts deflate down to just under 25% of max size from the 1 base size to the 3 max size, which is approx 1.5)

 

Can someone help me get the settings right for this? Does what I want make sense? Is this even how the mod works lol?

 

Thanks!!

set breast size per level to 0?

Guest AthenaESIV
Posted
1 hour ago, Ed86 said:

set breast size per level to 0?

 

I did, that's how I figured it worked, but the volumetric growth doesn't seem to do anything. I thought maybe they were tied together or something. Does volumetric rely on any other settings?

Posted

who knows....

 

        CurrentSize = BreastBase + ( MilkCnt * MaidBoobIncr ) + ( MaidLevel + ( MaidTimesMilked / (( MaidLevel + 1 ) * TimesMilkedMult ))) * MaidBoobPerLvl
        ;debug.notification("CurrentSize pre root = " + CurrentSize)
        ;float x = 0.0
        if CurrentSize != BreastBase && BreastVolumeScale
            CurrentSize += 1 - BreastBase ; make sure base volume is 100% [1.00]
            float dx = 1.0
            float x = CurrentSize / 3.0
            
            while dx > 0.1
                dx = (CurrentSize / (x*x) - x) / 3.0
                x += dx
                if dx < 0.0
                    dx = -dx
                endif
            endwhile
            CurrentSize = x*BreastBase ; BreastBase defines base volume
        endif
 

Guest AthenaESIV
Posted

Shit nevermind I fixed it, I set per milk to 0 at some point when changing numbers a lot and forgot to put it back to a positive number... Sorry for the bother!

Posted

Hey, guys.

Is there some list of milk pumps locations at least in big cities?

The only one I found is not complete and/or outdated. Also found some replies on forums but they are about some one city..

But is there a full up-to-date list?

Posted

Are all farms supposed to buy milk? The only farm I have found that buys it so far is mayweather farm near riften, non of the 3 farms near whiterun and windhelm do. Neither does the one in falkreath.

Posted
13 hours ago, ased2018 said:

maybe this mod can be added fucking during milking (fucking and milking)

Hello there.

If you were referring instead to new Sexlab breastfeeding animations... I fucking know, right? The stated reason for animators to avoid breastfeeding animations is due to how it would be literally impossible to avoid clipping due to the vast and wide range of possible breast sizes... ignoring how anyone who's been using the two default animations has been dealing with that exact issue since Sexlab's inception. Just like CTD's and Skyrim, clipping in sexlab animations simply happens, it isn't practical to 'fix' it, and everyone just kind of has to accept that and move on.

Posted
2 hours ago, Fasterflight225 said:

Hello there.

If you were referring instead to new Sexlab breastfeeding animations... I fucking know, right? The stated reason for animators to avoid breastfeeding animations is due to how it would be literally impossible to avoid clipping due to the vast and wide range of possible breast sizes... ignoring how anyone who's been using the two default animations has been dealing with that exact issue since Sexlab's inception. Just like CTD's and Skyrim, clipping in sexlab animations simply happens, it isn't practical to 'fix' it, and everyone just kind of has to accept that and move on.

JUGs is a very old mod now and while it probably still works ok because it's simple... Elsie LaVache or The Milk Maid are newer and still being worked on. I don't update JUGs any more.

 

Posted
On 12/9/2019 at 11:10 PM, larve11 said:

Hay all nice mod

is there a way npc's use the zaz milkers automatically

 

no/sandbox patches

On 12/10/2019 at 9:24 PM, Tyrgalon said:

Are all farms supposed to buy milk? The only farm I have found that buys it so far is mayweather farm near riften, non of the 3 farms near whiterun and windhelm do. Neither does the one in falkreath.

no? npc should be in farmer faction

be able to talk and probably belong to one of the holds

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