Jump to content

Recommended Posts

Posted

If you're going to be in there, under the hood, getting milk all over everything...

 

can you try changing "SGO.Gem.List" to "SGO.Gem.Weight" and I'll see if that works?

 

I have no idea why it doesn't work the way you already have it, but gem weight is another metric ... *shrug* 

Posted

Final Edit: I disapprove of the changes in this mod, and will be going back to using the legacy version I have.

 

Milk production is almost nonexistant without lactacid, and using the milking machine only gives me a couple points of lactacid, preventing the wonderfully, kinkily frustrating building that I had to deal with.

 

It was my understanding that milk-per-hour was tied to breast size, and similarly with lactaid?

Which means low production when you're just starting out, but production and lactaid limit increasing with each milk maid level?

 

Posted

If you're going to be in there, under the hood, getting milk all over everything...

 

can you try changing "SGO.Gem.List" to "SGO.Gem.Weight" and I'll see if that works?

 

I have no idea why it doesn't work the way you already have it, but gem weight is another metric ... *shrug* 

ive added both

 

 

OT: ive seen some dialogue mod, that makes npcs look shy (red face) but i dont remember name or was in on LL or nexus, anyone knows?

Posted

Something like THIS ?

yes thats it, now need to apply arousal to it =)

for the times when friendly NPCs(female) are really happy to see you

 

 

hm... wait i thought i saw it like few weeks ago and this looks too old

Posted

How's this thing detect SGO preg? I've got 31 in me, odd number I know but I tried adding another to see if MME would then trigger it but it's not. I'm assuming there's a minimum stone size, yeah?

Posted

How's this thing detect SGO preg? I've got 31 in me, odd number I know but I tried adding another to see if MME would then trigger it but it's not. I'm assuming there's a minimum stone size, yeah?

 

Doesn't seem to be detecting SGO preg yet. There are a couple of metrics being checked and either one of them SHOULD be working, but... I'm not seeing a correct result either. Ed86 is working on this but it's not real high on his priority list as he doesn't use SGO. :)

Posted

How's this thing detect SGO preg? I've got 31 in me, odd number I know but I tried adding another to see if MME would then trigger it but it's not. I'm assuming there's a minimum stone size, yeah?

 

 

 

How's this thing detect SGO preg? I've got 31 in me, odd number I know but I tried adding another to see if MME would then trigger it but it's not. I'm assuming there's a minimum stone size, yeah?

 

 

Doesn't seem to be detecting SGO preg yet. There are a couple of metrics being checked and either one of them SHOULD be working, but... I'm not seeing a correct result either. Ed86 is working on this but it's not real high on his priority list as he doesn't use SGO. :)

 

i didnt find any value or spell that define actor pregnant in that mod, if suggested above doesnt work then ... w/e 

Posted

 

 

 

How's this thing detect SGO preg? I've got 31 in me, odd number I know but I tried adding another to see if MME would then trigger it but it's not. I'm assuming there's a minimum stone size, yeah?

 

 

 

How's this thing detect SGO preg? I've got 31 in me, odd number I know but I tried adding another to see if MME would then trigger it but it's not. I'm assuming there's a minimum stone size, yeah?

 

 

Doesn't seem to be detecting SGO preg yet. There are a couple of metrics being checked and either one of them SHOULD be working, but... I'm not seeing a correct result either. Ed86 is working on this but it's not real high on his priority list as he doesn't use SGO. :)

 

 

 

i didnt find any value or spell that define actor pregnant in that mod, if suggested above doesnt work then ... w/e 

 

 

Maybe darkconsole can shed some light on this...

Guest Jenova23
Posted

You should add a body slide option for the milk leak animation if it's possible, it doesn't look right with big breasts. It would also be cool if there was a sex option maybe doggy style? While there in that position instead of the machine doing all the work.

Posted

 

thats is why fixed milk production options there, you get 1 milk every 3 hours 

 

 or maybe i should make lactacid last longer?

hmmmm... oh i got just some ideas, and since you like problems, you'll get them =)

 

 

As the song goes, hit me with your best shot. ;3 Fire away!

 

Mmn, I'd be happy with fixed production I suppose if I could set it higher. But I digress, I look forwards to seeing what those ideas are! I loved the drug-like relationship between the player and the milk-pump/lactacid before, but I'm sure not everyone agrees with me.

 

My fursona's done some time acting like livestock when it comes to milk, so I'm particularly fond of this mod... especially with JUGS letting me breastfeed people.

 

