Jump to content

Recommended Posts

Posted
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. 

Posted
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,

Posted

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

Posted
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

Posted

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?

Posted

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

Posted
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

Posted
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. 

Posted

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.

Posted
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
 

Posted
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.

Posted
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.

Posted

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 

Posted
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

Posted
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

Posted
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?

Posted
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

Posted

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.

Posted
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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...