

- PS4 SIMS 4 FIRST PERSON MODE INSTALL
- PS4 SIMS 4 FIRST PERSON MODE WINDOWS 10
- PS4 SIMS 4 FIRST PERSON MODE WINDOWS
Afterward, I ran the game again from Steam, and it appears that saved games work fine when played from Steam or Origin, regardless of which DRM client created the new game or which one is running it.īe aware that expansions, game and stuff packs (especially if you previously bought them on disc or on Origin), as well as other custom content, you would need to re-download contents from Origin install into Steam. Since game saves are stored in the Documents folder – and I never uninstalled Sims 4 from Origin, I decided to test the saved game using the script I made for Origin to look for compatibility issues.
PS4 SIMS 4 FIRST PERSON MODE WINDOWS
It should be noted that when I began testing the script on Windows 10, I created a new tutorial game with a new randomized character in Steam just as I did with Sims 3. If launching Steam through the script, users with authenticators will have no problem as the game itself will run immediately after successful login.

PS4 SIMS 4 FIRST PERSON MODE WINDOWS 10
In Windows 10 (or if the Shortcut tab is not appearing following Step 1), move your batch script off the desktop.Right click the batch file you just created and click on Properties.Optional – To change your batch script shortcut icon to look like The Sims 4 one, do the following: It will not be necessary to alter this as the install location is stored in the Steam client. In the cache cleaning portion of this script, I am using the Windows %USERPROFILE% variable for the game saves Documents symlink. :: launches Sims 4 from Steam shortcut (no need to edit) and closes the scriptĮcho Now preparing to start "The Sims 4" on Steam! Goodbye. Rd /S /Q "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\onlinethumbnailcache"Įcho onlinethumbnailcache folder does not exist. If exist "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\onlinethumbnailcache" ( :: this section deletes Sims 4 saved game cache files to make the game run fasterĭel "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\localthumbscache.package" 2>NULĭel /F /Q "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\cache\*.cache" 2>NULĭel /F /Q "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\cache\*.dat" 2>NULĭel /F /Q "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\cache\*.jpg" 2>NULĭel /F /Q "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\cachestr\*" 2>NUL Title Sims 4 Cache Cleaner and Game Launcher (Steam version only)