Edit: Oh my! I just read the update notes. Lactacid only decays from boobgasm now? Oh that's... that'll do nicely. That will do... very nicely. I'm going to try that out when I get home, yes I am. This should be fun.

Posted

Ed86,

 

Does this help with the SGO preg check thingie?

 

darkconsole's response to my question about how to check preg in SGO...

 

 

 

GetModByName check is actually unneeded with StorageUtil. If you need that to run fast you may want to omit it.

Float gweight = StorageUtil.GetFloatValue(who,"SGO.Gem.Weight",missing=0.0)

;; -or- ;;

Int gcount = StorageUtil.FloatListCount(who,"SGO.Gem.List")

Weight check may probably be [consistently] faster. I haven't looked at the sourcecode for StorageUtil to know if its really counting or returning a precalculated result.

 

You have to use the same type function, StorageUtil will let you have multiples of the same name if they are different types. SetFloatValue(none,"mine") is a different variable than SetIntvalue(none,"mine") even though they have the same name. I also believe it is case insensitive.

 

 

 

 

Posted

Edit: Okay, I thought there was a typo when there wasn't.

 

This seems VERY fun! Thank you so very much for listening to me and updating!

Posted

A request, if no one minds,

 

Add effect to 'female cum' bottle:

 

1. cure disease

2. cure poison

 

Thank you

 

i dont think so

You should add a body slide option for the milk leak animation if it's possible, it doesn't look right with big breasts. It would also be cool if there was a sex option maybe doggy style? While there in that position instead of the machine doing all the work.

i have no idea how, go on try your self

what sex option?  this mod is not about sex, screw that machine, you can always use hands unless you are a dragon

 

Ed86,

 

Does this help with the SGO preg check thingie?

 

darkconsole's response to my question about how to check preg in SGO...

 

 

 

GetModByName check is actually unneeded with StorageUtil. If you need that to run fast you may want to omit it.





Float gweight = StorageUtil.GetFloatValue(who,"SGO.Gem.Weight",missing=0.0)

;; -or- ;;

Int gcount = StorageUtil.FloatListCount(who,"SGO.Gem.List")

Weight check may probably be [consistently] faster. I haven't looked at the sourcecode for StorageUtil to know if its really counting or returning a precalculated result.

 

You have to use the same type function, StorageUtil will let you have multiples of the same name if they are different types. SetFloatValue(none,"mine") is a different variable than SetIntvalue(none,"mine") even though they have the same name. I also believe it is case insensitive.

 

 

 

 

well right now its:

	;SoulGem Oven
	if Game.GetModbyName("soulgem-oven.esp") != 255
		if GetIntValue(akActor, "SGO.Gem.List", missing = 0) > 0 || GetIntValue(akActor, "SGO.Gem.Weight", missing = 0) > 0
			Return True
		endif
	endif

go try

Posted

on a side note: now that i started fresh college mage game with hardcore options in ineed, frostfall, RRR, everyday in skyrim costs 500-1000 gold to survive. Screw those dungeons! Farms raiding for potatoes and cabbage, whoring, becoming pregnant and selling milk are the only profits enough to get some food for my fresh succubi mage, at least i managed to buy my self a tent - saving 80-200g for rooms in inn

Posted

hm... apparently ineed doesn't support milks and cum bottles for thirst, oh well ... ive got a fix for that, to update or not to update....

now can save a fortune on buying drinks for follower

Posted

 

 

 

A request, if no one minds,

 

Add effect to 'female cum' bottle:

 

1. cure disease

2. cure poison

 

Thank you

 

i dont think so

You should add a body slide option for the milk leak animation if it's possible, it doesn't look right with big breasts. It would also be cool if there was a sex option maybe doggy style? While there in that position instead of the machine doing all the work.

i have no idea how, go on try your self

what sex option?  this mod is not about sex, screw that machine, you can always use hands unless you are a dragon

 

Ed86,

 

Does this help with the SGO preg check thingie?

 

darkconsole's response to my question about how to check preg in SGO...

 

 

 

GetModByName check is actually unneeded with StorageUtil. If you need that to run fast you may want to omit it.




Float gweight = StorageUtil.GetFloatValue(who,"SGO.Gem.Weight",missing=0.0)

;; -or- ;;

Int gcount = StorageUtil.FloatListCount(who,"SGO.Gem.List")

Weight check may probably be [consistently] faster. I haven't looked at the sourcecode for StorageUtil to know if its really counting or returning a precalculated result.

 

You have to use the same type function, StorageUtil will let you have multiples of the same name if they are different types. SetFloatValue(none,"mine") is a different variable than SetIntvalue(none,"mine") even though they have the same name. I also believe it is case insensitive.

 

 

 

 

 

 

