Jump to content

Recommended Posts

Posted

 

 

I don't get why it'll recognize my character as futa when I change sexlab gender but not because she's shclonged. Anyone got anything to help me figure this out?

 

Edit: To clarify, if it needs to be both that's fine but wording hasn't suggested that outright anywhere. Only downside is that having SL gender to male has funny implications w/ some preg mods (aka player doesn't get preg), at least in my experience.

when you are shclonged, you should be added to shclonged faction or something like that, i guess something wrong with your shclong

 

Schlonged since start of game. I'll try removing and readding.

 

Update: Just restarted SoS in game and reapplied to my character, still not saying in MME MCM. If it helps in any way, maybe to cross check characters, relevant SoS internal information is as follows:

Version 2.05.040

Actor Spell: true,true, Erection:false

PC Setup Spell: true, Enabled: true

Addons: 4, OK:4

Factions: SoS UNP, Rank: 12

Schlongified: Schlongified Faction, Rank: 12

Schlongified by addon: true, Blacklist: false

 

And as a followup, how long does it usually take for an orgasm to occur in the machines? Is it before, during, or after milking has occurred/finished?

 

your sos is too new, downgrade to 2.04.10 =)

or wait

Posted

your sos is too new, downgrade to 2.04.10 =)

 

 

 

 

 

I don't get why it'll recognize my character as futa when I change sexlab gender but not because she's shclonged. Anyone got anything to help me figure this out?

 

