Jump to content

Recommended Posts

Posted

 

Sorry to bother you. I have following problem with this mod. When I milk the self, the statistics are not growing. What could be the reason?

are they growing while using milkpump?

 

The 2015-01-11 version does not appear to be honoring the "Increase Weight to 100" MCM checkbox.  

 

With the 01-11 version If I have "Increase Weight" unchecked then my PC's weight becomes 0 after using a milkpump to become a milkmaid, even though it was 100 prior to using the milkpump the first time (new game started with 01-11 installed and "Increase Weight" was never checked "on").  If I check "Increase Weight" in the MCM, then my PC's weight still drops to zero after using the milk-pump, and after two hours it has only increased to 0.02 (according to showracemenu).  With the 2015-01-03 version leaving "Increase Weight" un-checked leaves my PC's weight alone - she stays at 100 after becoming a milkmaid.  

 

Looking at the  MilkQUEST.psc source the 01-03 version appears to use this code fragment to change the milkmaids weight:

 

if WeightUpScale == True && MILKmaid.GetWeight() < 100
        MILKmaid.SetWeight(MILKmaid.GetWeight() + t)
endif
 
The 01-11 version has the following code:
 

if  MILKmaid.GetWeight() + t < 100
        MILKmaid.GetActorBase().SetWeight(MILKmaid.GetWeight() + t)
        MILKmaid.QueueNiNodeUpdate()
endif
 

01-11 does not check "WeightUpScale==true" in the above code, nor does it look at WeightUpScale anywhere else in the MilkQUEST.psc file, other than to initialize it in VarSetup().  Was this intended?  

whoops

 

after several time resetting mod v2015-01-03 0.47, then upgrade, then resetting the v2015-01-11 i got no milk production and body changing to 0 weight or wired neck gap.

version 2015-01-03 0.47 did not have this problem . 2uo6sms.jpg

accidentally broke weight check

weight isnt working, and i guess never was, or it was but then something went wrong

 

I'm not sure if anyone explain here before, coz i couldnt find it,

 

Q. How to get better quality of milk from followers?

 

Q. What determines milk quality?



		if milkCount == 0
			return None
		elseif milkCount <= (MaidLevel + 2 ) * 2 * 0.25
			return MilkPotion00
		elseif milkCount <= (MaidLevel + 2 ) * 2 * 0.50
			return MilkPotion01
		elseif milkCount <= (MaidLevel + 2 ) * 2 * 0.75
			return MilkPotion02
		elseif milkCount > (MaidLevel + 2 ) * 2 * 0.75
			return MilkPotion03
		endif

if you milk from 75%+ full breast you get strong milk, less = worse milk

you get enhanced milk from boobgasm

 

 

after several time resetting mod v2015-01-03 0.47, then upgrade, then resetting the v2015-01-11 i got no milk production and body changing to 0 weight or wired neck gap.

version 2015-01-03 0.47 did not have this problem . 2uo6sms.jpg

 

when a npc weight is changed and u save the game its saved in the save file. so if u change the weight back u get neck seam.

 

ed can u explain what the preg checks do so i can know its working right. also is it soulgem oven 2 compatiable?

 

they check milkmaid for spell/storageutil value, if milkmaid have it, she considered pregnant and will produce milk

 

 



