Re: [OPEN] [ECO] NPC Phone call event triggers male to become pregnant

by canelacaliente
Reply

Original Post

Highlighted

Re: [OPEN] [ECO] NPC Phone call event triggers male to become pregnant

[ Edited ]
★★★ Pro

@SimGuruNick There is no filter for male Sims in the tuning file.

 

Note:  If you want to make a mod to fix this issue, just add a filter for male Sims.

 

<?xml version="1.0" encoding="utf-8"?>
<I c="TunableSimFilter" i="sim_filter" m="filters.tunable" n="dramaNodeFilters_CommunityCloseness_FamilyMatters" s="234672">
  <L n="_filter_terms">
    <V t="sim_info_lod" />
    <V t="species" />
    <V t="is_ghost">
      <U n="is_ghost">
        <T n="invert_score">True</T>
        <T n="require_npc">False</T>
      </U>
    </V>
    <V t="can_be_outside" />
    <V t="is_hidden">
      <U n="is_hidden">
        <T n="invert_score">True</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">177810<!--Trait: trait_Hidden_Skeleton_ServiceSkeleton--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">178437<!--Trait: trait_Hidden_Skeleton_TempleSkeleton--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">216314<!--Trait: trait_Ghost_Curses_NightStalker_Stalker--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">212849<!--Trait: trait_MagicSage_Mischief--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">212850<!--Trait: trait_MagicSage_Practical--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">212851<!--Trait: trait_MagicSage_Untamed--></T>
      </U>
    </V>
    <V t="age">
      <U n="age">
        <E n="min_value">YOUNGADULT</E>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">239021</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">238970</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">238708</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">238969</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">239020</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">231263</T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="minimum_filter_score">0.0001</T>
        <T n="trait">16838<!--Trait: trait_FamilyOriented--></T>
      </U>
    </V>
    <V t="relationship_bit">
      <U n="relationship_bit">
        <L n="black_list">
          <T>15822<!--RelationshipBit: romantic-Married--></T>
        </L>
        <V n="relationship_selector" t="use_requesting_sim" />
        <L n="white_list">
          <T>15797<!--RelationshipBit: friendship-friend--></T>
          <T>15794<!--RelationshipBit: friendship-bff--></T>
          <T>31211<!--RelationshipBit: friendship-bff_BromanticPartner--></T>
          <T>15795<!--RelationshipBit: friendship-bff_Evil--></T>
          <T>15798<!--RelationshipBit: friendship-friend_Evil--></T>
          <T>15799<!--RelationshipBit: friendship-good_friends--></T>
          <T>15800<!--RelationshipBit: friendship-good_friends_Evil--></T>
        </L>
      </U>
    </V>
    <V t="relationship_bit">
      <U n="relationship_bit">
        <V n="relationship_selector" t="use_all_sims" />
        <L n="white_list">
          <T>15822<!--RelationshipBit: romantic-Married--></T>
        </L>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">133798<!--Trait: trait_Hidden_IsEventNPC_Challenge--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">112688<!--Trait: trait_isAlienPollinator--></T>
      </U>
    </V>
    <V t="trait">
      <U n="trait">
        <T n="invert_score">True</T>
        <T n="trait">116487<!--Trait: trait_DetectiveCareer_PoliceStationCriminalNPC--></T>
      </U>
    </V>
  </L>
  <V n="_household_templates_override" t="disabled" />
  <V n="repurpose_terms" t="dont_repurpose" />
  <T n="use_weighted_random">True</T>
</I>
Message 41 of 50 (1,041 Views)
0

Re: [OPEN] [ECO] NPC Phone call event triggers male to become pregnant

Champion
@canelacaliente I looked at that a while ago and I don't think it's as simple as that. That tuning file just determines who is able to call your sim. Even if you restricted the phone call to only come from female sims, you'd still get situations like Tina Tinker calling you and then getting impregnated by her wife.

I think to fix it, the loot pregnancy action that triggers after the call needs to have checks added to handle multiple situations. Currently, it's just no checks – "whoever calls, make them pregnant".

But I think that there are existing tests I've seen in the other tuning files that can be used to make it check for things like the target's spouse's gender and ability to impregnate or be impregnated.
Message 42 of 50 (1,025 Views)

Re: [OPEN] NPC Phone call event triggers male to become pregnant

Hero (Retired)

I have experienced this on PS4. It's kind of funny, especially since the Sim that got pregnant is a grouchy old man.

 

The Sims™ 4_20201107153230.jpg

The Sims™ 4_20201107165010.jpg

Message 43 of 50 (945 Views)

Re: [OPEN] NPC Phone call event triggers male to become pregnant

★★★ Novice

This just happened to me as well. I've got a pregnant Kado Akiyama in my game. If anyone still needs the save file let me know.

Message 44 of 50 (909 Views)
0

Male sim gave birth - no abduction

