Jump to content

Recommended Posts

Posted

Made a clean Install to make sure about things. The birthing problems from before worked this time, even got more informations about what happened there.

 

Clothing problems are still there, but that is nothing from this mod and I did the archive invalidation thing a few times in different ways. Will look around for that.

Posted
On 11/1/2022 at 10:12 AM, Garudo said:

Made a clean Install to make sure about things. The birthing problems from before worked this time, even got more informations about what happened there.

 

Clothing problems are still there, but that is nothing from this mod and I did the archive invalidation thing a few times in different ways. Will look around for that.

You are very likely missing the base Maternity cloths texture and meshes. maternity pack Overkill seems to miss a few of the base items. Oh and one issue you might be having with birthing is that New Vegas doesn't like you waiting in 24 hour chunks. A lot of calculations seem to get hung up. Limit to 23 hours per wait at most.

 

Posted
3 hours ago, windglaive said:

You are very likely missing the base Maternity cloths texture and meshes. maternity pack Overkill seems to miss a few of the base items. Oh and one issue you might be having with birthing is that New Vegas doesn't like you waiting in 24 hour chunks. A lot of calculations seem to get hung up. Limit to 23 hours per wait at most.

 

I got both Maternity packs, the overkill and the one that is mentioned in the Pregnancy topic, but not much changed. I could play fine besides that until reaching Titus. Currently I'm not sure where the problem is. Either the partner vanishes before the animation is done, or no animation happens, same for the birth part (again, but unlike last time I still get the offspring messages). So I'm stuck there.

The Debug looks cleaner than the last, the only that sticks out is the last part: Pos: Waiting for Titus to gain sexout PosX

 

And I'm mostly waiting for 6 or 12 hours, depending on what I have to do, if waiting/sleeping at all.

Posted
9 minutes ago, Garudo said:

I got both Maternity packs, the overkill and the one that is mentioned in the Pregnancy topic, but not much changed. I could play fine besides that until reaching Titus. Currently I'm not sure where the problem is. Either the partner vanishes before the animation is done, or no animation happens, same for the birth part (again, but unlike last time I still get the offspring messages). So I'm stuck there.

The Debug looks cleaner than the last, the only that sticks out is the last part: Pos: Waiting for Titus to gain sexout PosX

 

And I'm mostly waiting for 6 or 12 hours, depending on what I have to do, if waiting/sleeping at all.

disappearing actors, or not starting animations is a known Sexout issue. You should go back to a save just prior to the last succesful sexout Animation

  • 1 month later...
Posted

Does the anomaly brought about by Fenrir not cause a change in appearance?
And if they inherently bring about changes in appearance, what are the possible causes for not doing so?
(In the case of the ants and the deathclaw mutation, it led to a change in appearance.)

I started the coyote episode after the end of the deathclaw episode, after talking to the Novac doctor and having the mutation removed.
However, when I got to LeveL3, the external mutation did not occur and I tried the following methods.

I tried the following methods: ∙ I used the console to remove the Deathclaw Level 7 mutation on the scanner, even though it had been removed on the outside.
Talked to Fenrir and mutated him from the "debug" section and immediately set him to Level 4.

Although there was a change in the display on the scanner, switching from "Strange Mutation" to "Wolf Mutation", there was no additional external change.

(My personal guess, based on reading past topics, is that in a state where "Wolf Mutation" causes an appearance change, the letters "Considerable" or "Severe" should be attached before "Wolf Mutation" in [Status], but in my environment, it is not the case with mutations. I think this is the cause of the problem, since only "Wolf Mutation" is shown in [Status] even when the mutation level is 3 or 4).
 

Posted (edited)
5 hours ago, Martintin said:

after talking to the Novac doctor and having the mutation removed

this option turns off visual appearance of all mutations(similar to mcm setting), and giving a small buff to conpensate it. So you have to talk to the doctor first and turn them back on. Deathclaw, Ant and wolf mutations can be mixed together

Edited by Neutron_rus
Posted
1 hour ago, Neutron_rus said:

このオプションは、すべての突然変異の視覚的外観をオフにし (mcm 設定と同様)、それを補うために小さなバフを与えます。そのため、最初に医師に相談して、元に戻す必要があります。デスクロウ、アリ、オオカミの突然変異は一緒に混ぜることができます

Oh, apparently I misunderstood the specifications. I have never entered a story in that state, I will give it a try. I will continue to savor every bit of this wonderful mod. Thank you for your prompt response!

Posted (edited)

I don't know if I found a special case or if this is just a bug no one has noticed, but I noticed in the console an error involving this line of code in the A5LactationFrQuScript:

 

let iPregMilkMultiplier := (bInsects+(bBovine*4)+(bCanine*2)+(bChild*3)+(bDC*5)+(bMediumCr*2))/iPregGestCount

 

Since iPregGestCount was 0, the error was division by zero. So I changed it to:

 

  if iPregGestCount != 0
         let iPregMilkMultiplier := (bInsects+(bBovine*4)+(bCanine*2)+(bChild*3)+(bDC*5)+(bMediumCr*2))/iPregGestCount
  endif

 

This might be just a band-aid. I have the "Always get pregnant" option checked but I was taking birth control pills. Not sure if maybe that lead to some kind of weird scenario in the code I'm not aware of. 