Spell Property HentaiImpregnation = None Auto Hidden 
Spell Property ChaurusBreeder = None Auto Hidden 
Spell Property _BFStatePregnant = None Auto Hidden 
bool Function isPregnant(Actor akActor)

	If Game.GetModbyName("HentaiPregnancy.esm") != 255
		HentaiImpregnation = Game.GetFormFromFile(0x00000d64, "HentaiPregnancy.esm") as Spell
		if akActor.HasSpell( HentaiImpregnation )
			Return True
		endif
	endif
	
	;Estrus Chaurus+  
	if Game.GetModbyName("EstrusChaurus.esp") != 255
		ChaurusBreeder = Game.GetFormFromFile(0x00019121, "EstrusChaurus.esp") as Spell
		if akActor.HasSpell( ChaurusBreeder )
			Return True
		endif
	endif
	
	;BF 1.14
	if Game.GetModbyName("BeeingFemale.esm") != 255
		_BFStatePregnant = Game.GetFormFromFile(0x000028a0, "BeeingFemale.esm") as Spell
		if akActor.HasSpell( _BFStatePregnant )
			Return True
		endif
	endif
	
	;SexLab SoulGem Pregnancy
	if Game.GetModbyName("SexLabSoulgemPregnancy.esm") != 255
		if GetIntValue(akActor, "PRG_IsPregnant", missing = 0) != 0
			Return True
		endif
	endif
	
	;PSQ SoulGem Pregnancy
	if Game.GetModbyName("PSQ PlayerSuccubusQuest.esm") != 255
		;PSQ SoulGem Pregnancy 2.16
		if GetIntValue(akActor, "PRG_IsPregnant", missing = 0) != 0
			Return True
		endif

		;PSQ SoulGem Pregnancy 2.15
		if GetIntValue(akActor, "PSQ_SoulGemPregnancyON", missing = 0) != 0
			Return True
		endif
	endif
	
	Return False
EndFunction

 

 

how compatible? you can run both mods, they'll fight for breast size

 

First off let me say great work on the mod and the regular updates. I was just wondering if it would be possible to add an option for the Breast Scaling like the one used in the mod Soulgem Oven II call "Breast Curve Scaling". Not sure if anyone else has this issue but that little option right there completely fixes the extremely pointy breast issue I experience in mods such as this one or being female when the breast increase in scale due to the mods. Soulgem Oven II is pretty much the only mod that affects breast scaling I can use that properly scales the breasts without distortions. Not sure if it would be hard to add an option like that but it would be awesome if possible. Thanks for the great work on the mod again.

i can try, for me those options were useless

 

Ed86,

 

Not sure how big a deal this would be, but any chance you could make the max breast size a bit more precise? Instead of making it 1-9 in steps of 1, could you make it in steps of .1?

 

So I could set max breast size at 1.3 for example instead of 2. For a lot of body types, once you scale past about 1.5, the breasts do all kinds of wonky things.

 

and +1 on the above suggestion about adding breast curve scaling if possible. :)

 

Thanks!

okay

Posted

Hi Ed86, thanks for the bottom of my heart for the constant maintaining/updating the mod and answering EVERY SINGLE question/request of EVERY mod user here!

I would like to ask if it's possible to add 4 new features to the mod

1.Sweating while in the milkpumps stations and when doing self milking.The Estrus mod does that succesfully http://www.nexusmods.com/skyrim/mods/33102/?

 

 

33102-1-1375039422.jpg

 

 

In this mod, the sweating effect starts soon after the tentacle animation starts and ends soon after the tentacle animation ends

2.If it's possible, to have this kind of milk squirting effect when having a boobgasm,when being selfmilked and when milk squirting due to orgasm when having sex using sexlab

 

 

67510.jpg

67509.jpg

 

 

3.If it's possible, when being selfmilked, add a hotkey where the player can change the selfmilking animation (like sexlab does with the stages of animations) or have them played all of them in a loop

4.If it's possible, add a moving effect to the milk stain on the breasts,torso and belly like this armor mod does http://www.nexusmods.com/skyrim/mods/58062/?tab=3&selected_game=110&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fmodimages%2F%3Fid%3D58062%26user%3D1%26gid%3D110&pUp=1

as shown here

 58062-1-1410745798.gif 

 

There seems to be a tutorial for making animated textures here http://www.nexusmods.com/skyrim/mods/47104/?tab=4&&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fcomments%2F%3Fmod_id%3D47104%26page%3D1%26sort%3DDESC%26pid%3D0%26thread_id%3D1214144&pUp=1

Thanks again for your hard and resilient effords! :)

 

Posted

Hi there, It could be that im just stupid, but are npc's also using the Milkpump? Because i've never seen them doing it. Would be nice to know.

Thanks in advance

Posted

Hi there, It could be that im just stupid, but are npc's also using the Milkpump? Because i've never seen them doing it. Would be nice to know.

Thanks in advance

 

