Outfits for TM, AM & EM, categorized as everyday. They have fat morphs, TM & AM also have preg morphs. Polycount: 2,526.
Available as custom or default replacement for ambodyoverhangtshirtlongshorts (with optional EM add-ons). Downloads and further details below.
Credits - Mesh: shoes are by Maxis (from ambodysurfer); Chinco shorts were 4t2 converted by @mdpthatsme; the top I made using amtoptanktop as base. Textures: shorts 1-9 by Simmingbee & shorts 10 by Rope, all 4t2 converted by @moocha-muses (here & here); t-shirts 1-6 by @misomoso-no from here; tank tops 7-10 edited from a texture by Amaryll (with Maxis dirty amtoptanktop blended in 10).
The TM & EM recolors can be either standalone or repo'd to AM.
Download custom: SFS / Google Drive
~
ambodyoverhangtshirtlongshorts default
Included optional EM add-ons - repo'd to the AM default, they show up with Maxis BG content:
These are 4to2 conversions from Zwhsims, low poly.
DOWNLOAD HERE
----------------------------
If you want to support my creations, you can send me a donation with Paypal or Ko-fi ☕ If you want to ask for a Paid Commission, HERE you can find more details. Thank you ❤️
Viola fully restored + other interesting stuff from the beta!
Part 1!!
I've been working on this a lot these days. I figured out how to preserve Viola's instance and here she is! Same old instance, same character file, same everything!!
Her relationships (always from datamined information) are also back and she's now integrated within the story. Many families have been modified in terms of household units, especially the Capps. Here's a snippet of Goneril's family, one of the most complete by now.
I've also been looking into the character files I preserved from when I made the clean neighborhood, where old data is still present. Albeit it's pretty lenghty as a process each single time, I'm working on bringing back each beta sim into the neighborhood. Here's beta Tybalt...
Sul sul! I had to clean up the garage or Tor was going to strangle me in my sleep.. so I decided to sell some old stuff!
Hello! Well, it turns out one year ago today I posted my first custom content.. it was actually a simple texture transfer, something I was very excited to learn.
I remember being so shocked someone downloaded it lol. tbh I'm still shocked anyone downloads anything I make.
I'm gonna ramble so for the sake of your screen scrolling, I'll hide it here.
I've brought you today a little gift.. a random hodgepodge of stuff I've converted over the last little while. These are various items from Simdertalia, ATS4, BICO, ERosetta, Syboulette, The Crypt o' Club and zynooz!
Also included is the crystal shelf, which I don't recall where I got it.. I've had the package in my S4 downloads for ages and it was literally just named.. Crystal Shelf.
If they had recolours, they come merged with them. I gave one custom wood recolour to the crystal shelf in cluedo's blackwood. (didn't do all because I really only made it to decorate Tor's bedroom ^^)
All are deco items, including the arch which I REALLY wanted to make functional but ended up backing off the idea.. >_> sorry. reduced textures on BICO's meshes to 512x512. max size for other textures is 1024.
I think the arch and shelf are the highest poly stuff at around 5-6k.
here is a bit closer up, for you to see and of course, the download link!
download
lastly, thank you for following my weird little self.. I appeciate you!
⛓️💥 After nearly two months of computer nightmares and breakdowns, which required a ton of repairs and replacing 90% of the parts in my machine... I’ve finally been able to getting back into my project of pet eyes replacement 🗃️
👀 Eyes are done for cats and dogs, but I noticed that I didn't like maxis default fur coats either. There are good default replacements, like the ones by Magical Girl Sandbox (based on the pooklet's colors of @kitteninthewindow's) but I found most of them too saturated, or too different of maxis ones. I also really liked the nose texture replacements by Strange_Girl on MTS and wanted to include them on my default cat furs as well 🐈
🦄 I also didn't find a multicolor goofy coat replacement, because I liked the "rainbowy" idea of maxis even if the original one was kind of ternish. so I decided to run those textures into photoshop and try to restaure the rainbows on the coats 🌈
🎨 I’m also just starting to rework some textures for the unlocked fur colors, because the ones created by @kitteninthewindow are a bit too saturated and dark for my taste and have also a significantly reduced color contrast. I like being able to see the texture and sheen of the fur. I think I'm gonna desaturate that dark blue quite a bit.
🐩 The changes will be for cats AND dogs of course, but a dog fur has two, three times more texture files than the cats', so testing is on the cats.
🏖️ A lot of work to do for me, and I wish very good summer for you ! 🌞
Well it wasn’t just me, to be fair. I would have never been able to without @fireflowersims help and HugeLunatics trust in both of us. Thank you to both of them for their work and thank you @teaaddictyt for reaching out and doing the more public communication.
I’m super happy I got the chance to work to fix it. It wasn’t an easy undertaking. It seemed like every little thing would cause more errors, I fixed one and another thing broke. But now it seems stable, finally.
A lot of technical stuff below the cut, beware.
Fixing such an old forum is not easy. Documentation is rather sparse because the framework it runs on is old. There is however a more modern version, but updating is difficult. Here was the issue for the forum - upgrading failed.
A website (usually) consists of two different parts: 1 - The files. They contain the code, scripts, designs, images, attachment, profile pictures etc. 2 - The database. The database connects all the different parts and tells the website where to find something. Everything gets stored in tables, assigned IDs and given values. Everything written, each post and topic is also stored in the database. So without the database the whole page would be useless.
It was clear from the beginning that the database was the culprit for the failed upgrades. I got an earlier backup from HL and started working.
I set up a local environment with two versions of XAMPP. One running on php 7.4 (the last version having compatibility for the forum framework version and the upgrade script to the recent version) and the other on a modern 8.3, which was the same as the version the server @fireflowersims set up for GOS.
I ran the upgrade script (which consists of 4 separate parts) on the old backup and ran into errors right away. The script would just outright crash on me, most often without a log or message. The (local) server would just stop responding. My original plan had been to upgrade to version 2.0 first, then 2.1, since it was the recommended order. However the database backup had already been partly upgraded to 2.1. That was the reason my upgrade script failed. Reversing those changes could have been a possibility but extremely time intensive.
(This is the frontpage of the upgrader. I stared at it so much. Like you can see it has a ton of steps)
Instead I asked for the current database and HL provided it to me. This one was already further along on the upgrade and I could see the error HL had run into before handing over. I had to look at the upgrade scripts and source php files to diagnose what the framework was expecting - and failing - to find in the database.
That’s where I found the main culprit for *most* of the errors: Time tables. The framework saves every action that a user does in a log, a long table with the action, an id and a date. This was where everything had gotten wrong. The upgrader expected to see one column for the date, named *day*, while the current table had a different column for day, month and year. I tried fixing the table at first but that didn’t seem to work, so I completely deleted the table and created a new empty one myself. (By now I think the issue stems from forgetting to uninstall certain packages before upgrading, more on that later)
That was possible because the log actually doesn’t hold relevant information for the forum to work. It just records each step, probably for moderation purposes. Once I had done that step the upgrade script was finally able to proceed.
There were a few more errors where I had to look at what the script was doing, find the corresponding code in the sources and edit the database myself. Thankfully the code is relatively well commented and named, so I was able to find what I needed.
Finally I got the upgrade script to run to the end and I was actually able to open the forums (local) page. I hadn’t been able to for now so it was a first. But a lot of stuff was still missing, like all the topics. I could see that the posts were back, but not sorted correctly.
The fix was simple but annoying. The forum framework comes with a repair_setting.php file which I had run several times to fix all the paths, but apparently it didn’t fix *all* of them. So back to the database I went, ran some queries and fixed them myself.
Then the forum finally worked again!
(This is what the forum looked like when I first opened it. It ONLY had recent posts)
(The working local forum, no files yet with the default theme. Seems wrong to look at GOS without the dark theme, right?)
There were still a few things I needed to fix but the database seemed to work fine now. I had never done so many queries in my life. I know SQL, and had to fix databases before but not this intensely. So I guessed I learned something new haha.
Next was the exciting step to upload my clean install to the server. @fireflowersims and I had some directory issues, but I was able to fix them manually once again.
Then I had to take a look at the files which mostly consist of avatars and attachments. They didn’t work at all once moved to the clean install. Once again I took a look at the code and realized that the upgrade script would have changed those files as well, but because I ran it on a clean install it didn’t actually do this step.
I didn’t want to run the upgrade script again, worried that it would mess up a now working database. Instead I wrote a script myself that sorted through all the attachments, looked for the IDs of the avatars from the database so it could move and rename them.
Last were the attachments. This was an easier fix. They just had to be given the ending .dat. @fireflowersims ran a command through the console and then the attachments worked too!
We were getting closer!
Next was the theme. The old theme didn’t work on the modern framework anymore so @fireflowersims looked for a new one which I customized with CSS, trying to get it closer to the way the forum looked before. I think it turned out quite alright, hope you guys think so too!
(Trying to find out what CSS class addresses what? Make everything red and green!)
(All the spider webs)
Next was packages, or mods, to the framework. Fire and I encountered some hiccups here too, since there were some leftovers in the database. The packages hadn’t been properly deinstalled before running the upgrade script, which was another source of the errors. I tried fixing them manually but one of the packages would continue to just break the site no matter what I tried, so we settled for an alternative.
Some more work was put into SSL and making the forum secure. Once again some settings seemed to just break the page and each time I had to go back in the database and manually fix what had gone wrong. It was tedious but by now I knew my way around quite well.
@fireflowersims handled a lot of the server administrative work and DNS settings. I know very little about that part so having @fireflowersims there was great and they made sure the page is reachable at the correct address.
So yeah, I hope the site stays online for a long time now. It’s such a big part of our community and communities history. I used to download so much from there when I was younger. I wanted to give back to the community I love so much. That was the reason I spent many many hours digging through code and old forum threads.
It’s almost unbelievable that I’ve reached another small milestone.
Thank you so much for all your support — I truly appreciate it 🌼
I know I haven’t been as active as I used to be. A lot has changed in my life recently, and even more changes are still coming. I’m pregnant, and we’re expecting our baby in about a month. So my life is about to change completely, and I can’t say how active I’ll be for a while… but I’m incredibly happy to welcome my own little “Sim” 👶💕
As a small thank-you, I’ve prepared a little gift for you 💝
4t2 Trillyke's Crystal Heart Sweater
First is this cute sweater by @trillyke. ❤️
I somehow always manage to convert something that has already been converted 😅
But honestly, I would have converted it for myself anyway, so I decided to share it with you as well.
This sweater was already converted by pop-sims as part of their Advent Gift 2025.
You can find it HERE — definitely check it out!🌼
Info:
AF and TF
Categorized as Casual and Outwear Top
Texture size 1024x1024
Appropriate morphs included
15 Colours
2,7K Poly
Files are compressed
Original TS4 sweater by @trillyke❤️You can find it HERE
I also used a normal map texture for a more detailed pattern
Swatch:
4t2 Trillyke's Work Hard Skinny Jeans
I also needed some cute high-waisted jeans for my game, and these were the perfect choice.
Info:
AF and TF
Categorized as Casual and Outwear Bottom
Texture size 1024x1024
Appropriate morphs included
20 Colours
2,8K Poly
Files are compressed
Combined with cutest shoes ever Winter Sleep Boots by @trillyke, can be found HERE😍😍
I also used a normal map texture for a more detailed pattern
Original TS4 Jeans by @trillyke can be found HERE❤️
Pants are made by amazing tattooer by @paluding
Swatch:
And of course I'll share with you separate shoes as well 😍
4t2 Trillyke's Winter Sleep Boots
Info:
AF and TF
Categorized as Casual and Outwear Bottom
Texture size 1024x1024
Appropriate morphs included
20 Colours
2,8K Poly
Files are compressed
I also used a normal map texture for a more detailed pattern
Original TS4 shoes by @trillyke can be found HERE ❤️
Swatch:
Hope everything will work fine and that I didn't forget anything😅. If you'll find any problem, please let me know!
All TF files have Repo'd version as well, (except separate shoes - that file has just standalone version) so you choose which one you prefer, but just have on mind that for repo'd version you need AF files in your games as well!
EF conversion of 4t2 Gloomytrait Aerobic Suit by @janika31 (thank you for the 4t2 conversion, such a cool outfit!). Categorized as everyday & athletic, the recolors can be either standalone or repo'd to Janika's AF. The mesh has a fat morph. Polycount: 4,770 (a bit lower than the original, I fiddled).
Here is a collection of homes that I built on 2x3 and 3x2 lots.
This is my backup page since Tumblr seems to have issues with my main page.
2x3 and 3x2 Lot Download Folder: MF | SFS
I’ve run these homes through the Lot Compressor so any random references to sims that aren’t there should be removed. I have also run these lots through the Lot Cleaner to remove any bits of buggy code. These lots also come with a shiny custom thumbnail so they have even more curb appeal in your Lots and Houses bin! 😄
These homes have only a couple of pieces of CC, which you may already have in your game. These can easily be replaced or omitted if you don’t want them though.
CC List:
-Maxis Match Wall Cabinets by CTNutmegger at ModtheSims
-Functional Washer and Dryer by mustluvcats at ModtheSims
-Egg Topiary originally from the Sims 2 Website
I ALWAYS recommend using the Sims 2 Pack Clean installer to install lot files.
Just like it says on the box! I really like @sgthebee's full body mashup of @platinumaspiration 4t2 SP44 Tank Top Loose and @mdpthatsme 4t2 EP04 Pants Cargo, so I decided to convert it to LBB. And I picked 4 of the 8 recolors. Download details below (go under the cut if you want to hear my sob story about how I made this more difficult for myself after months of not meshing - not required reading).
Categorized as Everyday and Pajamas(PJs is a stretch, I know, but I nearly tagged Athletic out of habit). Compressorized, BSOK’d, no morphs, screenshots included. Poly count is 3.5K
Lessons Learned:
I haven't had much time to create lately, and I think because of that I made this waaay more difficult for myself. For shirtless LBB meshes, like swimwear or sleepwear, I use Syn's LBB mesh as a base since it has more detailed shaping than the WSO. It's a small thing, but I think it makes a difference. Since this tank is loose and a little skinnier than the Maxis tank tops, I thought I could shape the WSO'd tank onto Syn's detailed upper body mesh, and let tell you, dear reader, I could not solve the clipping issue without bringing the tank too far off the top and leaving weird gaps. I must have tried this 5 or 6 times before I realized I'd never get it right and went back to the WSO. And guess what? NO CLIPPING! So what we lose in a teeny tiny bit of body detail we make up for with a mesh that works as intended. Definitely a lesson learned as I get back into Milkshape and SimPE.
Ok story over! Let me know if you encounter any issues. Might make a TLBB version if I get can forgive myself for my errors fast enough.
I have to say that the reason why I haven't been more active lately was not only that I was on vacation, but also that I was preparing a 5000 follower gift for you ❤️ . I can't believe there are so many of you already❤️ . Thank you so much for every nice comment, for being here with me and still enjoying our beloved game, which has been around for so many years ❤️ . Thank you so much again for everything ❤️❤️
This time I chose a combination of underwear and pajamas as a gift. Apart from the nightgown, everything is converted as a top and bottom, so you can combine the individual parts as you wish 😊
I also wanted to say a big thank you to all the original creators who created most of these amazing cc ❤️❤️
@serenity-cc - Lush Corset
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear top
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @serenity-cc you can find here
@serenity-cc - Lush Panty
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear bottom
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @serenity-cc you can find here
@serenity-cc - Lush Chemise
❤️ for adults
❤️ with all morphs
❤️ categorized as pajama and underwear full body outfit
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @serenity-cc you can find here
@caio-cc - Pamela Bra
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear top
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @caio-cc you can find here
@caio-cc - Pamela Panties V1
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear bottom
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @caio-cc you can find here
@sentate - Angeliki Bra
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear top
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @sentate you can find here
@sentate - Angeliki Panties
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear bottom
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @sentate you can find here
@caio-cc - Louis Pants
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and pajama bottom
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @caio-cc you can find here
@caio-cc - Eric Underwear
❤️ for adults
❤️ with all morphs
❤️ categorized as casual, underwear and pajama bottom
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @caio-cc you can find here
@kevinandthesims - My Boyfriends Boxers Jay
❤️ for adults
❤️ with all morphs
❤️ categorized as casual, underwear and pajama bottom
❤️ some of original solids and patterns colors + normals (48 in total)
❤️ all files are compressed
❤️ original ts4 version by @kevinandthesims you can find here
@peacemaker-ic - Barely Seen Boxer Briefs - Regular Trunks
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear bottom
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @peacemaker-ic you can find here
SP81 CK011 Tucked Ribbed Tank Top
❤️ for adults
❤️ with all morphs
❤️ categorized as casual, pajama, underwear and athletic top
❤️ all original Maxis colors + normals
❤️ all files are compressed
@serenity-cc - James Top
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and underwear top
❤️ all original colors + normals
❤️ all files are compressed
❤️ original ts4 version by @serenity-cc you can find here
GP05 Shirt Pajama
❤️ for adults
❤️ with all morphs
❤️ categorized as casual and pajama top
❤️ all original Maxis colors + normals
❤️ all files are compressed
Once again a big thank you to all the original cc creators. Thank you so much for your hard work. Your cc is amazing ❤️❤️❤️❤️