Garudo Posted November 1, 2022 Posted November 1, 2022 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.
windglaive Posted November 2, 2022 Posted November 2, 2022 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.
Garudo Posted November 2, 2022 Posted November 2, 2022 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.
dborg2 Posted November 2, 2022 Author Posted November 2, 2022 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
yggy Posted December 13, 2022 Posted December 13, 2022 Having an issue recruiting Sara, when I follow her, she just stops and no Gecko spawns, any ideas?
Martintin Posted December 17, 2022 Posted December 17, 2022 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).
Neutron_rus Posted December 17, 2022 Posted December 17, 2022 (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 December 17, 2022 by Neutron_rus 1
Martintin Posted December 17, 2022 Posted December 17, 2022 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!
fonixphoenix Posted December 18, 2022 Posted December 18, 2022 (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 December 18, 2022 by fonixphoenix
Neutron_rus Posted December 18, 2022 Posted December 18, 2022 1 hour ago, fonixphoenix said: Since iPregGestCount was 0, the error was division by zero. i patched this a few months ago,
fonixphoenix Posted December 18, 2022 Posted December 18, 2022 (edited) Edit oh i see, it was an update in a post Edited December 18, 2022 by fonixphoenix
seyal Posted December 20, 2022 Posted December 20, 2022 (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 December 21, 2022 by seyal
dborg2 Posted December 21, 2022 Author Posted December 21, 2022 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.
trepanoa Posted December 23, 2022 Posted December 23, 2022 probably mentioned but what happens if the mcm menu of SOB isnt showing in game?
Neutron_rus Posted December 23, 2022 Posted December 23, 2022 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"
Pristbeast Posted December 28, 2022 Posted December 28, 2022 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.
Neutron_rus Posted December 29, 2022 Posted December 29, 2022 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 1
Pristbeast Posted December 29, 2022 Posted December 29, 2022 5 hours ago, Neutron_rus said: install nvac Thanks! NVAC did the trick.
seyal Posted December 31, 2022 Posted December 31, 2022 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.
Neutron_rus Posted January 1, 2023 Posted January 1, 2023 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
Lystorias Posted January 14, 2023 Posted January 14, 2023 Where do i get the maternity mega pack described in the installation guide? the link only leads to a dead page
Lystorias Posted January 14, 2023 Posted January 14, 2023 (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 January 14, 2023 by Lystorias
dborg2 Posted January 14, 2023 Author Posted January 14, 2023 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)
RitualClarity Posted January 19, 2023 Posted January 19, 2023 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.
Encon4 Posted January 22, 2023 Posted January 22, 2023 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.
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