F5F Stay Refreshed Software PC Gaming Yes, you can relocate game data folders while maintaining game functionality.

Yes, you can relocate game data folders while maintaining game functionality.

Yes, you can relocate game data folders while maintaining game functionality.

D
DeathBeastDB
Senior Member
337
11-16-2023, 08:47 AM
#1
We often use different storage options—fast SSDs and slower HDDs. If I place my game on the SSD but later find myself bored, can I transfer the whole folder to the HDD while keeping it functional (provided I update the shortcut)? I wouldn’t want to have to reinstall it on the slower drive just to move the files...
D
DeathBeastDB
11-16-2023, 08:47 AM #1

We often use different storage options—fast SSDs and slower HDDs. If I place my game on the SSD but later find myself bored, can I transfer the whole folder to the HDD while keeping it functional (provided I update the shortcut)? I wouldn’t want to have to reinstall it on the slower drive just to move the files...

M
marcoclovio58
Junior Member
44
11-17-2023, 02:52 PM
#2
You're asking about a game. Which one are you interested in?
M
marcoclovio58
11-17-2023, 02:52 PM #2

You're asking about a game. Which one are you interested in?

P
Pekaaa
Member
206
11-19-2023, 06:14 AM
#3
Occasionally within the game's menu, you have the option to select the storage locations.
P
Pekaaa
11-19-2023, 06:14 AM #3

Occasionally within the game's menu, you have the option to select the storage locations.

P
Pietrodar
Member
166
12-06-2023, 07:38 PM
#4
Create a backup of the entire directory, then relocate it. Some users store its path within their files.
P
Pietrodar
12-06-2023, 07:38 PM #4

Create a backup of the entire directory, then relocate it. Some users store its path within their files.

A
arceus202020
Junior Member
10
12-09-2023, 12:55 AM
#5
Certain games don't function properly when you shift them, like with Paragon; symbolic links are a common issue!
A
arceus202020
12-09-2023, 12:55 AM #5

Certain games don't function properly when you shift them, like with Paragon; symbolic links are a common issue!

V
villagerswag
Member
52
12-09-2023, 01:42 PM
#6
Use the command line tool MKLINK to generate a symbolic link. For instance, if your game is in C:\Games and you wish to relocate it to D:\AllGames\FromDriveC, simply move it manually there. Now you can create a symbolic link that makes the game believe it's still running from the original location. Press start, open cmd, type 'cmd', right-click cmd.exe and choose run as administrator, or press Ctrl+Shift to request admin privileges. Execute 'mklink /D C:\Games\GAME D:\Allgames\FromDriveC\GAME'. The directory will appear in C:\games\named GAME. If you need the file served from D: when requested by Steam or another app, it will automatically come from that folder. To avoid the redirection, use '/J' instead of '/D', which creates a junction rather than a symbolic link (the difference is usually negligible).
V
villagerswag
12-09-2023, 01:42 PM #6

Use the command line tool MKLINK to generate a symbolic link. For instance, if your game is in C:\Games and you wish to relocate it to D:\AllGames\FromDriveC, simply move it manually there. Now you can create a symbolic link that makes the game believe it's still running from the original location. Press start, open cmd, type 'cmd', right-click cmd.exe and choose run as administrator, or press Ctrl+Shift to request admin privileges. Execute 'mklink /D C:\Games\GAME D:\Allgames\FromDriveC\GAME'. The directory will appear in C:\games\named GAME. If you need the file served from D: when requested by Steam or another app, it will automatically come from that folder. To avoid the redirection, use '/J' instead of '/D', which creates a junction rather than a symbolic link (the difference is usually negligible).

B
boomp333
Junior Member
13
12-11-2023, 08:32 AM
#7
They covered everything. I was focusing on a broad approach rather than a specific match. Perfect! Appreciate the helpful details.
B
boomp333
12-11-2023, 08:32 AM #7

They covered everything. I was focusing on a broad approach rather than a specific match. Perfect! Appreciate the helpful details.