Forum Discussion

Re: [FIXED] [MWS] 'Call Off the Wedding' interaction missing

So just as the title says, I bought the new wedding pack and unfortunately didn't look at the warnings many sim YouTubers said so, I'm trying to have a drama scene where this guy leaves his fiance at the altar. But with this new pack it's no where to be found. It just says exchange vows. And I looked in the mean interactions but it's just not there. It just says "mean gift". I'm very disappointed and on top of that nothing works in the pack. So i guess what my question is, is anyone else having this problem? I really wanted to find that interaction.  

6 Replies

Replies have been turned off for this discussion
  • prettymilaa's avatar
    prettymilaa
    4 years ago

    We neeeeed it! & thanks for your reply because I was legit in the middle of doing the same and couldn’t find the option.

  • TS1299's avatar
    TS1299
    4 years ago
    @crinrict Option is missing on mine too. However, disabling the pack returns the "Call Off the Wedding" option
  • 83bienchen's avatar
    83bienchen
    Seasoned Ace
    4 years ago

    The call of wedding interaction can be enabled for both the base game and the new GP by adjusting the tuning

    as follows:

    Changes for tuning

    278937 custom_State_Wedding_Socials_Vows

    add the social to the affordances:

    <L n="affordance_links">
                          <T>278489<!--mixers_Custom_State_Wedding_VowCeremony_Vows_Confident--></T>
                          <T>278490<!--mixers_Custom_State_Wedding_VowCeremony_Vows_Dreamy--></T>
                          <T>278491<!--mixers_Custom_State_Wedding_VowCeremony_Vows_Shy--></T>
                          <T>14556<!--Wedding_BrideGroom_CallOffWedding--></T>
                        </L>

    Moreover you will need changes for tuning

    14556 Wedding_BrideGroom_CallOffWedding

    1. step:

     
      <L n="basic_liabilities">
        <V t="critical_priority" />
      </L>

    (otherwise Sims will queue up the interaction, but will not do it unless you cancel their current interaction.)

    2. step:

    Change the test_globals to this:

    <L n="test_globals">
        <V t="sim_info">
          <U n="sim_info">
            <V n="ages" t="specified" />
          </U>
        </V>
        <V t="relationship">
          <U n="relationship">
            <U n="required_relationship_bits">
              <L n="match_all">
                <T>15803<!--has_met--></T>
              </L>
            </U>
          </U>
        </V>
        <V t="test_set_reference">
          <T n="test_set_reference">97114<!--testSet_IsNOTInRenewVowsSI--></T>
        </V>
        <V t="sim_info">
          <U n="sim_info">
            <V n="ages" t="specified" />
            <E n="who">Listeners</E>
          </U>
        </V>
        <V t="relationship">
          <U n="relationship">
            <U n="prohibited_relationship_bits">
              <L n="match_any">
                <T>15822<!--romantic-Married--></T>
              </L>
            </U>
          </U>
        </V>
        <V t="relationship">
          <U n="relationship">
            <U n="required_relationship_bits">
              <L n="match_all">
                <T>15818<!--romantic-GettingMarried--></T>
              </L>
            </U>
          </U>
        </V>
        <V t="situation_job_test">
          <U n="situation_job_test">
            <E n="participant">TargetSim</E>
            <L n="situation_jobs">
              <T>9363<!--job_wedding_betrothed--></T>
              <T>274941<!--job_Wedding_Ceremony_Host_Couple--></T>
            </L>
          </U>
        </V>
        <V t="situation_job_test">
          <U n="situation_job_test">
            <E n="participant">Actor</E>
            <L n="situation_jobs">
              <T>9363<!--job_wedding_betrothed--></T>
              <T>274941<!--job_Wedding_Ceremony_Host_Couple--></T>
            </L>
          </U>
        </V>
      </L>

About The Sims 4 Bug Reports - Archive

This is a read-only archive of bugs previously reported on Answers HQ. Click "The Sims 4 Bug Reports" in the right-rail to browse and create new bugs.14,624 PostsLatest Activity: 8 months ago