Forum Discussion
First, let's check the location of your Sims 4 folder(s). Please open Terminal and copy and paste the following command then hit Enter/Return:
find ~ -type d -name "*The Sims 4*" 2>/dev/null
After a little while it will return the results of the search. Please copy and paste the results in a post here.
- jtamai54 years agoLegend
Here are the results from the search:
/Users/jossi/Applications/The Sims 4 Packs
/Users/jossi/Applications/The Sims 4.app
/Users/jossi/Applications/The Sims 4.app/Contents/Resources/The Sims 4.app
Normally I access my saves, mods, etc at [Users/jossi/Documents/Electronic Arts/The Sims 4], if that helps at all.
- Bluebellflora4 years agoHero+
Yep, the results aren't showing any of your user data. Try this, it will search all user accounts and externals:
find / -type d -name "*The Sims 4*" 2>/dev/null
- jtamai54 years agoLegend
Here's the next search:
/Library/Application Support/Origin/LocalContent/The Sims 4
/System/Volumes/Data/Library/Application Support/Origin/LocalContent/The Sims 4
/System/Volumes/Data/Users/jossi/Applications/The Sims 4 Packs
/System/Volumes/Data/Users/jossi/Applications/The Sims 4.app
/System/Volumes/Data/Users/jossi/Applications/The Sims 4.app/Contents/Resources/The Sims 4.app
/System/Volumes/Data/Users/jossi/Documents/Electronic Arts/The Sims 4
/Users/jossi/Applications/The Sims 4 Packs
/Users/jossi/Applications/The Sims 4.app
/Users/jossi/Applications/The Sims 4.app/Contents/Resources/The Sims 4.app
/Users/jossi/Documents/Electronic Arts/The Sims 4
Jocelyns-iMac:~ jossi$