Using Terminal to locate your Sims 4 files and folders

Are you looking for your Sims 4 folder or any of its subfolders but can’t find them? Maybe because you’ve been moving stuff around on your Mac and got a bit lost or have turned off iCloud Drive and trying to find your archived Sims 4 folder locally. Whatever the reason, sometimes using Terminal to search your Mac for specific files or folders is a whole lot easier and quicker, especially as by default the Electronic Arts, and subsequent Sims 4 folder, that is created in your Documents folder when you first launch the game is hidden from a Spotlight/Finder search (more on that further down).

Using Terminal

To search in Terminal for the Sims 4 folder open Terminal (Applications > Utilities), copy and paste the following command into the Terminal window that opens then hit Enter/Return (if your language is not English substitute “The” for the relevant word such as “Die” in German, “Le” in French and so on):

find ~ -type d -name "*The Sims 4*" 2>/dev/null

After a few seconds it should return the results of the search and will look something like this:

/Users/bluebellflora/Desktop/The Sims 4
/Users/bluebellflora/Library/Mobile Documents/com~apple~CloudDocs/Desktop August 19/The Sims 4 20.54.25
/Users/bluebellflora/Library/Mobile Documents/com~apple~CloudDocs/Desktop 31.01.21/The Sims 4
/Users/bluebellflora/Google Drive/The Sims 4
/Users/bluebellflora/Documents/Electronic Arts/The Sims 4

The results will show the exact file path to all folders named The Sims 4 in your user account on your Mac. Each separate file path will begin with /Users/[your user account name] and then the rest of the file path. In the results above you can see five Sims 4 folders in different locations.

If the search doesn’t seem to be finding the correct Sims 4 folder you can widen it to include all user accounts and external drives by substituting the tilde for a forward slash:

find / -type d -name "*The Sims 4*" 2>/dev/null

This search may take a little longer as it is looking in more locations but it will eventually provide the results.

Once you have found the location of the Sims 4 folder you’re looking for, select and copy the line from Terminal and then in Finder, click on Go in the menu bar then Go to Folder…:

A window will pop up, paste the line into the window then click Go:

A Finder window will open in the location you pasted into the previous search window, taking you directly to the folder and its contents.

Searching for other folders using Terminal

If you are looking for another folder, such as the Mods folder, or any other folder on your Mac, simply substitute The Sims 4 in the search command for the name of the folder. For example, if we wanted to search just for the Mods folder because you moved it out of the Sims 4 folder but can no longer find it, you would enter this command:

find ~ -type d -name "*Mods*" 2>/dev/null

or

find / -type d -name "*Mods*" 2>/dev/null

depending on how wide you want to search using ~ or /

Searching for specific files such as saves and CC items

You can also narrow the search down to individual files or file types. For example, you’ve been moving save files around on your Mac but can’t find them all. For this search we need to change the command slightly to tell Terminal to look for files, not a directory as before, beginning with Slot_ which is what all save file names start with in the game.

find / -type f -name "*Slot_*" 2>/dev/null

Or you could search by file types. For saves this would be all files ending in .save:

find / -type f -name "*.save*" 2>/dev/null

Similarly, if we wanted to look for a specific Mod or CC item, and we knew the file name, we could search for it:

find / -type f -name "*BluebellFloraRugSet1*" 2>/dev/null

Or if we only knew part of the item name, or the creator we could enter a partial name:

find ~ -type f -name "*RugSet1*" 2>/dev/null

You may be thinking, why am I explaining all this when you could just do a Spotlight or Finder search? Good question! It’s because for some reason the Electronic Arts folder and contents are hidden from a search in macOS IF it is located in the Documents folder. If the Electronic Arts folder is stored anywhere else on your Mac then Spotlight/Finder will find it. This isn’t usually a problem but if you have stored any files in an erroneous location within the Electronic Arts folder, and you can’t find them, you will need to do a Terminal search.

