Reesewow Posted September 22, 2018 Posted September 22, 2018 15 minutes ago, chajapa said: You might see a dialogue like "I saw you watching" when talking to a male NPC. That sets them up by putting them into an alias and you can then tell a milkmaid (one that's full) that so-and-so would like some milk. If that's not the one you're talking about then I can have a look at this again tomorrow. Right now... bed I think it might be a case of me messing up the aliases by chatting with multiple followers too quickly, so yea ignore that report unless you get similar ones. Only real issue I've had so far is the that one dialogue topic needing to be edited, worked fine so far otherwise. Thanks for sharing the mod and the edit so an unintended audience can try it!
chajapa Posted September 22, 2018 Author Posted September 22, 2018 OK... updated to remove the IsMale condition in the opening dialogue with her. Lets see if that works. Again, this is just an esp replacement and needs to be manually copied to overwrite the original. As I continue to work on this I think I'm going to leave it unlocked until I get around to making the content for female PC. It will just look a bit odd at times for female players. Elsie-unlocked.7z
Code Serpent Posted September 22, 2018 Posted September 22, 2018 I just scanned through the dialogue in TES5edit, and this mod looks very good. However, I think you should use the actual dialogue emotions rather than putting "she smiles" in the dialogue.
chajapa Posted September 22, 2018 Author Posted September 22, 2018 1 hour ago, Code Serpent said: I just scanned through the dialogue in TES5edit, and this mod looks very good. However, I think you should use the actual dialogue emotions rather than putting "she smiles" in the dialogue. The emotions don't always show up as expected. Feel free to edit them out on your copy. There's only abut a bazillion of them
foreveraloneguy Posted September 23, 2018 Posted September 23, 2018 On 9/21/2018 at 10:32 PM, chajapa said: I use a UUNP zeroed sliders as my default body. Everything is morphed from there. This new version is SLIF compliant for the breasts so if you're running SLIF you can do all of your breast adjustments there. I know I can't please everyone with my choices. And aside from going the route of giving y'all total control of what milk maid hips should look like vs what cow hips should look like I'm not sure we'd ever agree. You can control a lot of the breast size using SLIF or within MME so I think either of those 2 gives you a lot of control. By design I wanted the hips to get wider and the waist to get smaller. I did not want to give them a big ol bubble butt. I may be experimenting with the effect of changing the butt size and see if it gives wider hips, or use SLIF and inflate the butt and customize the butt settings in SLIF to give me control over the hips if it's capable of that. It's not really a code change for SLIF, it's just editing JSON files to put sliders where you want. I'm using morphs instead of bone scaling which leads to issues like you're stating. Because I also can't control how you have your ini file set to handle scaling (largest wins?, additive? multiplicative?) So yeah... it's a bit of a puzzler. My ini for nio is default, and I use slif. But looking at your scripts, it looks like you're just processing the morphs through slif instead of directly if slif is present. Either that or the newest version of slif handles the morphs differently, since the player and NPCs are being registered for slif when this mod kicks. But it appears as though the hip slider is being set to one.
chajapa Posted September 23, 2018 Author Posted September 23, 2018 6 hours ago, foreveraloneguy said: My ini for nio is default, and I use slif. But looking at your scripts, it looks like you're just processing the morphs through slif instead of directly if slif is present. Either that or the newest version of slif handles the morphs differently, since the player and NPCs are being registered for slif when this mod kicks. But it appears as though the hip slider is being set to one. I don't have the newest SLIF from qotsafan's Patreon site yet. I have the version available here on LL which I think is 1.20a. I'm using a method of implementing SLIF that does not require dependency. So SLIF is not REQUIRED, but the code is there if it is detected as being present. However... the code only manipulates the breasts at this time. Currently SLIF does not "inflate" hips and hipbones as one of it's sync keys. My choices are breast, belly, and butt. If I inflate the butt through SLIF I get a big butt but the hips don't widen as I wanted. Now... I could use SLIF for this and just tell you that in SLIF you need to set Butt percentages a certain way, but then that affects all of your other mods that use SLIF. If SLIF can handle percentages of "inflation" on a "per mod" basis I haven't discovered how to do it yet. So... I have to use the tools I know how to use at this point. I have my SLIF set to register the player automatically. And when you see an NPC regiser for SLIF with this mod named as the reason, then you're seeing exactly what I'm seeing and that part is working as intended. Since I'm not touching the hip slider in SLIF, I'm not sure my mod is responsible for moving your hip slider, but I have it running as I write this and will go have a look. Oh and I also have NiOverride set to 0% in SLIF and then use the BodyMorph percentages. I'll have a look at the hip issue and see if it's something my mod is doing.
foreveraloneguy Posted September 24, 2018 Posted September 24, 2018 On 9/23/2018 at 5:20 AM, chajapa said: I However... the code only manipulates the breasts at this time. Currently SLIF does not "inflate" hips and hipbones as one of it's sync keys. My choices are breast, belly, and butt. I'll have a look at the hip issue and see if it's something my mod is doing. I think, but don't know, that this is a clue and along the lines of what's happening. I think slif processes the breast stuff and the hope morphs are applied directly. Remember, there's a new more added for processing morphs through slif being just breasts, belly, and butt.
jlttsmiley Posted September 24, 2018 Posted September 24, 2018 On 9/23/2018 at 4:20 AM, chajapa said: I don't have the newest SLIF from qotsafan's Patreon site yet. I have the version available here on LL which I think is 1.20a. I'm using a method of implementing SLIF that does not require dependency. So SLIF is not REQUIRED, but the code is there if it is detected as being present. However... the code only manipulates the breasts at this time. Currently SLIF does not "inflate" hips and hipbones as one of it's sync keys. My choices are breast, belly, and butt. If I inflate the butt through SLIF I get a big butt but the hips don't widen as I wanted. Now... I could use SLIF for this and just tell you that in SLIF you need to set Butt percentages a certain way, but then that affects all of your other mods that use SLIF. If SLIF can handle percentages of "inflation" on a "per mod" basis I haven't discovered how to do it yet. So... I have to use the tools I know how to use at this point. I have my SLIF set to register the player automatically. And when you see an NPC regiser for SLIF with this mod named as the reason, then you're seeing exactly what I'm seeing and that part is working as intended. Since I'm not touching the hip slider in SLIF, I'm not sure my mod is responsible for moving your hip slider, but I have it running as I write this and will go have a look. Oh and I also have NiOverride set to 0% in SLIF and then use the BodyMorph percentages. I'll have a look at the hip issue and see if it's something my mod is doing. Just posting using the newest SLIF would cause more reporting of problems from those who don't,t trust outside web site I would advise to use the most commonly used SLIF build
Ed86 Posted September 24, 2018 Posted September 24, 2018 saw this in posted log Spoiler [09/24/2018 - 11:50:52AM] ERROR: Property MME on script elvmain attached to ELV_MainQuest (A1005E57) cannot be bound because <NULL form> (A100E209) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkQUEST on script ELV_MakeMaidScene attached to (A1047AF7) cannot be bound because <NULL form> (A100E209) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkLeakL on script ELV_Dia_FemaleGreetsMainScript attached to ELV_Dia_FemaleGreets (A1076E80) cannot be bound because <NULL form> (A1030898) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkMaidFaction on script ELV_Dia_FemaleGreetsMainScript attached to ELV_Dia_FemaleGreets (A1076E80) cannot be bound because <NULL form> (A104D53B) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkLeakL_MagicEffect on script ELV_Dia_FemaleGreetsMainScript attached to ELV_Dia_FemaleGreets (A1076E80) cannot be bound because <NULL form> (A1030898) is not the right type maybe properties are missing?
chajapa Posted September 25, 2018 Author Posted September 25, 2018 21 hours ago, foreveraloneguy said: I think, but don't know, that this is a clue and along the lines of what's happening. I think slif processes the breast stuff and the hope morphs are applied directly. Remember, there's a new more added for processing morphs through slif being just breasts, belly, and butt. Yes, SLIF can do morphs directly. I already spoke to qotsafan about this. At this time, SLIF does direct morphs basically the same way I'm doing them. There is no real advantage for me to go in and add more code so if SLIF is installed it handles direct morphs. The hips just don't change often enough for it to be high on my priority list.
chajapa Posted September 25, 2018 Author Posted September 25, 2018 18 hours ago, Ed86 said: saw this in posted log Reveal hidden contents [09/24/2018 - 11:50:52AM] ERROR: Property MME on script elvmain attached to ELV_MainQuest (A1005E57) cannot be bound because <NULL form> (A100E209) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkQUEST on script ELV_MakeMaidScene attached to (A1047AF7) cannot be bound because <NULL form> (A100E209) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkLeakL on script ELV_Dia_FemaleGreetsMainScript attached to ELV_Dia_FemaleGreets (A1076E80) cannot be bound because <NULL form> (A1030898) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkMaidFaction on script ELV_Dia_FemaleGreetsMainScript attached to ELV_Dia_FemaleGreets (A1076E80) cannot be bound because <NULL form> (A104D53B) is not the right type [09/24/2018 - 11:50:52AM] ERROR: Property MME_MilkLeakL_MagicEffect on script ELV_Dia_FemaleGreetsMainScript attached to ELV_Dia_FemaleGreets (A1076E80) cannot be bound because <NULL form> (A1030898) is not the right type maybe properties are missing? I think that's the case, Ed. When I updated the MME version in my CK working install (I have 2 Skyrim directories. A real one and a copy just for working in CK) I forgot to set the esm flag the first time I ran it and it screwed over a lot of properties. I'll have to hunt these down and refresh them. ** Edit ** yep... that was it. I reset those and they'll be in the next update. So those errors should disappear
qotsafan Posted September 25, 2018 Posted September 25, 2018 9 hours ago, chajapa said: Yes, SLIF can do morphs directly. I already spoke to qotsafan about this. At this time, SLIF does direct morphs basically the same way I'm doing them. There is no real advantage for me to go in and add more code so if SLIF is installed it handles direct morphs. The hips just don't change often enough for it to be high on my priority list. That's only partially true, yes, BodyMorphs are handled the same way, but setting them directly via SLIF works in conjunction with the default inflate system of SLIF, if you are using BodyMorphs instead of NiNodes.
chajapa Posted September 27, 2018 Author Posted September 27, 2018 On 9/25/2018 at 4:53 PM, qotsafan said: That's only partially true, yes, BodyMorphs are handled the same way, but setting them directly via SLIF works in conjunction with the default inflate system of SLIF, if you are using BodyMorphs instead of NiNodes. I'll take another look when I get back from this trip we're about to take.
volt347 Posted October 6, 2018 Posted October 6, 2018 It's my favorite mod! I really like the update. Please keep going with development, looking forward for a new updates, there is a lot of potential.
terrorofmorrowind Posted October 7, 2018 Posted October 7, 2018 So i suppose this is some kind of a "continuation" of that other dialogue mo you made a long time ago (i still use it btw)? If so it's safe to to remove the old one then? edit: Help! I crash as soon as itry to freshen her for the first time! Also it is at the "you are trembling" part too and i am using XPMSE it's put almost deadlast in both the left and right pane and nothing is overwriting it. I also replaced the body meshes and textures to the ones i made (the mesh with bodyslide). I also replaced the armor meshes while i was at it. edit2: Yeah, there DEFINATELY is something wrong here. I tried to change a random npc's boobs but the same ctd happened. It looks like it really doesn't like anything cbbe related. I'm gonna get rid of it for now as it is unplayable for me and i'm certainly not gonna change bodytype for one mod.
chajapa Posted October 8, 2018 Author Posted October 8, 2018 12 hours ago, terrorofmorrowind said: So i suppose this is some kind of a "continuation" of that other dialogue mo you made a long time ago (i still use it btw)? If so it's safe to to remove the old one then? edit: Help! I crash as soon as itry to freshen her for the first time! Also it is at the "you are trembling" part too and i am using XPMSE it's put almost deadlast in both the left and right pane and nothing is overwriting it. I also replaced the body meshes and textures to the ones i made (the mesh with bodyslide). I also replaced the armor meshes while i was at it. edit2: Yeah, there DEFINATELY is something wrong here. I tried to change a random npc's boobs but the same ctd happened. It looks like it really doesn't like anything cbbe related. I'm gonna get rid of it for now as it is unplayable for me and i'm certainly not gonna change bodytype for one mod. I'm curious as to why this is happening.... When you built the body and armor meshes did you build the morph files ? Is there something like RaceMenuMorphsCBBE.esp in your right pane? Active? Do you have SLIF installed? (Not required but it may help me narrow this down if I know whether or not you have it) Do morphs... in general... work in your setup? I don't do any node scaling. Everything is done with body morphs.
terrorofmorrowind Posted October 8, 2018 Posted October 8, 2018 2 hours ago, chajapa said: I'm curious as to why this is happening.... When you built the body and armor meshes did you build the morph files ? Is there something like RaceMenuMorphsCBBE.esp in your right pane? Active? Do you have SLIF installed? (Not required but it may help me narrow this down if I know whether or not you have it) Do morphs... in general... work in your setup? I don't do any node scaling. Everything is done with body morphs. Everything with the bodies is ok because i can get morphs to work with normal MME and soulgem oven 3. Atleast that's what you mean by morphs right? I also have sexlab hormones active as well which don't cause any issues either. Nothing is overwriting anything in the left pane nor the right one since i put xpmse dead last (wel close to it) in my load order i both left and right. I don't have slif installed either. I d have to mention that despite having a vaginahdt.xml file it just won't budge somehow but i highly dout that is the cause of it because then the other ones should ctd too. I'm not sure how hard it is to use the same systems as the authors of the previously mentioned is but maybe take a look at how they did it. Although i'm pretty sure all of them actually do use node scaling. I'm not sure ho much work is involved with it but maybbe you're better off using node scaling in the long run because it seems to be far more comaptible with all kinds of body mods. Just a suggestion. I went back to your old "Jugs" mod for the time being. Good luck. Btw sorry if i sounded a bit angry in there. It was pretty late over here Once i had everything in place (about 4:00 am) and to find out all of that was for nothing was a bit more then just "annoying" as you can imagine. edit: Also i don't actually have to look for a cuirass apparently? because i can just give her one...? Yeah, i don't know what's up with that. I thought i had to actually buy it or craft it but nope i pretty got it out of my ass or something... edit2: Are you sure there isn't atypo in any of the scripts controlling the morphs or something? It's usually always something stupid like that can mess up everything.
chajapa Posted October 8, 2018 Author Posted October 8, 2018 1 hour ago, terrorofmorrowind said: Everything with the bodies is ok because i can get morphs to work with normal MME and soulgem oven 3. Atleast that's what you mean by morphs right? I also have sexlab hormones active as well which don't cause any issues either. Nothing is overwriting anything in the left pane nor the right one since i put xpmse dead last (wel close to it) in my load order i both left and right. I don't have slif installed either. I d have to mention that despite having a vaginahdt.xml file it just won't budge somehow but i highly dout that is the cause of it because then the other ones should ctd too. I'm not sure how hard it is to use the same systems as the authors of the previously mentioned is but maybe take a look at how they did it. Although i'm pretty sure all of them actually do use node scaling. I'm not sure ho much work is involved with it but maybbe you're better off using node scaling in the long run because it seems to be far more comaptible with all kinds of body mods. Just a suggestion. I went back to your old "Jugs" mod for the time being. Good luck. Btw sorry if i sounded a bit angry in there. It was pretty late over here Once i had everything in place (about 4:00 am) and to find out all of that was for nothing was a bit more then just "annoying" as you can imagine. edit: Also i don't actually have to look for a cuirass apparently? because i can just give her one...? Yeah, i don't know what's up with that. I thought i had to actually buy it or craft it but nope i pretty got it out of my ass or something... edit2: Are you sure there isn't atypo in any of the scripts controlling the morphs or something? It's usually always something stupid like that can mess up everything. No apologies needed. I know how frustrating it can be. I'm pretty sure if there was a typo in the scripts doing the morphing, it would be broken for me as well. And it's not. I've actually just shut it down after letting it run for 2 straight days. With Elsie and another milkmaid making the female residents of several cities into cows. And as to your first question, no. Morphs are entirely different from node scaling. And just because you have MME and SGO3 scaling breasts and bellies and butts, does not necessarily mean you have morphs working at all. For morphs to work you need to have installed BodySlide with the RacemenuMorphsCBBE option ticked. (Or RacemenuMorphsUUNP if using UUNP bodies). So in your RIGHT pane of MO, you should see RaceMenuMorphsCBBE.esp as a plugin. And it needs to be active. And yes, those esp come with BodySlide, not RaceMenu. You also need to have built your bodies and armor with the "build morph files" box ticked in BodySlide. That will generate the .tri files needed for morphing to be managed. Body morphs allow so much more control than node scaling. Instead of just making a breast ... longer... for example.. as it fills. You can make it rounder, bigger, etc. Using SLIF I could basically turn off morphing and let things scale the old fashioned way and it looked ... odd. I've been using SLIF and setting it to use BodyMorphs instead of NiOverride node scaling and I'm spoiled. Node scaling just doesn't compare. I'll still have a look at the scripts. Right now they are kinda like.... if SLIF is installed do these inflates, if not, do these morphs... with no fallback to node scaling. I'll see about putting node scaling in there as well, but A) I don't like node scaling and B) I'll have to learn how to do it and C) get the numbers right so it doesn't look like absolute shit
volt347 Posted October 8, 2018 Posted October 8, 2018 How I can use the exact the same body preset for the main female character?
terrorofmorrowind Posted October 8, 2018 Posted October 8, 2018 3 hours ago, chajapa said: No apologies needed. I know how frustrating it can be. I'm pretty sure if there was a typo in the scripts doing the morphing, it would be broken for me as well. And it's not. I've actually just shut it down after letting it run for 2 straight days. With Elsie and another milkmaid making the female residents of several cities into cows. And as to your first question, no. Morphs are entirely different from node scaling. And just because you have MME and SGO3 scaling breasts and bellies and butts, does not necessarily mean you have morphs working at all. For morphs to work you need to have installed BodySlide with the RacemenuMorphsCBBE option ticked. (Or RacemenuMorphsUUNP if using UUNP bodies). So in your RIGHT pane of MO, you should see RaceMenuMorphsCBBE.esp as a plugin. And it needs to be active. And yes, those esp come with BodySlide, not RaceMenu. You also need to have built your bodies and armor with the "build morph files" box ticked in BodySlide. That will generate the .tri files needed for morphing to be managed. Body morphs allow so much more control than node scaling. Instead of just making a breast ... longer... for example.. as it fills. You can make it rounder, bigger, etc. Using SLIF I could basically turn off morphing and let things scale the old fashioned way and it looked ... odd. I've been using SLIF and setting it to use BodyMorphs instead of NiOverride node scaling and I'm spoiled. Node scaling just doesn't compare. I'll still have a look at the scripts. Right now they are kinda like.... if SLIF is installed do these inflates, if not, do these morphs... with no fallback to node scaling. I'll see about putting node scaling in there as well, but A) I don't like node scaling and B) I'll have to learn how to do it and C) get the numbers right so it doesn't look like absolute shit Morphs do work though and i have CBBEmorphs active. It shows up in racemenu too. Hmm, maybe if itry to set a number in it's tab when creating a female player, may be a test to see if it will crash as well? I'm gonna try that right now! Also i always buil my bodies with the morph option on in bodyslide too. edit: *sigh*...yep, apparently there is something wrong with the racmenuCBBEmorph.esp file. When i tried to use the sliders in racemenu on a female character it crashed the game. So yeah nothing wrong on your end. My own stupid shit i guess. How do i solve this now though?
chajapa Posted October 8, 2018 Author Posted October 8, 2018 10 minutes ago, terrorofmorrowind said: Morphs do work though and i have CBBEmorphs active. It shows up in racemenu too. Hmm, maybe if itry to set a number in it's tab when creating a female player, may be a test to see if it will crash as well? I'm gonna try that right now! Also i always buil my bodies with the morph option on in bodyslide too. edit: *sigh*...yep, apparently there is something wrong with the racmenuCBBEmorph.esp file. When i tried to use the sliders in racemenu on a female character it crashed the game. So yeah nothing wrong on your end. My own stupid shit i guess. How do i solve this now though? If you go into your default body meshes folder, are there .tri files? Better yet.... go into the Data tab in the right pane, scroll down to meshes, find your femalebody meshes. The .tri files should be there too. This way you'll see them even if they're in an overwrite or something
terrorofmorrowind Posted October 8, 2018 Posted October 8, 2018 4 minutes ago, chajapa said: If you go into your default body meshes folder, are there .tri files? Better yet.... go into the Data tab in the right pane, scroll down to meshes, find your femalebody meshes. The .tri files should be there too. This way you'll see them even if they're in an overwrite or something Nono, i may have found something that might REALLY interest you. Even better sticky it as soon as you can! Apparently it's a c-malloc (whatever the hell that means) issue that happens when you try to scale things AND have "UseOSAllocators" on. Here have a look yourself: EDIT: BREAKTHROUGH PEOPLE! It FIXED it. But i do need to find other ways to deal with the memory issue now though. UseOSAllocator was a really damn good anut ctd fix while it lasted...
chajapa Posted October 8, 2018 Author Posted October 8, 2018 2 hours ago, volt347 said: How I can use the exact the same body preset for the main female character? I use the UUNP -zeroed sliders- preset for EVERYTHING... and tick the box that says to generate morph files when you build the bodies or armor. Once you do that, every piece of armor will fit every body even if you morph it in racemenu using morph sliders.
qotsafan Posted October 8, 2018 Posted October 8, 2018 4 hours ago, chajapa said: For morphs to work you need to have installed BodySlide with the RacemenuMorphsCBBE option ticked. (Or RacemenuMorphsUUNP if using UUNP bodies). So in your RIGHT pane of MO, you should see RaceMenuMorphsCBBE.esp as a plugin. And it needs to be active. You don't need either of those for morphs to work, those just add additional scaling functionality via RaceMenu.
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