Jump to content

Recommended Posts

Posted
33 minutes ago, Hatoc123 said:

So just updated to the latest version today turned off the esp went into the gave made a save without the mod then came back in with the mod but for some reason even with doing that I suddenly cannot use the medical scanner at all, have tried some older saves to no luck am I just stuck to making a new save? or reverting back

 

also reset pregnancy settings for player only to no effect

What esp you have turned off? Medical scanner should work even if you don't have pregnancy and/or drugging mods (you won't have the item itself of course, but the code should to work, npc scanner will be working for sure, as it's not scripted to check for scanner item in inventory). Kind of bad idea to make a save w/o the mod, just to update it.
So I don't know, check what mods you have, might be that some overwriting scanner logic, and yes, make sure to use latest version of SCR.

Posted
21 hours ago, Neutron_rus said:

What esp you have turned off? Medical scanner should work even if you don't have pregnancy and/or drugging mods (you won't have the item itself of course, but the code should to work, npc scanner will be working for sure, as it's not scripted to check for scanner item in inventory). Kind of bad idea to make a save w/o the mod, just to update it.
So I don't know, check what mods you have, might be that some overwriting scanner logic, and yes, make sure to use latest version of SCR.

I tried the save thing only after I saw the issue not before and use everything is up to date, tried turning off ,

 

Ah update one mod that I have been using even though its not supported at all I know bad me(I work in tech support so year I should know) was Sexout tryout resistance overhaul seems like this latest update has now made it so that the mod interferes with the preg menu now as well(perfectly fine turning it off just goodbye to that mod now I guess)

 

TLDR: The issue seems to be the Sexout Tryout Resistance Overhaul mod seems like it interferes with the medical scanner now after update(no idea why)

Posted (edited)
2 hours ago, Hatoc123 said:

Sexout tryout resistance overhaul

I added notification message that Sexout tryout resistance overhaul is not compatible with SCR in like 2021, this mod is not fully compatible with latest tryout updates anyway.
 

2 hours ago, Hatoc123 said:

TLDR: The issue seems to be the Sexout Tryout Resistance Overhaul mod seems like it interferes with the medical scanner now after update(no idea why)

