Jump to content

How to keeps Steel Beast on one hard drive (not my boot)


RichardG

Recommended Posts

The "my documents" folder does not have to be on the C: drive. You can actually instruct Windows to move it to a different location. All programs will honor this, Steel Beasts included. Just google for "move my documents".

 

Anyway, you will still have a bunch of mandatory data (maps, default scenarios etc., but no "custom" data) in the (usually hidden) C:\ProgramData directory, subdir "eSim Games". SB relies on this specific location, so you can not move this...

 

However, the Windows NTFS file system comes with a concept of "symbolic links" or "junctions". These are basically "shortcuts" for directories, which look like real directories, but actually point to somewhere else, even different drives. So what you *could* do is:

- copy the whole "C:\ProgramData\eSim Games" directory to a location/drive of your choice

- delete the original "C:\ProgramData\eSim Games" directory

- create a "junction" at the original location to point to the new location by opening an administrative command prompt, go to "C:\ProgramData", and then type:

mklink /j "eSim Games" <new location>

...where <new location> is wherever you copied the directory to, including quotes, so e.g. "D:\SomeData\eSim Games"

 

Now you will have a directory at C:\ProgramData\eSim Games which looks like a normal dir, but instead everything is "rerouted" to your new location.

 

This is completely transparent for Steel Beasts, it can not tell a difference.

 

Disclaimer: this is NOT an officially supported scenario. Do so at your own risk. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...