MTS has all free content, all the time. Donate to help keep it running.
Search PolarBearSims :
Settings
Recently Uploaded See more
Personal Picks (PolarBearSims thinks you should check these out!)
  • Riverblossom Hills 6 Bed 6 Bath

    by PolarBearSims 13th Jun 2020 at 9:05pm

    This luxury mansion offers 6 bedrooms, 6 bathrooms, loads of gardens, stables, eat in kitchen, formal dining room, living room, more...

    +18 packs 1 7.6k 14

    Lots & Housing » Residential

  • Pretty in Pink! 4 Bed 4 Bath

    by PolarBearSims 10th May 2020 at 3:37pm

    This beautiful painted lady offers historic charm, fenced in back yard, eat in kitchen, formal dining room, family room, living more...

    +17 packs 3.8k 7

    Lots & Housing » Residential

  • Tranquil Cottage 5 Bed 4 Bath

    by PolarBearSims 9th May 2020 at 1:54pm

    This large cottage is a true craftsman that has been updated through out the years.? You can still find a more...

    +28 packs 2 5.8k 15

    Lots & Housing » Residential

  • Remington Point 6Bed 5Bath

    by PolarBearSims 31st Aug 2019 at 10:26pm

    This large family home offers eat in kitchen, formal dining with buffet, fireproof fireplace, master bedroom with on-suite bathroom and more...

    +18 packs 7 7.2k 11

    Lots & Housing » Residential

  • Country Grove 4bed 3bath

    by PolarBearSims 11th May 2019 at 3:30am

    This lot also uses "My First Pet Stuff" but I didn't see it in the options to choose from. more...

    +21 packs 5k 8

    Lots & Housing » Residential

Updated Downloads See more Updated
/* function runTour() { var link = document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = '/static/css/tourguide.css'; document.getElementsByTagName('HEAD')[0].appendChild(link); var script = document.createElement('script'); script.onload = function () { var tourguide = new Tourguide({ restoreinitialposition: true, align: 'top', src: '/static/tour-steps.json?v=1.0.7', onComplete: function() { localStorage.setItem("browse-hasRunTour", true); }, onStop: function() { localStorage.setItem("browse-hasRunTour", true); } }); tourguide.start(); } script.src = '/static/js/tourguide.min.js'; document.head.appendChild(script); } var hasRunTour = localStorage.getItem("browse-hasRunTour"); if (hasRunTour === null) { runTour(); } */