saladboy21 Posted August 15, 2012 Posted August 15, 2012 Thanks for the update Hal. curing the resetting was one of the two major issues preg still had. Get the bodyswapping bug and it is high fives all around unless there is something I don't know about.
marik00 Posted August 15, 2012 Posted August 15, 2012 Its all good man take your time dont stress out on it ..but still you are doing a good job I am still amazed that this version works for me except the bugs you are working on
ahrimangame Posted August 15, 2012 Posted August 15, 2012 thanx alot for update Halstrom! yeah the most important thing i like to see get fixed is body swapping other things can take as much time as u like
luythen Posted August 15, 2012 Posted August 15, 2012 Works fine except for Sunny. Even if I extend the options to everyone, not just companions. Other issue caused by me: Where do I get preggo bodies from? Currently the bodies remain unmorphed. I did download the package from the maternity thread but not quite sure what is covered where.
Halstrom Posted August 15, 2012 Author Posted August 15, 2012 Works fine except for Sunny. Even if I extend the options to everyone' date=' not just companions. Other issue caused by me: Where do I get preggo bodies from? Currently the bodies remain unmorphed. I did download the package from the maternity thread but not quite sure what is covered where.[/quote'] Bodyswapping is currently broken.
luythen Posted August 16, 2012 Posted August 16, 2012 ok, ignore my dumb question then. Good luck with your work on fixing it.
TheBatDad1989 Posted August 16, 2012 Posted August 16, 2012 Body swapping is broken? Is that why sometimes I find Raiders or NPC's with invisible armor/clothing? i.e. I killed a raider whos body was invisible and her head was just floating and when looting her body her armour was something like metal armour (p1)... when I put it on my character the same invisible thing happened. If that is a problem alot of people have been having than good its not something I've done but if not any feedback would be appreciated. Hope this isn't a dumb question. cheers
zippy57 Posted August 16, 2012 Posted August 16, 2012 No, bodyswapping being broken just means being pregnant won't automatically change body types. Invisible armor means you forgot to install the meshes.
TheBatDad1989 Posted August 16, 2012 Posted August 16, 2012 No' date=' bodyswapping being broken just means being pregnant won't automatically change body types. Invisible armor means you forgot to install the meshes. [/quote'] righto thanks... just realised I had merely downloaded the samantha link at the bottom of the Sexout Maternity page rather than the full files through the Mediafire/Rapidshare links.
ahrimangame Posted August 16, 2012 Posted August 16, 2012 yo dude halstrom how long till the release? i dont mean to push u!!, just wana know when the body swamping will work again
Halstrom Posted August 16, 2012 Author Posted August 16, 2012 yo dude halstrom how long till the release? i dont mean to push u!!' date=' just wana know when the body swamping will work again [/quote']After I can get around 12 hours of coding and testing done, no idea when that is, maybe on the weekend.
zippy57 Posted August 16, 2012 Posted August 16, 2012 body swamping After I can get around 12 hours of coding and testing done' date=' no idea when that is, maybe on the weekend.[/quote']So would you say you're... swamped with work? That was terrible. I'm sorry.
Halstrom Posted August 16, 2012 Author Posted August 16, 2012 So would you say you're... swamped with work?That was terrible. I'm sorry.LOL, yep pretty sad.
ahrimangame Posted August 16, 2012 Posted August 16, 2012 body swampingAfter I can get around 12 hours of coding and testing done' date=' no idea when that is, maybe on the weekend.[/quote']So would you say you're... swamped with work? That was terrible. I'm sorry. LOL, yep pretty sad. lol ok dude thanx for the update, so body swapping is swamped right now, will wait for it
aEuonym Posted August 17, 2012 Posted August 17, 2012 Doing a few things in game tonight testing making sure other things were working got me thinking about something that came up with pregnancy. I noticed, and maybe this is just something on my end, but the scripts seam to be firing off very very very very fast.. like, over the course of say 5 real life seconds, the fertility script will fire something like 40 times, at least.. from casual observation (hitting ~ and scrolling with pageup). This also fires the "check for impregnation" script as well in where it takes the random number and compares it to the (Male Fertility %) * (# of sperm) * (# of ovum). Now if i were to just take some random guess's since i didnt take the time to see just how long IRL the sperm stays alive for in game, using the default timescale of 30. But im guessing its a while. That impregnation % chance is being checked some stupid high amount of times.. im guessing easily, easily over 200 times over the life of the sperm, using all default values. So i guess what im getting at long windedly, is to see if Hal has any plans or thoughts to slow down how often the checks for things get made. Ide guess something similar to LoverswithPK, but maybe not quite so far out.. Maybe have the fertility (checking the females fertility level to add/remove ovums, every say 30-60 game minutes).. and having the "did she get pregnant" check happen say, every 60 game minutes.. Or prehaps X amount of times over the life of the sperm * the length of the sperm life in settings.. so if its going to live 2 RL game days (at 100% life length), and it would check every 1 game hour for 48 possible checks, then setting it to 10% life length would have it check 4.8 times (rounding however the game engine rounds numbers). This i think would bring a slight bit more realism to the whole pregnancy thing.. Since take this for example. In testing rex tonight, Willow had 1 ovum (i forget her fertility level offhand), Rex gave her 1 sperm. Using the default 60% male fertility.. .6 * 1 * 1 shoudl have had a .6% chance on a dice roll of 100 possibilities to get her pregnant. The only way to happen is if that dice rolled a 0 (on its 0-99 range). Watching in console i watched it check no less then 20 times over the course of a maybe 1 RL minute, and Sure enough, it picked a 0 and knocked her up. Its just that much faster when theres multiple ovum and multiple sperm. my courtier for example had 5 ovum and rex gave 5 sperm.. and the very first dice roll landed pregnant. But maybe the default numbers are just high to give a really high chance for pregancy and a more "realistic" number would have the fertility %s be closer to 10% for females (for 1 ovum max), and maybe 20-40% for males.. But even still thats going to result in a 1-3% chance for pregnancy if the male deposits say 5 sperm (.4*5*1=2.5%)
Halstrom Posted August 17, 2012 Author Posted August 17, 2012 Yeah, got a bit of tuning to do there, it is running a bit often at the moment but that's because I'm still in testing mode, I fully plan to slow the checks down a lot once everythings stable 1 Sperm isn't really a single sperm, it' probably represents 100 sperm, I just didn't want 1000-20,000 tokens for sperm added In reality females normally only have 1 ova present at a time, so 10% probably is more realistic. People who set things at 100% are going to get females knocked up quick I've just changed the odds again in the dev version, now it ova does it's own script check this made things more bulletproof, less reliant on interlocking reduced the number of scripts.
zeroke107 Posted August 17, 2012 Posted August 17, 2012 Hal, before you release next update, could u test issure between Brutal raper and pregnancy mod abit too ? At first i think this problem only happen to me, but i found some people mentioned that pregnance via Brutal raper didn't work like me too. But i don't think this problem happen due to pregnancy mod, due to when i use old pregnancy mod previously everything work well about pregnancy thing via brutal raper. But not sure this problem happen after SCR 20120722 update or not:huh: due to before i update that SCR, everything about pregnancy still work well with brutal raper mod but after that only pregnancy via normal sexout work, but for brutal raper i couldn't get sperm, lava or egg from rape that cause monster can't impregnate me.
Guest user29 Posted August 17, 2012 Posted August 17, 2012 If you don't update this weekend I'm gonna freak out You have added the birth tokens right? And not that I don't have full confidence in your abilities, but you did double check to make sure they're working properly after deathclaw births?
Azothiol Posted August 17, 2012 Posted August 17, 2012 Hi there, after some time, I started playing Sexout again and managed to get my char pregnant. With time she got her belly (P1-P3) in her leatherarmor, but when I undressed her, mainly why I wanted to see how she looks with her giant breasts not clipping through the armor, I noticed her Type 3 Cali BB was still unchanged. Is this a bug or mainly my stupidity? P.S. I really like the growing breasts. P.P.S. Well, I like yout mod at whole. P.P.P.S. I keep having this thoughts about these cultist who use the couriers body against her. They imoregnete her with "something". If she doesn´t get some treatment regularly, IT starts to grow, causing great pain and eventually ending in a Horror-birth, likely killing her. "So do as we say! When we are done, you may leave, but come back at least once in a week!" Not to mention the other culstists who snatch ou and want IT to be born. If I only knew how to mod. ^^
Guest user29 Posted August 17, 2012 Posted August 17, 2012 The growing breasts is actually from my SexoutBreeder plugin. And they will clip through armors. With some outfits it looks like they simply busted through the clothing, but on other's it doesn't look as good. There's a lactation toggle added to your inventory that will toggle them off if you don't like the look or don't want to deal with milking.
Azothiol Posted August 17, 2012 Posted August 17, 2012 Oh, I already knew about the "bursting through"-look. That´s why I asked for the "Persona and Secret"s. ^^ Oh, and thanks again for your suggestion, I found the thread and I didn´t know it, yet. I always wanted to play some pregnancy-mod related mod. But now I will keep having this morbid thoughts about the poor courier...
Guest user29 Posted August 17, 2012 Posted August 17, 2012 I won't do any gore stuff, but If you have ideas for scenarios I love to hear them. Just post them in the breeder thread as it doesn't belong here.
Guest user29 Posted August 17, 2012 Posted August 17, 2012 Hal how would I go about finding the pregnancy size of an NPC? I've got a dialogue topic for Sam and I want her response to vary depending on how far along she is.
Halstrom Posted August 17, 2012 Author Posted August 17, 2012 Hal how would I go about finding the pregnancy size of an NPC? I've got a dialogue topic for Sam and I want her response to vary depending on how far along she is. I'm working on an updat now' date=' still got a CTD issue to sort :/ I'd use IsSpellTarget looking for the 7 stages if IsSpellTarget SexoutP3ETrimester1 But i don't think this problem happen due to pregnancy mod, due to when i use old pregnancy mod previously everything work well about pregnancy thing via brutal raper. But not sure this problem happen after SCR 20120722 update or not:huh: due to before i update that SCR, everything about pregnancy still work well with brutal raper mod but after that only pregnancy via normal sexout work, but for brutal raper i couldn't get sperm, lava or egg from rape that cause monster can't impregnate me. Pregnancy does not interact with the mods, it just looks for Vaginal Sex occurring, what was happening with brutal rapers at one stage was it was not setting sex to the incorrect type for some animations so Pregnancy didn't activate or activated for oral sex at times. Not sure this is the case and don't have time to check into it. I do have Brutal rapers installed and running but usually use Sex via conversation for testing.
Guest user29 Posted August 17, 2012 Posted August 17, 2012 That should work great. Having Sam comment on exactly what she's pregnant with and how far along she is will give me an absolute ton of material.
Recommended Posts