The hidden Electronic Arts folder

If you open a Finder window and look in your Documents folder you should easily see the Electronic Arts folder:

But if you try to locate the folder using Spotlight or Finder you won’t be able to find it. If you’ve never tried it, give it a go – either click on the Spotlight icon (magnifying glass) in the menu bar or open a Finder window and type in Electronic Arts or The Sims 4.

Having This Mac selected in this search shows the Electronic Arts folder in the Library folder which is often the folder many users mistakenly use when trying to add Mods to their Sims 4 folder:

If we click on the Documents search option there is apparently no Electronic Arts folder on this Mac:

This is why using Terminal to search for Sims files and folders is so much quicker and easier, because no results are hidden from the search.

Sims 4 audio crackling or system freezing on Macs with M1 chip

The shiny and beautiful Mac with the M1 chip can run the Sims 4 beautifully even though the game isn’t native and requires Rosetta to run. There are two small niggles though which I’ve been a bit tardy about reporting here – sorry!

Freezing resulting in Mac restarting
I posted about this last November but just reiterating again. If you are experiencing freezing whilst playing, usually in CAS, just enable vsync in the game options at the main menu or open the Options.ini file in your Sims 4 folder using TextEdit, find the line for verticalsync and change the value to 1.

In-game audio crackle
Update – This issue has now been fixed in a game patch. Make sure your game is up to date in Origin.

This is pretty irritating and there doesn’t seem to be a fix apart from muting the sound. There is a thread here at Answers HQ so it’s worth subscribing to it if you want to see any updates.

Sims 3 and Sims 4 – testing in Big Sur and on an M1 Mac

My entry level MacBook Air has finally arrived so I can start playing around with Sims 3 and Sims 4. This is my Mac:

2020 13″ MacBook Air
Apple M1 chip with 8‑core CPU, 7‑core GPU and 16‑core Neural Engine
8GB unified memory
256GB SSD storage

I have all packs up to and including Snowy Escape installed. Settings are maxed out in each game.


Origin

No problems downloading Origin from https://www.origin.com/gbr/en-us/store/download. I am aware that there were reports of Origin not downloading in Big Sur. This appears to have affected those using Chrome. If you’re still having an issue use Safari or Firefox and you will be able to download it.

When you launch Origin you will get a pop-up asking you to install Rosetta, go ahead and install it. Rosetta is the software developed by Apple to translate Intel x86 apps into a language the M1 ARM chips can understand:

Origin should now run and you can start downloading your games (at the time of writing there is a bug in the Origin beta/technical preview which prevents packs from being downloaded. Opt out of the beta in the Application Settings then restart Origin and you should be good to go).


The Sims 3

After installing all the packs the game was still showing as Finalising in Origin. I launched the game by double clicking the app in my Applications folder instead and the Launcher immediately came up (repairing will also fix this). After clicking play in the Launcher a couple of times the game finally started to load. Managed to load a household fine and get into the game and play. One thing I did notice is awful pink lines around some of the screen and sim icon edges. It doesn’t affect gameplay but doesn’t look great.

Overall performance was ok and stable. Having the 64-bit version now is fantastic but it’s no doubt still pretty buggy overall.


The Sims 4

With all the packs downloaded I could press play and start a brand new game. CAS loaded fine and I managed to move a sim into their Lot. There are a lot of reports of users having crashing issues in CAS or when leaving CAS to move their household into a lot. If this is happening you need to enable Vertical Sync in the in-game options (I have no idea why). As well as testing a brand new folder I also copied over my existing Sims 4 folder from my MacBook Pro. This folder is around 5GB in total with a ton of high poly CC. Still loaded and ran beautifully. Really smooth gameplay.


If you’re having issues please leave me a comment or report over in the Mac forum at Answers HQ: https://answers.ea.com/t5/Technical-Issues-Mac/bd-p/The-Sims-Mac