Jump to content

Recommended Posts

Posted

ive never been able to replicate it. my only guess is maybe too many scripts and papyrus is choking and stack dumping. or something unique conflict only a handful of people have.

Posted

ive never been able to replicate it. my only guess is maybe too many scripts and papyrus is choking and stack dumping. or something unique conflict only a handful of people have.

 

Quite possible. I just wish I knew which it was so I could adjust my load order for it.

Posted

make sure sos didnt overwrite papyrusutil and storageutil.pex from sexlab. that used to be the biggest issue back on the day.

Posted

I'm using Mod Organizer. The only things showing that overwrites sexlab are some animations, some textures, and the all-in-one body. SOS isn't showing it has those two .pex files in it, nor does the all-in-one. At least looking at the filetree through MO they aren't showing as having them.

  • 2 weeks later...
Posted

so im using this with milk mod and i want milk mod to handle milk producing and stuff but theres no option for turning off the mil production by soulgem oven in mcm or am i missing something anyone can help ?

Posted

Hey Darkconsole .i would like to work with you to make a addon for my mod clams of skyrim and your to make the soulgems collide with a vag when going in to labor with yourmod 

i do not know if there is something  like that out already .  what do you say?

Posted

so im using this with milk mod and i want milk mod to handle milk producing and stuff but theres no option for turning off the mil production by soulgem oven in mcm or am i missing something anyone can help ?

 

Actor options in SGO's menu ... turn off breast scaling. They'll still make milk but no more scaling.

Posted

 

so im using this with milk mod and i want milk mod to handle milk producing and stuff but theres no option for turning off the mil production by soulgem oven in mcm or am i missing something anyone can help ?

 

Actor options in SGO's menu ... turn off breast scaling. They'll still make milk but no more scaling.

 

 

thanks thats solved the issue :) and one more thing it keeps saying squirt power added but everytime it says that , that power nowhere to be found

Posted

 

 

so im using this with milk mod and i want milk mod to handle milk producing and stuff but theres no option for turning off the mil production by soulgem oven in mcm or am i missing something anyone can help ?

 

Actor options in SGO's menu ... turn off breast scaling. They'll still make milk but no more scaling.

 

 

thanks thats solved the issue :) and one more thing it keeps saying squirt power added but everytime it says that , that power nowhere to be found

 

its not a power but an automated effect applied to player or NPC after orgasm, if however you have turned on immersive option in MCM Menu then you will get "Release the Cum" power during orgasm which will then apply the same squirt effect upon using the power so no automated effect applied after orgasm.

Posted

A small question:

 

how exactly are the two sliders "Belly Curve" and "Breast Curve", in the Body Scales MCM tab, integrated into the calculation of the NiO shaping?

Will the breasts be less stretched and rounder with higher values or does it something else?

 

And another question: what's the best base value for the pregnancy slider? Exactly zero or maybe sth like 0.01?

Posted

Hi,

I install the mod and everything works fine except the leaking, i checked the in console with showracemenu and in the body paint there is milk leak but i cant see the milk leaking....

Posted

Love the mod but i don't like the inserting gem animation and the masturbating animation, how i change them to something i like?
reasons i don't like the default anims is, i play like a futa character and the insertion anim is like a female rubbing her clit, and the masturbation anim is kinda wonky when you have a big pregbelly and tits full of milk, the tits clip on the belly :q 

Posted

Is this mod compatible with other mod that have belly and breast scaling feature? Fill Her Up and Mana Tanks for example.

 

The NIO version of Fill Her Up works fine with SGO, I run both together without inflation framework.  Inflation framework might be something to look into if you start stacking a bunch of body scale mods on top of one another tho.

Posted

 

Is this mod compatible with other mod that have belly and breast scaling feature? Fill Her Up and Mana Tanks for example.

 

The NIO version of Fill Her Up works fine with SGO, I run both together without inflation framework.  Inflation framework might be something to look into if you start stacking a bunch of body scale mods on top of one another tho.

 

Thank you. I will look into Fill Her Up NIO patch. I'm using FillHerUp v1.00 so I assume it is not compatible :s

Posted

Had a question. I play a male character. (Yes I know rare). But is there a way for me to get the barter bonus if I'm with my follower that's full of milk? Like she's distracting the merchant for me to get better prices.

  • 2 weeks later...
Posted

How can i make mil be treated as food? i use realistic needs and disease, that mod has option to add custom foods to him, but even with milk checked as food in CK it still dont recognize.


Can you make the maximum belly scale larger? The atual maximum is not enough for keep all my gems (not the number the size itself [imagination]) and my girl is almost realistic with that belly( my girl have small belly so the maximum amout is like half of splash art.)

Posted

How can i make mil be treated as food? i use realistic needs and disease, that mod has option to add custom foods to him, but even with milk checked as food in CK it still dont recognize.

 

 

Can you make the maximum belly scale larger? The atual maximum is not enough for keep all my gems (not the number the size itself [imagination]) and my girl is almost realistic with that belly( my girl have small belly so the maximum amout is like half of splash art.)

 

You'd need to make a compatibility patch. Personally i'd like the resulting "jug of milk" become a compatible bottle of milk for CACO but i doubt anyone made one yet.

 

For the bellyscaling, i'm not sure but i believe that the scaling is done in a multiplying fashion, meaning that if you already have a high value in your racemenu/ecm bellyslider, it'll scale off it and become a lot larger.

Posted

Is there a replacement to the jugs mod that lets characters breastfeed off each other? (Or maybe a built in setting to SGO?) I'm having a issue where the animations just dont play so I've had to disable it

Posted

Had a question. I play a male character. (Yes I know rare). But is there a way for me to get the barter bonus if I'm with my follower that's full of milk? Like she's distracting the merchant for me to get better prices.

 

Get TDF prostitution. Get your prostitute follower to dance in a corner. The shopkeeper will go over to watch her instead of you. Free items!

Is there a replacement to the jugs mod that lets characters breastfeed off each other? (Or maybe a built in setting to SGO?) I'm having a issue where the animations just dont play so I've had to disable it

 

I'm hoping for a standalone dwarven milking/fucking machine, from MME, that functions within the Sexlab framework (ie real SL sex mechanics and orgasms) and milks from both mods as well.

Posted

The fertility cycle feature doesn't work. It just uses the base pregnancy chance and never calls ActorFertilityGetMod(). i.e. you can have a 2% pregnancy chance with a 100x multiplier and fail to get pregnant 98% of the time.
 

Float Function ActorGetPregChance(Actor Who, Bool Beast=FALSE)
{determine the value to use for preg chancing.}

	Float Base = self.OptPregChanceHumanoid as Float
	If(Beast == TRUE)
		Base = self.OptPregChanceBeast as Float
	EndIf

	If(Beast && self.OptUntamedPregChance)
		;; an untamed level of 100 increases chance by 20%.
		Base += PapyrusUtil.ClampFloat((StorageUtil.GetFloatValue(Who,"Untamed.Level",1.0) / 5),1,20)
	EndIf

	Return Base
EndFunction

 
Adding one line to the end of the function fixed it for me:

Base = Base * self.ActorFertilityGetMod(Who)

dcc_sgo_QuestController.psc

dcc_sgo_QuestController.pex

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