Jump to content

Recommended Posts

Posted (edited)
1 hour ago, Naps-On-Dirt said:

 

I'm not seeing the new controls in the MCM.  

What? No, the new version was always 1.3.5 and 1.3.4 totally didn't have a missing script so that the new MCM buttons weren't there. Totally. I promise. 1.3.5.

Edited by jib_buttkiss
Posted (edited)
1 hour ago, xesfer said:

Does version 1.3.4 require Devious Devices?
My MO says that there are 3 missing masters: devious devices - asset.esm, espansion.esm and Inegration.esm.

With previous versions I got no alert message.

 

Appears to be a mistake.  SSEEdit will strip the masters off, meaning none of them are ever referenced.  Update.esm is also listed as a master and never referenced, but it's probably a good idea to keep that one as a master.

 

Here are steps to correct this issue yourself:

  1. Make sure you have all of the master files in your load order (you don't need to install DD, just the .esm files)
  2. Open TES5Edit or SSEEdit and load CustomComments.esp
  3. Right-click on CustomComments.esp in the left-side pane and select "Clean Masters (=Remove all unused Masters)" in the context menu
  4. Agree to allow edits
  5. Right-click on CustomComments.esp in the left-side pane and select "Add Masters..."
  6. Enable the checkbox next to Update.esm and hit the OK button
  7. Close TES5Edit/SSEEdit and save changes to CustomComments.esp
Edited by brewmasterhal
Posted
1 hour ago, jib_buttkiss said:

What? No, the new version was always 1.3.5 and 1.3.4 totally didn't have a missing script so that the new MCM buttons weren't there. Totally. I promise. 1.3.5.

Totally!

 

Really appreciate the changes you are making with this mod. Keep up the great work.

Posted

Progress on the mod is great! @jib_buttkiss

Id love to see some additional ways to add corruption/quests like an expansion on the cursed collar Roni is wearing where the player can also get cursed with a collar and a quest to remove while corruption increases in the background.

Thanks for implimenting the bimbo thoughts during the transformation process I requested =D

Posted
15 hours ago, jib_buttkiss said:

-Changed all calls to bimbo corruption in this mod to use the new event.  I may have set a bunch of the corruption values to be slightly different to what they were before... (sorry @Antaufein)

 

Don't be sorry, I was only pointing out what were the actual corruption values so you could change them if you wanted to. Some of the new values (and some of the old ones too) look a bit random, but I guess it makes things a little bit unpredictable and interesting ?‍♂️ I've had fun testing out your mod thus far! I like that it is now compatible with YPS, but it would be cool if we could customize the colors because for me platinum blonde looks too white. Maybe one day we could choose to get another blonde type instead? Same for lipstick and eyeshadow.

 

I also found a potential bug looking through CC_BimboRulesNote.psc. You check to see what the corruption value is when reading Anaita's note to print the correct debug messages, but if the corruption value is between 95 and 100, nothing should be printed out because you check to see if the value is below 95 and then if the value is over 100. That leaves values between 95 and 100 (both included) unhandled. You should check if corruption is less than 100 and then if it is more than or equal to 100. Also, while we are in this script, I think I found the only corruption increase that doesn't use the new mod event and it's this one! ??

 

Other than that, it's looking good so far. Now, I have more stuff to test!

Posted

ok, made it through the entire player bimbo curse with all its transformations using YPS in LE successfully. Look wise, the only thing I was missing were a few more pink tattoos, puffier lips (of course can do that myself in racemenu) and some sexier heels- ideally in pink. Been using the transparent DD heels instead. Was also playing around with the YPS supported stockings- could not find the exact pink I wanted but good start.

Maybe including this slavetats pack would be a nice touch as well: 

 

Posted
15 hours ago, jib_buttkiss said:

What? No, the new version was always 1.3.5 and 1.3.4 totally didn't have a missing script so that the new MCM buttons weren't there. Totally. I promise. 1.3.5.

Obviously, as 1.3.5 was foretold in the Prophecies as the True One and we had been warned about the false prophet 1.3.4.

 

I'm not even sure how this could have caused any confusion, the Elden Scrolls were very clear. It's just under, or above, the flow of time. 

Posted
15 hours ago, brewmasterhal said:

 

Appears to be a mistake.  SSEEdit will strip the masters off, meaning none of them are ever referenced.  Update.esm is also listed as a master and never referenced, but it's probably a good idea to keep that one as a master.

 

Here are steps to correct this issue yourself:

  1. Make sure you have all of the master files in your load order (you don't need to install DD, just the .esm files)
  2. Open TES5Edit or SSEEdit and load CustomComments.esp
  3. Right-click on CustomComments.esp in the left-side pane and select "Clean Masters (=Remove all unused Masters)" in the context menu
  4. Agree to allow edits
  5. Right-click on CustomComments.esp in the left-side pane and select "Add Masters..."
  6. Enable the checkbox next to Update.esm and hit the OK button
  7. Close TES5Edit/SSEEdit and save changes to CustomComments.esp

Dammit, I thought I did that. I was experimenting with DD and ended up with it as a master. I must have forgot to save after doing the clean. I'll have that fixed soon (-ish).

 

7 hours ago, jperrins66 said:

I can see some BoS text that shows up in the console that looks like it should be on screen but it's only in the console not on the screen.

What's the text? As a general rule, the console will print informative stuff for the user (follower bimbo checks occurring, event registration, and corruption changes) and the top-left notifications will be more in-character (bimbo thoughts, etc.).

 

7 hours ago, Antaufein said:

 

Don't be sorry, I was only pointing out what were the actual corruption values so you could change them if you wanted to. Some of the new values (and some of the old ones too) look a bit random, but I guess it makes things a little bit unpredictable and interesting ?‍♂️ I've had fun testing out your mod thus far! I like that it is now compatible with YPS, but it would be cool if we could customize the colors because for me platinum blonde looks too white. Maybe one day we could choose to get another blonde type instead? Same for lipstick and eyeshadow.

 

I also found a potential bug looking through CC_BimboRulesNote.psc. You check to see what the corruption value is when reading Anaita's note to print the correct debug messages, but if the corruption value is between 95 and 100, nothing should be printed out because you check to see if the value is below 95 and then if the value is over 100. That leaves values between 95 and 100 (both included) unhandled. You should check if corruption is less than 100 and then if it is more than or equal to 100. Also, while we are in this script, I think I found the only corruption increase that doesn't use the new mod event and it's this one! ??

 

Other than that, it's looking good so far. Now, I have more stuff to test!

Yeah, I'm basically setting the corruption values by what feels right more than any proper balancing.

 

It shouldn't be too hard to add hair and makeup colour to the Makeover! power, I'll have a play with it.

 

Nice catch on the gap in the note conditions and it not using the event, I'll fix that.

 

15 minutes ago, pnutz78 said:

ok, made it through the entire player bimbo curse with all its transformations using YPS in LE successfully. Look wise, the only thing I was missing were a few more pink tattoos, puffier lips (of course can do that myself in racemenu) and some sexier heels- ideally in pink. Been using the transparent DD heels instead. Was also playing around with the YPS supported stockings- could not find the exact pink I wanted but good start.

Maybe including this slavetats pack would be a nice touch as well: 

 

 

I wanted to have glowing tattoos like that mod, but the Slavetats mod API doesn't seem to handle glow colours very well. It's is a shame, because a proper magically bimbofied slut should have a glowing pink lewdmark. Maybe someone here will know something I don't, though.

 

By the way, just in case it would work, how are you getting puffy lips in racemenu? I can never get the depth for them to look good, they just end up, like, tall and flat.

Posted

I'm just getting started with this mod, and as I would be hoping to use Disparity with it;

- is there going to be any weight increase during the process of Bimbofication?

- if not, would it be possible to add an (optional) corruptionvalue/10 to the weight? If I understand correctly, that would add a weight of 25?

 

The latter would allow for having Disparity adding a small penalty to the PC with increasing corruptionvalue/weight. 

Obviously this would be less of a perfect idea if someone starts with a weight of 100, but who does that anyway? ?

I'l also post a message on the Disparity thread, to ask if they can make a hook into the corruption value itself, but the mod owner seems to have left LL since February.

 

I understand that you get a lot of questions so please don't feel pressed to add this.

Posted
3 hours ago, jib_buttkiss said:

Dammit, I thought I did that. I was experimenting with DD and ended up with it as a master. I must have forgot to save after doing the clean. I'll have that fixed soon (-ish).

 

What's the text? As a general rule, the console will print informative stuff for the user (follower bimbo checks occurring, event registration, and corruption changes) and the top-left notifications will be more in-character (bimbo thoughts, etc.).

 

Yeah, I'm basically setting the corruption values by what feels right more than any proper balancing.

 

It shouldn't be too hard to add hair and makeup colour to the Makeover! power, I'll have a play with it.

 

Nice catch on the gap in the note conditions and it not using the event, I'll fix that.

 

 

I wanted to have glowing tattoos like that mod, but the Slavetats mod API doesn't seem to handle glow colours very well. It's is a shame, because a proper magically bimbofied slut should have a glowing pink lewdmark. Maybe someone here will know something I don't, though.

 

By the way, just in case it would work, how are you getting puffy lips in racemenu? I can never get the depth for them to look good, they just end up, like, tall and flat.

 

I think best way to make puffy lips is to use Sculpt in racemenu ^^

20221207173506_1.jpg

20221207173527_1.jpg

Posted
4 hours ago, jib_buttkiss said:

I wanted to have glowing tattoos like that mod, but the Slavetats mod API doesn't seem to handle glow colours very well. It's is a shame, because a proper magically bimbofied slut should have a glowing pink lewdmark. Maybe someone here will know something I don't, though.

 

LewdMarks already includes some glowing tattoos. You need to use the tats in LewdMarks-glow

Posted

I have an issue, tldr, the body morphs doesn't seem to work whil bimbofying the player or follower. ps: I'm on LE

 

Here'sa summary as brief and simple as possible of what I've tried in order to get it to work:
 

-After installing the mod, I did a quick full bimbofication of the player and follower to see if/how the mod worked before actually playing it normally

-everything was fine except no bigger boobs or butt

-went to Roni, because she has two big incators of how deep the issue goes, indicator are small

-asked about it here, realised before even getting an answer my stupid ass forgot to generate the body morphs

-loaded my save, Roni's big indicators were there, so I assumed everything was now fine

-played "normaly" with the mod, started follower bimbofication with the book, and player bimbofication with the note

-realised once I got the message of the follower being fully bimbofied that there hasn't been any growth of the boobs nor butt

-Tried to restore the bimbo body settings to default then bimbofied another follower, still no change (because of my "the bigger the better" mentality, I had pumped everything to the max not knowing what I was doing, assumed it may have caused a bug or conflict)

-Still no changes, I assumed default is for no chnages, so for the very first time I when in the CBBE morphs setting in racemenu to see which sliders did what, found a satifying result, input this in bimbo body settings, still no changes

-Went here, saw 1.3.5 was out (I was still on 1.3.2), wondered if updating version would resolve the issue, nope

And now here I am. Anyone has an idea what could be the issue ?

Posted

So, been attempting to make a non follower into a bimbo through Hypno after I updated the mod. However, I don't currently have the option anywhere in the hypno menu. I'll start a new game real quick and see if that gives me the option.

Posted (edited)

Unrelated to my previous post, here's some things I'd like to see added to this mod. Before that I'll say 3 things, first I don't know anything about how to make mods, so I may be completely unaware that some of these ideas are impossible/too much work, I'm litteraly just writting everything I can think of to improve the mod. Second, I'm too lazy to read 15 pages of forum posts, so chances are some people had these ideas before me. Third, some of this idea obviously require to have mcm settings, I'll avoid repeating you should be able to disable/set this or that in mcm.

-more Anaita dialogues options, I was honestly kinda disapointed I could talk with her about the note more, you could maybe go as far as changing what the pc can answer depending on bimbofication level

-Still on Anaita, expend her quest with more notes to find for her, maybe even have her become an even bigger bimbo with each note you bring her (bigger boobs, bigger butt etc), the only idea for another note I have currently would be a "bad girl" note that list all the things a "bad girl" is and how you shouldn't be a bad girl, basically just do the reverse of the good girl note.

-About the note, adding the possibility to randomly find it in some bandit camp's chest, because if, like me, you like rping even your very nsfw playthroughs, getting a spike in the bimbo curse from a random not in a chest on your (currently) strong female adventurer may be more "immersive" than doing a quest for some bimbo that clearly won't be able to repay you with anything other than sex.


-if a female follower has the note or the book in her inventory, random chance she'll spontaneously start being bimbofied


-If a follower currently being bimbofied has the note in her inventory, have the bimbofication progress faster than normal

-If a male or bimbo follower has either the book or the note in their inventory, random chance they'll try to bimbofy the pc

 

-If you read the note while having a male follower, random chance he'll confront you about it and ask you to show how much of good girl you are (reaction depends on bimbo corruption)

 

-if you read the note while having a non-bimbofied female follower, they'll snap you out of it, take the note away from you and destroy it, greatly diminishing the corruption gain and making the note disapear

-spontaneous npc bimbofication, random chance that a random npc in an area where a bimbo stays (either a bimbo npc or a dismissed bimbo follower) becomes a bimbo

-Have a custom bimbo outfit be given instead of the vanilla tavern clothes, don't get me wrong, the tavern clothes aren't bad, but they aren't great either, and in my opinion doesn't fit a bimbo's "aestetic". I know there are many replacers and clothes mods to compensate for that, but it would honnestly be cool if it wasn't a quasi soft requirement. I could go as far as to suggest giving every bimbo npc her custom outfit she give you when you meet the criterias (being enough ofa bimbo) and did her quest, but that'd be asking for too much.

 

-advenced mcm hardcore mode settings, with more drawbacks perks for a worse better experience, some exemple:
Big words confuse me: can't read most books/notes (except quest-related ones and some exceptions)
It's too heavy for me: automatically drops weapons over a certain weight on the floor when trying to equip them, plus drasticly reduce carry weight
Gullible: your follower or even randow npc may ask you for money under some bullshit pretext, and as a stupid bimbo you'll believe them and give them the money.
My boobs are in the way: can't fire a bow
Annoying giggles: play a giggle sound effect way too often
If it's gonna be hardcore mode, better make sure you can make the game as inconvenient as you'd like

-mcm presets for bimbo body settings (like no changes, big, enormous, ridiculous) instead of just having the sliders (you can keep them, just make them advenced settings)

Edited by xegin
Posted
8 hours ago, ebbluminous said:

@Code Serpent - Corruption has one where the lips are puffed up. Are there any tips/help to incorporate this into the Bimbo mod?

The way I do it in Corruption is literally swapping out the player's head mesh with one that I've plumped up the lips manually in Bodyslide. The process is very hacked in, and I'm not sure it will work on NPCs. This method is also incompatible with other mods using the same method, as the player can only have one face mesh. And, unfortunately, I think that's the only way you can do this, as neither RaceMenu or ECE or any other mod that I know of supports dynamically changing face meshes.

 

For the player I can add support in Corruption so that the player experiences the Blowjob Lip transformation due to this mod's Bimbofication, but that will have to wait until I polish up the upcoming update.

Posted
49 minutes ago, Code Serpent said:

The way I do it in Corruption is literally swapping out the player's head mesh with one that I've plumped up the lips manually in Bodyslide. The process is very hacked in, and I'm not sure it will work on NPCs. This method is also incompatible with other mods using the same method, as the player can only have one face mesh. And, unfortunately, I think that's the only way you can do this, as neither RaceMenu or ECE or any other mod that I know of supports dynamically changing face meshes.

 

For the player I can add support in Corruption so that the player experiences the Blowjob Lip transformation due to this mod's Bimbofication, but that will have to wait until I polish up the upcoming update.

It was more for the player I was thinking of. I'll look forward for the Corruption update :)

Posted (edited)

I'm getting strangeness....

I'm using v1.3.5 with SE patch v0.7. and used bodyslide. Because I'm using SE I set my sliders for negative values. But boy was I surprised. Did I do something dumb and obvious?

 

wut.png

 

Nevermind, I found the place I messed up at. Turn only the sliders that say SE  neg, not just all of them.

Edited by cgod2010
Self Solved
Posted

1.3.5 works great!

 

The follower bimbo curse is what I regularly use (still use SLH for player), however, I did have some suggestions:

 

Soft Integration of Sexlab Hormones recommendations:

- More of a Quality of Life improvement, as the "disable" button works fine, but BoS re-enables the Player Bimbofication option on update, which auto-detection would fix.

- Integration of the "begging" dialogue list between the two mods would be great, but would probably require a fork of Hormones to either cross-integrate the two mods dialogue lists.

- Cross-listing the "Bimbo Thoughts" list is probably the easiest one to do as a test of the fork (if you get DBF's permission), the "thought" system is not really flushed out in hormones, but would be a huge improvement!

Posted (edited)

A quick update here, just to fix Devious Devices being a master for no reason. There's also now a magic effect that gets added to your active effects to indicate your approximate level of corruption, because I felt like some giving some info was only fair, and I fixed that skipped condition in the note that @Antaufein caught, while I was at it.

Edited by jib_buttkiss

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
×
×
  • Create New...