They won't enter it on their own. If NPCs are allowed to use the Milk Pumps as part of their sandbox AI, then they'd become milk maids.

 

Also, for a while the milk pumps WERE included in the sandbox AI and a follower or NPC would get in and get out and you'd get spammed with messages that you see when you exit the machines.

 

SOooo.... you have to TELL your follower or an NPC to use the machine and the command to use it is not part of this mod, but rather part of your follower framework or the vanilla follwoer system.

 

that help?

Posted

 

Hi there, It could be that im just stupid, but are npc's also using the Milkpump? Because i've never seen them doing it. Would be nice to know.

Thanks in advance

 

They won't enter it on their own. If NPCs are allowed to use the Milk Pumps as part of their sandbox AI, then they'd become milk maids.

 

Also, for a while the milk pumps WERE included in the sandbox AI and a follower or NPC would get in and get out and you'd get spammed with messages that you see when you exit the machines.

 

SOooo.... you have to TELL your follower or an NPC to use the machine and the command to use it is not part of this mod, but rather part of your follower framework or the vanilla follwoer system.

 

that help?

 

 

Thanks for the quick anwser :3 It saved me some time to look for a weird console command etc. To bad that it is not implemented in the mod, would be pretty usefull.

Posted

First, thanks for the great mod!

 

A couple of things that might be cool to have, and if they've already been suggested then shame on me, but how about a feed follower or feed from follower feature, straight from the tap? And how about some milk puddles? 

 

Thanks, again!

Posted

First, thanks for the great mod!

 

A couple of things that might be cool to have, and if they've already been suggested then shame on me, but how about a feed follower or feed from follower feature, straight from the tap? And how about some milk puddles? 

 

Thanks, again!

 

 

On the first post. Scroll down to "Mods you might be interested in"

Non-Sexlab Animation pack provides the breastfeeding animations, and in the topic [WIP] Nice Melons you got there, Honey! is a small mod that initiates the animations.

 

have fun!

Posted

Is the soulgem preg check for SL SG Pregnancy, SG Oven 2, or a blanket check?

 

Edit: Also, my char is a schlonged fem but I only got milk for first milking. Do I have to change the gender flag manually?

Posted

I suppose a possible way to address the weight issue is by having Lactaid pour on the pounds - e.g. any time you consume it you add 1 to the weight counter.

Posted

Hi Ed86, thanks for the bottom of my heart for the constant maintaining/updating the mod and answering EVERY SINGLE question/request of EVERY mod user here!

I would like to ask if it's possible to add 4 new features to the mod

1.Sweating while in the milkpumps stations and when doing self milking.The Estrus mod does that succesfully http://www.nexusmods.com/skyrim/mods/33102/?

 

 

33102-1-1375039422.jpg

 

 

In this mod, the sweating effect starts soon after the tentacle animation starts and ends soon after the tentacle animation ends

2.If it's possible, to have this kind of milk squirting effect when having a boobgasm,when being selfmilked and when milk squirting due to orgasm when having sex using sexlab

 

 

67510.jpg

67509.jpg

 

 

3.If it's possible, when being selfmilked, add a hotkey where the player can change the selfmilking animation (like sexlab does with the stages of animations) or have them played all of them in a loop

4.If it's possible, add a moving effect to the milk stain on the breasts,torso and belly like this armor mod does http://www.nexusmods.com/skyrim/mods/58062/?tab=3&selected_game=110&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fmodimages%2F%3Fid%3D58062%26user%3D1%26gid%3D110&pUp=1

as shown here

 58062-1-1410745798.gif 

 

There seems to be a tutorial for making animated textures here http://www.nexusmods.com/skyrim/mods/47104/?tab=4&&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fcomments%2F%3Fmod_id%3D47104%26page%3D1%26sort%3DDESC%26pid%3D0%26thread_id%3D1214144&pUp=1

Thanks again for your hard and resilient effords! :)

 

1.4.not sure if all this textures thing possible, since it'll probably overwrite itself but ill give it a try

2.okay

3. hmm... maybe

Is the soulgem preg check for SL SG Pregnancy, SG Oven 2, or a blanket check?

 

