ursanoire Posted November 22, 2014 Posted November 22, 2014 so would altering the .PSC and then saving it as a pex file, THEN adding my new .pex file to the folder carry the changes over?
Ed86 Posted November 22, 2014 Author Posted November 22, 2014 so would altering the .PSC and then saving it as a pex file, THEN adding my new .pex file to the folder carry the changes over? renaming file will probably CTD your game im doing compiling through notepad++ i think you can do it through CK
chajapa Posted November 22, 2014 Posted November 22, 2014 notepad++ will compile a psc to a pex? That's kinda cool. I did not know that. I use NP++ for editing text files and validating them as proper JSON.
jo-blo Posted November 23, 2014 Posted November 23, 2014 Is there any way to slow down milk production? I dont want to turn the mod off, but I'm having to milk myself all the time! Fast travel once, and you have to milk yourself yet again. Also, is there any way to craft the milking curiass? Edit: apologies if this topic is already covered in this thread, but I didnt see it.
WickedWei Posted November 23, 2014 Posted November 23, 2014 I have a question. May any expert help me, please? Why didn't I see any milk shoot from my boobs when I use my hand to milk myself?( but it does when I use a milking machine ) PS. Apologize for my terrible English.
Ed86 Posted November 23, 2014 Author Posted November 23, 2014 Is there any way to slow down milk production? I dont want to turn the mod off, but I'm having to milk myself all the time! Fast travel once, and you have to milk yourself yet again. Also, is there any way to craft the milking curiass? Edit: apologies if this topic is already covered in this thread, but I didnt see it. yes, in debug menu no I have a question. May any expert help me, please? Why didn't I see any milk shoot from my boobs when I use my hand to milk myself?( but it does when I use a milking machine ) PS. Apologize for my terrible English. bcuz it works only in machine
WickedWei Posted November 23, 2014 Posted November 23, 2014 I saw this .gif picture in an Asian forum, eyny He said that he used Milk mod economy Is there any option that can make character shoot milk when having sex?
Guest Posted November 23, 2014 Posted November 23, 2014 He just uses sexlab framework to have sex while being an unmilked milk maid, thus the milk licking from nipples.You don't need anything special for that, just let your character unmilked for some time untill milk comes out and then have sex. (it goes without saying that you need to enable the milk production in the mcm menu)
Ed86 Posted November 23, 2014 Author Posted November 23, 2014 I saw this .gif picture in an Asian forum, eyny He said that he used Milk mod economy Is there any option that can make character shoot milk when having sex? its probably done through maid debug menu, he added leaking effect(lasts 60 i think) b4 having sex
Mern Posted November 24, 2014 Posted November 24, 2014 Could somebody please help me, i have a texture problem with the milk pump and it apears purple with no texture
Guest Posted November 24, 2014 Posted November 24, 2014 install the zaz texture files http://www.loverslab.com/files/download/156-zaz-animation-pack-2014-11-02/
Mern Posted November 24, 2014 Posted November 24, 2014 install the zaz texture files http://www.loverslab.com/files/download/156-zaz-animation-pack-2014-11-02/ Thank you so much mate
Ed86 Posted November 25, 2014 Author Posted November 25, 2014 *goes to sleep* and you, hunt for bugs =)
Lauralin Posted November 25, 2014 Posted November 25, 2014 In the MilkCycle function there is the following near the begining (just after the variables get initialized from StorageUtil): if t > ((MaidLevel+2)*2) && BreastScaleLimit == true t = ((MaidLevel+2)*2) as int endif It looks like it is left over from each tick increased MilkCnt by a whole integer and doesn't seem to apply now that it uses floats. In the MilkLactacidScr OnEffectStart function: if i != -1 if MilkQ.MILKmaid[i].HasSpell(MilkQ.MilkExhaustion) MilkQ.MILKmaid[i].RemoveSpell(MilkQ.MilkExhaustion) StorageUtil.AdjustFloatValue(MilkQ.MILKmaid[i],"MME.MilkMaid.LactacidCount", 3) Notification( MilkQ.MilkMaid[i].GetBaseObject().getname() + " feels revitalised, exhaustion is gone!" ) endif else ... Unless I'm missing something, as it is, lactacid only increases from drinking milk if the character is exhausted. I think line 17 needs to go outside the if block for the exhaustion check. LactacidCnt get decreased t * 2 times in MilkCycle instead of t times. It's decreased in the same place it previously was and also in the while loop where MaidMilkGen is modified.
xiaomiza Posted November 26, 2014 Posted November 26, 2014 Hi,Ed86: Thanks for your hard work. I really love this MOD. And I have translated it to Chinese language. The attach is the Chinese Version. I have translated all the esp, pex and fomod. And also add a CBBE HDT Body(CBBE 3.3). Can I share it on Http://www.skycitizen.net which is a free MOD share and exchange for Skyrim in china. Milk Mod Economy 2014-11-25_CN.7z
WickedWei Posted November 26, 2014 Posted November 26, 2014 Got some problems. 1. I remember that my girl would stop milking herself when her milk capacity was low, but she just kept milking herself today even though I turned off "pain hurts" option. I had no idea when she would stop. Is this a bug? 2. I have turned off the option "breast scale(Visual)", but my boobs will sometimes cave or deform when I run or jump ( I use XPMSE-2.06 skeleton ). And I can't remove it because there are scripts in Milk Mod. If I remove it, Skyrim will CTD. Apologize for my terrible English.
WickedWei Posted November 26, 2014 Posted November 26, 2014 Got some problems. 1. I remember that my girl would stop milking herself when her milk capacity was low, but she just kept milking herself today even though I turned off "pain hurts" option. I had no idea when she would stop. Is this a bug? 2. I have turned off the option "breast scale(Visual)", but my boobs will sometimes cave or deform when I run or jump ( I use XPMSE-2.06 skeleton ). And I can't remove it because there are scripts in Milk Mod. If I remove it, Skyrim will CTD. Apologize for my terrible English. Ah.. I see.. perhaps second problem is because I chose "milk leaking" in extra option( I didn't notice that milk leaking doesn't support HDT ) when installing ? But I still want to solve first problem
Ed86 Posted November 26, 2014 Author Posted November 26, 2014 In the MilkCycle function there is the following near the begining (just after the variables get initialized from StorageUtil): if t > ((MaidLevel+2)*2) && BreastScaleLimit == true t = ((MaidLevel+2)*2) as int endif It looks like it is left over from each tick increased MilkCnt by a whole integer and doesn't seem to apply now that it uses floats. In the MilkLactacidScr OnEffectStart function: if i != -1 if MilkQ.MILKmaid[i].HasSpell(MilkQ.MilkExhaustion) MilkQ.MILKmaid[i].RemoveSpell(MilkQ.MilkExhaustion) StorageUtil.AdjustFloatValue(MilkQ.MILKmaid[i],"MME.MilkMaid.LactacidCount", 3) Notification( MilkQ.MilkMaid[i].GetBaseObject().getname() + " feels revitalised, exhaustion is gone!" ) endif else ... Unless I'm missing something, as it is, lactacid only increases from drinking milk if the character is exhausted. I think line 17 needs to go outside the if block for the exhaustion check. LactacidCnt get decreased t * 2 times in MilkCycle instead of t times. It's decreased in the same place it previously was and also in the while loop where MaidMilkGen is modified. "T" is used for breast limit, if you wait for like 24 hours, you will get maximum milk for your level, 4 for lvl0 instead of 24, and loops inside function will only be run 4 times instead 24 fixed everything else Hi,Ed86: Thanks for your hard work. I really love this MOD. And I have translated it to Chinese language. The attach is the Chinese Version. I have translated all the esp, pex and fomod. And also add a CBBE HDT Body(CBBE 3.3). Can I share it on Http://www.skycitizen.net which is a free MOD share and exchange for Skyrim in china. sure, update scripts to newr version Got some problems. 1. I remember that my girl would stop milking herself when her milk capacity was low, but she just kept milking herself today even though I turned off "pain hurts" option. I had no idea when she would stop. Is this a bug? 2. I have turned off the option "breast scale(Visual)", but my boobs will sometimes cave or deform when I run or jump ( I use XPMSE-2.06 skeleton ). And I can't remove it because there are scripts in Milk Mod. If I remove it, Skyrim will CTD. Apologize for my terrible English. 1. fixed 2. i think its hdt problem 3. you need to reset/uninstall mod from mcm, otherwise who knows what will happen
xiaomiza Posted November 26, 2014 Posted November 26, 2014 Hi,Ed86: Thanks for your hard work. I really love this MOD. And I have translated it to Chinese language. The attach is the Chinese Version. I have translated all the esp, pex and fomod. And also add a CBBE HDT Body(CBBE 3.3). Can I share it on Http://www.skycitizen.net which is a free MOD share and exchange for Skyrim in china. sure, update scripts to newr version You are so kind,thanks a lot
Lauralin Posted November 26, 2014 Posted November 26, 2014 I think I see another problem in MilkCycle. If t = 4, but the character has only 3 lactacid and FixedMilkGen == True, it will essentially do 4 cycles without adding BoobTick instead of 3 with it and one without.
Hessi Posted November 27, 2014 Posted November 27, 2014 I just played around with the latest version (26.11.2014 at the moment) and I would suggest you add the amount of Lactacid to the notification key info since it is probably not only me who keeps checking the mod menu over and over to see if someone needs to be fed. Nice mod overall. Keep up the good work
WickedWei Posted November 27, 2014 Posted November 27, 2014 Got some problems. 1. I remember that my girl would stop milking herself when her milk capacity was low, but she just kept milking herself today even though I turned off "pain hurts" option. I had no idea when she would stop. Is this a bug? 2. I have turned off the option "breast scale(Visual)", but my boobs will sometimes cave or deform when I run or jump ( I use XPMSE-2.06 skeleton ). And I can't remove it because there are scripts in Milk Mod. If I remove it, Skyrim will CTD. Apologize for my terrible English. 1. fixed 2. i think its hdt problem 3. you need to reset/uninstall mod from mcm, otherwise who knows what will happen Thanks a lot. I'll try. By the way, will you keep upgrading or fixing this mod? Although I got some problems from milk mod, I really love it cause she's so beautiful when shooting milk
moonwolf3 Posted November 27, 2014 Posted November 27, 2014 Quick question: i downloaded the hermaeus mora armor ( im betting its the priestess armor.. but i downloaded the bodyslide version from here http://www.loverslab.com/topic/39423-a-noob-does-bodyslide-2-hdt-conversions/page-6 ( the eight or 9th post down) the body slide function worked but when i equippped the cuirass i did not see the mod register it... and it did not feed off of my milk as far as i know beacuse i looked at active effects and it didnt say feeding or host or whatever it was...
Ed86 Posted November 27, 2014 Author Posted November 27, 2014 Got some problems. 1. I remember that my girl would stop milking herself when her milk capacity was low, but she just kept milking herself today even though I turned off "pain hurts" option. I had no idea when she would stop. Is this a bug? 2. I have turned off the option "breast scale(Visual)", but my boobs will sometimes cave or deform when I run or jump ( I use XPMSE-2.06 skeleton ). And I can't remove it because there are scripts in Milk Mod. If I remove it, Skyrim will CTD. Apologize for my terrible English. 1. fixed 2. i think its hdt problem 3. you need to reset/uninstall mod from mcm, otherwise who knows what will happen Thanks a lot. I'll try. By the way, will you keep upgrading or fixing this mod? Although I got some problems from milk mod, I really love it cause she's so beautiful when shooting milk who knows... Quick question: i downloaded the hermaeus mora armor ( im betting its the priestess armor.. but i downloaded the bodyslide version from here http://www.loverslab.com/topic/39423-a-noob-does-bodyslide-2-hdt-conversions/page-6 ( the eight or 9th post down) the body slide function worked but when i equippped the cuirass i did not see the mod register it... and it did not feed off of my milk as far as i know beacuse i looked at active effects and it didnt say feeding or host or whatever it was... because its not supported, its not hermaeus mora armor, you need to use to tes5edit and change its name to supported one
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