Mod in different directory then game

Schwarzbart

Prince
Joined
Jul 21, 2009
Messages
528
Is it possible to place a Mod into a different directory then the Mod subfolder of Beyond The Swords?

I would like to put this large Mod on my SSD but prefer not to uninstall and reinstall the complete CIV IV for this.
 
I don't know. Some mods will play from another Beyond the Sword/Mods folder places somewhere other than the install folder.
 
When you got the DRM Free version you can just Copy/Paste the Entire Folder ;) :D did that to play C2C while on Vacation on a laptop ;) :D And Yes, it's not a Proper way of doing things, but hey it Works that's all that matters right?
 
if filesystem = NTFS

simply make symlink to mods folder, actual folder then can be placed anywhere:)
 
if filesystem = NTFS

simply make symlink to mods folder, actual folder then can be placed anywhere:)

How do you make a "symlink"???

JosEPh
 
Windows XP needs an additional driver or a resource kit from 2003 server IIRC. Vista and beyond can create symbolic links using an elevated command line and 'mklink'.
 
Windows XP needs an additional driver or a resource kit from 2003 server IIRC. Vista and beyond can create symbolic links using an elevated command line and 'mklink'.

Okay?
How do you make an "elevated command line"?

JosEPh
 
Okay that brings up
C:\Users\"name">

Now what?
I'm Running Win 7 64 Pro. And I know what this brought up isn't administrator level.

Would you be so kind as to post an example?

Thanks
JosEPh
 
This is an example for moving the 'Beyond the Sword' folder from C:\Documents....\My Games to another location while Civ4 still believes it's in its original location. Paths need to be encased in "" because of spaces in folder names.

1. Step: Move the entire "Beyond the Sword" folder to another location. In this case I choose "D:\Beyond the Sword"
2. Step: Open cmd.exe (command line) as administrator by right clicking and selecting "Start as Administrator"
3. Step: Enter the following command without ': 'mklink /D "C:\Users\<username>\Documents\My Games\Beyond the Sword" "D:\Beyond the Sword"'. The BtS folder in My Games may not exist prior to executing the command.

All read/write actions are now handled in the new location without Civ4 behaving any different.
 
Thank you.

JosEPh
 
Back
Top Bottom