Forum Discussion
Hey @jtamai5,
I've moved your post to a more relevant board than EA General Questions.
- Bluebellflora4 years agoHero+
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