jib_buttkiss Posted August 19, 2025 Author Posted August 19, 2025 On 8/19/2025 at 4:07 AM, Wut1969 said: @jib_buttkiss;  I added the SE 02 patch and noticed that it didn't 100% overwrite the SE 01 patch, was this intended?   Yeah, the .2 patch removes some dud files that the .1 patch had left in.  22 hours ago, Selloh said: Pretty awesome discovery! I managed to get this working by editing the BSLightingShaderProperty (8 & 16) in Nifskope. I changed the "Skyrim Shader Type" from Default to Hair Tint, and added Hair Soft Lighting to "Shader Flags 1". The result is working hair colours for wigs!   Reveal hidden contents I'll include the .nifs so you don't have to change all the settings yourself if you want to include it Jib. Again, I'm an amateur and I have no idea what these settings actually do, so use at your own risk! BOS Wig Colour.zip Also, now that this is possible, could you make it so the MCM settings that affect hair colours work even when the wig option is selected? Edit: Just so no one gets confused, you need Hair Colour Sync NG for this to work.  Cool! I'll include this as an optional patch. But adding the MCM option will be a bit more work (if I can at all? It would need to be an option to change the player's actual ,not YPS, default hair colour, which isn't something I already have code written to do).  19 hours ago, Balgin said: Odd bug. All npc's seem to be stuck on -2% corruption and it cannot be increased. It's possible to use the Journey of a Bimbo Babe book to push them up from -2% to 105% pretty much instantly but that's not what I want. I just wanted to unlock the corruption and get them all back to normal again. This affects multiple characters on different saves.  That's really weird. I'll take a look at the corruption events, see if there's something broken in there.   19 hours ago, jinxweaverHD said: Still unable to skip childish games, nothing happens when I hit the button and accept that it is irreversible, even with a new game and the most recent update......  Can you try setting CC_ChildishGames_Timers to stage 5? This should active the skipping. If not try setting the individual quests to these stages: Spoiler CC_ChildishGames_1.Setstage(0) CC_ChildishGames_1.Setstage(70) CC_ChildishGames_2.Setstage(1) CC_ChildishGames_2.Setstage(100) CC_ChildishGames_3.Setstage(0) CC_ChildishGames_3.Setstage(70) CC_ChildishGames_4.Setstage(0) CC_ChildishGames_4.Setstage(70) CC_ChildishGames_5.SetStage(0) CC_ChildishGames_5.SetStage(80)  16 hours ago, Kruggar said: Is it possible for you you make a patch for this please? https://www.nexusmods.com/skyrimspecialedition/mods/72981  I'll take a look. If it's as easy as moving the spawn location of the two NPCs then I may as well.  13 hours ago, Ichigo3924 said: Seems like the CC_MorellaRelationshipScore is not advancing despite my receiving the message that I'm closer with her. I've cleared dungeons, picked up Nirnroot, and discovered Standing Stones with her, but it won't advance. I've tried doing stopquest, resetquest, and startquest on her follower quest, but still, nothing works. Dunno what to do here, unfortunately.  Yep, it's a bug in the current version, I forgot to fill the property in the script. I'll fix it in the next version I put out (hopefully in a few days to fix the Makeover menu as well).  9 hours ago, DrSeptimus said: I applied the keyword CC_CumPotion to ingredients from cum alchemy and it doesn't seems to work. So, does it only work for potion and food for now?  For the bimbo makeover, is it possible to add a no tattoo/makeup option for makeup section?   I guess the game processes eating ingredients as something different to eating food, so yeah, no dice unfortunately.  Yeah I'll add the option for no tattoo. 3
Moma743 Posted August 20, 2025 Posted August 20, 2025 NPC character's head keeps turning black. Any help fixing this?
BobaBibba Posted August 20, 2025 Posted August 20, 2025 5 hours ago, jib_buttkiss said:  Cool! I'll include this as an optional patch. But adding the MCM option will be a bit more work (if I can at all? It would need to be an option to change the player's actual ,not YPS, default hair colour, which isn't something I already have code written to do).   This is kinda something I was gonna ask. If it was possible to make it would just change your hair color to blonde instead of using a wig or YPS. Because no offence, but those wig options are horrendous lol. And YPS is kind of just a pain to use imo. Nothing against Emily and her mod. I just don't use most of the features and managing the menus sucks do to Skyrim's limitations with the popup menus. I mostly just end up using the wig option and using the "no hair" option. Then I just go into race menu and change my hair blonde. Again I don't know if what I'm asking is entirely possible, but it would be a very cool feature if it was.
Wut1969 Posted August 20, 2025 Posted August 20, 2025 @jib_buttkiss: I have found irrelevant small bugs before, but the one I noticed yesterday takes the cake for being the most irrelevant, so brace yourself.  I changed the Hyponsis Quest start level to 100, yet I noticed that he console message stated that it is going to do a daily check to see whether my PC is level 10. So that 10 is a static number. The actual check uses the variable, so everything works as it should.  You don't even need to put the variable in the message. Just let it print something generic like "Checking user level for hypnosis quest". Or don't change it at all, because I have no idea how small the chance is that someone will even see this text, but it should be minute.  Â
jinxweaverHD Posted August 20, 2025 Posted August 20, 2025 7 hours ago, jib_buttkiss said: CC_ChildishGames_1.Setstage(0) CC_ChildishGames_1.Setstage(70) CC_ChildishGames_2.Setstage(1) CC_ChildishGames_2.Setstage(100) CC_ChildishGames_3.Setstage(0) CC_ChildishGames_3.Setstage(70) CC_ChildishGames_4.Setstage(0) CC_ChildishGames_4.Setstage(70) CC_ChildishGames_5.SetStage(0) CC_ChildishGames_5.SetStage(80) when i try to use any of these before or after talking to morellia it says the same thing could not parse this line also if you would be so kind as to show me how to mess with timeings I was unsure with a few hours of research
DrSeptimus Posted August 20, 2025 Posted August 20, 2025 10 hours ago, jib_buttkiss said: I guess the game processes eating ingredients as something different to eating food, so yeah, no dice unfortunately. Â Yeah I'll add the option for no tattoo. Â So CC_CumPotion now only work for potion only? Or does it work for food as well? Would you add a keyword or make it work with ingredients as well?
jib_buttkiss Posted August 21, 2025 Author Posted August 21, 2025 On 8/20/2025 at 2:03 PM, Moma743 said: NPC character's head keeps turning black. Any help fixing this?  Change bimbo hair to use wigs instead of hair replacement in the MCM.  On 8/20/2025 at 2:16 PM, BobaBibba said:  This is kinda something I was gonna ask. If it was possible to make it would just change your hair color to blonde instead of using a wig or YPS. Because no offence, but those wig options are horrendous lol. And YPS is kind of just a pain to use imo. Nothing against Emily and her mod. I just don't use most of the features and managing the menus sucks do to Skyrim's limitations with the popup menus. I mostly just end up using the wig option and using the "no hair" option. Then I just go into race menu and change my hair blonde. Again I don't know if what I'm asking is entirely possible, but it would be a very cool feature if it was.  I'm also not sure if it's possible, but I plan to look into it.  On 8/20/2025 at 4:08 PM, Wut1969 said: @jib_buttkiss: I have found irrelevant small bugs before, but the one I noticed yesterday takes the cake for being the most irrelevant, so brace yourself.  I changed the Hyponsis Quest start level to 100, yet I noticed that he console message stated that it is going to do a daily check to see whether my PC is level 10. So that 10 is a static number. The actual check uses the variable, so everything works as it should.  You don't even need to put the variable in the message. Just let it print something generic like "Checking user level for hypnosis quest". Or don't change it at all, because I have no idea how small the chance is that someone will even see this text, but it should be minute.    Ah, now that's a Minor Text Fix for the patchnotes if I've ever seen one!  On 8/20/2025 at 4:33 PM, jinxweaverHD said: when i try to use any of these before or after talking to morellia it says the same thing could not parse this line also if you would be so kind as to show me how to mess with timeings I was unsure with a few hours of research  Sorry, I just quickly pasted that from the code for the stages you'd need to use, I wasn't bothered to type it all out properly. Use the console setstage command to set those stages. For example setstage cc_childishgames_1 0, then setstage cc_childishgames_1 70, then setstage cc_childishgames_2 1, and so on.  On 8/20/2025 at 7:17 PM, DrSeptimus said: So CC_CumPotion now only work for potion only? Or does it work for food as well? Would you add a keyword or make it work with ingredients as well?  I'll be honest, I have no memory of that keyword. I just checked, and it seems that the only place it's used in the mod is to prevent the cum potions from triggering Spiked Potion corruption. Adding it to an item won't do anything.
jib_buttkiss Posted August 21, 2025 Author Posted August 21, 2025 (edited) Quick 1.9.0.3 release.  The main things here is a fix for the issue with Morella's relationship score not increasing and removing the unfinished YPS-themed hypno mission from the pool of possible options. It also ensures that the Anonymous Note from A Small Treasure becomes droppable, and, yes @Wut1969, has a Minor Text Fix.  This is a safe update from any 1.9 version.  @LetsTestThis, I figured a way to make the Morella relationship quest fill the property in mid-game, too- it wouldn't fill the existing property (since it's cached as blank or something, I guess), but adding a new propety and pointing that one at the correct global seems to work. Edited August 21, 2025 by jib_buttkiss 3
DrSeptimus Posted August 21, 2025 Posted August 21, 2025 (edited) 1 hour ago, jib_buttkiss said: I'll be honest, I have no memory of that keyword. I just checked, and it seems that the only place it's used in the mod is to prevent the cum potions from triggering Spiked Potion corruption. Adding it to an item won't do anything.  So what keyword can I use for food, ingredients and potion if it isn't CC_CumPotion?  Also, I have question regarding CC_SluttyItems.  Does CC_SluttyItems add corruption while the item in inventory or it add corruption if you wear it?  And if you have clothes with CC_SluttyClothes, does the effect stacks? For example, wearing skirt and shirt with this keyword would stack the corruption.  What is the use of CC_SluttyEffect and CC_Keyword? Edited August 21, 2025 by DrSeptimus
Moma743 Posted August 21, 2025 Posted August 21, 2025 2 hours ago, jib_buttkiss said: Â Change bimbo hair to use wigs instead of hair replacement in the MCM. Â Â I have but the head randomly becomes grey still. Think it's being caused by the tats as it will instantly turn grey upon changing tattoos. Not a massive deal as fast travelling anywhere else fixes the issue.
Balgin Posted August 21, 2025 Posted August 21, 2025 After updating it still says version 1.902000 on the mcm.
Somebodyelse120 Posted August 21, 2025 Posted August 21, 2025 Man this mod is about 3 years old, feels completed and you still work on it? Gotta say, respect. 2
xyzxyz Posted August 21, 2025 Posted August 21, 2025 What do i need to install to see the make-up on Elisifs face that I get for her in the quest? I have YPS light and slavetats but that didn't do anything.
jinxweaverHD Posted August 21, 2025 Posted August 21, 2025 9 hours ago, jib_buttkiss said: Sorry, I just quickly pasted that from the code for the stages you'd need to use, I wasn't bothered to type it all out properly. Use the console setstage command to set those stages. For example setstage cc_childishgames_1 0, then setstage cc_childishgames_1 70, then setstage cc_childishgames_2 1, and so on. Thank you, this worked CG is "skipped."Morella is wearing the collar and is blond. Lyli has also changed. I have not gone to the abandoned house to see if the guy was there, and Morella can follow me, so it seems to work. I'm unsure why the button doesn't work, but this is a good workaround.
jackinthebox2 Posted August 22, 2025 Posted August 22, 2025 I recently did a completely fresh installation of a 1.5.97 wabbajack list. Â I just wanted to report that my prior issues with settings are absent and both bimbofication and curing works fine for me now. Â Presumably it was an issue with my setup or script edits. I've started just merging my outfit and clothing changes directly. 1
xyzxyz Posted August 22, 2025 Posted August 22, 2025 I'm still not getting the letter for the second prank
Wut1969 Posted August 22, 2025 Posted August 22, 2025 (edited) I don't know if I'm the only one, but Lumiette has invisible clothes (3BA, SE patch 1.9.3). Aniata looks fine. Â Edited August 22, 2025 by Wut1969
Wut1969 Posted August 22, 2025 Posted August 22, 2025 On 8/21/2025 at 6:04 PM, poporaltemporal said: Congrats Wut you are not longer using the translator at least in public thats good development. Whatever you complained now I dont really care because much of that is your own imagination and it really has no point. Its obvious that you are still angry because I pointed out the translator and you still have not learnt to reply people that do not speak to you. I did not address you or any point you did but you are now whining at me. You can consider who should get real because it wasnt me that raised fuzz now and maybe it was like that before but well... I dont care. It was you who raised fuzz before and I know you care, because you came here with your little mod, looking for validation and nobody even bothers. I'm sure that made you a little sad. But hey, if you can't take responsibility for your own behavior, that's what you end up with, right?  Well, all the best. I'm sure you'll tantrum yourself into another thread soon. See ya!     Â
AlyssaAwoo Posted August 23, 2025 Posted August 23, 2025 (edited) Hey, could Lyvelia's Dirtywork ever see a more hardcore version of the quest down the line? So like an MCM option that turns the quest into an actual race against time. To be honest I only ever got to the guy in Markarth who works on a cure before I stopped, but up till that point I probably spent 2-3 ingame weeks adventuring around in Skyrim to see if anything happens. I remember that someone here talked about how you can actually be turned into a bimbo during said quest, but it seems pretty unlikely this way. Maybe some increased corruption gains paired with ingredient requirements akin to those you have to aquire for Maven Blackbriars little fetch quest - so genuinely difficulty, or maybe taking too long to return to Lyvelia/Markarth triggers an optional quest stage that adds corruption with some flavor text.  Compared to just drinking the wrong potion or ending up in one bandit camp too many - turning into a ditzy blonde because you took too long during said quest could be pretty fun. First you get stuck in a bandit camp for a day, now you got in trouble with the law and there goes another 2 days in jail, suddenly there's a madwoman muttering something about Sheogorath in your way, and why are there 4 orc bounty hunters over there? - and that's all it took. It's too late for that cure, but your ditzy self couldn't care less about now. Edited August 23, 2025 by AlyssaAwoo 1
foreveraloneguy Posted August 23, 2025 Posted August 23, 2025 So I'm kind of stuck in Morella's wedding quest. I started it and went to Whiterun, but now I can't find any dialogue to find out what a "traditional wedding" entails. I've tried talking to her in Breezehome, at the skyforge, near and in the Grey Mane house, and a few other places, but no dialogue for the wedding, just the "hey molli" I got after she became a bimbo. And yes, I gave her a bimbo tonic since for some reason she didn't want to be a big boobied bimbo for the wedding. The quest is at stage 0. Help?
Selloh Posted August 23, 2025 Posted August 23, 2025 14 hours ago, AlyssaAwoo said: Hey, could Lyvelia's Dirtywork ever see a more hardcore version of the quest down the line? So like an MCM option that turns the quest into an actual race against time. To be honest I only ever got to the guy in Markarth who works on a cure before I stopped, but up till that point I probably spent 2-3 ingame weeks adventuring around in Skyrim to see if anything happens. I remember that someone here talked about how you can actually be turned into a bimbo during said quest, but it seems pretty unlikely this way. Maybe some increased corruption gains paired with ingredient requirements akin to those you have to aquire for Maven Blackbriars little fetch quest - so genuinely difficulty, or maybe taking too long to return to Lyvelia/Markarth triggers an optional quest stage that adds corruption with some flavor text. Â Compared to just drinking the wrong potion or ending up in one bandit camp too many - turning into a ditzy blonde because you took too long during said quest could be pretty fun. First you get stuck in a bandit camp for a day, now you got in trouble with the law and there goes another 2 days in jail, suddenly there's a madwoman muttering something about Sheogorath in your way, and why are there 4 orc bounty hunters over there? - and that's all it took. It's too late for that cure, but your ditzy self couldn't care less about now. This is part of why I'm excited to eventually see the alternate corruption mode come out. Doing these kinds of quests will feel more dangerous and actually leave a permanent mark on your character that changes them fundamentally.
angrykiwi Posted August 23, 2025 Posted August 23, 2025 On 8/22/2025 at 7:23 PM, Wut1969 said: I don't know if I'm the only one, but Lumiette has invisible clothes (3BA, SE patch 1.9.3). Aniata looks fine. Â Did you build bodyslide? not sure if the mod provides meshes
Wut1969 Posted August 24, 2025 Posted August 24, 2025 8 hours ago, angrykiwi said: Did you build bodyslide? not sure if the mod provides meshes Yes, I did.  I'll check again if her dress was active. I usually do batch builds.   Â
Ichigo3924 Posted August 24, 2025 Posted August 24, 2025 Appreciate the quick patch for Morella's relationship score, can confirm it's incrementing and I think it'll be fun! Can't wait for more of her voicelines. Otherwise, general question, anyone know the value name for determining whether Morella is open to sex at the moment? And where that value typically needs to be at?
Balgin Posted August 24, 2025 Posted August 24, 2025 Little update on the -2% bug. Nobody is gaining corruption from slutty clothes. If I turn into a bimbo and snog someone's face off or give them a special cuddle they gain corruption and, from that point onwards, can gain more (although not from clothes). However, even if I turn the npc corruption gain from slutty clothing up to 100% per hour they're still gaining none and remain at -2%. There's something strange going on.
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