MTS has all free content, all the time. Donate to help keep it running.
Search aelflaed :
Settings
Recently Uploaded See more
  • Bedlam House - CC-Free Asylum

    by aelflaed 24th May 2020 at 3:49am , updated 26th May 2020 at 8:48pm

    Bedlam House ? a CC-Free Residence for the Asylum Challenge more...

    +17 packs 2 3.6k 11

    Lots & Housing » Residential

  • Household Cleaners That Really Clean!

    by aelflaed 5th May 2020 at 10:23pm , updated 7th May 2020 at 11:12pm

    Decorative cleaning products made functional more...

    +17 packs 7 9.9k 53

    By Function » Plumbing

  • Roadside Stall - CC-Free

    by aelflaed 5th May 2020 at 9:20pm

    A Community Lot for the Poverty Challenge more...

    +17 packs 9 5.5k 18

    Lots & Housing » Community

  • Functional Junk

    by aelflaed 29th Apr 2020 at 10:16pm

    3t2 deco made stockable and grab-enabled. more...

    +17 packs 15 8.1k 39

    By Room » Outdoor

  • Body Cleansers Made Functional - UPDATED

    by aelflaed 22nd Apr 2020 at 6:06am , updated 29th Apr 2020 at 6:35am

    3t2 Body Cleanser Lotions, usable by your sims. more...

    +17 packs 14 7.7k 24

    By Room » Bathroom

Personal Picks (aelflaed thinks you should check these out!)
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(); } */