How to move mods, maps, etc. out of the Local Settings folder
http://www.sitepoint.com/newsletter/viewissue.php?id=3&issue=62&format=html#4
from
Sins Forums
WARNING: The following is for users with administrator accounts, knowledge of how Windows works, and the ability to find solutions to computer problems.
How to move mods, maps, and other content out of the \Local Settings\Application Data folders. Last update on 3/13.
I would like to thank Ironclad/Stardock for their support and for creating Sins. I would also like to thank forum users Damicatz and Radtoo for helping point me in the right direction.
The working solution I've found is to use the NTFS feature of junction points, which now seem to work like symbolic links in other operating systems (mainly Linux). This has been tested by myself on my main computer's Windows XP Pro SP2 and ran flawlessly with slightly increased loading times when a mod is loaded (2 to 5 second increase). This is not guaranteed to work for you or on any other operating system such as Vista or Windows 2000. However, it should work on Windows XP Home or Pro, both SP2. In the early days of Windows XP, these features of NTFS were dodgy at best. It seems Microsoft has come a long way since then and either SP1 or SP2 polished up the junction point feature. Make sure you are an advanced user before attempting what's below because you do so at your own risk.
A junction point or symbolic link lets you define a file, folder, or drive to be like a pointer that goes somewhere else on your system. When you browse to that pointer you're seamlessly redirected to some other place on your system be it a different file, folder, or drive. It's all redirection, pure and simple.
To start, you'll need to download a program called Junction. You can get it from these locations:
http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx
http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx
Once you download this program, you'll want to extract its exe file and place the junction.exe program into the C:\Windows directory. The EULA you can do whatever you want with. By placing it in the windows directory this will simplify accessing the junction commands. To use junction, do the following:
1) Use windows explorer to create a new folder where you want your mods to go. I placed mine in E:\Program Files\Stardock Games\Sins of a Solar Empire\ModsRedirect on my external E drive. If you place the folder in one of the game data directories, install directories, or in the My Games folder, be sure to give the folder you're creating a name that Ironclad probably won't choose should they change the game's file structure. In my example, I created the ModsRedirect folder just incase Ironclad were to create a Mods or ModsAlternate in the game install directory. You'll want to move your mods there now and clear out the old directory you're about to turn into a pointer.
2) Go to Start > Run > and type CMD . This will bring up a command prompt. Now type cd c:\ to get to your C drive and out of the Documents and Settings folder. There's a bunch of ways of doing this, but as long as you see C:\> now you're just fine.
3) Type junction. You can also type junction.exe but windows will recognize junction to be junction.exe and automatically run the appropriate program. You will get a license agreement screen and some text output describing how to use this program. It will not display this text output a second time. If you don't remember the original text, then here it is. You'll want to reference this because it tells you how to create junctions and delete them too:
Junction v1.05 - Windows junction creator and reparse point viewer
Copyright (C) 2000-2007 Mark Russinovich
Systems Internals - http://www.sysinternals.com
The first usage is for displaying reparse point information, and the
second usage is for creating or deleting a NTFS junction point:
usage: junction [-s] [-q]
-q Don't print error messages (quiet)
-s Recurse subdirectories
usage: junction [-d]
-d Delete the specified junction
example: junction d:\link c:\winnt
4) Now the fun part. You're going to create the actual junction point. The command is:
junction
C:\>junction -d "C:\Documents and Settings\ZJBDragon\Local Settings\Application Data\Ironclad Games\Sins of a Solar Empire\Mods" "E:\Program Files\Stardock Games\Sins of a Solar Empire\ModsRedirect"
How to move mods, maps, and other content out of the \Local Settings\Application Data folders. Last update on 3/13.
I would like to thank Ironclad/Stardock for their support and for creating Sins. I would also like to thank forum users Damicatz and Radtoo for helping point me in the right direction.
The working solution I've found is to use the NTFS feature of junction points, which now seem to work like symbolic links in other operating systems (mainly Linux). This has been tested by myself on my main computer's Windows XP Pro SP2 and ran flawlessly with slightly increased loading times when a mod is loaded (2 to 5 second increase). This is not guaranteed to work for you or on any other operating system such as Vista or Windows 2000. However, it should work on Windows XP Home or Pro, both SP2. In the early days of Windows XP, these features of NTFS were dodgy at best. It seems Microsoft has come a long way since then and either SP1 or SP2 polished up the junction point feature. Make sure you are an advanced user before attempting what's below because you do so at your own risk.
A junction point or symbolic link lets you define a file, folder, or drive to be like a pointer that goes somewhere else on your system. When you browse to that pointer you're seamlessly redirected to some other place on your system be it a different file, folder, or drive. It's all redirection, pure and simple.
To start, you'll need to download a program called Junction. You can get it from these locations:
http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx
http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx
Once you download this program, you'll want to extract its exe file and place the junction.exe program into the C:\Windows directory. The EULA you can do whatever you want with. By placing it in the windows directory this will simplify accessing the junction commands. To use junction, do the following:
1) Use windows explorer to create a new folder where you want your mods to go. I placed mine in E:\Program Files\Stardock Games\Sins of a Solar Empire\ModsRedirect on my external E drive. If you place the folder in one of the game data directories, install directories, or in the My Games folder, be sure to give the folder you're creating a name that Ironclad probably won't choose should they change the game's file structure. In my example, I created the ModsRedirect folder just incase Ironclad were to create a Mods or ModsAlternate in the game install directory. You'll want to move your mods there now and clear out the old directory you're about to turn into a pointer.
2) Go to Start > Run > and type CMD . This will bring up a command prompt. Now type cd c:\ to get to your C drive and out of the Documents and Settings folder. There's a bunch of ways of doing this, but as long as you see C:\> now you're just fine.
3) Type junction. You can also type junction.exe but windows will recognize junction to be junction.exe and automatically run the appropriate program. You will get a license agreement screen and some text output describing how to use this program. It will not display this text output a second time. If you don't remember the original text, then here it is. You'll want to reference this because it tells you how to create junctions and delete them too:
Junction v1.05 - Windows junction creator and reparse point viewer
Copyright (C) 2000-2007 Mark Russinovich
Systems Internals - http://www.sysinternals.com
The first usage is for displaying reparse point information, and the
second usage is for creating or deleting a NTFS junction point:
usage: junction [-s] [-q]
-q Don't print error messages (quiet)
-s Recurse subdirectories
usage: junction [-d]
-d Delete the specified junction
example: junction d:\link c:\winnt
4) Now the fun part. You're going to create the actual junction point. The command is:
junction
C:\>junction -d "C:\Documents and Settings\ZJBDragon\Local Settings\Application Data\Ironclad Games\Sins of a Solar Empire\Mods" "E:\Program Files\Stardock Games\Sins of a Solar Empire\ModsRedirect"