Sims Legacy Collection โ€“ CC Troubleshooting

CC & Mod Troubleshooting

Fixing problems with custom content, mods, skins and file installation

On this page
๐Ÿ“

Mods Not Showing in Game

โœ… Start by removing all new mods and adding them back one at a time โ€“ this is the fastest way to find the one causing problems.
Check these things in order:
  • Unzip files first โ€“ the game cannot read .zip or .rar files directly. Extract all contents before copying to the game folder
  • Skin files (.BMP/.CMX/.SKN) must be directly in GameData\Skins\ - no subfolders at all. Same applies to SkinsBuy\
  • Check the file extension is correct (.iff not .iff.zip, .bmp not .bmp.txt)
  • Some mods need GameData\Objects\ or an ExpansionPack\ subfolder rather than Downloads\ - always read the included readme first
  • Check your game install path โ€“ Steam and EA App have different root folders. See Installing Mods
  • Buyable skins (L, F, S, W, H prefix) only appear at clothing racks on Downtown/community lots โ€“ they will never show in the home dresser or Create-A-Sim
  • If a skin is invisible but the file is in the right place, check the CMX file โ€“ it must contain its own filename correctly spelled inside the file, or the game ignores it silently
  • If a Sim appears headless or as floating hands, the mesh (.SKN) file is missing. Make sure all three file types (.BMP, .CMX, .SKN) are present in GameData\Skins\
  • BMP skin textures must be square or a whole-number width/height ratio (128ร—128 or 128ร—256 work, 256ร—192 will not show)
๐Ÿ’ฅ

Game Crashes After Installing a Mod

  • Remove all new mods and add them back one at a time until the crash reappears. A quick way to narrow it down: remove half your mods at once and test. If the crash stops, the problem is in the half you removed. Keep halving that group until you find the culprit
  • Check Simblr.cc and EA Forums for known compatibility issues with that specific mod
  • Check the mod creator's page โ€“ they may have released a Legacy-compatible update since the original was made
  • Try the mod in a fresh test neighbourhood before using it in your main save
  • Mods that directly patched the original sims.exe will not work in Legacy at all โ€“ the exe is DRM-protected. Check Simblr.cc for an updated version
  • See Installing Mods for how to translate Complete Collection paths to Legacy paths for older mods
๐Ÿง

Skins Show as a White Blank Body

๐Ÿšจ This is almost always a BMP colour depth issue. Sims 1 requires Indexed (256-colour) BMP files. Regular 24-bit BMPs, PNGs or JPGs will always show as a white silhouette in-game.
How to convert to 8-bit indexed BMP:
  • Photoshop: Image → Mode → Indexed Color → set Colours to 256 → OK. Then File → Save As → BMP (it will default to 8-bit after conversion)
  • GIMP: Image → Mode → Indexed → Maximum colors: 255 (this is correct โ€“ GIMP reserves one palette slot internally) → Convert. Then File → Export As → save as .BMP
  • IrfanView (free): Image → Decrease Color Depth → 256 Colors. Then File → Save As → BMP
  • Paint.NET: Install the IndirectBitmap plugin, then save as Indexed BMP
  • Do not use PNG, JPG, WebP or 24-bit BMP โ€“ none of these work in Sims 1
โ„น๏ธ If you downloaded the skin rather than made it yourself, try re-downloading from the original source โ€“ some archived sites incorrectly serve 24-bit BMPs even when the original file was correct.
๐Ÿ“ฆ

CC Limits and Engine Caps

Glitches caused by exceeding built-in limits

