Making a second copy

Forwe

Chieftain
Joined
Feb 18, 2015
Messages
14
As in title, is it possible to make a second, seperate copy of CiV on my computer? As in, on one copy I'm playing with one mod, with seperate saves, interface and so on, and on the other I'm able to play withh other mod, also with seperate saves? (Sorry if I've put it in a wrong forum)
 
You can do this by copying your "Sid Meier's Civilization V" somewhere, rename the original folder and using junctions if you want to switch between the 2.
Using a cmd line:
robocopy /copyall /mir /xj "Sid Meier's Civilization V" "new/path/to/civ5"
mklink /j "Sid Meier's Civilization V" "new/path/to/civ5"

When you want to switch back delete the link and rename the folder back to "Sid Meier's Civilization V"
 
Back
Top Bottom