Game will not read files in Hard Drive, but will make new ones in Documents
So, I moved all my Sims 4 stuff into an external hard drive, but every time I open the game, I notice it will make a brand new Electronic Arts folder in my documents folder instead of reading the one in my hard drive. I have the game and EA Play app installed in my hard drive as well. I don't know what's wrong.
@Nerdy_AJ The command isn't correct. First, please make sure there's an Electronic Arts folder inside Users > AJ > Documents and that there is NOT a "The Sims 4" folder inside that.
Is the game itself installed into D:\The Sims 4? As in, when you open that folder, do you see folders like Data, Delta, EPxx, etc.? If not, here's the command to use for the symlink:
MKLINK /J “C:\Users\AJ\Documents\Electronic Arts\The Sims 4” “D:\The Sims 4”
If the game's program files are inside D:\The Sims 4, please create a new folder on D where your user data will go. For the purposes of the command below, I'm calling it Game Data . Then put your "The Sims 4" user folder inside Game Data. In that case, this is the command you need to use:
MKLINK /J “C:\Users\AJ\Documents\Electronic Arts\The Sims 4” “D:\Game Data\The Sims 4”