Posted January 28, 2021

lupineshadow
New User
Registered: Apr 2012
From Japan

Alonshow
New User
Registered: Feb 2016
From Spain
Posted April 01, 2022

Use mklink command for that.
Example:
- You have game in C:\Files\Witcher directory and want to move it to drive D: to Games directory.
- Move whole Witcher directory to Games directory then type
mklink /d "C:\Files\Witcher" "D:\Games\Witcher"
- This command will create fake Witcher "directory" in C:\Files and in reality when you enter it you will go to drive D:
- When Windows wants to run/load game data from this directory it will be also redirected to your drive D: :)
You can always use this method for any other data as well.

rtcvb32
echo e.lolfiu_fefiipieue|tr valueof_pi [0-9]
Registered: Aug 2013
From United States
Posted April 01, 2022

Though Skyrim i've noticed doesn't like moving directories as it will still point the launcher to the original folder (to change mods) but run correctly in another one...