Edit: To clarify, if it needs to be both that's fine but wording hasn't suggested that outright anywhere. Only downside is that having SL gender to male has funny implications w/ some preg mods (aka player doesn't get preg), at least in my experience.

when you are shclonged, you should be added to shclonged faction or something like that, i guess something wrong with your shclong

 

Schlonged since start of game. I'll try removing and readding.

 

Update: Just restarted SoS in game and reapplied to my character, still not saying in MME MCM. If it helps in any way, maybe to cross check characters, relevant SoS internal information is as follows:

Version 2.05.040

Actor Spell: true,true, Erection:false

PC Setup Spell: true, Enabled: true

Addons: 4, OK:4

Factions: SoS UNP, Rank: 12

Schlongified: Schlongified Faction, Rank: 12

Schlongified by addon: true, Blacklist: false

 

And as a followup, how long does it usually take for an orgasm to occur in the machines? Is it before, during, or after milking has occurred/finished?

 

 

 

or wait

 

I had a feeling a while ago it may have been that. At least the problem is solved now. Thanks

Posted

 

hello Ed86, great works here!

I would try this mod.. I love the concept  :P

a few question:

 

I installed

-PSQ (with its soulgem-pregnancy function disabled, I use SGO2 for soulgem pregnancy)

-Fill Her Up (v1.00)

-Estrus Chaurus Plus (v3.92a)

-Soulgem Oven 2 (v2.06)

 

I have Hooked the body nodes from scripts pex files, with HooKmmerse and this procedures http://www.nexusmods.com/skyrim/mods/55869/?

For now all mods work together without problems, I love the result.

 

I can add to my playthrough, Milk Mod Economy with HooKmmerse?

The list of previous mod is compatible with your mod or there are incompatibilities?

(for example in the management of lactation with soulgem oven 2)

 

thanks in advance.

bye!

 

S.

who knows... go on and try

i think it can affect formulas, but probably nothing critical

 

 

After a bit of testing, does not seem to have any problems.
 
the mods hooked with pexgui work together in the hookmmerse sandbox.
SGO2 controls breast and belly nodes 
Milkmod controls the breast node
 
the value of the NPCbreast is the sum of the two values.
great  :D
 

 

Posted

2 problems:

 

- "Your sexlab is too old" while using sexlab 1.59c

 

-Corrupt save , cause crash when loading a save with the mod installed after exiting the game

 

-Have all the requirement, all instaled via NMM

 

-No content problem (everything work fine except the bug wich prevents me to play after save-game restart)

Posted

2 problems:

 

- "Your sexlab is too old" while using sexlab 1.59c

 

-Corrupt save , cause crash when loading a save with the mod installed after exiting the game

 

-Have all the requirement, all instaled via NMM

 

-No content problem (everything work fine except the bug wich prevents me to play after save-game restart)

 

Sounds to me like your load order is the problem.... not this mod. And NMM isn't known for being very good at getting things installed right.

Posted

Sure? If its the load order game should crash right after bethesda logo, gonna check to be sure

 

Edit : nope, load order correct, could be soulgem pregnancy , but doesn't conflict since there is no crash while using its features

 

Re-edit : Well I had the same bug with Estrus Chaurus, but it conflicted because of belly node (2 pregnancy mod at once), and I deactivated breast scaling for milk mod, HDT just cause some visual bugs but its negligeable and not even noticable

Posted

2 problems:

 

- "Your sexlab is too old" while using sexlab 1.59c

 

-Corrupt save , cause crash when loading a save with the mod installed after exiting the game

 

-Have all the requirement, all instaled via NMM

 

-No content problem (everything work fine except the bug wich prevents me to play after save-game restart)

ill take a guess that your selxab is not 1.59c

look at SexLabUtil.psc for 



int function GetVersion() global
return 15903
endFunction

should be bigger than 15903

 

or your skyrim vm/skse/papyrus freezes, or you have removed some scripted mod like ASIS that corrupts you save

 

the only way out i can think right now is make save backup and run savetool few times

Posted

Yup sexlab is at 15 900, see if  can upgrade but dunno if it fix something

 

Edit : where do I find the updated files ? On the main topic its the same version apparently (2013)

Posted

Ed86,

 

When I do this:

 

int MME_AddMilkMaid = ModEvent.Create("MME_AddMilkMaid") ; Int Does not have to be named "MME_AddMilkMaid" any name would do
ModEvent.PushForm(MME_AddMilkMaid, akSpeaker) ; Form The animation target
ModEvent.Send(MME_AddMilkMaid)

From my mod, it appears MME is receiving and responding to the event as I do get a message, "Target is already a MilkMaid". (She's not)

 

I used "akSpeaker" in place of MILKMaid as I'm trying to make a MilkMaid of the NPC I'm talking to (NPC I'm talking to is akSpeaker)

 

It APPEARS as though MME is seeing ME as the Target.

 

CAn you help me get this working?

 

 
 

 

 

 

Posted

 

Ed86,

 

When I do this:

 



int MME_AddMilkMaid = ModEvent.Create("MME_AddMilkMaid") ; Int Does not have to be named "MME_AddMilkMaid" any name would do
ModEvent.PushForm(MME_AddMilkMaid, akSpeaker) ; Form The animation target
ModEvent.Send(MME_AddMilkMaid)

From my mod, it appears MME is receiving and responding to the event as I do get a message, "Target is already a MilkMaid". (She's not)

 

I used "akSpeaker" in place of MILKMaid as I'm trying to make a MilkMaid of the NPC I'm talking to (NPC I'm talking to is akSpeaker)

 

It APPEARS as though MME is seeing ME as the Target.

 

CAn you help me get this working?

 

 

i guess the one starts dialog is a speaker

Posted

Well it fixed the message but the game still crash when loading save, any idea what mod conflict can do this? I make a list of the most suspected one ( breast and belly node) :

 

-PSQ -CBBE HDT body (well its not a mod but still) -Soulgem pregnancy

 

even if a few more post before those didn't caused bugs :/

Posted

Well it fixed the message but the game still crash when loading save, any idea what mod conflict can do this? I make a list of the most suspected one ( breast and belly node) :

 

-PSQ -CBBE HDT body (well its not a mod but still) -Soulgem pregnancy

 

even if a few more post before those didn't caused bugs :/

can be anything

it can be PSQ if you have transformed

but probably you have removed some mod and it screwed save

Posted

anyone volunteer to test new version w/o SL arousal? =)

in theory the wont be any cum bottles and enchanced milks since there no orgasms/boobgasms, obviously no effects of futa bottles and no milk production and pain enchancments

maybe something else

 

 

 

v 07-02-2015
test version, without SL Arousal requirement, since mod was designed and intended to be played with arousal, if you don't have it, you'll miss out a lot of content but its your choice

Milk Mod Economy 2015-02-07 test.rar

Posted

anyone volunteer to test new version w/o SL arousal? =)

in theory the wont be any cum bottles and enchanced milks since there no orgasms/boobgasms, obviously no effects of futa bottles and no milk production and pain enchancments

maybe something else

 

 

 

v 07-02-2015

test version, without SL Arousal requirement, since mod was designed and intended to be played with arousal, if you don't have it, you'll miss out a lot of content but its your choice

 

If you HAVE Arousal, will this new version still give boobgasms and stuff? I mean, did you just remove the hard master but still access Arousal functions without having it as a master?

 

If yes... I'll run it through its paces :)

Posted

 

anyone volunteer to test new version w/o SL arousal? =)

in theory the wont be any cum bottles and enchanced milks since there no orgasms/boobgasms, obviously no effects of futa bottles and no milk production and pain enchancments

maybe something else

 

 

 

v 07-02-2015

test version, without SL Arousal requirement, since mod was designed and intended to be played with arousal, if you don't have it, you'll miss out a lot of content but its your choice

 

If you HAVE Arousal, will this new version still give boobgasms and stuff? I mean, did you just remove the hard master but still access Arousal functions without having it as a master?

 

If yes... I'll run it through its paces :)

 

yes it should, my quick test shows it working

but im more interested in non arousal feedback, since i dont want to waste time uninstalling arousal with hunting mod that use it and then reinstalling all over

Posted

From reading smatterings of posts trying to figure it out, is orgasm/boobgasm in machine linked to arousal in anyway such that high amounts are needed to achieve? Because all the times I've been in the machine I've not experienced either no matter how long I wait.

Posted

From reading smatterings of posts trying to figure it out, is orgasm/boobgasm in machine linked to arousal in anyway such that high amounts are needed to achieve? Because all the times I've been in the machine I've not experienced either no matter how long I wait.

yes, if you dont have aroused installed, you wont get any, check arousal exposure rate, by default its 2 i think, if slower, you get slower arousal increase, and probably 0 if its set to 0 also check if you arousal isnt blocked

Posted

Leak particles were waaay off for me. It seemed like milk was leaking in mid air and the leak direction was way slanted. Well, it was a big turn off for me so I decided to fix it myself. I'm not really a modder, but with some search, I've managed to adjust some coordinates in the nif files using nifskope. The files are for non-machine leaking particles, i.e. self-milking / orgasm. I haven't checked the ones for the machines. I'm using the standard CBBE body, so if anyone is having the same problem, feel free to try these nif files. I'm also attaching a before (above) and after (below) comparison picture.

LeakAdjusted.zip

post-607063-0-25862700-1423411497_thumb.png

Posted

 

From reading smatterings of posts trying to figure it out, is orgasm/boobgasm in machine linked to arousal in anyway such that high amounts are needed to achieve? Because all the times I've been in the machine I've not experienced either no matter how long I wait.

yes, if you dont have aroused installed, you wont get any, check arousal exposure rate, by default its 2 i think, if slower, you get slower arousal increase, and probably 0 if its set to 0 also check if you arousal isnt blocked

 

Nono, what I mean is does the arousal have to be a minimum number, like 30 or something, to get it to activate? Using PSQ I'm most of the time super low arousal trying to keep energy up, so I thought maybe that's why. Is it?

Posted

Leak particles were waaay off for me. It seemed like milk was leaking in mid air and the leak direction was way slanted. Well, it was a big turn off for me so I decided to fix it myself. I'm not really a modder, but with some search, I've managed to adjust some coordinates in the nif files using nifskope. The files are for non-machine leaking particles, i.e. self-milking / orgasm. I haven't checked the ones for the machines. I'm using the standard CBBE body, so if anyone is having the same problem, feel free to try these nif files. I'm also attaching a before (above) and after (below) comparison picture.

doesnt fix the core problem, keep trying

 

 

 

From reading smatterings of posts trying to figure it out, is orgasm/boobgasm in machine linked to arousal in anyway such that high amounts are needed to achieve? Because all the times I've been in the machine I've not experienced either no matter how long I wait.

yes, if you dont have aroused installed, you wont get any, check arousal exposure rate, by default its 2 i think, if slower, you get slower arousal increase, and probably 0 if its set to 0 also check if you arousal isnt blocked

 

Nono, what I mean is does the arousal have to be a minimum number, like 30 or something, to get it to activate? Using PSQ I'm most of the time super low arousal trying to keep energy up, so I thought maybe that's why. Is it?

 

 when you use machine or milk, your arousal will rise very ~5 seconds, orgasm/boobgasm achieved when you have ~98 arousal and then arousal drop and start over

 

Posted

I seem to get he milk particle effect whether I have it enabled or not in MCM. 

 

I tried enabling... exiting MCM, DISabling... I still get them. Not a HUGE deal as they go away on their own, but... can't seem to turn them off. 

 

 

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