Edited by fonixphoenix
Posted (edited)

I am having an issue with events taking place, certain scenarios will start, like at the deathclaw promontory when the ambush takes place my character is stripped, the girls are getting frisky with the deathclaws but it doesn't take me inside. It just stops there. A similar thing happened with the wolf scenario, the gang showed up, messed with the PC once, then just stopped, and the wolf never showed up the rescue my character, im not quite sure but it seems like the script is getting hung up or something right before the events.

I do get an error that I haven't seen before "SexoutActRunFull: Aborting, Actor is invalid, code 1"

I feel like I made progress, looking back I see others have had similar issues so I used the debug menu in the MCM to get rid of any stuck tokens, so now when I talk to the girl outside of the promontory they deathclaws show up, but now I get stuck in one place unable to move with the console stating that is waiting for Deathclaw sentinel to get into sexout position X, but the deathclaw is just stuck idling. I've tried reloading multiple times. 

Best I can tell currently is that it seems to be Sexout Punk related? The console logging is throwing up an error in the Spunk scripting that Sexout NG seems to read the actors as invalid, I have... no idea how to solve that.

Edited by seyal
Posted
7 hours ago, seyal said:

I am having an issue with events taking place, certain scenarios will start, like at the deathclaw promontory when the ambush takes place my character is stripped, the girls are getting frisky with the deathclaws but it doesn't take me inside. It just stops there. A similar thing happened with the wolf scenario, the gang showed up, messed with the PC once, then just stopped, and the wolf never showed up the rescue my character, im not quite sure but it seems like the script is getting hung up or something right before the events.

I do get an error that I haven't seen before "SexoutActRunFull: Aborting, Actor is invalid, code 1"

I feel like I made progress, looking back I see others have had similar issues so I used the debug menu in the MCM to get rid of any stuck tokens, so now when I talk to the girl outside of the promontory they deathclaws show up, but now I get stuck in one place unable to move with the console stating that is waiting for Deathclaw sentinel to get into sexout position X, but the deathclaw is just stuck idling. I've tried reloading multiple times. 

Best I can tell currently is that it seems to be Sexout Punk related? The console logging is throwing up an error in the Spunk scripting that Sexout NG seems to read the actors as invalid, I have... no idea how to solve that.

Sounds like you still have stuck tokens-problem

The best solution if you see a sex-act not ending properly/disappearing actor is going back to a pre-sex save.

If you see a sex-act not starting, you had a bad exit on the previous sex-act and have to go back to a save prior to that.

 

 

Posted
11 hours ago, trepanoa said:

probably mentioned but what happens if the mcm menu of SOB isnt showing in game?

then you most likely you have wrong name of the plugin, should be "SexoutBreeder.esp"

Posted

Its been a while since I played this but I thought "Why not?" when I installed New Vegas again yesterday. Everthing seems so far but there is on issue.
Whenever I try to get fed by either the Glowing Bloatfly or the Ant Drone the game crashes straight to Desktop. Giving birth works fine and the The Mutations seem to work since I got the Antennae after the first batch of Royal Nectar. But when I tried to get more the game crashed.

Posted
14 hours ago, Pristbeast said:

Its been a while since I played this but I thought "Why not?" when I installed New Vegas again yesterday. Everthing seems so far but there is on issue.
Whenever I try to get fed by either the Glowing Bloatfly or the Ant Drone the game crashes straight to Desktop. Giving birth works fine and the The Mutations seem to work since I got the Antennae after the first batch of Royal Nectar. But when I tried to get more the game crashed.

install nvac

Posted
On 12/21/2022 at 1:03 AM, dborg2 said:

Sounds like you still have stuck tokens-problem

The best solution if you see a sex-act not ending properly/disappearing actor is going back to a pre-sex save.

If you see a sex-act not starting, you had a bad exit on the previous sex-act and have to go back to a save prior to that.

 

 

That is frustrating indeed, since it seems entirely random when it happens. I was going through the deathclaw story and it feels like it happens after every other interaction with Lucy or one of the deathclaws. I feel like the tokens getting stuck so often has to have a cause I'm just not sure what it could be.

Posted
15 hours ago, seyal said:

That is frustrating indeed, since it seems entirely random when it happens. I feel like the tokens getting stuck so often has to have a cause I'm just not sure what it could be.

restart the game after a few(or after every) sexout acts, it will minimise the chances of getting stuck tokens

  • 2 weeks later...
Posted (edited)

ok ive got it to "work" now well, but Casm and Spunk tell me the JIP version is -1, needed 51, even tho i installed the latest one. (im using FOMM btw

Edited by Lystorias
Posted
3 hours ago, Lystorias said:

Where do i get the maternity mega pack described in the installation guide? the link only leads to a dead page

It has been replaced by SOFA (SexoutFrameworkAccessiories)

Posted

:) I removed the Sexout Mega Maternity Pack a bit ago once @deborg2 made his compilation of even more items to make it easier for people to set up a very complex asset mods they need to get all this working.

Posted

nvse.log

Hi, i'm in the place where i was captured by ncr and there was at the part with Hildern where he stood there, there was a moment that my caracter got the tummy belly and after a second is gone, like an attempt for pregnancy script failed, tried to install latest nvse, clean the tokens and even install the "drugs" mod and nothing, simply can't get around this part.

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...