MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,275
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.
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.
 

Deleted member 289409

Active Member
Nov 12, 2017
680
871
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.
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.

Not trying to pick on you or give you a hard time. But as someone that used to manage around 60 mods on Nexus seeing questions like the ones you asked I learned from experience that 9 out of 10 they are not making a request just asking for options on it. Most modders and game developers do the same.
But if it's a genuine request just be straight forward and make your case based on your own views that will get our attention. So if you want the option to report female NPC rapists (or male NPC rapists as they get the same scenes), or be able to tell them to get lost if they get knocked up from raping your male MC (or whatever it is that you actually want), then either quote one Vinfamy's post or use the @ to mention them so they get a notification.
 
Last edited:

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,275
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.

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.
 

Deleted member 289409

Active Member
Nov 12, 2017
680
871
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.
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.
 

Schlong50

Member
Dec 11, 2019
434
393
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?

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

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,275
Since high-risk days mean 10 times normal fertility for females, what is it on low-risk days? The normal number is for ones that are neither high or low I think.
 

Dnds

Crimson Coffee Cake
Donor
Jul 5, 2017
333
412
Vinfamy 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.
 
  • Like
Reactions: srg91

JoleenStar

Active Member
Sep 29, 2017
906
1,453
To add to that, I didn't see anything if your wife/girlfriend gives birth to another man's child; its just recognized as your own?
 
  • Like
Reactions: srg91
Aug 8, 2017
389
304
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.
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.)
 
  • Like
Reactions: Schlong50

Thermophob

Well-Known Member
Apr 10, 2018
1,941
2,679
Vinfamy 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.
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

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
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.
 
  • Like
Reactions: kurosx and Dnds

Dnds

Crimson Coffee Cake
Donor
Jul 5, 2017
333
412
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

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
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.
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.
 
  • Like
Reactions: srg91

Thermophob

Well-Known Member
Apr 10, 2018
1,941
2,679
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.
It's intentional for sure, or better to say, he never planned to have NPC-NPC babies growing.
Maybe you were using SB better pregnancy mod?
 
Last edited:
  • Like
Reactions: srg91
May 5, 2019
21
27
BUGS:

- Inviting someone out (and other actions) can commonly cause them or other characters to disappear. This is only remedied by going to contacts then out, back into the scene.
- Deleted characters do not actually leave the game. They can commonly stick around. This is a very bad bug with the NPC manager and needs to be fixed. This is especially bad with family members generated then deleted.
- Characters commonly fall through geometry.
- Characters tend to stack up when reloading in some locations.
- Event bug with Gym Trainer and partner - it changes your partner's hair.
- UI tends to hang unless right click is used - this is a Current UI focus issue preventing the game to be normally controlled.
- All gift or phone lewd events dump the player back at their home, when it shouldn't - this is particularly disruptive.

ISSUES:

- Invite Bull for Pregnancy does not allow you to keep the resulting child.
- Several of the Dom and Sub options do not flow or trigger in a believable way. This should be worked on.
- The relationship mechanics need to be able to formally support more complex relationships for Netori and Netorare.
- Muscle is very slow to build compared to other stats. Also - Muscle building doesn't seem to work.
- Several events do not support the option to simply leave, instead forcing you to drink until it's over. These events need a rewrite to support the player just wanting to leave at any time.
- Initiating sex should be done in a manner that determines who's in charge.
- Individual sexual actions should have consequences upon dom/sub and other stats/counters.
- UI needs polish for showing where a person is, what they are doing, and if they are with anyone.
- VLOG events fire too often and should be able to be toggled on or off. This should be done for all potential careers.
- Children of adults do not follow a logical generation by species or phenotype. (Needs confirmation, but lots of experience to the issue)

SELFISH REQUESTS:

- System logic or code that grows a character's assets or muscles upon certain events. I'd like to make a mod that allows characters to grow sexier or stronger when certain events are fired.
- New stats, including stats for the cleanliness of your residence and other things that have associated actions to handle but no substantial gameplay result.
 
3.30 star(s) 118 Votes