Change the location of the MODS folder

VenGyr

Chieftain
Joined
Jun 24, 2012
Messages
43
Hello, i am wondering if it is possible to change the location of the MODS folder (C:\Users\VG\Documents\My Games\Sid Meier's Civilization 5\MODS) to my other drive which contains Steam and CIV itself (D:\Program\SteamApps\common\Sid Meier's Civilization V). I'd like to do this because C is a HDD while D is an SSD. Can anyone help me out? Thanks.
 
Junctions is the way.
open up a command prompt at C:\Users\VG\Documents\My Games\Sid Meier's Civilization 5
to copy type:
robocopy /copyall /mir /xj MODS new/path/to/mods
rename the original MODs folder or delete it
for the junction type:
mklink /J MODS new/path/to/mods
 
Top Bottom