The Sims 4 Pets: Animation Snippet Found in the Game Code

68
70283
- Advertisement -

Thanks to community modder TwistedMexican, we now have some additional game code referencing The Sims 4 Pets. As he poked through game code, he discovered an animation snippet which indicates Cats and Dogs will be able to walk on certain objects:

Pets will be able to walk on top of the following objects:

  • Counters
  • Bars
  • Fridge
  • Tables
  • Beds
<?xml version=”1.0″ encoding=”utf-8″?>
<I c=”SurfacePortalDefinition” i=”snippet” m=”snippets” n=”surfacePortalDefinition_Bar” s=”155512″>
  <U n=”value”>
    <L n=”animation_mapping”>
      <U>
        <E n=”key”>CAT</E>
        <U n=”value”>
          <T n=”factory”>151822</T>
        </U>
      </U>
      <U>
        <E n=”key”>DOG</E>
        <U n=”value”>
          <T n=”factory”>151822</T>
        </U>
      </U>
    </L>
    <L n=”portal_pairs”>
      <U>
        <U n=”portal_end_offset”>
          <T n=”y”>-0.25</T>
        </U>
        <U n=”portal_start_offset”>
          <T n=”x”>0</T>
          <T n=”y”>-1</T>
        </U>
      </U>
      <U>
        <T n=”is_internal”>True</T>
        <U n=”portal_end_offset”>
          <T n=”y”>0.25</T>
        </U>
        <U n=”portal_start_offset”>
          <T n=”x”>0</T>
          <T n=”y”>-0.25</T>
        </U>
      </U>
    </L>
  </U>
</I>

This does not man that pets would be restricted solely to these objects, but this is some new information believed to be added with the last game patch. We’ve yet to hear anything on an official level, but we have plenty of proof Pets are being worked into the game.

Advertisement

As always, without official announcements by The Sims Team regarding this content, consider this to be a rumor until proven otherwise. 

Advertisement