Changing the mod path ..

Hey. I was wondering if it's possible to change the mod path in Rebellion? I do not have a lot of space on C:\. 

6,968 views 7 replies
Reply #1 Top

Complete Guide to Symbolic Links (symlinks)

I tested this and it works great for XP and up. XP is a little different procedure. I didn't install the little helper, to easy to paste addresses after the proper switch for file or folder.

You would just move (not copy, cut and paste) the folder to the new location and open the cmd window and put the link in. You can access from old and new location.

Might look like

mklink /J "C:\Users\myfist0\Documents\My Games" "F:\My Games"

 

or 

I think with Win Vista and up, you can move the "my documents" with windows, but I like the Symlink better. Not sure if you can just do my games, but I don't think so. This also works only for Rebellion, not Trinity. I got Symlinks for Trinity because that folder alone got close to a 100gb.

 

Reply #2 Top

Thank you. That seems like a great tool. 

 

But still, there should really be a simple .ini edit somewhere. It shouldn't be that hard to change mod directory.. 

Reply #3 Top

You could make a mod to change the mod path... but then the mod wouldn't be in the right place... so the mod path would go back... but then the mod would be there again... Oh no! It's a paradox!

Reply #4 Top

Haha. :)

 

I've been using the Symbolic Links, and it works very well. Great tool.

The walkthrough said that it would be very hard to do this without the symlink tool addon -- so, why isn't that a built in feature of Windows? It should be a part of the standard Windows stuff, yet it seems like a relatively obscure tool. I hadn't heard of it before it was mentioned here. 

 

"I think with Win Vista and up, you can move the "my documents" with windows, but I like the Symlink better. Not sure if you can just do my games, but I don't think so. This also works only for Rebellion, not Trinity. I got Symlinks for Trinity because that folder alone got close to a 100gb."

Do you mean that Symlinks didn't work for Trinity/Trinity didn't recognize them? Or did you mean that you can move the My Documents, or Rebellion folder, as opposed to Trinity, which is located elsewhere?

Reply #5 Top

You can move the 'My Documents" so no need for special stuff for Rebellion. Trinity however is buried in the appdata folder and impossible to move without symlinks. That is why I got it.

C:\Users\[username]\AppData\Local\Ironclad Games\Sins of a Solar Empire\...

 

It is actually part of windows as you do not need any add-on to do this, its in the CMD. I would not make this a standard windows tool, it would confuse the hell out of most comp users.

Reply #6 Top

Quoting myfist0, reply 6
I would not make this a standard windows tool, it would confuse the hell out of most comp users.
End of myfist0's quote

Note that command shells will tell you what the sym-link points to, in this example I used mklink /J to make the Rebellion's dev.exe mod directory the same as the normal game, from the DOS command prompt:-

C:> dir
 Directory of C:\Users\NewHorizons\My Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion

12/01/2013  15:34    <DIR>          .
12/01/2013  15:34    <DIR>          ..
31/03/2012  07:14    <DIR>          AutoRecord-SinglePlayer
... clipped ...
20/01/2013  11:22    <DIR>          Debug
12/01/2013  18:44    <DIR>          Mods-Rebellion v1.1
12/01/2013  15:34    <JUNCTION> Mods-Rebellion v1.1 Dev [C:\Users\NewHorizons\My Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.1]
               0 File(s)              0 bytes
              21 Dir(s)  21,657,583,616 bytes free

End of quote

The real name is shown in between [ and ].

or from Cygwin

$ ls -l
total 52
drwx------+ 1 NewHorizons None   0 Mar 31  2012 AutoRecord-SinglePlayer
... clipped ...
drwxr-xr-x+ 1 NewHorizons None   0 Jan 12 18:44 Mods-Rebellion v1.1
lrwxrwxrwx  1 NewHorizons None 111 Jan 12 15:34 Mods-Rebellion v1.1 Dev -> /cygdrive/c/Users/NewHorizons/My Documents/My Games/Ironclad Games/Sins of a Solar Empire Rebellion/Mods-Rebellion v1.1
End of quote

Both show that the "Mods-Rebellion v1.1 Dev" directory is actually a sym-link to "Mods-Rebellion v1.1".

FWIW: Any Linux users should be fairly familiar with sym-links as Unix has had this feature for decades. :P

 

Reply #7 Top

This tool seems much easier, and more robust, than the non-command line method (without the help of any external programs) I previously used. Neat; this will let me easily move all my program/game folders to my new SATA3 drive.