MorePrinniesDood Posted May 20, 2018 Author Posted May 20, 2018 2 hours ago, sfeile said: Speaking of... Are you supposed to stop milking at some point? Mine never seems to stop whether she is currently cursed or not. Should stop 8-24 game hours after you deliver.
sfeile Posted May 20, 2018 Posted May 20, 2018 5 hours ago, MorePrinniesDood said: Should stop 8-24 game hours after you deliver. Ok. I probably just don't let enough time lapse in between then.
supremekingdarkstar Posted May 22, 2018 Posted May 22, 2018 For some reason whenever my character lactates it keeps saying "couldn't find a bottle in time" and I was able to get milk before but recently it has stopped working and I don't know what might be the issue or how to fix this, has anyone else had this happen or know what might fix it?
CheddarTrauma Posted May 22, 2018 Posted May 22, 2018 37 minutes ago, supremekingdarkstar said: For some reason whenever my character lactates it keeps saying "couldn't find a bottle in time" and I was able to get milk before but recently it has stopped working and I don't know what might be the issue or how to fix this, has anyone else had this happen or know what might fix it? That happened to me when I upgraded to the latest version on a save that was using the previous version, it didn't occur on a new save though.  SexLab Inflation Framework also isn't updated for 3.2, so using the SLIF EggFactory patch will mess things up.
LinksSword Posted May 22, 2018 Posted May 22, 2018 Hey i thought of using this to equip cursed eggs https://www.loverslab.com/files/file/2945-surpriseequip/  Which is a framework that allows to attach items from other mods to it, where it behaves somewhat like dcl.  From the description To register an item to be equipped, invoke the event "JBT_SurpriseEquipRegisterItem". It takes two parameters: a Form pointing to the item you want to register, and a float representing the relative chance for your item to be chosen (aka its weight). Here's an example of what that would look like:   Function RegisterSurpriseItem(Form akItem, float defaultWeight) int handle = ModEvent.Create("JBT_SurpriseEquipRegisterItem") if (handle) ModEvent.PushForm(handle, akItem) ModEvent.PushFloat(handle, defaultWeight) ModEvent.Send(handle) endif EndFunction Â
warfare56 Posted May 31, 2018 Posted May 31, 2018 Hi MoreprinniesDood I'm currently trying to get the birthing animation from "beeingfemale" mod to work with your egg factory and had a little success of getting the animation to work. I put all 3 hkx files "Birth_S1.hkx, Birth_S2.hkx and Birth_S3.hkx" into data/meshes/actors/character/animations folder. Then I rename them to "Birth_S1.hkx to bleedout_enter.hkx", "Birth_S2.hkx to bleedout_idle.hkx and "Birth_S3.hkx to bleedout_exit.hkx". by doing this simple little trick, i was able to get the animation to work. But I just have one minor issue, is there a way i can stop the animation from looping? It look like she is on autoloop trying to get back up while laying eggs. I just want her to hold her belly trying to push till she finishes.  I'm asking you this because of the preview picture you have. did you make it work? if so, what can I do?  Â
LinksSword Posted June 10, 2018 Posted June 10, 2018 On 5/22/2018 at 5:22 PM, hylysi said: That happened to me when I upgraded to the latest version on a save that was using the previous version, it didn't occur on a new save though. Â SexLab Inflation Framework also isn't updated for 3.2, so using the SLIF EggFactory patch will mess things up. that might be why i cant lay eggs. yes it was.
MadameRed Posted June 11, 2018 Posted June 11, 2018 Is the Labor Lock enchantment still a thing? Where do I get it from?Â
warfare56 Posted June 12, 2018 Posted June 12, 2018 5 hours ago, MadameRed said: Is the Labor Lock enchantment still a thing? Where do I get it from? you most likely get them in chests or from loots off of bandits or something. I got it a faster way. Install this https://www.nexusmods.com/skyrim/mods/64905/
jedimoogle Posted June 24, 2018 Posted June 24, 2018 no idea how this happens but I and at least one NPC managed to get labor past 100% and it appears once you get past 100 you don't lay eggs anymore and i was wondering if there was a way to force labor to reset that.
MorePrinniesDood Posted June 24, 2018 Author Posted June 24, 2018 2 hours ago, jedimoogle said: no idea how this happens but I and at least one NPC managed to get labor past 100% and it appears once you get past 100 you don't lay eggs anymore and i was wondering if there was a way to force labor to reset that. Like stuck with the low-budget labor animation but no more eggs are coming out, or?
warfare56 Posted June 24, 2018 Posted June 24, 2018 1 hour ago, MorePrinniesDood said: Like stuck with the low-budget labor animation but no more eggs are coming out, or? this happened to me a few weeks ago as well. I had to use a last save point to rid of the bug
MorePrinniesDood Posted June 24, 2018 Author Posted June 24, 2018 Hmm, the current implementation of labor, as an ability/ActiveMagicEffect script is proving very unreliable. I may have to refactor it as something else.
jedimoogle Posted June 25, 2018 Posted June 25, 2018 I could get a screencap if you're wanting it but Silda or whatever her name is at 1200+% pregnancy progress and not laying eggs. not even dripping. Not sure what version of egg factory I'm running tho.
MorePrinniesDood Posted June 25, 2018 Author Posted June 25, 2018 38 minutes ago, jedimoogle said: I could get a screencap if you're wanting it but Silda or whatever her name is at 1200+% pregnancy progress and not laying eggs. not even dripping. Not sure what version of egg factory I'm running tho. Latest version has code to try to detect and fix that, please check.
jedimoogle Posted June 26, 2018 Posted June 26, 2018 yeah I'll see if I can install the latest version. I just uninstall the previous version and install the newest?
MorePrinniesDood Posted June 26, 2018 Author Posted June 26, 2018 1 hour ago, jedimoogle said: yeah I'll see if I can install the latest version. I just uninstall the previous version and install the newest? Should be able to just upgrade. (Install new version over old.)
woagames Posted June 26, 2018 Posted June 26, 2018 It would be nice if there were a bigger variety of eggs like the incubated eggs mod https://www.nexusmods.com/skyrim/mods/55592/?tab=description .
Zephirenth Posted June 27, 2018 Posted June 27, 2018 Running into a problem where the follower goes into labor, but clothes don't come off and they stand straight, only twitching to a crouch for a split second before the egg comes out before immediately returning to the normal standing idle animation. But when it's all over and what seems to be the afterbirth occurs, they go into a crouch properly until finally finished.
warfare56 Posted June 27, 2018 Posted June 27, 2018 19 hours ago, woagames said: It would be nice if there were a bigger variety of eggs like the incubated eggs mod https://www.nexusmods.com/skyrim/mods/55592/?tab=description . that sound like a dangerous combo. Laying eggs only to see all of those eggs hatching into a army of monsters/dragons/spiders/ete.
jedimoogle Posted July 5, 2018 Posted July 5, 2018 idk if there's an issue on my end or if there's something up with newest version but I've seen no increase in my kajit's bust since I installed version 3.2, I've enabled breast growth and all that but I've seen no growth. laid plenty of eggs but I've gotten no milk.
Dragoncoc696969 Posted July 6, 2018 Posted July 6, 2018 Facing a problem, (i use egg factory,Esturs Chaurus, SOG & Fair Skin Complexion as skin) my character is having a fixed belly node (mildly inflated) . Even if i change the value of belly scaling in each of these modes, nothing changes. Any solution?
MorePrinniesDood Posted July 6, 2018 Author Posted July 6, 2018 8 minutes ago, Dragoncoc696969 said: Facing a problem, (i use egg factory,Esturs Chaurus, SOG & Fair Skin Complexion as skin) my character is having a fixed belly node (mildly inflated) . Even if i change the value of belly scaling in each of these modes, nothing changes. Any solution? No skeleton mod? You need a skeleton that supports belly scaling like XPMSE.
Dragoncoc696969 Posted July 6, 2018 Posted July 6, 2018 3 hours ago, MorePrinniesDood said: No skeleton mod? You need a skeleton that supports belly scaling like XPMSE. yes i do have Maximum Skeleton Extended & i scaled the female body in bodyslide
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now