NexusRefugee Posted July 26, 2021 Posted July 26, 2021 2 hours ago, applesandmayo said: Where's the updated file? you ever figure this out lol
Sirgod Posted July 26, 2021 Posted July 26, 2021 The only updated FIle I saw was scripts-20210209 , I believe that is the one with storage. For some reason, it is still showing a date of Feb 9 though. Prob. just a limitation with the server software or the like.
Tovoklar Posted July 26, 2021 Posted July 26, 2021 OK, If you updated the instructions then cool. If it was always like that then I apologize. I was dealing with multiple mods and reading through multiple instruction pages and may have gotten yours crossed with another. Sorry.
milkmaidfan Posted July 27, 2021 Posted July 27, 2021 For some reason the pumps do not appear in my game. I tried using the placable ones compatable with campfire but it bugged my game out so bad i couldn't open up my inventory when I tried to place a pump. I have no idea how to fix this. The pumps just don't appear, the stalls do and the places where they are supposed to be appears, but the pumps themselves are missing.
applesandmayo Posted July 27, 2021 Posted July 27, 2021 11 hours ago, MuchW0W said: you ever figure this out lol Nope 1
venomr Posted July 27, 2021 Posted July 27, 2021 On 7/23/2021 at 8:33 AM, TheDragoness said: Heyy, can anyone help me with an issue? I'm using BHUNP + the additional Bodymorph MCM patch, and belly inflation is working perfectly - but by boobs won't grow at all. Does anyone have any suggestions on how to fix this? In the "milk mod" mcm, go into the menu called "debug milk maid." Make sure the "List Selection" at the very top is set to "maids" and then look for your maid on the drop down menu that says "real name." After finding your maid, look for the menu item called "increase per milk." ( you have to scroll down a little.) I'm guessing that you have a negative value here, so change it to something positive and breast scaling should work. 1
TheDragoness Posted July 28, 2021 Posted July 28, 2021 15 hours ago, venomr said: In the "milk mod" mcm, go into the menu called "debug milk maid." Make sure the "List Selection" at the very top is set to "maids" and then look for your maid on the drop down menu that says "real name." After finding your maid, look for the menu item called "increase per milk." ( you have to scroll down a little.) I'm guessing that you have a negative value here, so change it to something positive and breast scaling should work. Thank you for your reply! I'm currently reinstalling my mod list, but I'll try this when I get round to putting MME back on.
Beef Cheeks Posted August 4, 2021 Posted August 4, 2021 On 8/1/2021 at 11:03 AM, DarkLord123 said: is there a bhunp slif bodymorph patch ? I am also interested in this.
unwashed biomass Posted August 9, 2021 Posted August 9, 2021 Would it be safe to get MME scripts updated from 20201226 midgame?
DerpLykiaos Posted August 9, 2021 Posted August 9, 2021 for some reason my character isn't producing milk at all, is this a bug or do I need to do something after becoming a milkmaid for it to start producing? i reset myself as a milkmaid before now because my milk production was stuck at 0.67 but before my first milking I seemed to generate normally now it's just busted.
777sage Posted August 11, 2021 Posted August 11, 2021 Hey, I am thinking of adding support for MME in my Deadly Drain Enhanced mod. I have been checking out the source code but not sure where to start in a manner that is efficient. So lets say I want to update a specific milk maid's lactacid capacity under certain conditions. Which methods would you recommend I hit?
Ed86 Posted August 13, 2021 Author Posted August 13, 2021 On 8/11/2021 at 5:29 PM, 777sage said: Hey, I am thinking of adding support for MME in my Deadly Drain Enhanced mod. I have been checking out the source code but not sure where to start in a manner that is efficient. So lets say I want to update a specific milk maid's lactacid capacity under certain conditions. Which methods would you recommend I hit? im not sure its possible i guess you need to change MME_Storage.psc float function getLactacidMaximum(actor akActor) global return (StorageUtil.GetFloatValue(akActor, "MME.MilkMaid.Level") + 2) / 2 + 4 endfunction
twillinator1 Posted August 16, 2021 Posted August 16, 2021 just curious but does the extra Rows have Physics and do they scale to the original Body chest size
ayox Posted August 18, 2021 Posted August 18, 2021 so.. could someone please explain to me how the milking cuirass works?
777sage Posted August 18, 2021 Posted August 18, 2021 On 8/13/2021 at 3:34 AM, Ed86 said: im not sure its possible i guess you need to change MME_Storage.psc float function getLactacidMaximum(actor akActor) global return (StorageUtil.GetFloatValue(akActor, "MME.MilkMaid.Level") + 2) / 2 + 4 endfunction I understand, I went back re-read what I asked and realized I didnt ask the question correctly. Would it be possible to change a milk maids current lactacid amount via a function within MME? Lets say after an event a milk maid could receive 0.20 lactacid. Would that be possible? I realized that capacity was the wrong word.
Ed86 Posted August 19, 2021 Author Posted August 19, 2021 5 hours ago, 777sage said: I understand, I went back re-read what I asked and realized I didnt ask the question correctly. Would it be possible to change a milk maids current lactacid amount via a function within MME? Lets say after an event a milk maid could receive 0.20 lactacid. Would that be possible? I realized that capacity was the wrong word. yes MME_Storage has functions for that 1
777sage Posted August 20, 2021 Posted August 20, 2021 21 hours ago, Ed86 said: yes MME_Storage has functions for that Awesome! By the way, the function that controls the active milking of a milk maid. Particularly during breast feeding animations, I am thinking of allowing a succubus milk maid (via deadly drain) to feed an NPC such that each unit of milk fed heals the actor she is breastfeeding. I can infer that MME_Storage plays a role here, but Im thinking there is another function elsewhere, or an event, that can be used to steer this behavior since the timings in MCM can effect the speed of milking.
CuTato Posted August 20, 2021 Posted August 20, 2021 Not sure if anyone ever made it, but here is my compatibility patch for JK's Skyrim Because this is my first time working with xEdit there are bound to be some things I missed so feedback would be much appreciated! JK Adjustments for MMK.zip 2
Ed86 Posted August 22, 2021 Author Posted August 22, 2021 On 8/20/2021 at 5:44 AM, 777sage said: Awesome! By the way, the function that controls the active milking of a milk maid. Particularly during breast feeding animations, I am thinking of allowing a succubus milk maid (via deadly drain) to feed an NPC such that each unit of milk fed heals the actor she is breastfeeding. I can infer that MME_Storage plays a role here, but Im thinking there is another function elsewhere, or an event, that can be used to steer this behavior since the timings in MCM can effect the speed of milking. well in your case i guess you need to run your own "milking" script that would do your stuff and check float function getMilkCurrent(actor akActor) global and then change it function changeMilkCurrent(actor akActor, float Delta, bool enforceMaxValue) global
craphole Posted August 25, 2021 Posted August 25, 2021 Hi, my character has a breast weight (per the effects tooltip) of -550, which increases my carry weight by 550. Any idea what could have caused this? My thoughts are it's something to do with the DD "breast node management" setting or something to do with Devious Training as that is a relatively new mod for me. I first noticed it after a stay in Prison Overhaul Project's prison - saves from before then (~a few game days before) have the normal weight. mod list (warning: wall of mods): Spoiler # This file was automatically generated by Mod Organizer. +ES DDI Patch +ED DDI Patch +Estrus Spider +Estrus Dwemer +Estrus Chaurus V -EstrusAddonVer112 +SexLabArousedSSELoose +Amazing Follower Tweaks +656987009_SanguinesDebaucheryEnhancedSEResources +The Joy of Perspective +ApachiiSkyHair_v_1_6_Full_optimized +FNIS_OUTPUT +291616586_SexLabHormonesSE +SLSO_Hormones +SLSO FHU +Fill Her Up Baka Edition English SE +ZAZpatch +Opt. 1 - Wider MCM Menu for SkyUI +FNIS_LOG +FNIS Creature Pack SE 7.6 +Serial Strip +BethINI Standalone Version-4875-3-5-1593829244 +ZAZ Resource Patch +ZaZ Animation Pack +Zaz BRE Patch +XP32 Maximum Skeleton Special Extended +NYINEGY-makeup +SkyUI_5_2_SE +SL Defeat SSE +SL_Advanced_Cum_Stages_v +MilkySLAL +SLAL Animations by Leito v1.6 +Milk Mod Economy Scaling +Dripping when aroused +ElfMeetOrc +dvmb_ +Creature Framework +DDE +SLSO SexistGuards v +SlaveTatsSE +SexLab Sanguine +Mfg Fix +Milk Mod Economy +1990519787_SexLabParasitesCBBESEand +1420278612_SexLabParasitesSE +1108747828_SexLabStoriesDeviousSE +198253560_SexLabStoriesSE +SexistGuards v +Schlongs of Skyrim SE +SexLab Dialogues +Deviously Cursed Loot +JContainers SE +SlaveTats-whore +DocClox-civilwar +PapyrusUtil SE - Scripting Utility Functions +SLSO SexLabUtil +Honed Metal 1.21 Hotfix +vampy_tats +Papyrus Extender SSE - 4.4.2 +Schlongs of Skyrim SE HDT-SMP files +Expressions for SL SE +Psyche Animations 1.1.6 +SlaveTats-property +SlaveTats-sm +SLAL NibblesAnims +AndroolSub +AndroolSlut +AndroolPetPlay +Interactive BDSM SE v +UIExtensions +SlaveTats-submissive +SlaveTats-symbols -B3lisario-stockings +rapeTattoos_v -SlaveTats-petplay +SUM +RaceMenu Special Edition +Super Fast Get Up Animation +DogmaMods-SE +MYSLALPACK v12.0 +SLAL_SE +Slavetats -SlaveTats-anal -SlaveTats-brat -SlaveTats-criminal +SlaveTats-dominant +SlaveTats-draconic +SlaveTats-makeup +SlaveTats-scrawl +SlaveTats-slut +SlaveTats-zoo +MoreNastyCritters_v +(Part 1) Engine Fixes +SexLab Adventures SE v +fadeTattoos_v +Fuz Ro D'oh +Milk Mod Economy SE Assets +Honed Metal SSE Updated +ConsoleUtilSSE +SexLab Separate Orgasm +SlaveTatsEventsBridge +Devious Devices +Devious Captures SE v +Devious Training Textures +Devious Training Mayhem +Devious Training Martyr +Devious Training Core +SexLabFrameworkSE_v +Doomsman +BodySlide and Outfit Studio +HDT-SMP for SSE 1.5.97 +HentaiCreatures_MNCv +Spank That Ass +SLSO DeviousCaptures +SexLab Inflation Framework +SkyUI SE - Flashing Savegames Fix +NotificationLogSSE +Babo C +Babo H +SL Kidnapped Redux +BakaFactory Animated Beasts Cocks +SexLab_Shrines Aroused +SexLab_Shrines +SLAL FunnyBizPack CB_ +CBPC - CBP Physics with Collisions +pamaInteractiveBeatup_SSE_ConversionFiles +pamaInteractiveBeatup_V_ +Address Library SKSE AIO +Rutah-nordic +Rutah-art +TSS5062-sperm +Unofficial Skyrim Special Edition Patch +Joomla +FallrimTools 4.3.2-5031-4-3-2-1568938505 +POP +FNIS Behavior SE 7_6 XXL +Alternate Start - Live Another Life +Caliente's Beautiful Bodies Enhancer -CBBE- +CBBE 3BA +Breakable Equipment System +Billyy's SLAL Animations 4.7 +Simple Slavery Plus Plus +TSS5062-sperm-heavy +Deviously Helpless SE v *DLC: Dawnguard *DLC: Dragonborn *DLC: HearthFires
Ed86 Posted August 26, 2021 Author Posted August 26, 2021 who knows ;breassize debuff 7D36A numEffects = (MME_Spells_Buffs.GetAt(0) as Spell).GetNumEffects() effectCount = 0 while (effectCount < numEffects) (MME_Spells_Buffs.GetAt(0) as Spell).SetNthEffectMagnitude(effectCount, BreastRows * Math.pow( 2, BreastsSize_Node) * (1+ akActor.GetLeveledActorBase().GetWeight()/100)) effectCount = effectCount + 1 endwhile most probable issue is negative BreastsSize_Node and who knows what mod changes that or maybe one of the "fixes" mod fixing weight so character wont be immobilized
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