willsigs123 Posted August 18, 2025 Posted August 18, 2025 Good Morning, I just noticed that since I started playing with 1.9xx version of the mod the indicator for corruption under "active effects" is gone. Also I cant seem to find the option in the MCM menu to display the exact corruption stat. Is this intended or did my game bug out?Â
A_guy_with_the_plan Posted August 18, 2025 Posted August 18, 2025 does other bimbo quest stop working when you become a bimbo
Balgin Posted August 18, 2025 Posted August 18, 2025 Here's something that may be BOS related. Emily fixed the annoying yps creak sound effect that fires constantly in the latest YPS update but, since the latest BOS updates the annoying YPS creaking sound effect is back. It's something to do with one of the yps scripts (I think related to hair growth or monitoring hair in some other way) so perhaps BOS is using an outdated version of that script. Maybe you could look into it at some point.
unholyplague Posted August 18, 2025 Posted August 18, 2025 so ive got player morphs disabled in the mcm yet if the player becomes a bimbo the morphs are applied is there a way to fix this?
moutymoo Posted August 18, 2025 Posted August 18, 2025 Hello ! i'd like to report something that has been confusing me for a while. I've already asked about what defines the player as being a nympho, but the answer (the player having the nymphomaniac title in sexlab stats) wasn't in line with what happened in game. My PC is level 50~ but i've managed to keep my pure stat high and my lewd stat low using sl shrines. But at some point I noticed my pc getting corruption for being a nympho despite having low lewd stat (experimenting or level 1) and very high pure stat (ever faithfull title or level 4 pure). So I did some digging to see what was up. In BoS's CC_SexEventsScript.psc, getting corruption is triggered on line 579 and checks for the value of Sl's GetPuritylevel() function. This function (I think) computes the difference between the pure and lewd stat, multiplies it by 1.5 and then fits the result onto a square root law to get the purity level between 0 and 6. BoS then checks if this integer is higher than 4 and triggers corruption gain accordingly.  Lets forget the math for a bit, but tldr, that means that if the difference between your pure and lewd stat exceeds a certain number then you get corruption as nympho. But the problem is that if you have very high pure stat but low lewd stat, you'll eventually cross the threshold and get nympho corruption.  I find this logic a bit deceptive, because even if you try and keep your lewd stat low,( if you use sl shrines ) you'll end up getting corruption as nympho (this applies also if the pc has sex with their spouse also, which increases the pure stat and decreases the lewd stat). Instead of checking only for the purity stat, maybe one could check also for the lewd stat ( using GetLewdLevel) or some other stat.Â
Moma743 Posted August 18, 2025 Posted August 18, 2025 On 8/17/2025 at 9:17 PM, Wut1969 said: I have no idea how I helped, but I'm glad it works. And hopefully it helps others with the same issue too. Haha well.... You mentioning Vortex overwriting things made me wonder if I had to run FNIS through vortex for FNIS to detect the patch. Then Vortex was infinitely loading FNIS which made me think vortex was indeed detecting the additional animations but maybe I was over the 10k animation limit.
Moma743 Posted August 18, 2025 Posted August 18, 2025 But another problem I'm having is building the outfits. The breasts are all clipping through the bras (looks like the bras think the breasts are literally flat). i've built morphs and every other piece of clothing doesn't clip. Its specifically the bras. I've also tried rebuilding the morphs on mcm but no luck.
jib_buttkiss Posted August 18, 2025 Author Posted August 18, 2025 6 hours ago, willsigs123 said: Good Morning, I just noticed that since I started playing with 1.9xx version of the mod the indicator for corruption under "active effects" is gone. Also I cant seem to find the option in the MCM menu to display the exact corruption stat. Is this intended or did my game bug out?  The indicator being gone might be a bug? The button to display the exact corruption has moved to the Bimbo Makeover page.  5 hours ago, A_guy_with_the_plan said: does other bimbo quest stop working when you become a bimbo  No but they usually don't have any special dialogue for being a bimbo.  4 hours ago, Balgin said: Here's something that may be BOS related. Emily fixed the annoying yps creak sound effect that fires constantly in the latest YPS update but, since the latest BOS updates the annoying YPS creaking sound effect is back. It's something to do with one of the yps scripts (I think related to hair growth or monitoring hair in some other way) so perhaps BOS is using an outdated version of that script. Maybe you could look into it at some point.  I'll have a look, but I have no idea what it would be. BoS only calls functionality from YPS's scripts, it doesn't overwrite them to potentially use old ones. Did Emily say what exactly was causing the issue? That would give me a place to start looking.  3 hours ago, unholyplague said: so ive got player morphs disabled in the mcm yet if the player becomes a bimbo the morphs are applied is there a way to fix this?  Oh, that's odd. I've had a few reports of oddness with the morphs, I'll take a look into it when I have time.  For your situation, you could manually set the morph sliders to 0.0 so no morphs apply (then reapplying them with the MCM button, or try setting the "tonics don't change morphs option" and using a tonic. If you use the tonic while it's on, the tonic will remove your morphs- then turn the setting off again when the tonic wears off and they won't reapply.  2 hours ago, moutymoo said: Hello ! i'd like to report something that has been confusing me for a while. I've already asked about what defines the player as being a nympho, but the answer (the player having the nymphomaniac title in sexlab stats) wasn't in line with what happened in game. My PC is level 50~ but i've managed to keep my pure stat high and my lewd stat low using sl shrines. But at some point I noticed my pc getting corruption for being a nympho despite having low lewd stat (experimenting or level 1) and very high pure stat (ever faithfull title or level 4 pure). So I did some digging to see what was up. In BoS's CC_SexEventsScript.psc, getting corruption is triggered on line 579 and checks for the value of Sl's GetPuritylevel() function. This function (I think) computes the difference between the pure and lewd stat, multiplies it by 1.5 and then fits the result onto a square root law to get the purity level between 0 and 6. BoS then checks if this integer is higher than 4 and triggers corruption gain accordingly.  Lets forget the math for a bit, but tldr, that means that if the difference between your pure and lewd stat exceeds a certain number then you get corruption as nympho. But the problem is that if you have very high pure stat but low lewd stat, you'll eventually cross the threshold and get nympho corruption.  I find this logic a bit deceptive, because even if you try and keep your lewd stat low,( if you use sl shrines ) you'll end up getting corruption as nympho (this applies also if the pc has sex with their spouse also, which increases the pure stat and decreases the lewd stat). Instead of checking only for the purity stat, maybe one could check also for the lewd stat ( using GetLewdLevel) or some other stat.  Ah, ok. Sexlabs lewdness/purity logic is pretty damn opaque (particularly on figuring out how to access those stats), so I made an educated guess that seemed to work and called it a day. I'll take another look. 1
jib_buttkiss Posted August 18, 2025 Author Posted August 18, 2025 Quick release for v1.9.0.2 for the SE patch. This just includes the further fixed bodyslide files by @Selloh and @angrykiwi, and also helps to make sure the patch's version number matches the main release to avoid confusion and mod loader sorting issues. 2
ebbluminous Posted August 18, 2025 Posted August 18, 2025 2 hours ago, jib_buttkiss said: Quick release for v1.9.0.2 for the SE patch. This just includes the further fixed bodyslide files by @Selloh and @angrykiwi, and also helps to make sure the patch's version number matches the main release to avoid confusion and mod loader sorting issues. In B4 others say what about the Botox Patch? Should that also keep the same versioning as Core/SE patch? 1
Wut1969 Posted August 18, 2025 Posted August 18, 2025 3 hours ago, jib_buttkiss said: Quick release for v1.9.0.2 for the SE patch. This just includes the further fixed bodyslide files by @Selloh and @angrykiwi, and also helps to make sure the patch's version number matches the main release to avoid confusion and mod loader sorting issues. @jib_buttkiss;  I added the SE 02 patch and noticed that it didn't 100% overwrite the SE 01 patch, was this intended? Â
A_guy_with_the_plan Posted August 18, 2025 Posted August 18, 2025 (edited) 18 hours ago, jib_buttkiss said: On 8/18/2025 at 2:39 AM, A_guy_with_the_plan said: does other bimbo quest stop working when you become a bimbo  No but they usually don't have any special dialogue for being a bimbo. childish games and little letter quest both stopped working after become a bimbo childish games - only gotten to panty raid little letter - stopped working after the 2nd note  edit:  ive found the problem the mail man isnt showing up  if someone else runs into the problem too just use console command  player.moveto 00039fb7 Edited August 19, 2025 by A_guy_with_the_plan
Selloh Posted August 18, 2025 Posted August 18, 2025 (edited) On 8/14/2025 at 12:09 AM, Selloh said: On another note, is it possible to get this mod Hair Colour Sync NG working with BOS's wigs? I tested it in game and didn't see a change, any idea why? 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!  Spoiler 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. Edited August 19, 2025 by Selloh 1
Balgin Posted August 19, 2025 Posted August 19, 2025 (edited) 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. Edited August 19, 2025 by Balgin
jinxweaverHD Posted August 19, 2025 Posted August 19, 2025 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......
Kruggar Posted August 19, 2025 Posted August 19, 2025 (edited) Is it possible for you you make a patch for this please? https://www.nexusmods.com/skyrimspecialedition/mods/72981 Edited August 19, 2025 by Kruggar
Wut1969 Posted August 19, 2025 Posted August 19, 2025 59 minutes ago, Kruggar said: Is it possible for you you make a patch for this please? https://www.nexusmods.com/skyrimspecialedition/mods/72981 What would the patch need to do in your opinion?Â
Ichigo3924 Posted August 19, 2025 Posted August 19, 2025 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.
Miauzi Posted August 19, 2025 Posted August 19, 2025 Vor 2 Stunden sagte Wut1969: Was müsste der Patch Ihrer Meinung nach leisten?  Strictly speaking, the linked mod clashes with one of the BOS quests (Morella)... one scene takes place IN the Destroyed Ruin. The linked mod, however, leaves the house intact at the beginning – so the scene can't take place there.  And who, please, is supposed to create the patch for it? The mod author of BOS or the author of this "dynamic" house mod??  Or how about the user asking the question himself creating such "patches"!
Wut1969 Posted August 19, 2025 Posted August 19, 2025 12 minutes ago, Miauzi said:  Strictly speaking, the linked mod clashes with one of the BOS quests (Morella)... one scene takes place IN the Destroyed Ruin. The linked mod, however, leaves the house intact at the beginning – so the scene can't take place there.  And who, please, is supposed to create the patch for it? The mod author of BOS or the author of this "dynamic" house mod??  Or how about the user asking the question himself creating such "patches"! Ah, that house.Â
DrSeptimus Posted August 19, 2025 Posted August 19, 2025 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? Â
poporaltemporal Posted August 19, 2025 Posted August 19, 2025 On 8/17/2025 at 4:56 PM, Caveman 74 said: Not advocating or endorsing but have you guys seen this... BOS Charismatic HPH Overhaul on the Nexus https://www.nexusmods.com/skyrimspecialedition/mods/156753  Thanks for finding the mod. You can check my mod description and think of what Jib said. This is direct quote from the mod and I did not edit the text before I read your message. I am actually curious why you pointed it out here if you care to share. "If you want to help me: - Need 3D fake lashes to make the bimbos more bimbos. Dont know mod for HPH. - Is there SSEEDIT script or some tool to scan nif files for required textures and assets to make standalone replacer? - Generate generic voice set files for the latest BoS version - Generate latest Bella voice files (DBVO) for the latest BoS version - Help BoS author with any need" And consider Jibs reply again.
Wut1969 Posted August 19, 2025 Posted August 19, 2025 1 hour ago, poporaltemporal said:  Thanks for finding the mod. You can check my mod description and think of what Jib said. This is direct quote from the mod and I did not edit the text before I read your message. I am actually curious why you pointed it out here if you care to share. "If you want to help me: - Need 3D fake lashes to make the bimbos more bimbos. Dont know mod for HPH. - Is there SSEEDIT script or some tool to scan nif files for required textures and assets to make standalone replacer? - Generate generic voice set files for the latest BoS version - Generate latest Bella voice files (DBVO) for the latest BoS version - Help BoS author with any need" And consider Jibs reply again. Get real.  The first time you came you started a fight because jib didn't want to make BOS into a BDSM mod like Whatshisname apprentice. You left screaming that you'd show him by making your own mod. When that failed, you blamed Todd Howard.  The second time you came into this thread you started a fight because someone used a translation app when they tried to help you.  I've also seen you put up fights in other threads because you didn't like some Sexlab functionality or whatever.  And now for some reason you decided that the BOS NPCs needed a makeover and you're getting annoyed that Jib doesn't acknowledge your great gift to humanity.  Maybe, just maybe, it's a you problem? 4
ebbluminous Posted August 19, 2025 Posted August 19, 2025 9 minutes ago, Wut1969 said: Â Maybe, just maybe, it's a you problem? There is no maybe, they are the problem. Seen them do the same over on Nexus... 1
Wut1969 Posted August 19, 2025 Posted August 19, 2025 20 minutes ago, ebbluminous said: There is no maybe, they are the problem. Seen them do the same over on Nexus... The question was a bit rhetorical. 😉
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