PhilMc2 Posted July 23, 2025 Posted July 23, 2025 On 7/21/2025 at 4:45 PM, Razinboi said: Glad its working for you! (at least in a limited way...) In my latest run I tried to play on AE and there it is working for me with the wenches mods Yuriana but also follower mods like Minerva. I hadn't encountered any mod npcs it isnt working for so far. You just have to make sure, that my patch is overwriting the files of OCum Ascended. I am afraid, I don't know what causes the issue for you No prob... I am glad that I can use a pregnancy mod without too serious conflicts ;)
Unknown22923 Posted August 4, 2025 Posted August 4, 2025 (edited) Hey there, I hit a few issues after getting the mod working with great help from DoctorBooooom mod fix and figured I would share my solutions. ---Made a quick patch for P.A.I.A if you are using it together with the Expansion that didn't work even though I selected Beeing female in the fomod. ---Also if your animation for birth/labor doesn't work I can recommend this mod. ---If you successfully installed Beeing Female and the Belly scale/morph doesn't work i attached a ready to install fix for that as well that I found from Krazyman999. NOTE: I'm using SE/AE 1.6.1170 so don't know if it works for other versions. P.A.I.A Expansion Beeing Female Fix.zip Beeing Female Belly scale Fix.zip Edited August 4, 2025 by Unknown22923 3
pingbi146 Posted August 22, 2025 Posted August 22, 2025 I'm sure it's covered in one of the 32 pages on here, but I have not found it. I want a short answer Does this work with AE, and is it compatible with modern mods?
pleasetryme Posted August 25, 2025 Posted August 25, 2025 go to page 30 there is a 1170 ae version its works straight up i had issues and this solved it, now to see how she swells
dertcz Posted August 29, 2025 Posted August 29, 2025 On 5/3/2025 at 6:46 PM, justanormalaccount111 said: I noticed this as well when I came back to skyrim for the first time in a couple of years. Knowing this mod might be pretty much abandoned, I took it on myself to learn Papyrus. Both understanding how to code with papyrus, as well as compile the scripts. I then proceeded to spend the next 5 or 6 hours learning even more stuff, as well as analyzing the BeeingFemale code 😅. Regardless, after a bunch of time spent, I managed to get Bathing in Skyrim - Renewed working with BeeingFemale, albeit with a slight couple of bugs. For some reason addon toggling doesn't work 100% as intended, so disabling or enabling it from the menu requires a restart for it to full take effect. When installing make sure to load this patch after beeingfemale, as well as make sure to have bathing in skyrim load before beeingfemale to avoid any issues. This patch is intended for SE 1.5.97, so it might not work well on AE. Also slight note, I've noticied that the original code included a section for increasing chances to fully wash out sperm when soap is used. I've included that as well. The chance increase was 20%, which to me seems a bit high, but thats what the original included. I've added now an optional patch that allows you to select 1 out of 4 options (0% - 15%) how much you want soap to increase the sperm wash out chance. Install this after installing the original patch. Make sure it overwrites any files from both beeingfemale and the original patch. Bathing in Skyrim Renewed - Beeing Female Patch.zip 80.5 kB · 84 downloads Beeing Female - Reduced Soap Chance Patch.zip 8.12 kB · 47 downloads For the latest version Bathing in Skyrim, which is marked as ESPFE, some lines need to be changed: In BFA_BathingInSkyrim: sBathingEffect = Game.GetFormFromFile(0x00002C,"Bathing in Skyrim.esp") as MagicEffect sBathingEffectSoap = Game.GetFormFromFile(0x00002A,"Bathing in Skyrim.esp") as MagicEffect sBathingEffectSoapAnimated = Game.GetFormFromFile(0x00002B,"Bathing in Skyrim.esp") as MagicEffect to: sBathingEffect = Game.GetFormFromFile(0x02C,"Bathing in Skyrim.esp") as MagicEffect sBathingEffectSoap = Game.GetFormFromFile(0x02A,"Bathing in Skyrim.esp") as MagicEffect sBathingEffectSoapAnimated = Game.GetFormFromFile(0x02B,"Bathing in Skyrim.esp") as MagicEffect In FWSystemConfig: magiceffect sBathingEffect = Game.GetFormFromFile(0x00002C,"Bathing in Skyrim.esp") as MagicEffect magiceffect sBathingEffectSoap = Game.GetFormFromFile(0x00002A,"Bathing in Skyrim.esp") as MagicEffect magiceffect sBathingEffectSoapAnimated = Game.GetFormFromFile(0x00002B,"Bathing in Skyrim.esp") as MagicEffect to: magiceffect sBathingEffect = Game.GetFormFromFile(0x02C,"Bathing in Skyrim.esp") as MagicEffect magiceffect sBathingEffectSoap = Game.GetFormFromFile(0x02A,"Bathing in Skyrim.esp") as MagicEffect magiceffect sBathingEffectSoapAnimated = Game.GetFormFromFile(0x02B,"Bathing in Skyrim.esp") as MagicEffect (id from format: 0xFFFFFF to format: 0xFFF Sorry not working CK.
tovblack Posted September 8, 2025 Posted September 8, 2025 (edited) I noticed that BeingFemale is overloading Papyrus. The mod is overloading Papyrus in PC homes specifically. In cities and across Skyrim I haven't noticed any problems. Spoiler Edited September 8, 2025 by tovblack
Broken Gamer Posted October 3, 2025 Posted October 3, 2025 On 11/4/2024 at 3:43 AM, DoctorBooooom said: For an easier installation, I put all in one mod (No patch required, no dll replace. Just install required version). I hope i done everything right. Steam 1170: BeeingFemale_2.8.1_AE-1170.zip 85.35 MB · 3,212 downloads GOG 1179: BeeingFemale_2.8.1_AE-1179-GOG.zip 85.35 MB · 182 downloads (Any launcher?) 1.6.640: BeeingFemale_2.8.1-1.6.640.zip 85.37 MB · 289 downloads FOR DEVELOPERS ONLY: Updated post with fixed dll source. For environment setup i used this tutorial: https://github.com/Ryan-rsm-McKenzie/CommonLibSSE/wiki. As dependency used boost https://www.boost.org/. After the correct configuration, everything should compile, the code contains a check for version in main.cpp which will need to be updated if a new version is released. P.S. If someone needs permission to use my edits - do whatever you want. BeeingFemale_2.8.1_AE-1170.zip 85.35 MB · 3,212 downloads BeeingFemale_2.8.1_AE-1179-GOG.zip 85.35 MB · 182 downloads BeeingFemaleDLL_Source.zip 36.47 MB · 118 downloads this fixes the .dll file issue for latest se/ae game version?
Broken Gamer Posted October 3, 2025 Posted October 3, 2025 (edited) there is no belly changes for this so this isnt working.. just pretends to work Edited October 3, 2025 by Broken Gamer
ruggsy9 Posted October 4, 2025 Posted October 4, 2025 16 hours ago, Broken Gamer said: there is no belly changes for this so this isnt working.. just pretends to work it is working if you set the MCM menu. in areas it will take a minute or so for the bellies to show
Broken Gamer Posted October 4, 2025 Posted October 4, 2025 2 hours ago, ruggsy9 said: it is working if you set the MCM menu. in areas it will take a minute or so for the bellies to show there is no racemenu morphs so it wont work... i have spent 6 hours so far today testing it
Broken Gamer Posted October 4, 2025 Posted October 4, 2025 6 hours ago, ruggsy9 said: it is working if you set the MCM menu. in areas it will take a minute or so for the bellies to show what are u using? skeleton (default) or skeleton nioverwrite? cause there is no option for racemenu morphs which is needed to make it work
ruggsy9 Posted October 4, 2025 Posted October 4, 2025 (edited) skeleton (default) my settings in photos. Make sure the clothing or armor on the NPC has belly bones. ( double check the armor nif in outfit studio) A lot of clothing and armors do not have belly bones. these are my settings. She just started the second trimester so still a small belly.. but starting to show Edited October 4, 2025 by ruggsy9 added picture
ruggsy9 Posted October 4, 2025 Posted October 4, 2025 (edited) more time passed. No "FIXES" installed. 3ba body. I dislike BHUNP Venus flytrap looking vaginas.. therefore I can not verify BHUNP bodies. Edited October 4, 2025 by ruggsy9
ruggsy9 Posted October 4, 2025 Posted October 4, 2025 3 hours ago, Broken Gamer said: what are u using? skeleton (default) or skeleton nioverwrite? cause there is no option for racemenu morphs which is needed to make it work When you build bodies or armors make sure (build morphs) is selected and then double check to make sure that the armor, clothing and body have belly bones via loading the nif directly in outfit studio. Works without any fixes for me. Ps: this even works on female creatures that support the 3ba body. As long as you have creature framework or mods installed with the correct MCM settings and load order. In populated areas or when you go to a different cell, the belly will vanish for a few while BF runs scripts. Try going into a tavern or home wait 5 secs, 2 hours in game and the belly will come back. The more pregnancies in game longer wait times for bellies.
Broken Gamer Posted October 4, 2025 Posted October 4, 2025 2 hours ago, ruggsy9 said: When you build bodies or armors make sure (build morphs) is selected and then double check to make sure that the armor, clothing and body have belly bones via loading the nif directly in outfit studio. Works without any fixes for me. Ps: this even works on female creatures that support the 3ba body. As long as you have creature framework or mods installed with the correct MCM settings and load order. In populated areas or when you go to a different cell, the belly will vanish for a few while BF runs scripts. Try going into a tavern or home wait 5 secs, 2 hours in game and the belly will come back. The more pregnancies in game longer wait times for bellies. all my armors + my cbbe 3ba body works with FillHerUp mod so i know for a fact its not these.... but BF on either skeleton does not change the body even if i afk for 30 mins nothing changes
Broken Gamer Posted October 4, 2025 Posted October 4, 2025 i went through a complete cycle and there was no changes to belly or breasts even on maxed settings.....
Broken Gamer Posted October 4, 2025 Posted October 4, 2025 by the time this has done a full cycle i have completed the game btw lol game doesnt take that many ingame days lmao
ruggsy9 Posted October 4, 2025 Posted October 4, 2025 Depends on how much of the game you explore. Level settings ..survival.. those are adjustable as well. Things I would check.. make sure nothing overrides the skeleton or if another mod is overriding BF's control of the belly bones. But BF works
Broken Gamer Posted October 14, 2025 Posted October 14, 2025 On 11/4/2024 at 3:43 AM, DoctorBooooom said: For an easier installation, I put all in one mod (No patch required, no dll replace. Just install required version). I hope i done everything right. Steam 1170: BeeingFemale_2.8.1_AE-1170.zip 85.35 MB · 3,297 downloads GOG 1179: BeeingFemale_2.8.1_AE-1179-GOG.zip 85.35 MB · 185 downloads (Any launcher?) 1.6.640: BeeingFemale_2.8.1-1.6.640.zip 85.37 MB · 304 downloads FOR DEVELOPERS ONLY: Updated post with fixed dll source. For environment setup i used this tutorial: https://github.com/Ryan-rsm-McKenzie/CommonLibSSE/wiki. As dependency used boost https://www.boost.org/. After the correct configuration, everything should compile, the code contains a check for version in main.cpp which will need to be updated if a new version is released. P.S. If someone needs permission to use my edits - do whatever you want. BeeingFemale_2.8.1_AE-1170.zip 85.35 MB · 3,297 downloads BeeingFemale_2.8.1_AE-1179-GOG.zip 85.35 MB · 185 downloads BeeingFemaleDLL_Source.zip 36.47 MB · 120 downloads the body modifications arent working
Broken Gamer Posted October 14, 2025 Posted October 14, 2025 On 8/4/2025 at 9:05 PM, Unknown22923 said: Hey there, I hit a few issues after getting the mod working with great help from DoctorBooooom mod fix and figured I would share my solutions. ---Made a quick patch for P.A.I.A if you are using it together with the Expansion that didn't work even though I selected Beeing female in the fomod. ---Also if your animation for birth/labor doesn't work I can recommend this mod. ---If you successfully installed Beeing Female and the Belly scale/morph doesn't work i attached a ready to install fix for that as well that I found from Krazyman999. NOTE: I'm using SE/AE 1.6.1170 so don't know if it works for other versions. P.A.I.A Expansion Beeing Female Fix.zip 23.55 kB · 88 downloads Beeing Female Belly scale Fix.zip 18.05 kB · 104 downloads ur a fkn legend bro... belly scale fix works... why couldnt i find ur post a month ago GG thanks for this ❤️
nekonoll Posted October 23, 2025 Posted October 23, 2025 (edited) I appologize if it's listed somewhere, but is there a tested working version for 1.5.97? I have BEES (the patch that backports the game), and have waaay too many mods running the SE version rather than AE due to too many older mods with no AE support. Does the latest AE version simply work assuming my base steam copy of skyrim is up to date? (it is), or do I HAVE to use the 1.5.97 due to using BEES, and if so anyone have a link to it? When trying to run the baseline one from the main download page, it consistantly crashes and crashlog reporter resports Being female as the problem Edited October 23, 2025 by nekonoll
pleasetryme Posted October 31, 2025 Posted October 31, 2025 i so want this to work with skyrim vr i have had it working on ae but i am enjoying vr, after all this time still no solution i have no idea how to do this conversion
HuntsmanRamsay Posted December 2, 2025 Posted December 2, 2025 Say if I wanted to for example, get my PC preggo and then when she pops it out is there an option in the settings / console command to just pop it out of existence? I want to preggo bit but I don't want to raise the child after lmao I know there's the disable command but would that cause the mod to shit itself
ruggsy9 Posted December 2, 2025 Posted December 2, 2025 there are MCM settings for birthing a child npc/item/ or soul gem. Even just air.
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