Seems like you used the original version from the mod page that was always overwriting like half of SCR for no reason, turning it into broken version of SCR with last updates from 2020, there was also my fixed and cleaned version floating around that had no compatibility problems (it got outdated with tryout update, maybe i'll patch it someday)

Edited by Neutron_rus
Posted

All mutation work flawlessly 😁 but not sure while during pregnancy calculation even roll under 84 sometime get pregnant but sometime didn't, from my understanding, did we roll under number setting mean we get impregnated or i misunderstanding something ?

Posted
5 minutes ago, zeroke107 said:

All mutation work flawlessly 😁 but not sure while during pregnancy calculation even roll under 84 sometime get pregnant but sometime didn't, from my understanding, did we roll under number setting mean we get impregnated or i misunderstanding something ?

Simple formula is Roll < (OvaQuality x FertilityPeak x SpermAmount), if roll is below then you get pregnant, there's no constant values,

Posted
On 5/29/2024 at 11:06 PM, Neutron_rus said:

I added notification message that Sexout tryout resistance overhaul is not compatible with SCR in like 2021, this mod is not fully compatible with latest tryout updates anyway.

As I said "one mod that I have been using even though its not supported at all I know bad me(I work in tech support so year I should know)"

Yes I knew it wasnt supported and I paid the price for it

Posted
1 hour ago, Hatoc123 said:

As I said "one mod that I have been using even though its not supported at all I know bad me(I work in tech support so year I should know)"

Yes I knew it wasnt supported and I paid the price for it

I actually made a patch for that mod already, as test version though, as I never played tryout before, so don't know what to even look for. https://www.loverslab.com/topic/140340-sexout-tryout-resistance-overhaul/?do=findComment&comment=4385615

Posted
28 minutes ago, zeroke107 said:

Already test new update and pregnancy spawn stuff work as intend in TTW too, thx you very much @Neutron_rus😄

Strange, I have not done any TTW patches yet, only prepared some code snippets for list injection. Though maybe patched npc body swap did the thing.

Posted
3 hours ago, Neutron_rus said:

Strange, I have not done any TTW patches yet, only prepared some code snippets for list injection. Though maybe patched npc body swap did the thing.

some npc in The Pitt DLC in TTW get pregnant armor (P1) after I use Sexoutpregnancy 20240608, but i will look around DC during my playthrough again then😆

Posted
7 hours ago, Neutron_rus said:

Strange, I have not done any TTW patches yet, only prepared some code snippets for list injection. Though maybe patched npc body swap did the thing.

Ok, after I run around capital wasteland for 1-2 hr, still didn’t find any pregnant Raider or NPC, may be like you said, recent update may partial correct some parts of swap function then😄.

 

But I found some interesting point of TTW body mechanic during I try to correct body meshes and texture glitched for Male Pit raider armor, I need to copy and paste Male Breeze pit raider meshes and texture to TTW mod directory root (same root directory for all TTW fallout 3 and DLC BSA files) to correct those glitches, so not sure for swap body function not work for sexoutPregnancy due to same problem that old SexoutPregnancy script not cover this root directory or not?

Posted
6 minutes ago, zeroke107 said:

But I found some interesting point of TTW body mechanic during I try to correct body meshes and texture glitched for Male Pit raider armor, I need to copy and paste Male Breeze pit raider meshes and texture to TTW mod directory root (same root directory for all TTW fallout 3 and DLC BSA files) to correct those glitches, so not sure for swap body function not work for sexoutPregnancy due to same problem that old SexoutPregnancy script not cover this root directory or not?

Sexout Pregnancy have nothing to do with male models and characters, so I don't know. And I'm sure SCR also have no functions for that.

Posted (edited)
5 hours ago, Neutron_rus said:

Sexout Pregnancy have nothing to do with male models and characters, so I don't know. And I'm sure SCR also have no functions for that.

I know that Sexout Pregnancy and SCR not related to male models, but due to my experience during try to fix conflict for Breeze male body, I need to place male body Meshes and Textures in TTW roots directory same as BSA file of Fallout 3 and DLC, that why I just thought cause that Sexout Pregnancy for generate pregnant clothes to NPC not work correctly may be due to old script from @Halstorm only replace pregnant armor to NPC in Fallout New Vegas root folder but not include TTW root folder.

 

But this is just my opinion as user ,not modder btw😉

Edited by zeroke107
Posted
5 hours ago, zeroke107 said:

I know that Sexout Pregnancy and SCR not related to male models, but due to my experience during try to fix conflict for Breeze male body, I need to place male body Meshes and Textures in TTW roots directory same as BSA file of Fallout 3 and DLC, that why I just thought cause that Sexout Pregnancy for generate pregnant clothes to NPC not work correctly may be due to old script from @Halstorm only replace pregnant armor to NPC in Fallout New Vegas root folder but not include TTW root folder.

 

But this is just my opinion as user ,not modder btw😉

Don't know why TTW would use any other pathing other than vanilla's f3/fnv, so I think it's something with your mod manager that overwrites bodies. Technically game should load loose files after any bsa and not have conflicts, so then you probably using bodies in bsa archive from stable version of sexout. Try installing bodies in loose format from beta version of sexout.

Posted
11 minutes ago, McCheese69 said:

Does someone have the complete list of console commands for this mod or were to find it?

What commands do you actually need to be precise?

Posted
2 hours ago, McCheese69 said:

to make yourself pregnant

player.additem token id or name amount

Token list, name will only work if you have Johnny Guitar plugin installed, for id one you need to change xx with hexadecimal number of Sexout Pregnancy from load order. Setting amount more than 3 for most pregnancies is pointless as any excess will be removed anyway.

Spoiler

SexoutP3GestatingChildAlienF - xx0CF22D
SexoutP3GestatingPupCentaurF - xx0C79E0
SexoutP3Gestating0DeadFetus - xx0BCDEF
SexoutP3GestatingChildTrogF - xx0C7424
SexoutP3GestatingTumbleWeed - xx0BEAA3
SexoutP3GestatingPupBrahminM - xx0B8341
SexoutP3GestatingPupYaoGuaiF - xx0A9B2B
SexoutP3GestatingPupRatF - xx0A9B2A
SexoutP3GestatingPupMoleRatF - xx0A9B29
SexoutP3GestatingPupDogF - xx0A9B28
SexoutP3GestatingPupCoyoteF - xx0A9B27
SexoutP3GestatingPupBigHornerF - xx0A9B2D
SexoutP3GestatingEggAnt - xx04C540
SexoutP3GestatingEggAntWorker - xx04C542
SexoutP3GestatingEggAntSoldier - xx04C543
SexoutP3GestatingEggAntQueen - xx04C544
SexoutP3GestatingEggDeathClaw - xx04C545
SexoutP3GestatingEggDeathClawAlpha - xx04C547
SexoutP3GestatingEggEyeBotSmall - xx04C548
SexoutP3GestatingEggEyeBotMini - xx04C549
SexoutP3GestatingEggGecko - xx04C54A
SexoutP3GestatingEggLakeLurk - xx04C54B
SexoutP3GestatingEggMireLurk - xx04C54C
SexoutP3GestatingEggMantis - xx04C54D
SexoutP3GestatingEggRadRoach - xx04C54E
SexoutP3GestatingEggSporePod - xx04C54F
SexoutP3GestatingLarveCazador - xx04C551
SexoutP3GestatingLarveSymbiote - xx04C552
SexoutP3GestatingPupCentaurM - xx04C553
SexoutP3GestatingPupBrahminF - xx04C554
SexoutP3GestatingLarveBloatFly - xx04C555
SexoutP3GestatingPupMoleRatM - xx04C556
SexoutP3GestatingPupBigHornerM - xx04C558
SexoutP3GestatingPupRatM - xx04C559
SexoutP3GestatingPupDogM - xx04C55A
SexoutP3GestatingPupCoyoteM - xx04C55B
SexoutP3GestatingEggScorpion - xx04C55C
SexoutP3GestatingChildAlienM - xx04C55D
SexoutP3GestatingChildAfAmF - xx04C55E
SexoutP3GestatingChildAfAmM - xx04C55F
SexoutP3GestatingChildAsianF - xx04C561
SexoutP3GestatingChildAsianM - xx04C562
SexoutP3GestatingChildSporeCarrierM - xx04C563
SexoutP3GestatingChildCaucF - xx04C841
SexoutP3GestatingChildCaucM - xx04C842
SexoutP3GestatingChildHispF - xx04C843
SexoutP3GestatingChildHispM - xx04C844
SexoutP3GestatingChildGhoulF - xx04C845
SexoutP3GestatingChildGhoulM - xx04C846
SexoutP3GestatingChildFeralGhoulF - xx04C847
SexoutP3GestatingChildFeralGhoulM - xx04C848
SexoutP3GestatingChildSuperMutantF - xx04C849
SexoutP3GestatingChildSuperMutantM - xx04C84A
SexoutP3GestatingChildNightKinM - xx04CB28
SexoutP3GestatingChildFoxF - xx04ED94
SexoutP3GestatingChildFoxM - xx04ED95
SexoutP3GestatingEggRaven - xx058B3E
SexoutP3GestatingChildSporeHybridF - xx05A22E
SexoutP3GestatingChildSporeHybridM - xx05CD28
SexoutP3GestatingEggNightStalker - xx07E850
SexoutP3GestatingEggDeathClawF - xx0804F3
SexoutP3GestatingEggHandyBotSmall - xx081900
SexoutP3GestatingChildBehemothM - xx0835A4
SexoutP3GestatingChildAndroidF - xx092081
SexoutP3GestatingChildAndroidM - xx092082
SexoutP3GestatingChildPonyF - xx09DB1F
SexoutP3GestatingChildPonyM - xx09DB21
SexoutP3GestatingChildTrogM - xx0A1A22
SexoutP3GestatingPupYaoGuaiM - xx0A1A23
SexoutP3GestatingEggTunneler - xx0A1A24

 

Posted

When I started me current/new playthrough, I was able to get everything up and running, even though I may have loaded up too many body types.  Using FOMM, so it isn't as easy as it could be I imagine.  Anyway, I was able to Sunny working as Sexout was running an animation, after a couple of tries.  Now she is pregnant, and I've returned back to her a couple of in game months later and as I entered the cell her previous armor disappeared and the leather armor (p1) loaded on her.  And everything but her head and hands disappeared of course.  See attached.  I'm looking for the most likely culprit, and hoping someone might be able to assist.

On a likely related note, I have Willow installed, and use her own mod to control her clothing.  She too is now pregnant... Two questions:

1) When she switches to to her sleeping/sex clothing, it goes into her equipment but she only puts it on maybe 1 in 100 times.  Usually she just stays naked.  The equipment item is on her person and the other gear goes into her storage for that outfit.  I can manually force her to put on the clothing using the console, but that's the only way.  I have noticed similar behavior with clothing from Kristina's closet for type 3 breeze and roberts, c20 mini lingerie, etc.  However, Vegas Girl Variations works just fine.  All appear to be type 3 bodies, but she only naturally puts on the vegas girl variations one.  If I console force her, she can wear all of them, though I do notice that her body shifts slightly, slimming down or what have you.  Any ideas on what might be causing this behavoir?

