Ed86 Posted October 20, 2017 Author Posted October 20, 2017 Alright another stupid question. They're supposed to start regular size then get bigger right? Because mine don't.YesFor some reason, ring gags from Devious Devices aren't being recognized when using milk pumps. Any idea as to how to fix this?What exactly is not recognized?
zelurker Posted October 20, 2017 Posted October 20, 2017 Apparently the npc part is not finished, you can't tell a npc who has been turned to a milk maid to use a pump. And the dialog for breast feeding is here only when giving lactacid, so it's impossible to milk a npc most of the time unless using some mod to be able to tell them to do something (like "I'll take the display model"). So I guess trying this with a npc is not really a good idea then... And apparently it's necessary to feed them lactacid to level up, but the change of level is not immediate...
Ed86 Posted October 20, 2017 Author Posted October 20, 2017 Apparently the npc part is not finished, you can't tell a npc who has been turned to a milk maid to use a pump. And the dialog for breast feeding is here only when giving lactacid, so it's impossible to milk a npc most of the time unless using some mod to be able to tell them to do something (like "I'll take the display model"). So I guess trying this with a npc is not really a good idea then... And apparently it's necessary to feed them lactacid to level up, but the change of level is not immediate... Apparently it is finished, you just didnt bother to figure out using default skyrim dialogues to tell npcs do things Apparently apperantly you cant just breastfeed anyone you want, they need to be milkaids and have enough milk Apparently, Apparently.
Code Serpent Posted October 20, 2017 Posted October 20, 2017 For some reason, ring gags from Devious Devices aren't being recognized when using milk pumps. Any idea as to how to fix this?What exactly is not recognized? When using a milk pump, most gags are supposed to block feeding, but ring gags or other open-mouth gags are supposed to be excluded. The issue is that ring gags from Devious Devices are just being treated like normal gags and prevent feeding. It doesn't seem to be an issue with keywords, as I used the console to make sure the gag wasn't bugged in any way; the gag definitely had the zad_DeviousGag and zad_PermitOral keywords.
zelurker Posted October 20, 2017 Posted October 20, 2017 Apparently it is finished, you just didnt bother to figure out using default skyrim dialogues to tell npcs do thingsApparently apperantly you cant just breastfeed anyone you want, they need to be milkaids and have enough milk Apparently, Apparently. Apparently you love the apparently word, but you didn't try it yourself : the dialog are available through "hey there", there is no topic for using the pump for a npc (never, or I missed something, but I searched), and the only time there is something to milk them is when they were just given some lactacid. Otherwise even if they are a milkmaid with lot of milk (which can be checked by the notification key), there is absolutely no topic to milk them. Try it and you'll see ! To be more precise, you can add some topics when using the "jugs" mod, but this mod makes it so that you can ask anything to anyone related to breasts, it's more like match maker or something to test. But if I remember correctly even with this one, no option to use any pump, you can milk anyone or ask if she wants us to find someone to milk her, that's all.
Ed86 Posted October 20, 2017 Author Posted October 20, 2017 For some reason, ring gags from Devious Devices aren't being recognized when using milk pumps. Any idea as to how to fix this?What exactly is not recognized? When using a milk pump, most gags are supposed to block feeding, but ring gags or other open-mouth gags are supposed to be excluded. The issue is that ring gags from Devious Devices are just being treated like normal gags and prevent feeding. It doesn't seem to be an issue with keywords, as I used the console to make sure the gag wasn't bugged in any way; the gag definitely had the zad_DeviousGag and zad_PermitOral keywords. yea...supposed... cept they dont have zad_PermitOral keyword which they should so...... mme has support, dda doesnt have if (DDGag == true && DDGagOpen == false) IsFeedingBlocked = true Debug.Messagebox("Gag prevents feeding") endif bool Function IsWearingGag (Actor akActor) zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs Return akActor.WornHasKeyword(Libs.zad_DeviousGag) EndFunction bool Function IsWearingGag_Open (Actor akActor) ;oral permitted Bool IsMilkingBlocked = false zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs if akActor.WornHasKeyword(Libs.zad_DeviousGag) && akActor.WornHasKeyword(Libs.zad_PermitOral) IsMilkingBlocked = true endif Return IsMilkingBlocked EndFunction
Code Serpent Posted October 20, 2017 Posted October 20, 2017 For some reason, ring gags from Devious Devices aren't being recognized when using milk pumps. Any idea as to how to fix this?What exactly is not recognized? When using a milk pump, most gags are supposed to block feeding, but ring gags or other open-mouth gags are supposed to be excluded. The issue is that ring gags from Devious Devices are just being treated like normal gags and prevent feeding. It doesn't seem to be an issue with keywords, as I used the console to make sure the gag wasn't bugged in any way; the gag definitely had the zad_DeviousGag and zad_PermitOral keywords. yea...supposed... cept they dont have zad_PermitOral keyword which they should so...... mme has support, dda doesnt have if (DDGag == true && DDGagOpen == false) IsFeedingBlocked = true Debug.Messagebox("Gag prevents feeding") endif bool Function IsWearingGag (Actor akActor) zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs Return akActor.WornHasKeyword(Libs.zad_DeviousGag) EndFunction bool Function IsWearingGag_Open (Actor akActor) ;oral permitted Bool IsMilkingBlocked = false zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs if akActor.WornHasKeyword(Libs.zad_DeviousGag) && akActor.WornHasKeyword(Libs.zad_PermitOral) IsMilkingBlocked = true endif Return IsMilkingBlocked EndFunction Didn't you read my comment? I said it definitely has the proper keywords, I did console command testing in-game and it has the proper keywords. So that isn't the issue.
Ed86 Posted October 20, 2017 Author Posted October 20, 2017 Apparently it is finished, you just didnt bother to figure out using default skyrim dialogues to tell npcs do thingsApparently apperantly you cant just breastfeed anyone you want, they need to be milkaids and have enough milk Apparently, Apparently. Apparently you love the apparently word, but you didn't try it yourself : the dialog are available through "hey there", there is no topic for using the pump for a npc (never, or I missed something, but I searched), and the only time there is something to milk them is when they were just given some lactacid. Otherwise even if they are a milkmaid with lot of milk (which can be checked by the notification key), there is absolutely no topic to milk them. Try it and you'll see ! To be more precise, you can add some topics when using the "jugs" mod, but this mod makes it so that you can ask anything to anyone related to breasts, it's more like match maker or something to test. But if I remember correctly even with this one, no option to use any pump, you can milk anyone or ask if she wants us to find someone to milk her, that's all. Apparently, ofc there isnt such dialogue, you can only order followers to use milkpump tried and saw, everything works ok for me install breastfeeding animations or update to SL1.62
anominous Posted October 20, 2017 Posted October 20, 2017 well at least it's not "actually" something... o_O then it would be worth arguing about XD
Ed86 Posted October 20, 2017 Author Posted October 20, 2017 For some reason, ring gags from Devious Devices aren't being recognized when using milk pumps. Any idea as to how to fix this?What exactly is not recognized? When using a milk pump, most gags are supposed to block feeding, but ring gags or other open-mouth gags are supposed to be excluded. The issue is that ring gags from Devious Devices are just being treated like normal gags and prevent feeding. It doesn't seem to be an issue with keywords, as I used the console to make sure the gag wasn't bugged in any way; the gag definitely had the zad_DeviousGag and zad_PermitOral keywords. yea...supposed... cept they dont have zad_PermitOral keyword which they should so...... mme has support, dda doesnt have if (DDGag == true && DDGagOpen == false) IsFeedingBlocked = true Debug.Messagebox("Gag prevents feeding") endif bool Function IsWearingGag (Actor akActor) zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs Return akActor.WornHasKeyword(Libs.zad_DeviousGag) EndFunction bool Function IsWearingGag_Open (Actor akActor) ;oral permitted Bool IsMilkingBlocked = false zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs if akActor.WornHasKeyword(Libs.zad_DeviousGag) && akActor.WornHasKeyword(Libs.zad_PermitOral) IsMilkingBlocked = true endif Return IsMilkingBlocked EndFunction Didn't you read my comment? I said it definitely has the proper keywords, I did console command testing in-game and it has the proper keywords. So that isn't the issue. i did read thus i replied, its missing zbf.zbfWornPermitOral Devious Devices - Assets.esm does not contain zad_PermitOral keyword at all Devious Devices - Integration.esm adds zad_PermitOral keyword, also adds zbf.zbfWornGag to gags but does not add zbf.zbfWornPermitOral bug is not on MME side, have a nice day/night! well at least it's not "actually" something... o_O then it would be worth arguing about XD what?
Code Serpent Posted October 20, 2017 Posted October 20, 2017 the gag definitely had the zad_DeviousGag and zad_PermitOral keywords. yea...supposed... cept they dont have zad_PermitOral keyword which they should so...... i did read thus i replied, its missing zbf.zbfWornPermitOral Ok...you didn't differentiate between DD and Zaz keywords previously, there's yer problem. Right, I can probably fix this with a TES5edit patch.
zelurker Posted October 20, 2017 Posted October 20, 2017 Apparently, ofc there isnt such dialogue, you can only order followers to use milkpump tried and saw, everything works ok for me install breastfeeding animations or update to SL1.62 What I said : normal npcs, not followers ! You can turn a normal npc to a milk maid by giving them lactacid but then you can't do anything with them unless you have a mod to be able to give them orders. So it's not a good idea to test with a normal npc, too bad, that's all !
LinksSword Posted October 21, 2017 Posted October 21, 2017 So what's the milkmaid limit nowadays? i haven't updated in awhile.
Ed86 Posted October 21, 2017 Author Posted October 21, 2017 So what's the milkmaid limit nowadays? i haven't updated in awhile.Same 20 Apparently, ofc there isnt such dialogue, you can only order followers to use milkpump tried and saw, everything works ok for me install breastfeeding animations or update to SL1.62 What I said : normal npcs, not followers ! You can turn a normal npc to a milk maid by giving them lactacid but then you can't do anything with them unless you have a mod to be able to give them orders. So it's not a good idea to test with a normal npc, too bad, that's all ! Well .... yea
cycl0ps Posted October 21, 2017 Posted October 21, 2017 Anyone know why now milking occurs instantly instead of gradually? What I mean is that this mod used to have milk decrease a point at a time when milking. Now, bam, all milk gone when milking - doesn't matter if using a pump or milkself spell. Anyone know?
Ed86 Posted October 22, 2017 Author Posted October 22, 2017 Anyone know why now milking occurs instantly instead of gradually? What I mean is that this mod used to have milk decrease a point at a time when milking. Now, bam, all milk gone when milking - doesn't matter if using a pump or milkself spell. Anyone know? you probably have installed mod that probably broke your papyrus engine if reset milkmod variables doent fix issue, then only way to fix is to find that mod and remove it
Ed86 Posted October 22, 2017 Author Posted October 22, 2017 *.* i dream to become a milk maid https://soundgasm.net/u/kinkyshibby/F4A-Udderly-Entranced-HypnosisHFOTransformationintoAnthroLesbianCowgirlOrgyDrink-the-MilkSoft-FdomBlankDocile58-minutesRoleplay
Angelspit1 Posted October 22, 2017 Posted October 22, 2017 Love everything about the mod. But I feel like something is going drastically wrong with my install. My characters breasts are a clipping disaster when engorged by this mod and don't separate from each other- here is a snap of them at a large size that really emphasizes the problem. I don't have any crashing issues like the previous poster with this issue. I have tried reinstalling CBBE, CHHDTP, XP32 Max Skeleton Extended and even wiping the settings of & reinstalling MME itself but haven't got them working right..If I disable MME completely and just use racemenu to set breasts to large sizes there is no clipping of this kind whatsoever, so it leads me to think there is something up with MME, or perhaps something I am missing.
chajapa Posted October 22, 2017 Posted October 22, 2017 Love everything about the mod. But I feel like something is going drastically wrong with my install. My characters breasts are a clipping disaster when engorged by this mod and don't separate from each other- here is a snap of them at a large size that really emphasizes the problem. I don't have any crashing issues like the previous poster with this issue. I have tried reinstalling CBBE, CHHDTP, XP32 Max Skeleton Extended and even wiping the settings of & reinstalling MME itself but haven't got them working right.. If I disable MME completely and just use racemenu to set breasts to large sizes there is no clipping of this kind whatsoever, so it leads me to think there is something up with MME, or perhaps something I am missing. Extremely large sizes will often clip. I use UUNP and start with a UUNP Zeroed Sliders preset (included with BodySlide). This is very close to the standard CBBE shape. THen I use SLIF with NiO at 0% and have Bodymorphs handle all changes. You can get really detailed size/shape changes. So instead of just scaling a node, you can make breasts rounder, fuller, heavier (gravity) or whatever you want as they grow.
Angelspit1 Posted October 22, 2017 Posted October 22, 2017 Love everything about the mod. But I feel like something is going drastically wrong with my install. My characters breasts are a clipping disaster when engorged by this mod and don't separate from each other- here is a snap of them at a large size that really emphasizes the problem. I don't have any crashing issues like the previous poster with this issue. I have tried reinstalling CBBE, CHHDTP, XP32 Max Skeleton Extended and even wiping the settings of & reinstalling MME itself but haven't got them working right.. If I disable MME completely and just use racemenu to set breasts to large sizes there is no clipping of this kind whatsoever, so it leads me to think there is something up with MME, or perhaps something I am missing. Extremely large sizes will often clip. I use UUNP and start with a UUNP Zeroed Sliders preset (included with BodySlide). This is very close to the standard CBBE shape. THen I use SLIF with NiO at 0% and have Bodymorphs handle all changes. You can get really detailed size/shape changes. So instead of just scaling a node, you can make breasts rounder, fuller, heavier (gravity) or whatever you want as they grow. Thanks for your thoughts! I did a little digging around SLIF (new to modding) I believe that setting it up so that MME affects the various bodysliders instead of just scaling a single node looks like it would give the results I was hoping for. I assume so, at least, because when I change those values myself without MME being active there is no clipping of any sort. Is there anything specific you remember that was key to making SLIF do this properly?
sanaret Posted October 23, 2017 Posted October 23, 2017 Getting a bug with your mod where after using a milk pump machine then getting out, the stamina drain never stops no matter how much time as passed.it was already discussed, its not my mod, and I don't remember which mod does that.Good luck searching thread/loadorder Found the post you were talking about. Things in the Dark is the problem mod. Thanks for the info. Thank you for reposting the solution, I was running into this
chajapa Posted October 24, 2017 Posted October 24, 2017 Love everything about the mod. But I feel like something is going drastically wrong with my install. My characters breasts are a clipping disaster when engorged by this mod and don't separate from each other- here is a snap of them at a large size that really emphasizes the problem. I don't have any crashing issues like the previous poster with this issue. I have tried reinstalling CBBE, CHHDTP, XP32 Max Skeleton Extended and even wiping the settings of & reinstalling MME itself but haven't got them working right.. If I disable MME completely and just use racemenu to set breasts to large sizes there is no clipping of this kind whatsoever, so it leads me to think there is something up with MME, or perhaps something I am missing. Extremely large sizes will often clip. I use UUNP and start with a UUNP Zeroed Sliders preset (included with BodySlide). This is very close to the standard CBBE shape. THen I use SLIF with NiO at 0% and have Bodymorphs handle all changes. You can get really detailed size/shape changes. So instead of just scaling a node, you can make breasts rounder, fuller, heavier (gravity) or whatever you want as they grow. Thanks for your thoughts! I did a little digging around SLIF (new to modding) I believe that setting it up so that MME affects the various bodysliders instead of just scaling a single node looks like it would give the results I was hoping for. I assume so, at least, because when I change those values myself without MME being active there is no clipping of any sort. Is there anything specific you remember that was key to making SLIF do this properly? I had to play around with the bodymorph sliders to figure out what would give me the look I was after. I didn't just want longer boobs. I wanted them to get rounder and filled out. I also added some I think. Can't remember which ones were already in the Breasts section, but I believe I added a couple to get what I was after. Also some of the values may look wildly exaggerated as far as numbers. And that's ok as long as they achieve what you want. Like it's ok to have a bodymorph slider up at 500% if it works. I use incremental for everything, boob steps increased to 20 for more gradual inflate deflate appearance. MME works great all the time. I just wanted a little different look to the scaling.
Alex2146 Posted October 24, 2017 Posted October 24, 2017 is there any way to milk someone without having to use a milking machine, also when i use the MME milk yourself spell it sometimes plays an animation that never ends,
Ed86 Posted October 25, 2017 Author Posted October 25, 2017 is there any way to milk someone without having to use a milking machine, also when i use the MME milk yourself spell it sometimes plays an animation that never ends, you can give maids milkcuirass and milk them on the move
darkon74slayer Posted October 25, 2017 Posted October 25, 2017 I was playing using Alternate start, and went to the farm south of Riften, and found hay bails covering the milking machines, is this intentional or do i might have a mod conflict?
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