The Ashen Posted June 18, 2019 Posted June 18, 2019 18 hours ago, Ed86 said: No, you could use sl stories for lockable cuirass  Easy? No? If you know how to use Ck, you could copy stuff DD and make cuirass lockable Yeah, no. I'm not that adept.  Unfortunate, but thanks for the reply.Â
Fasterflight225 Posted June 19, 2019 Posted June 19, 2019 10 hours ago, The Ashen said: Yeah, no. I'm not that adept.  Unfortunate, but thanks for the reply. It's actually surprisingly easy. All you have to do is set ZAZ as a Master file for MME and add a bunch of keywords (and an enchantment) to the Curiass. I can walk you through it if you'd like, it's not that hard,
AleXiC94 Posted June 19, 2019 Posted June 19, 2019 Guys is there a way to disable breast growth? It kinda conflicts with Being Female growth.
haegenius Posted June 19, 2019 Posted June 19, 2019 My English is not good. mod It works well after installation. I can't make milk all of a sudden today. player milkmaid is level 2. Milk is made only when drinking lactacid. When the lactacid effect is over, it is not re-created. Isn't there a solution
Ed86 Posted June 19, 2019 Author Posted June 19, 2019 4 hours ago, haegenius said: My English is not good. mod It works well after installation. I can't make milk all of a sudden today. player milkmaid is level 2. Milk is made only when drinking lactacid. When the lactacid effect is over, it is not re-created. Isn't there a solution drink more lactacid, get pregnant
warfare56 Posted June 20, 2019 Posted June 20, 2019 ok I got a really dumb question. where do I sell the milk? I can sell them in any shop where the depends is or is there a special kind of shop I should sell it to?
boobythejobby Posted June 20, 2019 Posted June 20, 2019 What are the requirements for producing racial/enhanced milk? I can buy it from vendors or find it as loot fine but I don't seem to produce it. 13 hours ago, warfare56 said: ok I got a really dumb question. where do I sell the milk? I can sell them in any shop where the depends is or is there a special kind of shop I should sell it to?  On 9/18/2018 at 12:39 PM, Ed86 said: Dialogue trade: *milk sold through dialogues is done through economy script, thus affecting economy and can yield more income Khajiits merchants: -buy normal and race milk -trade Lactacid for milk Orc merchants(wise woman): -buy normal and race milk Inns: -buy race milk alchemists:                -buy ww/vampire/succubus milk -buy cum/semen -sell Lactacid for 100g/bottle -sell Breast enlargement potion for 1000g Fences: -buy all milk Farmers: -buy normal milk -sell Lactacid for 100g/bottle
Ed86 Posted June 20, 2019 Author Posted June 20, 2019 48 minutes ago, boobythejobby said: What are the requirements for producing racial/enhanced milk? I can buy it from vendors or find it as loot fine but I don't seem to produce it.  milkmaid level 1+, having boobgasm during milking
Chroom22 Posted June 20, 2019 Posted June 20, 2019 So there's no quest or anything to be captured and forced to be a milk slave? I mean the Orc Strongholds already have the locations.
nufndash Posted June 21, 2019 Posted June 21, 2019 1 hour ago, Chroom22 said: So there's no quest or anything to be captured and forced to be a milk slave? I mean the Orc Strongholds already have the locations. Being a Cow is probably the closest you are going to come to a milk slave experience. I am 100% with you though in wanting one, unfortunately I don't have any skills modding.Â
Fasterflight225 Posted June 21, 2019 Posted June 21, 2019 Question. How does MME auto-detect armor equipment? I'm having all kinds of *fun* trying to make MME and Devious Devices kiss, and am running out of options to make it work. My best bet at this point is to fool MME into thinking a DD device is genuine milking equipment, since I can't use the MCM to add the function. (It doesn't count as attaching to Slot 32 somehow.) I really hope it isn't picking keywords out of the name, since DD is a tangled, hostile mess of scripts designed to bind the player as much as it does the character and getting it to play with other mods is surprisingly *fun* in ways I never could've imagined.
Ed86 Posted June 21, 2019 Author Posted June 21, 2019 14 minutes ago, Fasterflight225 said: Question. How does MME auto-detect armor equipment? I'm having all kinds of *fun* trying to make MME and Devious Devices kiss, and am running out of options to make it work. My best bet at this point is to fool MME into thinking a DD device is genuine milking equipment, since I can't use the MCM to add the function. (It doesn't count as attaching to Slot 32 somehow.) I really hope it isn't picking keywords out of the name, since DD is a tangled, hostile mess of scripts designed to bind the player as much as it does the character and getting it to play with other mods is surprisingly *fun* in ways I never could've imagined. bool Function IsWearingDDMilker(Actor akActor)    form f    zadLibs Libs = Quest.GetQuest("zadQuest") as zadLibs    Armor scriptinstance    int i = akActor.getnumitems()                           ;count all items in inventory    While i > 0       i -= 1       f = akActor.getnthform(i) as armor                     ;filter armor in inventory       If f != none          If f.HasKeyword(Libs.zad_InventoryDevice)            ;check if armor is DD             scriptinstance = Libs.GetRenderedDevice(f as armor)      ;get armor scriptinstance, has dd keywords             if akActor.isequipped(f) && (StringUtil.Find(f.getname(), "Milk" ) >= 0 || Libs.HasTag(f as armor, "milk"))                If  scriptinstance.HasKeyword(Libs.zad_DeviousBra)         ;"Milk" Bra                   Return true                ElseIf  scriptinstance.HasKeyword(Libs.zad_DeviousHarness)   ;"Milk" Harness                   Return true                Endif             Endif          EndIf       EndIf    endwhile    Return false EndFunction something like that Â
Fasterflight225 Posted June 21, 2019 Posted June 21, 2019 1 hour ago, Ed86 said: if akActor.isequipped(f) && (StringUtil.Find(f.getname(), "Milk" ) >= 0 || Libs.HasTag(f as armor, "milk")) something like that ...Still having issues. It's looking for 'Milk' in the name of... either the script or inventory version of the device, I'm unclear as to which. I named both 'Milk Harness' and MME still doesn't automatically set it as milking equipment. Admittedly, I have no idea what it means when it says it's looking for a 'milk' tag. Neither ZAZ nor DDi have any tags that reference 'milk,' and while MME does have a 'milk' tag, that seems to be meant for bottles of milk. It's somewhat academic at this point, as I inadvertently fixed the MCM not recognizing the armor, allowing for manual designation, but would still prefer to get the auto-target to work.
Chroom22 Posted June 21, 2019 Posted June 21, 2019 17 hours ago, nufndash said: Being a Cow is probably the closest you are going to come to a milk slave experience. And BaC is stuck in a half finished state as far as quests go and CTD's often during most quests. Damn shame. I lightly mod Oblivion unfortunately.
LatencyRemix Posted June 23, 2019 Posted June 23, 2019 I was having a play around in TES5 Edit, seeing if i could smash some things together and try out something, but i am not real good with it.  So i was wondering if i could get some help, or some advice as to what i am most probably doing wrong.  What i was trying to do is make an armour function as a wearable bound/unbound milk pump.  I tried to copy toe VMAD script from MME_MilkPUMP_Bound and put that on an armor but the milking function wasn't automatic when equiping as it would be when steping on a pump, I also tried adding "MME_FeedingStagePassive "[MME] Feeding Stage" [SPEL:03053684]" to the EITM - Object Effect for the armour mod but also didn't seem to work.  Any help would be realy appreciatedÂ
Ed86 Posted June 23, 2019 Author Posted June 23, 2019 2 hours ago, LatencyRemix said: I was having a play around in TES5 Edit, seeing if i could smash some things together and try out something, but i am not real good with it.  So i was wondering if i could get some help, or some advice as to what i am most probably doing wrong.  What i was trying to do is make an armour function as a wearable bound/unbound milk pump.  I tried to copy toe VMAD script from MME_MilkPUMP_Bound and put that on an armor but the milking function wasn't automatic when equiping as it would be when steping on a pump, I also tried adding "MME_FeedingStagePassive "[MME] Feeding Stage" [SPEL:03053684]" to the EITM - Object Effect for the armour mod but also didn't seem to work.  Any help would be realy appreciated you need to edit MME_MilkPUMP_Bound script so it would fire mobile milking animation
WhatRules Posted June 23, 2019 Posted June 23, 2019 Is there a cure for being a milkmaid or do you have to be one for the rest of the game?
applesandmayo Posted June 23, 2019 Posted June 23, 2019 Is there a CBBE version of the Milk Cuirass for futa?
Ed86 Posted June 24, 2019 Author Posted June 24, 2019 6 hours ago, saltshade said: Is there a cure for being a milkmaid or do you have to be one for the rest of the game? There isnt
WhatRules Posted June 24, 2019 Posted June 24, 2019 4 hours ago, Ed86 said: There isnt Let's say I want to quit doing it. Is there at least something in the MCM that removes the scripts from the player so I can uninstall safely?
Ed86 Posted June 24, 2019 Author Posted June 24, 2019 1 hour ago, saltshade said: Let's say I want to quit doing it. Is there at least something in the MCM that removes the scripts from the player so I can uninstall safely? there options to: block pc becoming milkmaid reset any milk maid reset all milk maids reset mod uninstall mod 1
WhatRules Posted June 25, 2019 Posted June 25, 2019 I have trouble configuring the MCM to increase the breast size. I want breasts to increase with milk volume so I enable volumetric scaling, but can't see any difference even if I wait or increase the milk amount in debug mode to 4.0. Breasts only get bigger if I enable the scaling limit by level option. Can you give me some pointers to how I can set it up to increase breast size according to milk amount and a speed fast enough to require milking roughly every second day. I don't feel like waiting a week to require it. Â Also, it would be useful to include in the description where the milkpumps are located.
Ed86 Posted June 25, 2019 Author Posted June 25, 2019 6 hours ago, saltshade said: I have trouble configuring the MCM to increase the breast size. I want breasts to increase with milk volume so I enable volumetric scaling, but can't see any difference even if I wait or increase the milk amount in debug mode to 4.0. Breasts only get bigger if I enable the scaling limit by level option. Can you give me some pointers to how I can set it up to increase breast size according to milk amount and a speed fast enough to require milking roughly every second day. I don't feel like waiting a week to require it.  Also, it would be useful to include in the description where the milkpumps are located. dont remember how it works, try searching this and/or SE thread, there was posts with some people values i think it was something like rapid size increase at 1st, and then lower as breasts get filled with milk  you need to be pregnant or on lactacid long enough for natural production to increase, so you be milking every few hours  last time i tried there was a character limits on posts, which cut off half post
WhatRules Posted June 26, 2019 Posted June 26, 2019 Why does the milkpump feed my character skooma with the feeding enabled? At least it shows up as a skooma effect in the active effects menu, which is a problem because it paralyzes you if you're playing with Requiem. I know I can disable it but thought there must be an idea behind it.
1337DragonWolf Posted June 27, 2019 Posted June 27, 2019 Do we really need two versions of SL? What the heck is up with that?
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