well right now its:

	;SoulGem Oven
	if Game.GetModbyName("soulgem-oven.esp") != 255
		if GetIntValue(akActor, "SGO.Gem.List", missing = 0) > 0 || GetIntValue(akActor, "SGO.Gem.Weight", missing = 0) > 0
			Return True
		endif
	endif

go try

 

 

I did try. :)

With 2015-02-13 version... SGO preg still not working.

 

How about something like this:

;Soul Gem Oven
Float gweight = StorageUtil.GetFloatValue(akActor,"SGO.Gem.Weight",missing=0.0)
     if gweight > 0
        Return True
     endif

Retrieve the float from StorageUtil?

Posted

 

 

 

 

A request, if no one minds,

 

Add effect to 'female cum' bottle:

 

1. cure disease

2. cure poison

 

Thank you

 

i dont think so

You should add a body slide option for the milk leak animation if it's possible, it doesn't look right with big breasts. It would also be cool if there was a sex option maybe doggy style? While there in that position instead of the machine doing all the work.

i have no idea how, go on try your self

what sex option?  this mod is not about sex, screw that machine, you can always use hands unless you are a dragon

 

Ed86,

 

Does this help with the SGO preg check thingie?

 

darkconsole's response to my question about how to check preg in SGO...

 

 

 

GetModByName check is actually unneeded with StorageUtil. If you need that to run fast you may want to omit it.






Float gweight = StorageUtil.GetFloatValue(who,"SGO.Gem.Weight",missing=0.0)

;; -or- ;;

Int gcount = StorageUtil.FloatListCount(who,"SGO.Gem.List")

Weight check may probably be [consistently] faster. I haven't looked at the sourcecode for StorageUtil to know if its really counting or returning a precalculated result.

 

You have to use the same type function, StorageUtil will let you have multiples of the same name if they are different types. SetFloatValue(none,"mine") is a different variable than SetIntvalue(none,"mine") even though they have the same name. I also believe it is case insensitive.

 

 

 

 

 

 

well right now its:



	;SoulGem Oven
	if Game.GetModbyName("soulgem-oven.esp") != 255
		if GetIntValue(akActor, "SGO.Gem.List", missing = 0) > 0 || GetIntValue(akActor, "SGO.Gem.Weight", missing = 0) > 0
			Return True
		endif
	endif

go try

 

 

I did try. :)

With 2015-02-13 version... SGO preg still not working.

 

How about something like this:



;Soul Gem Oven
Float gweight = StorageUtil.GetFloatValue(akActor,"SGO.Gem.Weight",missing=0.0)
     if gweight > 0
        Return True
     endif

Retrieve the float from StorageUtil?

 

maybe, go on and try , you got sources

Posted

 

 

 

 

 

A request, if no one minds,

 

Add effect to 'female cum' bottle:

 

1. cure disease

2. cure poison

 

Thank you

 

i dont think so

You should add a body slide option for the milk leak animation if it's possible, it doesn't look right with big breasts. It would also be cool if there was a sex option maybe doggy style? While there in that position instead of the machine doing all the work.

i have no idea how, go on try your self

what sex option?  this mod is not about sex, screw that machine, you can always use hands unless you are a dragon

 

Ed86,

 

Does this help with the SGO preg check thingie?

 

darkconsole's response to my question about how to check preg in SGO...

 

 

 

GetModByName check is actually unneeded with StorageUtil. If you need that to run fast you may want to omit it.






Float gweight = StorageUtil.GetFloatValue(who,"SGO.Gem.Weight",missing=0.0)

;; -or- ;;

Int gcount = StorageUtil.FloatListCount(who,"SGO.Gem.List")

Weight check may probably be [consistently] faster. I haven't looked at the sourcecode for StorageUtil to know if its really counting or returning a precalculated result.

 

You have to use the same type function, StorageUtil will let you have multiples of the same name if they are different types. SetFloatValue(none,"mine") is a different variable than SetIntvalue(none,"mine") even though they have the same name. I also believe it is case insensitive.

 

 

 

 

 

 

well right now its:



	;SoulGem Oven
	if Game.GetModbyName("soulgem-oven.esp") != 255
		if GetIntValue(akActor, "SGO.Gem.List", missing = 0) > 0 || GetIntValue(akActor, "SGO.Gem.Weight", missing = 0) > 0
			Return True
		endif
	endif

go try

 

 

I did try. :)

With 2015-02-13 version... SGO preg still not working.

 