โš ๏ธ The Sims 1 engine has hard caps on CC. These existed in the original game and have not been raised in Legacy Collection. If you have a lot of CC and the game behaves strangely, these limits are often the cause.
CC TypeBase Game CapWith ExpansionSymptom when exceeded
Build mode objects200 per category2,000 (Unleashed)Fences show as pool ladders, plants show as fireplaces โ€“ CC is still there, categories are overflowing
Wall coverings9065,000 (Livin' Large+)Extra walls don't appear in-game
Floor tiles6365,000 (Livin' Large+)Same as walls โ€“ excess floors invisible
Downloads folderKeep under 2.5โ€“3 GB totalRandom crashes with no obvious cause. FAR file capacity estimated ~2 GB.
Skin filesNo confirmed hard capCrashes reported above ~3,000 files โ€“ binary-search the Skins folder to identify the culprit
โ„น๏ธ Managing large collections: Create a staging folder outside the game install (e.g. your Desktop) and move excess CC there. The game only reads the folders it knows to look for. Rotate CC in themed batches โ€“ install only what you plan to use in a session.
โฎ๏ธ

Old Complete Collection Mods Not Working

  • Most old mods work in Legacy โ€“ the game code is the same. The main issue is file paths. See Installing Mods for full path translation
  • Old paths referencing C:\Program Files (x86)\Maxis\The Sims\ need updating to your Legacy install location
  • Mods that patched sims.exe directly will not work โ€“ the exe is DRM-protected. Check Simblr.cc for an updated version
  • Check the mod creator's page or Simblr.cc for a Legacy-updated version before assuming it's permanently broken
๐Ÿ“ฆ

FAR Files Not Loading

  • .FAR files go in Downloads\ alongside .iff files
  • If the FAR was designed for a specific expansion, it may need to go in that expansion's subfolder (ExpansionPack1-7). The readme will specify this.
  • Use FARx (from the Sims1Tools GitHub repo) to extract the FAR contents and inspect what's inside โ€“ files may need to go in different folders
โš™๏ธ

Old Maxis .exe Installers Won't Work

Get Cool Stuff downloads from the original Maxis website

The original "Get Cool Stuff" content from the Maxis website (2000-2003) was distributed as Windows .exe installers. These look for the game at the old Complete Collection registry location, which Legacy Collection doesn't create. The installer will either fail silently or say it can't find the game.

โš ๏ธ Do not run the .exe files. Open them with 7-Zip as archives and extract the content manually instead.

Get 7-Zip (free)

Download from 7-zip.org if you don't have it. It handles almost every archive format including old Windows .exe installers.

Right-click the .exe and choose "7-Zip → Open archive"

The .exe opens like a zip file showing the folders inside โ€“ Objects, Skins, or similar.

Extract to a temporary folder

Click Extract and choose somewhere easy to find, like your Desktop.

Copy files to the correct game folders

Objects go in Downloads\, skins in GameData\Skins\ etc. The folder names inside the archive usually indicate the destination.

โœ… Alternatively, use the pre-extracted Legacy-compatible archive: github.com/alon-abadi/the-sims-1-legacy-collection-get-cool-stuff
๐Ÿ”‘

CC Creation Tools Can't Find the Game

The Sims Creator, Home Crafter and similar old tools

Old CC tools locate the game by reading a Windows Registry entry at:

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Maxis\The Sims

The Legacy Collection creates no registry entries, so these tools either fail to launch or save output to the wrong location.

โœ… Easiest fix: Use the Feraligatr installer โ†— โ€“ it bundles a selection of original Maxis tools (The Sims Creator, Home Crafter, Art Studio, FaceLift, FileCop, Make-A-Celebrity, Make-A-Date, Menu Editor, Object Organizer) and handles the registry key and compatibility settings for those tools automatically. Other tools not included in this installer will need the manual registry fix below.

If you prefer to fix it manually, or already have the tools installed from another source:

๐Ÿšจ Edit the registry carefully. Only add the specific key described below. Registry errors can cause system problems โ€“ if you're not comfortable with this, ask for help.

Open Registry Editor

Press Windows + R, type regedit, press Enter. Click Yes if prompted.

Navigate to the Maxis key

In the left panel, drill down to: HKEY_LOCAL_MACHINE → SOFTWARE → WOW6432Node → Maxis. If a "The Sims" key doesn't exist inside Maxis, right-click Maxis → New → Key and name it The Sims.

Add the InstallPath value

Click the "The Sims" key. In the right panel, right-click → New → String Value. Name it InstallPath. Double-click and set the value to your full game path:

C:\Program Files (x86)\Steam\steamapps\common\The Sims Legacy Collection\

Or for EA App: C:\Program Files\EA Games\The Sims Legacy\

Test the tool

Close and reopen the CC tool. It should now find the game.

IFF Pencil 2 crashing on Windows 10/11

Even with the registry fix, IFF Pencil 2 may crash with an "Access Violation" error on modern Windows. Fix: right-click IFF_Pencil_2.exe โ†’ Properties โ†’ Compatibility tab โ†’ check "Run this program in compatibility mode for: Windows XP (Service Pack 3)" โ†’ also check "Run as administrator" โ†’ Apply. Make sure script.txt, shyscript.txt, and sst.txt are in the same folder as the exe. Download from trolando's GitHub to get all required files.

Invisible skins or headless Sims

  • If a skin doesn't appear in Create-a-Sim, the CMX file may have an internal name that doesn't match its filename. Open the CMX in Notepad and check that the name on line 5 matches the filename exactly (without the .cmx extension).
  • If a Sim appears headless or as floating hands, the mesh file (.SKN) referenced by the CMX is missing. Check that all three files (BMP, CMX, SKN) are present in GameData\Skins\.
  • Body skin BMPs must be square or a whole-number ratio (128ร—128 or 128ร—256 are fine, 256ร—192 will not display). Note: some tools may still only load meshes bundled with the tool itself rather than all game meshes, but output should save to the correct Skins folder.

๐Ÿ’ฌ

Still Stuck? Community Help