NoirXiaoba Posted October 19, 2020 Posted October 19, 2020 26 minutes ago, Corsec said: I read it only had a chance of adding lactacid to potions. Maybe it's because of RND, but occasionally my character gobbles up some spiced stew and goes all milkmaid on me.
Corsec Posted October 21, 2020 Posted October 21, 2020 On 8/24/2020 at 12:50 AM, Durante said: Could you add support for the newest version of fertility mode please? In what ways is MME incompatible with the latest version of Fertility Mode? I use Fertility Mode, so I'm wondering if it would be better to use Being Female for compatibility reasons.
Durante Posted October 21, 2020 Posted October 21, 2020 4 hours ago, Corsec said: In what ways is MME incompatible with the latest version of Fertility Mode? I use Fertility Mode, so I'm wondering if it would be better to use Being Female for compatibility reasons. Baby feeding doesn't work anymore when player or npc is a milk maid. Player can still turn into a milk maid through Fertility Mode, so in that sense they're still compatible.
Ed86 Posted October 22, 2020 Author Posted October 22, 2020 10 hours ago, Durante said: Baby feeding doesn't work anymore when player or npc is a milk maid. why do you think it ever worked?
Durante Posted October 22, 2020 Posted October 22, 2020 38 minutes ago, Ed86 said: why do you think it ever worked? Because it did work. Seen it myself when you updated support for fertility mode 2.0
Ed86 Posted October 22, 2020 Author Posted October 22, 2020 2 hours ago, Durante said: Because it did work. Seen it myself when you updated support for fertility mode 2.0 well i have no intention to DL 250 mb mod for "one line code" this is code for fertility mode if Plugin_FertilityMode && IsBabyArmor == false IsBabyArmor = akActor.IsEquipped(Game.GetFormFromFile(0x05E7E, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x0BFB8, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x0BFB9, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x0BFBA, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x0BFBB, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x105D4, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x105D5, "FertilityMode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x105D6, "FertilityMode.esp")) endif if Plugin_FertilityMode2 && IsBabyArmor == false IsBabyArmor = akActor.IsEquipped(Game.GetFormFromFile(0x08964, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ECE, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ECF, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ED0, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ED1, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ED2, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ED3, "Fertility Mode.esp"))\ || akActor.IsEquipped(Game.GetFormFromFile(0x08ED4, "Fertility Mode.esp")) endif if IsBabyArmor if MilkCnt >= 1 && akActor.IsNearPlayer() Milking(akActor, 0, 4, 0) endif if you want you can edit it to work with FM3 and send me back to include it
epicguy33 Posted October 27, 2020 Posted October 27, 2020 Would it be possible to add an mcm option to be able to either change the values at which armour unnequips or disable it? Id try changing the values in the file but i am terrible at modding skyrim and i also think it might be useful for others.
Fasterflight225 Posted October 27, 2020 Posted October 27, 2020 5 hours ago, epicguy33 said: Would it be possible to add an mcm option to be able to either change the values at which armour unnequips or disable it? Id try changing the values in the file but i am terrible at modding skyrim and i also think it might be useful for others. There is an option to disable armor stripping in the Debug Settings. Go to the Debug tab, enable it, then switch to another tab and then back to get access to them.
tigglywiggly Posted October 28, 2020 Posted October 28, 2020 Having an issue since new game of the game not giving me the option of becoming a milkmaid. It just plays the fucking machine animation and gives me the text prompts.
Corsec Posted October 29, 2020 Posted October 29, 2020 Does the latest MME script folder update enable breast feeding for the wearable baby armor in Fertility Mode 3.x? Is there anything else in Fertility Mode 3.x that is still incompatible, compared to Fertility Mode 2.x? Should I not install the Fertility Mode 2.x patches that come with the main installer? Thanks for the update.
AmuletOfMara Posted October 30, 2020 Posted October 30, 2020 Anyone know how to reduce the weight of your breasts? My MME breast weight is 74 pounds even though I had milked it. Edit: I found out the problem was with the mod "Being a Cow". The mutation uneven breasts is the cause of this. Make sure when using said mod to disable the aforementioned mutation. It also causes problems with the "rows of breast" function of this mod.
macnchz Posted October 31, 2020 Posted October 31, 2020 On 9/3/2020 at 8:34 AM, Fasterflight225 said: None of that should interfere. It's chest armor, specifically any that takes the #32 slot and replaces the body. Perhaps those random NPCs are wearing armor that's been built in bodyslide and your default body hasn't? If not, there's another possible issue. If you have multiple mods that inflate, and don't have Sexlab Inflation Framework, problems can occur. Specifically, Soulgem Oven III, when it 'disables' inflation for a part, actually locks said part to zero and lets no other mods touch it... unless you have the Framework, which ignores it. If the NPCs you test on aren't wearing anything special, you have other mods that manipulate character's breasts, and you don't have the Framework, then it might fix your problem. Be forewarned that the Framework has more then a bit of the eternal Skyrim issue of random values set to stupid that you need to hunt down to make it work. I can link a user's guide to setting it up if you need it. thats really strange because this problem just started for me recently, and I dont use SLIF. I am wondering if other mods that updated recently added something similar to SGO and has my inflation locked down.
WhatRules Posted October 31, 2020 Posted October 31, 2020 Is there a way to disable the milk leaking after orgasm or set it lower? It happens way too frequently for my taste. I have this mod because I want my char's tits to get so full they are about to burst. Not to have half the milk leak out because you have sex. Since I don't use the mod to make money I don't need a deflation mechanic or whatever the point is.
Ed86 Posted October 31, 2020 Author Posted October 31, 2020 6 minutes ago, saltshade said: Is there a way to disable the milk leaking after orgasm or set it lower? It happens way too frequently for my taste. I have this mod because I want my char's tits to get so full they are about to burst. Not to have half the milk leak out because you have sex. i pretty sure there was a breast clamps/chastity bra mod
Dkilla390 Posted October 31, 2020 Posted October 31, 2020 Not sure if I did something wrong on my end or something but after installing the newest update drinking milk bottles of any kind no longer affects RND hunger or thirst. Chances are that another mod I have is the cause for this so for now I guess I will just go back to the previous version; but just on the off chance that isn't case just wanted to report on it.
WhatRules Posted November 1, 2020 Posted November 1, 2020 22 hours ago, Ed86 said: i pretty sure there was a breast clamps/chastity bra mod Why can't you add an option for it in the MCM? Let people choose how they want to play. 1
Beef Cheeks Posted November 1, 2020 Posted November 1, 2020 On 10/29/2020 at 4:42 PM, Corsec said: Does the latest MME script folder update enable breast feeding for the wearable baby armor in Fertility Mode 3.x? Is there anything else in Fertility Mode 3.x that is still incompatible, compared to Fertility Mode 2.x? Should I not install the Fertility Mode 2.x patches that come with the main installer? Thanks for the update. I also wish to know this. The included "plugin" replacements contain a Fertility Mode 2.x patch, but it makes no mention on whether it's needed for 3.x. The Baby Armor should be already working though, as I looked through the MilkQUEST.psc script source and it definitely shows additions for Fertility Mode.esm, which is exclusive to 3.x. They were previously Fertility Mode.esp for 2.x and FertilityMode.esp for 1.x. If it's not needed to have the actual optional patch for FM 3.x, I would probably advise mentioning "Not needed for 3.x" in the FOMOD or somewhere on the main page.
tigglywiggly Posted November 2, 2020 Posted November 2, 2020 Having a problem with the game no longer milking or feeding. I can become a milkmaid but it will only use the fucking machine. Using lactacid from additem menu works. But I cannot milk at all. Dont believe I installed anyway different to last time.
AlphaAndOmega Posted November 8, 2020 Posted November 8, 2020 Hello, I'm afraid I have to seek your help. I've tried installing the Milk-Mod-Economy-Bodyscaling-Bodymorph file and something has broken. The mod functions fine to the point of applying morphs to the body. It does not get automatically registered by SLIF and changing stuff in the debug part of the MCM does not lead to any visual or numeric (SLIF may not have regestered the mod but still shows the numbers change) change. I guess I did something wrong while installing but I didn't manage to find any istallation instructions for this file. Am on LE, MME and the bodyscaling file are not overwritten, it is a clean save.
Ed86 Posted November 9, 2020 Author Posted November 9, 2020 10 hours ago, AlphaAndOmega said: Hello, I'm afraid I have to seek your help. I've tried installing the Milk-Mod-Economy-Bodyscaling-Bodymorph file and something has broken. The mod functions fine to the point of applying morphs to the body. It does not get automatically registered by SLIF and changing stuff in the debug part of the MCM does not lead to any visual or numeric (SLIF may not have regestered the mod but still shows the numbers change) change. I guess I did something wrong while installing but I didn't manage to find any istallation instructions for this file. Am on LE, MME and the bodyscaling file are not overwritten, it is a clean save. Bodymorph doesnt support slif
AlphaAndOmega Posted November 9, 2020 Posted November 9, 2020 1 hour ago, Ed86 said: Bodymorph doesnt support slif Ok, but I’m just trying to make it work. There is no change to the body. The morphs don’t seem to apply. Edit: I'm sorry, I just didn't notice the changes when they were small and neither Disparity nor SLIF were showing anything. They do apply but the changes are rather small for some reason (put a size modifier to +3 and it didn't change nearly as much as it previously did). Now it is time to tinker Disparity into understanding the morphs properly.
Infec7edDragon Posted November 12, 2020 Posted November 12, 2020 im pretty sure this has been asked many times before, but this is my 1st time wanting to dl this mod after awhile and i wanted to ask; is it okay too just ignore FNIS when it gives me the warning about dupilicate use of the zaz milking animation or is there something i have to do to get rid of that?
Fasterflight225 Posted November 12, 2020 Posted November 12, 2020 11 minutes ago, Infec7edDragon said: im pretty sure this has been asked many times before, but this is my 1st time wanting to dl this mod after awhile and i wanted to ask; is it okay too just ignore FNIS when it gives me the warning about dupilicate use of the zaz milking animation or is there something i have to do to get rid of that? Perfectly safe, as both sets of animations are identical. Will remain perfectly safe, and will only (possibly) break with Zaz 9.0 once it comes out. 1
DJShamrock Posted November 15, 2020 Posted November 15, 2020 On 11/1/2020 at 1:29 AM, XenoDrake said: I also wish to know this. The included "plugin" replacements contain a Fertility Mode 2.x patch, but it makes no mention on whether it's needed for 3.x. The Baby Armor should be already working though, as I looked through the MilkQUEST.psc script source and it definitely shows additions for Fertility Mode.esm, which is exclusive to 3.x. They were previously Fertility Mode.esp for 2.x and FertilityMode.esp for 1.x. If it's not needed to have the actual optional patch for FM 3.x, I would probably advise mentioning "Not needed for 3.x" in the FOMOD or somewhere on the main page. Bump @Ed86
Canaduh Posted November 15, 2020 Posted November 15, 2020 On 11/3/2020 at 8:44 AM, tigglywiggly said: Having a problem with the game no longer milking or feeding. I can become a milkmaid but it will only use the fucking machine. Using lactacid from additem menu works. But I cannot milk at all. Dont believe I installed anyway different to last time. Bump. Game shifts into animation mode for about 3 seconds, then cancels and returns character control. Older versions of MME worked fine with the same setup.
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