How about something like this:



;Soul Gem Oven
Float gweight = StorageUtil.GetFloatValue(akActor,"SGO.Gem.Weight",missing=0.0)
     if gweight > 0
        Return True
     endif

Retrieve the float from StorageUtil?

 

maybe, go on and try , you got sources

 

 

ok, well I tried, but I get errors trying to compile about slaframeworkscr like it's not there... can't reference... whatever.

 

When I load it I have Skyrim, update, SexLab, Zaz Animation pack checked... when I got the error I thought maybe I needed SexLab aroused in there too so I started over and added that one in.... still error on compile related to slaframeworkscr.

 

So... obviously... I'm not very good at this :)

 

 

*edit*

ACK! SexLab Aroused is a BSA... I need to unpack it?

 

Posted

 

 

 

 

 

 

A request, if no one minds,

 

Add effect to 'female cum' bottle:

 

1. cure disease

2. cure poison

 

Thank you

 

i dont think so

You should add a body slide option for the milk leak animation if it's possible, it doesn't look right with big breasts. It would also be cool if there was a sex option maybe doggy style? While there in that position instead of the machine doing all the work.

i have no idea how, go on try your self

what sex option?  this mod is not about sex, screw that machine, you can always use hands unless you are a dragon

 

Ed86,

 

Does this help with the SGO preg check thingie?

 

darkconsole's response to my question about how to check preg in SGO...

 

 

 

GetModByName check is actually unneeded with StorageUtil. If you need that to run fast you may want to omit it.








Float gweight = StorageUtil.GetFloatValue(who,"SGO.Gem.Weight",missing=0.0)

;; -or- ;;

Int gcount = StorageUtil.FloatListCount(who,"SGO.Gem.List")

Weight check may probably be [consistently] faster. I haven't looked at the sourcecode for StorageUtil to know if its really counting or returning a precalculated result.

 

You have to use the same type function, StorageUtil will let you have multiples of the same name if they are different types. SetFloatValue(none,"mine") is a different variable than SetIntvalue(none,"mine") even though they have the same name. I also believe it is case insensitive.

 

 

 

 

 

 

well right now its:





	;SoulGem Oven
	if Game.GetModbyName("soulgem-oven.esp") != 255
		if GetIntValue(akActor, "SGO.Gem.List", missing = 0) > 0 || GetIntValue(akActor, "SGO.Gem.Weight", missing = 0) > 0
			Return True
		endif
	endif

go try

 

 

I did try. :)

With 2015-02-13 version... SGO preg still not working.

 

How about something like this:





;Soul Gem Oven
Float gweight = StorageUtil.GetFloatValue(akActor,"SGO.Gem.Weight",missing=0.0)
     if gweight > 0
        Return True
     endif

Retrieve the float from StorageUtil?

 

maybe, go on and try , you got sources

 

 

ok, well I tried, but I get errors trying to compile about slaframeworkscr like it's not there... can't reference... whatever.

 

When I load it I have Skyrim, update, SexLab, Zaz Animation pack checked... when I got the error I thought maybe I needed SexLab aroused in there too so I started over and added that one in.... still error on compile related to slaframeworkscr.

 

So... obviously... I'm not very good at this :)

 

 

*edit*

ACK! SexLab Aroused is a BSA... I need to unpack it?

 

yes

Posted

Ed86,

 

That worked! I recompiled , went into a save with a "fresh" character. Just out of Helgen. Cast irresistably attractive on Ralof and on my player.... sexy time ensued... 

"Erotiq is incubating another gem (1)"

 

Next time MME updated, I got the "Erotiq becomes a Milk Maid" message.

 

SO.... now I have a dumb question or 2. (You KNEW it was gonna happen...)  

:)

How does this affect milk production and whatever?

OR does it only serve to make her a milk maid if she gets pregnant?

 

** EDIT **

Adding to this... It also detects that my follower is pregnant. That works.

BUT... getting the follower pregnant, did not make her a Milk Maid. That part I had to do in the usual way.

Once she was a milk maid, her pregnancy showed up in the MCM.

 

 

 

Posted

SKSE is up to 1.7.2 now, not sure if that will help. Have you tried the console command :-

 

setstage ski_configmanagerinstance 1

 

It forces MCM to relook for all mods with MCM options

 

If you were replying to me, yes, I already have 1.7.2 of SKSE. Upon entering that command the game crashed. What do?

 

Update: Entered that code a couple more times and it didn't do anything. MME doesn't show up in MCM still. My boner is sadder than ever.

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