Edit: Also, my char is a schlonged fem but I only got milk for first milking. Do I have to change the gender flag manually?

SL SG Pregnancy

whats blanket check?

you should get semen if you get orgasm/boobgasm in milkpump

 

I suppose a possible way to address the weight issue is by having Lactaid pour on the pounds - e.g. any time you consume it you add 1 to the weight counter.

weight issue? weight changing is disabled since its require some fancy script magic instead of just +1 and im not in a mood to cast spells

Posted

ahhhh.... that explains why it doesn't seem to detect SoulGem Oven II pregnancy :)

 

And.... I really don't have a problem with this since I don't know what happens if they ARE pregnant anyways... :)

 

 

Posted

 

 

Is the soulgem preg check for SL SG Pregnancy, SG Oven 2, or a blanket check?

 

Edit: Also, my char is a schlonged fem but I only got milk for first milking. Do I have to change the gender flag manually?

SL SG Pregnancy

whats blanket check?

you should get semen if you get orgasm/boobgasm in milkpump

 

 

A blanket check is just a wide-range, near all-encompassing check. Like a blanket search would be looking for all dogs in an area when in you want a specific breed.

 

As to the semen thing, not getting it and I don't know why.

 

Edit: For reference and to help troubleshoot, I'm using SOS UNP no balls version.

Posted

 

 

 

Is the soulgem preg check for SL SG Pregnancy, SG Oven 2, or a blanket check?

 

Edit: Also, my char is a schlonged fem but I only got milk for first milking. Do I have to change the gender flag manually?

SL SG Pregnancy

whats blanket check?

you should get semen if you get orgasm/boobgasm in milkpump

 

 

A blanket check is just a wide-range, near all-encompassing check. Like a blanket search would be looking for all dogs in an area when in you want a specific breed.

 

As to the semen thing, not getting it and I don't know why.

 

well there is no unified pregnancy checks, so its on individual basis, and it can be broken with mod changes or esp merges if form id changed and if you don't uninstall soulgem preg or psq mods correct way u'll be stuck pregnant, since their values stored in storageutil and weren't deleted during uninstall

what schlong do u use?

Posted

 

 

 

 

Is the soulgem preg check for SL SG Pregnancy, SG Oven 2, or a blanket check?

 

Edit: Also, my char is a schlonged fem but I only got milk for first milking. Do I have to change the gender flag manually?

SL SG Pregnancy

whats blanket check?

you should get semen if you get orgasm/boobgasm in milkpump

 

 

A blanket check is just a wide-range, near all-encompassing check. Like a blanket search would be looking for all dogs in an area when in you want a specific breed.

 

As to the semen thing, not getting it and I don't know why.

 

well there is no unified pregnancy checks, so its on individual basis, and it can be broken with mod changes or esp merges if form id changed and if you don't uninstall soulgem preg or psq mods correct way u'll be stuck pregnant, since their values stored in storageutil and weren't deleted during uninstall

what schlong do u use?

 

SOS UNP no balls, so the .87 i think it is.

Posted

you only get sperm in fuckmachine mode

 

 

 

 

 


Is the soulgem preg check for SL SG Pregnancy, SG Oven 2, or a blanket check?

 

Edit: Also, my char is a schlonged fem but I only got milk for first milking. Do I have to change the gender flag manually?

SL SG Pregnancy

whats blanket check?

you should get semen if you get orgasm/boobgasm in milkpump

 

 

A blanket check is just a wide-range, near all-encompassing check. Like a blanket search would be looking for all dogs in an area when in you want a specific breed.

 

As to the semen thing, not getting it and I don't know why.

 

well there is no unified pregnancy checks, so its on individual basis, and it can be broken with mod changes or esp merges if form id changed and if you don't uninstall soulgem preg or psq mods correct way u'll be stuck pregnant, since their values stored in storageutil and weren't deleted during uninstall

what schlong do u use?

 

SOS UNP no balls, so the .87 i think it is.

 

 

Posted

 

you only get sperm in fuckmachine mode 

I have it enabled so I must be doing something wrong. I'll try turning the duration up to 30 and see if that helps next time I'm due.

 

