Okshi91 Posted July 13, 2023 Posted July 13, 2023 8 hours ago, jib_buttkiss said: It's a shame, but due to the way morphs work and are handled if I tried to have full generic morph support, it's all I'd ever be doing. Â I'll add chubbyButt and some nipple options in the next update. And I took that as a challenge. I've got this rudimentary JSON morph handler set up for SE 3BA, but anyone should be able to edit the bimboMorphs.json to set different morphs. Note that, much like the regular implementation, this won't really handle changing morphs post-application. Oh, and as a personal preference thing, I made a SLIF version too. Hopefully I didn't mess up the zips when packing these changes. BOS Morph Edits NiO.zip BOS Morph Edits SLIF.zip 3
Alpha719 Posted July 13, 2023 Posted July 13, 2023 My character’s breasts and butt for some reason reverted back to the default size is there a console command to make them regrow to maximum size I can preview the body and see the maximum size but I had to recently reinstall all my mods because I am playing on a new pc
Okshi91 Posted July 13, 2023 Posted July 13, 2023 11 minutes ago, Alpha719 said: My character’s breasts and butt for some reason reverted back to the default size is there a console command to make them regrow to maximum size I can preview the body and see the maximum size but I had to recently reinstall all my mods because I am playing on a new pc Try using a bimbo suppressant and waiting for it to wear off, or if that doesn't work, doing 'setstage cc_bimbofyplayer 30' 8 times then 'setstage cc_bimbofyplayer 160' You may get the final tats doubling up and a spare collar if you use the setstage method, though, and as with all debugging, make a save before you do it.
renhoff Posted July 13, 2023 Posted July 13, 2023 (edited) Hello I think bimbo have plump lips It is possible to add slider for lips in the next update? Edited July 13, 2023 by renhoff
jib_buttkiss Posted July 13, 2023 Author Posted July 13, 2023 8 hours ago, LinksSword said: What is the id of the hairstyle? because seems like whoever ported botox too SE did a poor job, i had too import hair textures from one hairstyle too SE because they didn't include the hair textures so it wouldn't surprise me if the reason the npcs using that particular hair are bald is because the mesh is either not converted properly and or missing or worst something that has to be fixed via creation tools.  It's the FemaleNord09 hair. It's such a basic thing, I'm surprised that it's missing. I'd understand if it was, like, Valerica's hair or something, but no, it's just Female Nord 9!  If turns out to be as simple as a missing/broken .nif, I might just bundle the fixed nif in with the SE or botox patch.  5 hours ago, Okshi91 said: And I took that as a challenge. I've got this rudimentary JSON morph handler set up for SE 3BA, but anyone should be able to edit the bimboMorphs.json to set different morphs. Note that, much like the regular implementation, this won't really handle changing morphs post-application. Oh, and as a personal preference thing, I made a SLIF version too. Hopefully I didn't mess up the zips when packing these changes. BOS Morph Edits NiO.zip 22.74 kB · 1 download BOS Morph Edits SLIF.zip 22.74 kB · 1 download  Ah. Well, that's definitely an effective way to do it. The main issue I was caught up on was having MCM sliders, but this bypasses that pretty handily. Do you mind if I absorb this into the main mod?  I'd probably have it as a toggleable "advanced" mode, keeping the current simple CBBE sliders as the default "simple" mode. Because the main problem I can see here is that you can't adjust your morphs in-game like this- it's a lot of jumping in and out of the game to adjust them. This adds a bit of mucking around in exchange for waaaaay more detailed customisation, whereas the current method is pretty easy to use and just gets the job done, so an advanced/simple toggles makes sense, I think.  Also, it looks like the SLIF stuff is only like 2 changed lines, so I might add that in on a toggle as well.  3 hours ago, renhoff said: Hello I think bimbo have plump lips It is possible to add slider for lips in the next update?  I'd love to, but no. It is possible- just- but you need to be a code wizard to do it. And even then, that's only for the player, NPCs are basically impossible. So it would be a huge effort for me and then only work for the player anyway. The best thing to do is to just Racemenu edit your lips. Â
Okshi91 Posted July 13, 2023 Posted July 13, 2023 (edited) 25 minutes ago, jib_buttkiss said: Do you mind if I absorb this into the main mod? Go right ahead, half the reason I did the code was so that you had the option of just yoinking it into the mod. Â 25 minutes ago, jib_buttkiss said: I'd probably have it as a toggleable "advanced" mode, keeping the current simple CBBE sliders as the default "simple" mode. Because the main problem I can see here is that you can't adjust your morphs in-game like this- it's a lot of jumping in and out of the game to adjust them. You shouldn't really need a simple/advanced morph switch, as you can still edit the values of the sliders in the MCM, and you can ship the CBBE sliders in the bimboMorph.json. The only real thing that would require going to the file is to add completely new morphs, which even if daunting for some users, is still easier than editing and recompiling the scripts, and the way I have it set up should mean that people shouldn't have to reload the game whenever they add a morph to the JSON, though I never actually tested that so I might be incorrect. Edit: Just tested it, you have to reload the save whenever you add new morphs to the file directly, but it's still faster than reloading the entire game, and IIRC JsonUtil will automatically add a new key/value to it's cached copy of the file whenever you add an element using it. Â You could also make a text entry thingo that adds a float to the file using JsonUtil.setFloatValue([textbox input], [some default value, probably 0.0]), then reloading the MCM. Edited July 13, 2023 by Okshi91 Actually tested editing the json while the game is running
ebbluminous Posted July 13, 2023 Posted July 13, 2023 17 hours ago, jib_buttkiss said: I'll add a toggle for them in the next versions. Until then, though, I don't lock them on, so you can always use the Slavetats menu to remove them. Â Thank yous
SquatsAreLife Posted July 13, 2023 Posted July 13, 2023 Is there an update to voice files for BoS out somewhere? The latest I have seen is for version 1.4.2.
Alpha719 Posted July 13, 2023 Posted July 13, 2023 8 hours ago, Okshi91 said: Try using a bimbo suppressant and waiting for it to wear off, or if that doesn't work, doing 'setstage cc_bimbofyplayer 30' 8 times then 'setstage cc_bimbofyplayer 160' You may get the final tats doubling up and a spare collar if you use the setstage method, though, and as with all debugging, make a save before you do it. Well that didn’t work so I just decided to make a whole new save and test to see if that works when I get my character at that level again
LinksSword Posted July 13, 2023 Posted July 13, 2023 (edited) 11 hours ago, Okshi91 said: And I took that as a challenge. I've got this rudimentary JSON morph handler set up for SE 3BA, but anyone should be able to edit the bimboMorphs.json to set different morphs. Note that, much like the regular implementation, this won't really handle changing morphs post-application. Oh, and as a personal preference thing, I made a SLIF version too. Hopefully I didn't mess up the zips when packing these changes. BOS Morph Edits NiO.zip 22.74 kB · 8 downloads BOS Morph Edits SLIF.zip 22.74 kB · 10 downloads It works kind of ,MCM settings do not save on my existing file, and if i try and change them in a new save i get "NaN" error but applying the morphs does work. Edited July 13, 2023 by LinksSword
Janaisbae Posted July 13, 2023 Posted July 13, 2023 Just wanted to point out that I got completely lost doing the "Acolyte of Dibella" quest. I was told to go to Orotheiem cave to find the circlet but it was in the Accidental copy trapped door outside right to the cave. Hope this helps.
LinksSword Posted July 13, 2023 Posted July 13, 2023 (edited) @Okshi91 So i used your NIOverride version and edit the morphs the way i wanted them in the json file which i will share mine here be warn though it's quite extreme. Also make sure you have 3BA body because i am using some vaginal morphs. Again thank you for the file even though it's a little annoying too have to reload my save each time i make an edit since the mcm options of the body sliders don't work. bimboMorphs.json Edited July 13, 2023 by LinksSword
TheLoversDAB23 Posted July 13, 2023 Posted July 13, 2023 Hiya, i love the concept behind this mod but my AE game keeps crashing as i approach whiterun? I also made uthgerd read the book, so idk if the files are conflicting, does anyone know a fix?
Okshi91 Posted July 14, 2023 Posted July 14, 2023 7 hours ago, LinksSword said: t works kind of ,MCM settings do not save on my existing file, and if i try and change them in a new save i get "NaN" error but applying the morphs does work. Odd. I'm gonna do that thing and say "it works on my game", but if you have a papyrus log from when it was doing that, I can take a look and see if there's any obvious errors caused by fuckups on my part.  4 hours ago, LinksSword said: Again thank you for the file even though it's a little annoying too have to reload my save each time i make an edit since the mcm options of the body sliders don't work. Glad I could make something useful. Also, for anyone who wants an easier time, I figured out how to make a patch that only requires reloading the Bimbo Body page in the MCM whenever you directly edit the file. Note that you still need to install the old morph thing, this is just an edit to the MCM script. No Reloading needed hopefully.zip
Wut1969 Posted July 14, 2023 Posted July 14, 2023 22 hours ago, Okshi91 said: And I took that as a challenge. I've got this rudimentary JSON morph handler set up for SE 3BA, but anyone should be able to edit the bimboMorphs.json to set different morphs. Note that, much like the regular implementation, this won't really handle changing morphs post-application. Oh, and as a personal preference thing, I made a SLIF version too. Hopefully I didn't mess up the zips when packing these changes. BOS Morph Edits NiO.zip 22.74 kB · 11 downloads BOS Morph Edits SLIF.zip 22.74 kB · 11 downloads I don't have SE, so I won't be able to use these obviously, but I just wanted to let you know that you seem to have forgotent to add the pre-post screenshots of your PC.
LinksSword Posted July 14, 2023 Posted July 14, 2023 3 hours ago, Okshi91 said: Odd. I'm gonna do that thing and say "it works on my game", but if you have a papyrus log from when it was doing that, I can take a look and see if there's any obvious errors caused by fuckups on my part.  Glad I could make something useful. Also, for anyone who wants an easier time, I figured out how to make a patch that only requires reloading the Bimbo Body page in the MCM whenever you directly edit the file. Note that you still need to install the old morph thing, this is just an edit to the MCM script. No Reloading needed hopefully.zip 19.43 kB · 1 download works thanks!Â
Okshi91 Posted July 14, 2023 Posted July 14, 2023 23 minutes ago, Wut1969 said: I don't have SE, so I won't be able to use these obviously Should work on LE/AE too, it's just some scripts.  23 minutes ago, Wut1969 said: you seem to have forgotent to add the pre-post screenshots of your PC Ah... well... You see... Eh, feck it, I'll just find my first save for my current character and grab some from those. Thank goodness for ReSaver being able to update the modified time on saves, because I am NOT scrolling though ~6000 saves Spoiler  2
jon81996 Posted July 14, 2023 Posted July 14, 2023 man, this beautiful mod DOES NOT like AE for me. got no idea why it does this to me to such an extent to lop off my hands and feet. the only error worth of note is "Vampire Feet" failed to build in body slide and for some reason I can not wear the heels at all. the NPCs who I did bless with the curse could but their feet are in the ground. oh, also the breast scaling is borked for me as well, the breasts make a weird scoop as they get bigger than they currently are now. I am using base CBBE, no skin, no fancy HDT for bouncing breasts but only for hair. this is on a clean save as well. if it helps, I do have Estrus installed but that I am sure is not causing issues. I hate Bethesda for making AE bork so many mods.Â
Okshi91 Posted July 14, 2023 Posted July 14, 2023 51 minutes ago, jon81996 said: man, this beautiful mod DOES NOT like AE for me. got no idea why it does this to me to such an extent to lop off my hands and feet. the only error worth of note is "Vampire Feet" failed to build in body slide and for some reason I can not wear the heels at all. the NPCs who I did bless with the curse could but their feet are in the ground. oh, also the breast scaling is borked for me as well, the breasts make a weird scoop as they get bigger than they currently are now. I am using base CBBE, no skin, no fancy HDT for bouncing breasts but only for hair. this is on a clean save as well. if it helps, I do have Estrus installed but that I am sure is not causing issues. I hate Bethesda for making AE bork so many mods. That looks like you've got mesh issues. If you don't have the SE patch, install it, and then if that doesn't work, run CAO on your bodyslide folder then rebuild the meshes. Absolute worst case scenario you can run CAO on your meshes folder, but I'd advise against doing that unless you have to. I can't really help with the sliders, though it may be useful to note (assuming you don't have my morph json patch) that you still need to invert the sliders marked "SE Inv." in the MCM, as SE/AE CBBE (What you're using) has some different slider directions from LE CBBE (What this mod was configured for)
DrSeptimus Posted July 14, 2023 Posted July 14, 2023 Childish Games have a few bugs.  1) You need to collect 18 underwear, but 1 bra is missing. 2) Morella Gray-Mane would sleep on Lyli instead of leaving.   Another question.  Can you side with Lyli?
xone567 Posted July 14, 2023 Posted July 14, 2023 (edited) Breast piercing and belly piercing not match body,look like floating.can fix this? Edited July 14, 2023 by xone567
jib_buttkiss Posted July 14, 2023 Author Posted July 14, 2023 (edited) 23 hours ago, Okshi91 said: Go right ahead, half the reason I did the code was so that you had the option of just yoinking it into the mod.  You shouldn't really need a simple/advanced morph switch, as you can still edit the values of the sliders in the MCM, and you can ship the CBBE sliders in the bimboMorph.json. The only real thing that would require going to the file is to add completely new morphs, which even if daunting for some users, is still easier than editing and recompiling the scripts, and the way I have it set up should mean that people shouldn't have to reload the game whenever they add a morph to the JSON, though I never actually tested that so I might be incorrect. Edit: Just tested it, you have to reload the save whenever you add new morphs to the file directly, but it's still faster than reloading the entire game, and IIRC JsonUtil will automatically add a new key/value to it's cached copy of the file whenever you add an element using it.  You could also make a text entry thingo that adds a float to the file using JsonUtil.setFloatValue([textbox input], [some default value, probably 0.0]), then reloading the MCM.  Ah okay, that makes sense. I should probably have waited until it wasn't 2am to try and read your code.  20 hours ago, Thorxx said: Is there an update to voice files for BoS out somewhere? The latest I have seen is for version 1.4.2.  No one's made one since that 1.4 version, and I suspect that until voice generators learn to giggle it'll probably stay that way unfortunately.  17 hours ago, Janaisbae said: Just wanted to point out that I got completely lost doing the "Acolyte of Dibella" quest. I was told to go to Orotheiem cave to find the circlet but it was in the Accidental copy trapped door outside right to the cave. Hope this helps.  Strange, that quest just uses vanilla radiant location logic. Well, that's what quest markers are for.  1 hour ago, DrSeptimus said: Childish Games have a few bugs.  1) You need to collect 18 underwear, but 1 bra is missing. 2) Morella Gray-Mane would sleep on Lyli instead of leaving.  Another question.  Can you side with Lyli?  1) Did you get the 3 panties that were placed around the room, and all the underwear that was in the marked containers? There is enough around the room. It might not be a bra, I can't remember if it's actually 9 panties/9 bras, or like 10 panties/8 bras or whatever. 2) Sounds like her run-away package didn't trigger properly. Might be my fault, might be standard skyrim jank. Which part of the quest was this in?  And, yeah, you can side with Lyli, as long as you tell her about the first prank instead of doing it! But she doesn't open up a whole questline like Morella has, it's just a smaller one-off thing, to help Lyli get Morella with a prank, then Lyli gives you a small reward and is marked as a friend. You can actually totally fail that quest too if you attack Lyli at any point, and make both of them hate you. Wouldn't recommend doing that though.  33 minutes ago, xone567 said: Breast piercing and belly piercing not match body,look like floating.can fix this?  Looks like either you haven't built them in bodyslide, or you built your nude body to a different shape to the piercings. Edited July 14, 2023 by jib_buttkiss
leovera Posted July 14, 2023 Posted July 14, 2023 This may well be a problem on my end, but since updating to 1.6 I keep getting CTD shortly after the first stage of the curse (the first popup message). I run a lot of other script heavy mods so there may well be a conflict somewhere, however I did a fresh install not too long ago to try and sort these random crashes out.  I've been testing using the "trigger player curse" feature in MCM so maybe that has something to do with it.  This is also on a fresh save.  I've included a crash log via Crash Fix v12 crash_2023_07_14_15-56-52.txt
Alpha719 Posted July 14, 2023 Posted July 14, 2023 (edited) Well been trying to fix the bodyslide replacer armor but when using the tavern clothes and bimbos of Skyrim when I preview the body the tavern shape still stays small I think that is what fucked up my bimbo body morphs when I did a whole new save to get my character to be bimbofied thing is I don’t know how to fix it edit: I also made sure to use bodyslide and check the box with the morphs and again the body preview shows off my character with the bigger breasts and butt yet I don’t know how to fix the issue where the clothes is supposed to increase in size to as the character gets bimbofied Edited July 14, 2023 by Alpha719 Added more information
Naps-On-Dirt Posted July 14, 2023 Posted July 14, 2023 Neither of the alchemists in The White Phial (Nurelion and Quintus Navale) have the dialogue to make an anti-corruption potion.
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