- Dec 8, 2018
- 93
- 188
Do NPCs take birth control pills?
There isn't an option to report, as it is in many scenes a stranger (in the alley, etc) but when known it says you don't want her to go to jail. Even if she gets you drunk and does the deed on a first date. Or hanging out as just friends.No shit Sherlock. Just like in RL if a woman is raped and waits to long to report it unless a pregnancy is involved it's nearly impossible to prove. So if your male MC doesn't report it right away how is he going to prove it later.
Better question is how a female NPC your male MC raped during a Home Invasion found out where he lived.
That's my point no report no proof later. So you basically asked a redundant question. Since it's not an option in the game ask for it to be one then. Whether it happens or not who knows.There isn't an option to report, as it is in many scenes a stranger (in the alley, etc) but when known it says you don't want her to go to jail. Even if she gets you drunk and does the deed on a first date. Or hanging out as just friends.
VinfamyEach NPC will now have their own fertility stat
That's my point no report no proof later. So you basically asked a redundant question. Since it's not an option in the game ask for it to be one then. Whether it happens or not who knows.
Sorry to here about that. Where I come from we would treat a female raping a male just as harshly as we would a male raping a female. As we've long known it's possible for a female to rape a male especially if she is older, bigger, stronger or armed.TBH it's true. I was molested at 7 by a 12 YO girl - daughter of friend of the family.I KNOW a male forcibly raped by a female would probably be laughed at/ignored. I actually have PTSD. Still a virgin, afraid to ask out a girl. Hetero and want a girlfreind. I have flashbacks from it. I freaked out big time nurses had to touch me in that area.
Some really good points made. I agree; what they have done so far and the difference from what I remember when I saw it the first time is really impressive. But I'd lie if I say the things gastonmacha said never crossed my mind too.The devs are pumping out content at an incredibly impressive rate, but I'll be honest, I don't think the updates to the game are targetting the issues to the game.
The problem with the game is that the core mechanics feel half-finished.
-snip-
Preg elements are only in play if the vin_Pregnancy mod is enabled. (If it isn't and you're still seeing pregnancy stuff, that's a bug that you should let Vinfamy know about.)Have not updated in a while since the recent big patch bullet points where not really my thing; but in case I do: Are the preg elements optional aka have a big "off" switch?
Some really good points made. I agree; what they have done so far and the difference from what I remember when I saw it the first time is really impressive. But I'd lie if I say the things gastonmacha said never crossed my mind too.
I have checked configuration files, and it seems he didn't make provisions for NPC-NPC babies. There is kind of workaround, adding a few lines at NPC_gives_birth_neutral.lpsceneVinfamy I'm not sure if thats how you wanted things to work but any children that are not MC's children are not getting saved in the game, they're just gone after the mother gives birth and you can't find them in contacts even if you cheat it.
WHAT: none
WHERE: none
WHEN: 0 - 24
WHO: Actor = getSpecific(Impregnated)
OTHER: none
If !Actor.isMale()
SceneStart()
Actor.endPregnancy()
Actor.dress()
Actor.show(2)
Actor.setActorVar(tag_Pregnant, 0)
"<Actor.name> has recently given birth to a cute baby. Her baby photos are all over Facebook."
Actor2 = Actor.generateRelativeMatchRace()
AddNpcRelationship(ParentChild, Actor, Actor2)
"It's a <Actor2.boy_or_girl>!
Actor2:age => 0
SceneEnd()
Endif
Thanks for the share. I was thinking about it and I don't think this can possibly be intentional, I remember playing past patches and NPC-NPC pregnancy was a thing, unless he abandoned it I see no reason for that to have changed.I have checked configuration files, and it seems he didn't make provisions for NPC-NPC babies. There is kind of workaround, adding a few lines at NPC_gives_birth_neutral.lpscene
This should crate a child, and make NPC a mother of that child, but I didn't see how to add a father in scene.Code:WHAT: none WHERE: none WHEN: 0 - 24 WHO: Actor = getSpecific(Impregnated) OTHER: none If !Actor.isMale() SceneStart() Actor.endPregnancy() Actor.dress() Actor.show(2) Actor.setActorVar(tag_Pregnant, 0) "<Actor.name> has recently given birth to a cute baby. Her baby photos are all over Facebook." Actor2 = Actor.generateRelativeMatchRace() AddNpcRelationship(ParentChild, Actor, Actor2) "It's a <Actor2.boy_or_girl>! Actor2:age => 0 SceneEnd() Endif
It's intentional for sure, or better to say, he never planned to have NPC-NPC babies growing.Thanks for the share. I was thinking about it and I don't think this can possibly be intentional, I remember playing past patches and NPC-NPC pregnancy was a thing, unless he abandoned it I see no reason for that to have changed.