Forum Discussion

kusurusu's avatar
kusurusu
Seasoned Ace
5 years ago
Solved

[BDK] Filth Dwellers don't loathe cleaning/gain happy moodlets

Product: The Sims 4 Platform:Microsoft XBOX One 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.39 ...
  • Rebecca_Blaak's avatar
    Rebecca_Blaak
    5 years ago

    Just for anybody reading this, I managed to fix it myself. It's two lines of code in the buff_Dust_State_Filthy tuning that are incorrectly set to check if Sims aren't pets OR they have those traits, when it should be an AND test. It should look like this:

     <L n="tests_set">
          <L>
            <V t="sim_info">
              <U n="sim_info">
                <V n="species" t="specified">
                  <U n="specified">
                    <L n="species">
                      <E>HUMAN</E>
                    </L>
                  </U>
                </V>
              </U>
            </V>
            <V t="trait">
              <U n="trait">
                <L n="blacklist_traits">
                  <T>16860<!--trait_Slob--></T>
                  <T>256785<!--trait_FilthDweller--></T>

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,620 PostsLatest Activity: 2 years ago