2) How likely is it that when she reaches P1 status that her clothing will work?  I'm fairly certain Pregnancy included a fair number of clothing items... Any chance that her specific clothing got adapted to p1-3 status?

Thanks, 

C

Posted
2 hours ago, Carradon said:

1) When she switches to to her sleeping/sex clothing, it goes into her equipment but she only puts it on maybe 1 in 100 times.  Usually she just stays naked.  The equipment item is on her person and the other gear goes into her storage for that outfit.  I can manually force her to put on the clothing using the console, but that's the only way.  I have noticed similar behavior with clothing from Kristina's closet for type 3 breeze and roberts, c20 mini lingerie, etc.  However, Vegas Girl Variations works just fine.  All appear to be type 3 bodies, but she only naturally puts on the vegas girl variations one.  If I console force her, she can wear all of them, though I do notice that her body shifts slightly, slimming down or what have you.  Any ideas on what might be causing this behavoir?

2) How likely is it that when she reaches P1 status that her clothing will work?  I'm fairly certain Pregnancy included a fair number of clothing items... Any chance that her specific clothing got adapted to p1-3 status?

Thanks, 

C

If I remember correctly, Willow is heavily scripted companion, she won't equip something that was never predetermined for her, and due to how pregnancy works at the moment (swap whole outfit on another with completely different id), she will simply refuse to equip this pregnant outfit. Probably you will be need to have compatibility patch for that.

 

