xarvenius Posted April 4, 2017 Posted April 4, 2017 Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me. Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me.20170404184144_1.jpgCapture.PNG going out from your loadorderpicture i would suggest you have forget some prerequisites
logicalfallacy Posted April 5, 2017 Posted April 5, 2017 Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me. Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me.20170404184144_1.jpgCapture.PNG going out from your loadorderpicture i would suggest you have forget some prerequisites Like what am I missing?
xarvenius Posted April 5, 2017 Posted April 5, 2017 Also what does this mean?20170404194142_1.jpg it means you have installed the ineed plugin but no ineed
xarvenius Posted April 5, 2017 Posted April 5, 2017 Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me. Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me.20170404184144_1.jpgCapture.PNG going out from your loadorderpicture i would suggest you have forget some prerequisites Like what am I missing? all prerequisites and optionals are listet in the moddescription, just check the moddescription with your installed mods
logicalfallacy Posted April 5, 2017 Posted April 5, 2017 I have all the required mods on, but it dosn't work.
ppp Posted April 5, 2017 Posted April 5, 2017 Did you install manually, or with a mod manager? It looks like something went wrong with the installation of your scripts. This tripped me up some time ago. There are 10 plugin scripts, all of which have two versions. One (true) if you have that mod installed, one (false) if you don't. You need to install the correct version for each script. From the looks of it, you want all of the scripts from the (false) folders, but I'd try installing the ineed script first, as that's the one flagged as an error.
Ed86 Posted April 5, 2017 Author Posted April 5, 2017 Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me. Whenever I join a game it always comes up as this. and I checked, my milkmodNEW is before everything else like so. So am I doing something wrong? If so, please tell me.20170404184144_1.jpgCapture.PNG going out from your loadorderpicture i would suggest you have forget some prerequisites Like what am I missing? if you do post a load order post it fully you are missing:
CherryHotaling Posted April 8, 2017 Posted April 8, 2017 Hello, Did they ever have a fix so the milk leaks from the nipples of the CBBE HDT breasts? Mine currently leak in the middle which means it looks like underneath hehe. I was just curious! thanks in advance!
regretrat460 Posted April 9, 2017 Posted April 9, 2017 Hello. I am unable to see the MCM and am getting a Unable to bind script MilkMCM to MME_MilkQUEST (8F00E209) because their base types do not match. Would I have to do a clean reinstall?
Ed86 Posted April 9, 2017 Author Posted April 9, 2017 Hello, Did they ever have a fix so the milk leaks from the nipples of the CBBE HDT breasts? Mine currently leak in the middle which means it looks like underneath hehe. I was just curious! thanks in advance! no, i guess noone knows how or noone bothers wasting weeks? of time to figure out how to do this Hello. I am unable to see the MCM and am getting a Unable to bind script MilkMCM to MME_MilkQUEST (8F00E209) because their base types do not match. Would I have to do a clean reinstall?yes, it usually mean you dont have dependencies or installed something wrong, or there is some nasty mod that wont let mme start
zax Posted April 9, 2017 Posted April 9, 2017 Hello, Did they ever have a fix so the milk leaks from the nipples of the CBBE HDT breasts? Mine currently leak in the middle which means it looks like underneath hehe. I was just curious! thanks in advance! As far as I remember it wasnt possible, because they/we couldn't find a way to attach particle emitter to polygon. It can only be attached to node (bone) as part of AnimObject or non-scaleable equippable object. Thus its static and can only be fit to specific body scale and shape. No one from the most experienced 3D modders has spent much time on it, because its still a niche thing. If it was vagina/sex related it would have been done a long time ago.
Cammy Posted April 12, 2017 Posted April 12, 2017 Would it be possible to duplicate the Slavetats on to all of the breasts? Like with the Milk overlays from the mod itself?
Technomagier Posted April 14, 2017 Posted April 14, 2017 Okay, since the recent Update for the ZaZ Animation Pack (6.2.1), MME experiences compatibility issues.
Ed86 Posted April 14, 2017 Author Posted April 14, 2017 Okay, since the recent Update for the ZaZ Animation Pack (6.2.1), MME experiences compatibility issues.Okay, use stable versions of mods, ZaZ Animation Pack (6.11), okay.And since its zap fault, not sure what you want me to do. Would it be possible to duplicate the Slavetats on to all of the breasts? Like with the Milk overlays from the mod itself?Youll need a mod for that, likely
Cammy Posted April 14, 2017 Posted April 14, 2017 Okay, since the recent Update for the ZaZ Animation Pack (6.2.1), MME experiences compatibility issues.Okay, use stable versions of mods, ZaZ Animation Pack (6.11), okay.And since its zap fault, not sure what you want me to do. Would it be possible to duplicate the Slavetats on to all of the breasts? Like with the Milk overlays from the mod itself?Youll need a mod for that, likely Yeah I thought as much. I'm guessing your overlay uses some sort of script tied to the breasts so that overlays show on all?
Ed86 Posted April 14, 2017 Author Posted April 14, 2017 Okay, since the recent Update for the ZaZ Animation Pack (6.2.1), MME experiences compatibility issues.Okay, use stable versions of mods, ZaZ Animation Pack (6.11), okay.And since its zap fault, not sure what you want me to do. Would it be possible to duplicate the Slavetats on to all of the breasts? Like with the Milk overlays from the mod itself?Youll need a mod for that, likely Yeah I thought as much. I'm guessing your overlay uses some sort of script tied to the breasts so that overlays show on all? it casts spell with 60s duration Function AddMilkFx(Actor akActor, int i) If MilkLeakTextures If i == 1 akActor.AddSpell(MilkFx1,False) else akActor.AddSpell(MilkFx2,False) EndIf EndIf EndFunction
NisaK Posted April 18, 2017 Posted April 18, 2017 Hello, I recently installed Bad Dog's Hoodie Schlongs (just got a new update) and I notice that milk mod is detecting my female player character as a futa now even though she isn't and doesn't have a D. Is there anyway to switch her back to normal? I hunted in the mcm menu for an option but the only thing I saw was a grayed out futa under debug milk maid.
Ed86 Posted April 18, 2017 Author Posted April 18, 2017 Hello, I recently installed Bad Dog's Hoodie Schlongs (just got a new update) and I notice that milk mod is detecting my female player character as a futa now even though she isn't and doesn't have a D. Is there anyway to switch her back to normal? I hunted in the mcm menu for an option but the only thing I saw was a grayed out futa under debug milk maid. http://www.loverslab.com/topic/36908-milk-mod-economy-2017-01-19/?p=1821989
NisaK Posted April 18, 2017 Posted April 18, 2017 Hello, I recently installed Bad Dog's Hoodie Schlongs (just got a new update) and I notice that milk mod is detecting my female player character as a futa now even though she isn't and doesn't have a D. Is there anyway to switch her back to normal? I hunted in the mcm menu for an option but the only thing I saw was a grayed out futa under debug milk maid. http://www.loverslab.com/topic/36908-milk-mod-economy-2017-01-19/?p=1821989 Thank you! I did more searching on the forum and found an older post recommending to recompile one of your scripts, I was getting compile error messages and was just about to come here asking for help to find out what loose script files I'm missing. Happy to see you already compiled it for me! I'll start a new game to see if this works in a bit. Edit after reset: Hmmm, looks like MME still isn't registering the 'schlong' from Bad Dog as female. Maybe I don't understand where to find the proper string name for the 'schlong' I'm using. I just went to the mcm for SOS and coppied down the schlong name and then added it to the json file... but maybe that's not right? In the mcm it shows as "Bad Dog Female No Schlong" but I notice that the other entries in the list have sos infront of them... does this need sos added as well? Edit edit, so many edits: I just switched my characters SOS 'schlong' back to the default female one, I don't really understand how the SOS system works but it doesn't seem to be causing any problems... so temporary fix for people in my same position.
Ed86 Posted April 24, 2017 Author Posted April 24, 2017 Hello, I recently installed Bad Dog's Hoodie Schlongs (just got a new update) and I notice that milk mod is detecting my female player character as a futa now even though she isn't and doesn't have a D. Is there anyway to switch her back to normal? I hunted in the mcm menu for an option but the only thing I saw was a grayed out futa under debug milk maid. http://www.loverslab.com/topic/36908-milk-mod-economy-2017-01-19/?p=1821989 Thank you! I did more searching on the forum and found an older post recommending to recompile one of your scripts, I was getting compile error messages and was just about to come here asking for help to find out what loose script files I'm missing. Happy to see you already compiled it for me! I'll start a new game to see if this works in a bit. Edit after reset: Hmmm, looks like MME still isn't registering the 'schlong' from Bad Dog as female. Maybe I don't understand where to find the proper string name for the 'schlong' I'm using. I just went to the mcm for SOS and coppied down the schlong name and then added it to the json file... but maybe that's not right? In the mcm it shows as "Bad Dog Female No Schlong" but I notice that the other entries in the list have sos infront of them... does this need sos added as well? Edit edit, so many edits: I just switched my characters SOS 'schlong' back to the default female one, I don't really understand how the SOS system works but it doesn't seem to be causing any problems... so temporary fix for people in my same position. ....that post have instruction how to add schlongs, just... follow.. instructions
chaozdoom Posted April 24, 2017 Posted April 24, 2017 Is this mod compatible with any non-vanilla races? I keep getting CTDs when using the milker while using the Ashen race mod (Player, not follower) It works out with the vanilla race.
Ed86 Posted April 24, 2017 Author Posted April 24, 2017 Is this mod compatible with any non-vanilla races? I keep getting CTDs when using the milker while using the Ashen race mod (Player, not follower) It works out with the vanilla race. yes, it will work with any race update your race skeleton/body
cabusi Posted April 24, 2017 Posted April 24, 2017 So I got milk pumping animation working without much of a problem but for the past few hours, I've been racking my brain as to why the heck I couldn't get NPCs to also get pumping animations to work... ntil just now. So for my setup, NPC pumping animation is only visual when I walk right up in their faces when they are on the milk pump OR when I free my camera and move right up to them. Not sure why this is happening to me, perhaps it's because of my setup or my mods. Is this happening to anyone else? Does anyone know how to get NPC pumping to be seen at a distance? Thanks in advance.
Ed86 Posted April 25, 2017 Author Posted April 25, 2017 Is this happening to anyone else? Does anyone know how to get NPC pumping to be seen at a distance? Thanks in advance. yes no
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