Posts: 507
Thanks: 33098 in 139 Posts
27 Achievements
Switching between save folders without renaming them
This tutorial only applies to The Sims 2 installed on Windows (64-bit).
The save folder is located in
Documents\EA Games and its name is typically:
- The Sims 2
- The Sims 2™️ Ultimate Collection
- The Sims 2 Legacy
Some of us have more than one save folder (e.g. one for playing and another for testing).
Typically, to make a certain save folder used by the game, you need to rename it to match the original save folder name (mentioned above).
However, renaming folders can cause problems if you synchronize folders to another drive or to the cloud.
It also makes it harder to recognize which folder contains which save.
There's another way to switch between save folders – without changing their names. It's based on changes in the registry.
This tutorial will show you how to prepare files for switching save folders used by the game.
⚠️ This method changes the save path for all computer users if you apply it to installations other than Legacy Collection, such as Ultimate Collection.
You need administrator rights.
Modifying the registry may cause serious problems if done incorrectly. Therefore, let's back up it first.
- Select Start, type regedit.exe in the search box, and then press Enter. If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
- In Registry Editor, select File > Export.
- In the Export Registry File dialog box, select the location to which you want to save the backup copy, and then type a name for the backup file in the File name field, e.g. TS2 - backup registry
- Select the Selected branch option at the bottom of the dialog box.
- Put the appropriate path in the field below the selected option:
- for Legacy Collection (the path contains Ultimate Collection, it's not a mistake):
Code:
HKEY_CURRENT_USER\Software\Electronic Arts\The Sims 2 Ultimate Collection 25
- for other installations, such as Ultimate Collection:
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\EA GAMES\The Sims 2
- Select Save.
If you get a The selected branch doesn't exist error, make sure you've inserted the correct path. - Close Registry Editor.
This section is based on
a Windows' article.
The exported file should have an icon of a white sheet of paper with blue cubes in the left-right corner. Files with a
.reg extension look like this.

Files created in the next steps should also have a
.reg extension and look the same.
- Copy the backup file you've exported.
- Rename the copied file to indicate that it's for the original folder path, e.g. TS2 - switch to main save
- Open the copied file in a text editor, e.g. Notepad.
- Remove all the lines except for three:
- the line that starts with Windows Registry Editor,
- the line with the registry path you've used to export the backup file,
- the first line that starts with "DisplayName".
It should look something like this:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\EA GAMES\The Sims 2]
"DisplayName"="The Sims 2"
- Save the file (not as new).
- Copy the file you're prepared in the previous step.
- Rename the copied file to indicate what save folder it is for, e.g. TS2 - switch to test save
- Open the copied file in a text editor, such as Notepad.
- In "DisplayName" line, after the = sign, put the name of the save folder you want to use in quotes (").
For example, if the folder name is The Sims 2 TEST, the line should look like this:
Code:
"DisplayName"="The Sims 2 TEST"
- Save the file (not as new).
Steam replaces some registry entries every time you start the game.
But there's a way to prevent it from overriding your settings.
- If you haven't already run the game after installing it, run it, wait for it to load, and then close it.
Steam must create registry entries for the game to work. - Open the game installation folder.
It's usually Program Files (x86)\Steam\steamapps\common\The Sims 2 Legacy Collection - Move the 3314070_install.vdf file from the installation folder to another location.
For example, you can create a new folder _Backup in the installation folder and put the file there.
If something goes wrong, you can restore the file to the installation folder.
- Double click the file you've prepared for a certain save folder.
- If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
- In the Registry Editor dialog box, confirm that you want to continue adding information.
The game should now use the selected save folder.
If the folder name you put in the registry doesn't exist, the game will create it – just as if you were running the game for the first time.
If something has gone wrong, follow the steps in the
switching to a different game folder section but use the backup file instead.
Blueybre
ivycopur – figured out how to make it work in the Steam version of Legacy Collection