psudo420 Posted August 16 Posted August 16 I was playing around with the effect alcohol and drugs have on the unborns health and noticed it wasn't causing any health damage. Upon debug.tracing the abortus functions in FWAbilityBeeingfemale it seems that when trying to pull racial modifiers for the father, it returns 0's which prevents all damage to the unborn. I'm not sure if I've done something wrong, or if this is a bug.
Public_Swan Posted August 16 Posted August 16 (edited) Seems like futas cannot impregnate. I have the ff cum option checked, but player futa on female does not get registered in her "had sex with" category. Not even switching to male in sexlab did the trick. Only when I switched to a male through showracemenu it worked. Settings included, just in case. Funnily enough, I can't find any ff cum or anything similar in there, maybe I'm just blind. Version 3.5.12. Custom 000.Json.json Edited August 16 by Public_Swan
HaruYou27 Posted August 19 Posted August 19 For some reason Manager.ActorBabyDamageScaleByFather() return 0 which cause the baby to take 0 damage whatsoever. I just set initial value for DamageScaleByFather and HealingScaleByFather to 1.0 so it work for now. Replace FWController.pex in Beeing Female NG/Source/Scripts/ FWController.pex FWController.psc 1
Krashark Posted August 20 Posted August 20 I've been playing with this mod and sometimes I've been hit with heavy script lag at some point in-game, where it starts stuttering and eventually you can't even load the save anymore. I tried to load the lagged save to clean but even the Resaver can't open it, but I found a post on Nexus that describes the same thing I've been having: It was pointed there that Circle of Lust is the culprit, but I do not use CoL. No mod is overwriting BF on MO2 on my setup. Gonna revert back to an older save and keep an eye on what causes the script lag start - though I suspect is something related to NPC impregnation.
nekonoll Posted August 27 Posted August 27 On 5/23/2026 at 5:40 PM, DarkReynard said: Having an issue with sperm never being given to specifically beast races, all the other ones work fine, just not the Khajiit and Argonians, whether NPC or player You ever figure that out or have anyone respond to it? I'm running skyfurry, and having the issue where NO races that aren't 100% vanilla and human/elf/etc seem to be able to get sperm, my "total sperm" page always stays empty.
nekonoll Posted August 27 Posted August 27 (edited) Okay so I wrote a race addon for skyfurry and it does seem to track/work. But the whole futas can get pregnant does NOT work, period. If I swap to female, everything works just fine. Does the futas can get pregnant option written specifically for sexlabp+? Where they actually have a futa tag for futas? Because with default sexlab you'll be nonstop forced to be "male" tagged by using a male dingus (I'd totally swap the version of SoS I use that doesn't force a tag, but Skyfurry doesn't allow that yet, it has a baked in own version of SoS) Spoiler [AddOn] # Name of this addon shown in the BeeingFemale MCM name=SkyFurry and Raccoon Tracker AddOn # Description of this addon shown in the BeeingFemale MCM description=Enables sperm tracking, fluid accumulation, and pregnancy loops for custom SkyFurry Master and Raccoon Race plugins. # Author of this addon shown in the BeeingFemale MCM author=User type=race # Requires both active plugins to load, separated by a comma with no spaces required=SkyFurry_Master.esp,RaccoonRace.esp # Forces the mod to turn on immediately so the framework reads it on game boot enabled=true hidden=false locked=false # Keep races=1 so you can group all your custom race IDs onto a single string row races=1 #========================================================= #========================================================= [Race1] # FormID format: PluginName:FormID (comma-separated, NO spaces, using exact names from your load order) id=SkyFurry_Master.esp:19678B,SkyFurry_Master.esp:19678C,SkyFurry_Master.esp:196F97,SkyFurry_Master.esp:196F9B,SkyFurry_Master.esp:1967B1,SkyFurry_Master.esp:196790,SkyFurry_Master.esp:19678E,SkyFurry_Master.esp:19678A,SkyFurry_Master.esp:196789,SkyFurry_Master.esp:19678F,SkyFurry_Master.esp:196F99,SkyFurry_Master.esp:19679A,SkyFurry_Master.esp:19679B,SkyFurry_Master.esp:19679C,SkyFurry_Master.esp:19679D,SkyFurry_Master.esp:19679F,SkyFurry_Master.esp:1967A0,RaccoonRace.esp:003800,RaccoonRace.esp:003801 #-------------------------------------------------------------------------------------- # [1. Female-related settings] DisablePregnancy=false ChanceToBecomePregnantScale=1.0 ContraceptionDuration=1.0 Duration_01_Follicular=1.0 Duration_02_Ovulation=1.0 Duration_03_Luteal=1.0 Duration_04_Menstruation=1.0 Duration_05_Trimester1=1.0 Duration_06_Trimester2=1.0 Duration_07_Trimester3=1.0 Duration_08_Recovery=1.0 Duration_10_SecondsBetweenLaborPains=1.0 Duration_11_SecondsBetweenBabySpawn=1.0 Irregulation_Chance_Scale=1.0 Irregulation_Value_Scale=1.0 Multiple_Threshold_Chance=1.0 Multiple_Threshold_Max_Babys=1.0 Pain_Abortus=1.0 Pain_GivingBirth=1.0 Pain_LaborPains=1.0 Pain_Mittelschmerz=1.0 Pain_Phase_CyclePains=1.0 Pain_Phase_PregnantPains=1.0 Pain_PMS=1.0 PMS_ChanceScale=1.0 Sizes_Belly_Max=1.0 Sizes_Belly_Max_Multiple=1.0 Sizes_Breasts_Max=1.0 Sizes_Breasts_Max_Multiple=1.0 Preg1stBellyScale=0 Preg2ndBellyScale=0 Preg3rdBellyScale=0 Preg1stBreastsScale=0 Preg2ndBreastsScale=0 Preg3rdBreastsScale=0 MultipleBabySperm=0 MultipleBabyChancePerSperm=0 Baby_Healing_Scale=1.0 Baby_Damage_Scale=1.0 #-------------------------------------------------------------------------------------- # [2. Male-related settings] Duration_MaleSperm=1.0 Sperm_Amount_Scale=1.0 Male_Recovery_Scale=1.0 ProbChildRaceDeterminedByFather=50 ProbChildSexDetermMale=53 Ignore_Contraception_Prob=0 Modify_Trimester1_by_FatherRace=0 Modify_Trimester2_by_FatherRace=0 Modify_Trimester3_by_FatherRace=0 Modify_Recovery_by_FatherRace=0 Modify_SecondsBetweenLaborPains_by_FatherRace=0 Modify_SecondsBetweenBabySpawn_by_FatherRace=0 Modify_Pain_Abortus_by_FatherRace=1.0 Modify_Pain_GivingBirth_by_FatherRace=1.0 Modify_Pain_LaborPains_by_FatherRace=1.0 Modify_Preg1stBellyScale_by_FatherRace=0 Modify_Preg2ndBellyScale_by_FatherRace=0 Modify_Preg3rdBellyScale_by_FatherRace=0 Modify_Preg1stBreastsScale_by_FatherRace=0 Modify_Preg2ndBreastsScale_by_FatherRace=0 Modify_Preg3rdBreastsScale_by_FatherRace=0 Allow_Impregnation_For_Any_Period=false Sperm_Impregnation_Prob_For_Any_Period=0 Sperm_Impregnation_Boost=0 Allow_NTR_baby=false Sperm_NTR_baby_Prob=0 Modify_Baby_Healing_Scale_by_FatherRace=1.0 Modify_Baby_Damage_Scale_by_FatherRace=1.0 #-------------------------------------------------------------------------------------- # [3. Child-related settings] Female_Force_This_Baby=false BabyActor_Female= BabyActor_FemalePlayer= BabyActor_Male= BabyActor_MalePlayer= MixWithCopyActorBase=false ProbChildActorBorn=0 AllowPCDialogue=false initialScale=0.7 finalScale=1.0 DisableMatureTime=false MatureTimeScale=1.0 MatureStep=3 AllowUnrestrictedS=false ProtectedChildActor=false #========================================================= #========================================================= There's the addon if anyone runs skyfurry. But yeah my futa issue still stands. Edited August 27 by nekonoll
nekonoll Posted August 27 Posted August 27 Turns out that the futa stuff didn't work because this mod is only fully compatible with sexlab p+ for all it's features, is that mentioned anywhere?
DarkReynard Posted September 1 Posted September 1 On 8/27/2026 at 11:41 AM, nekonoll said: You ever figure that out or have anyone respond to it? I'm running skyfurry, and having the issue where NO races that aren't 100% vanilla and human/elf/etc seem to be able to get sperm, my "total sperm" page always stays empty. Nope, still would love an answer
nekonoll Posted September 1 Posted September 1 (edited) 4 hours ago, DarkReynard said: Nope, still would love an answer For me it turned out it was because I was using sexlab classic rather than p+ and using a futa character, the mod does NOT support futa pregnancy on classic sexlab. I also wrote my own being female ini mod, to ensure the races I wanted worked. There's an example "how to write a custom race mod" ini file in the mod somewhere in there that I found, and used as a basis. Edited September 1 by nekonoll
DarkReynard Posted September 1 Posted September 1 (edited) 20 hours ago, nekonoll said: For me it turned out it was because I was using sexlab classic rather than p+ and using a futa character, the mod does NOT support futa pregnancy on classic sexlab. I also wrote my own being female ini mod, to ensure the races I wanted worked. There's an example "how to write a custom race mod" ini file in the mod somewhere in there that I found, and used as a basis. I use P+ and test with normal female characters so that's not it, but might give writing my own thing a try Edit: Yeah using my own written addon didn't change anything Edited September 2 by DarkReynard
DarkReynard Posted September 2 Posted September 2 (edited) ........ Please don't tell it's just because I had the lore friendly option on the whole time. Please tell me I wasn't so sky-smashingly stupid that I didn't turn it off once in the countless times I tested. I knew it was a thing and figured I had it off. But now it works when I turned it off. Imma go exile myself from the internet now if that's the case. Edited September 2 by DarkReynard
Public_Swan Posted September 12 Posted September 12 (edited) On 8/27/2026 at 10:20 PM, nekonoll said: Turns out that the futa stuff didn't work because this mod is only fully compatible with sexlab p+ for all it's features, is that mentioned anywhere? I have P+ and futa does not work either. I have lore friendly off. My player info says - forbidden reason 13. What is that? Edited September 12 by Public_Swan
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