Edit: Still nothing with the sperm.

 

Edit 2: Tried with modified machine duration, manually added self to schlonged faction, still nothing unless I'm not waiting long enough or something.

Posted

 

 

you only get sperm in fuckmachine mode 

I have it enabled so I must be doing something wrong. I'll try turning the duration up to 30 and see if that helps next time I'm due.

 

Edit: Still nothing with the sperm.

 

Edit 2: Tried with modified machine duration, manually added self to schlonged faction, still nothing unless I'm not waiting long enough or something.

 

works fine for me

Posted

Ed86,

 

I made Got Milk mod official today. YOU and what you've done with MME are directly responsible for my mayhem! :)

 

Thanks again for what you're doing and for what you've done. I realize that my mod is very small and simple, but I had fun making it and hope to continue along those lines with more.

Posted

Ed86,

 

I made Got Milk mod official today. YOU and what you've done with MME are directly responsible for my mayhem! :)

 

what? Nooooooo........

Posted

just noticed the semen posts for schlonged females..i don't get any either BUT I am using immersive gender mod, where I can pick if I want to play male or female as futa and it doesn't actually use the specified gender till sex is initiated...dunno if that could course issue...not that im bothered about semen....im also using PSQ though ..wonder if semen bottle re-charges PSQ power pool... :P how does it check for futa/transgender ? just a shlong check or sexlab ? or both?

Posted

just noticed the semen posts for schlonged females..i don't get any either BUT I am using immersive gender mod, where I can pick if I want to play male or female as futa and it doesn't actually use the specified gender till sex is initiated...dunno if that could course issue...not that im bothered about semen....im also using PSQ though ..wonder if semen bottle re-charges PSQ power pool... :P how does it check for futa/transgender ? just a shlong check or sexlab ? or both?

both, you need to have orgasm in fuck machine mode to get semen potions

Posted

 

just noticed the semen posts for schlonged females..i don't get any either BUT I am using immersive gender mod, where I can pick if I want to play male or female as futa and it doesn't actually use the specified gender till sex is initiated...dunno if that could course issue...not that im bothered about semen....im also using PSQ though ..wonder if semen bottle re-charges PSQ power pool... :P how does it check for futa/transgender ? just a shlong check or sexlab ? or both?

both, you need to have orgasm in fuck machine mode to get semen potions

 

 

hmm well that happens a lot, almost everytime im milked I boobgasm at least once..sometimes more...am about to start a new playthrough though..so I will check pap log on each visit and see if I can find the possible conflict...out of my 200+ mods..not that it break my game ofc...works like charm otherwise...:P

 

Posted

 

Ed86,

 

I made Got Milk mod official today. YOU and what you've done with MME are directly responsible for my mayhem! :)

 

what? Nooooooo........

 

 

If you have something in the works, believe me I will put a big red sign on Got Milk that says:

 

DON'T USE THIS! Ed86 has something BETTER for you!

 

:)

Posted

 

 

just noticed the semen posts for schlonged females..i don't get any either BUT I am using immersive gender mod, where I can pick if I want to play male or female as futa and it doesn't actually use the specified gender till sex is initiated...dunno if that could course issue...not that im bothered about semen....im also using PSQ though ..wonder if semen bottle re-charges PSQ power pool... :P how does it check for futa/transgender ? just a shlong check or sexlab ? or both?

both, you need to have orgasm in fuck machine mode to get semen potions

 

 

hmm well that happens a lot, almost everytime im milked I boobgasm at least once..sometimes more...am about to start a new playthrough though..so I will check pap log on each visit and see if I can find the possible conflict...out of my 200+ mods..not that it break my game ofc...works like charm otherwise... :P

 

 

boobgams =/= orgasms

 

 

 

Ed86,

 

I made Got Milk mod official today. YOU and what you've done with MME are directly responsible for my mayhem! :)

 

what? Nooooooo........

 

 

If you have something in the works, believe me I will put a big red sign on Got Milk that says:

 

DON'T USE THIS! Ed86 has something BETTER for you!

 

:)

 

nothing is my fault!

/

well i could have but i'll just drink tea with milk and watch whole world go to hell

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