As for the outfits itself, I know that dborg converted tons of Kristina's closet outfits for MPO, but I'm not sure if Willow's outfits was ever converted.

 

3 hours ago, Carradon said:

And everything but her head and hands disappeared of course. 

You have missing meshes if it happens. you can check out this all in one maternity pack, but FOMM will most likely break on this https://www.loverslab.com/files/file/18755-sexout-framework-assortment/

 

Posted

I really don't know how to start but I wanted to find the solution to a problem that I have constantly had with this mod, it turns out that my character has just reached 100% pregnancy but when it comes time to have the child a message appears that says " take off your clothes to give birth" but I've had enough and haven't found a way to fix it, I'm trying to update the mod and set the pregnancy debug to 8 in mcm settings but nothing seems to work, is there a way to fix it? I have a fertile breeder by the way, I don't know if it affects.

Posted
3 hours ago, Jadosable said:

I really don't know how to start but I wanted to find the solution to a problem that I have constantly had with this mod, it turns out that my character has just reached 100% pregnancy but when it comes time to have the child a message appears that says " take off your clothes to give birth" but I've had enough and haven't found a way to fix it, I'm trying to update the mod and set the pregnancy debug to 8 in mcm settings but nothing seems to work, is there a way to fix it? I have a fertile breeder by the way, I don't know if it affects.

You just have to undress. If it doesn't work, then I need to know your body type from SCR. 

Posted
13 hours ago, Neutron_rus said:

You just have to undress. If it doesn't work, then I need to know your body type from SCR. 

i already undressed , idk why it isnt working, and about my body type im currently using the type 6M, idk if it affects the proccess of birth but i have been using it since i started this playtrough with sexout, do i need to change it? if i need to change it, which one?

Posted (edited)
6 hours ago, Jadosable said:

i already undressed , idk why it isnt working, and about my body type im currently using the type 6M, idk if it affects the proccess of birth but i have been using it since i started this playtrough with sexout, do i need to change it? if i need to change it, which one?

Is T6M only for main or pregnant body one too? I don't why some people have problems with pregnant bodies other than t3 cali, might be some old mods messing things up, as without any extra mods I have tested all of the bodies and they were working fine for birthing. 

Edited by Neutron_rus
Posted
13 hours ago, Neutron_rus said:

Is T6M only for main or pregnant body one too? I don't why some people have problems with pregnant bodies other than t3 cali, might be some old mods messing things up, as without any extra mods I have tested all of the bodies and they were working fine for birthing. 

i have been using the T6M for both bodies, i have already updated the pregnancy mod but i haven't updated the CORE sexout modpack, do you think it could be maybe be causing that kind of problems? i just downloaded a new version of pregnacy and SCR but the CORE modpack is still the same, do i need to updated it? is an outdated version because i was too lazy to make my own modpack with the sexoutNG updated, there is any modpacks about Sexout and pregnancy updated by this date?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...