★★★ Apprentice

Product: The Sims 4
Platform:PC
Which language are you playing the game in? English
How often does the bug occur? Every time (100%)
What is your current game version number? 1.68.156.1020
What expansions, game packs, and stuff packs do you have installed? Snowy Escape, Eco Lifestyle, Discover University, Island Living, Seasons, Cats and Dogs, City Living, Get Together, Get to Work, Parenthood, Vampires, Dine Out, Spa Day, Outdoor Retreat, Nifty Knitting, My First Pet, Laundry Day, Toddler, Fitness, Bowling Night, Vintage Glam, Backyard, Kids Room, Romantic Garden, Movie Night, Spooky, Cool Kithcen, Perfect Patio, Luxury Party
Steps: How can we find the bug ourselves? Unsure
What happens when the bug occurs? Male sim got pregnant - assumed by alien abduction. Had normal pregnancy moodlets throughout, gave birth in hospital to normal baby - normal bassinet and birth certificate. Checked the family tree and the mother of the baby is his human wife
What do you expect to see? Male sims not to get pregnant by their wives
Have you installed any customization with the game, e.g. Custom Content or Mods? Never used.
Did this issue appear after a specific patch or change you made to your system? Neutral/Not Sure 

Not sure how this happened?

Message 45 of 50 (873 Views)
0

Re: Male sim gave birth - no abduction

Hero
@BeckiAteUrPizzaX Was this an active or inactive Sim ?

Could be this issue: https://answers.ea.com/t5/Bug-Reports/OPEN-NPC-Phone-call-event-triggers-male-to-become-pregnant/m-p...

Good Luck
Crin

Trennlinie

I don't work or have any association with EA. I give advice to the best of my knowledge and cannot be held responsible for any damage done to your computer/game.
Please only contact me via PM when asked to do so.



Important Threads


Message 46 of 50 (860 Views)
0

Re: Male sim gave birth - no abduction

★★★ Apprentice

It was in my active household.  Although one of my teens did get that phonecall from her dad (pregnant male) when she was out, so it seems likely this is the issue.  Thanks Standard smile

Message 47 of 50 (858 Views)
0

Male sims preggo with wife baby how!!

★★ Novice

Product: The Sims 4
Platform:PC
Which language are you playing the game in? English
How often does the bug occur? Occasionally (10% - 49%)
What is your current game version number? Current 1.58.63.1010
What expansions, game packs, and stuff packs do you have installed? All but star wars
Steps: How can we find the bug ourselves? Not sure if you get we were thinking about trying for a baby and have your sims who gets the call say go for it
What happens when the bug occurs? Okay so my teen sim was snowboarding and he got a call from his dad who was at work called him with the message "we've been thinking about trying for a baby what do you think about it" and I had my teen sim who lives in the same household btw so sure go for it. dad is pregnant with his wife's baby.
What do you expect to see? The right sim with the correct gender setting being the one pregnant and maybe not sims in same household getting calls from each other just cause they were off the lot
Have you installed any customization with the game, e.g. Custom Content or Mods? Not now. I've removed them.
Did this issue appear after a specific patch or change you made to your system? Neutral/Not Sure 

Okay so my teen sim was snowboarding and he got a call from his dad who was at work called him with the message "we've been thinking about trying for a baby what do you think about it" and I had my teen sim who lives in the same household btw so sure go for it. A day later I find out that the dad is pregnant with his wife's baby. Their gender settings are normal the wife becomes pregnant and the husband gets pregnant. HE is the one having the wife's baby. They had two other kids both normally the wife gave birth to both before this. This is a really odd glitch. p.s I redownloaded mccheats to see who was the dad of the baby

Message 48 of 50 (840 Views)
0

Re: [OPEN] NPC Phone call event triggers male to become pregnant

★★★★ Pro

So, it seems like any sim can call if they're married and at least young adult, according to the tuning file @canelacaliente posted, and the sim who calls is the one who gets pregnant.

Eleanor Elderberry called me and asked if they should get a baby, and I answered that they should get the baby only because I was curious what would happen. So, now Eleanor Elderberry, who's an elder, is pregnant in one of my save files.

Elderly women can normally not get pregnant in TS4.

ElderCoupleAskAboutGettingBaby.png

2020-12-03_13-47-41.png

Message 49 of 50 (774 Views)

Re: [OPEN] NPC Phone call event triggers male to become pregnant

Hero

Male Sims will no longer get Pregnant after receiving calls from NPC Sims.

Fixed in Patch 1.69.57/ 1.35

 

If you're still experiencing this issue, please create a new thread.

Good Luck
Crin

Trennlinie

I don't work or have any association with EA. I give advice to the best of my knowledge and cannot be held responsible for any damage done to your computer/game.
Please only contact me via PM when asked to do so.



Important Threads


Message 50 of 50 (4,166 Views)