• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Off load fsx files to second drive

THibben

Charter Member
All of my FSX files are installed on the same drive. Unfortunately that drive is nearly full. Can any files such as scenery, aircraft or other files be offloaded to a second drive and not hurt performance? Both drives would SSD.

Thanks for any help,

Tom
 
Yes to your question. Add-on scenery can go on any drive. I don't know if FTX stuff can go anywhere as I have never tried.
I have all my freeware scenery on another drive and then set up in sub-directories (regions) and then added thru the
scenery library.

With aircraft you can do the same (although some payware may need to go into the root folder). I keep all my freeware
a/c on another drive and just add an entry into the FSX.cfg to point to the folder. I do the same with all my AI a/c.
One thing to remember is to keep a copy of the effects and any gauges with the a/c so you can install back into the root
folder if you need to do a reinstall.

Joe
 
Yes, basically you can move big folders to another drive, and then create a "symbolic link" on the original drive, pointing to the new location.
This will "lure" the programs into thinking the folder is still in its original place :)
I moved the entire ORBX folder that way, for the very same reasons you mentioned: my sim hardrive was getting full.
 
Hi,
I do this with FSX on an SSD and (most) 3rd party scenery on an HDD.
Just install the scenery to a folder on the 2nd drive and add it to your FSX the normal way. You can also create a second SimObject/Aircraft folder and add it to fsx.cfg. I do this with my AI aircraft

Both your disks are SSDs so it shouldn't matter much but for me I found that the performance is about the same with the 3rd party scenery on the HDD but having AI aircraft on the HDD significantly increases load time so I moved them back onto the SSD.

Gavin
 
I keep all my freeware
a/c on another drive and just add an entry into the FSX.cfg to point to the folder. I do the same with all my AI a/c.

Hi,
You can also create a second SimObject/Aircraft folder and add it to fsx.cfg. I do this with my AI aircraft

I have exactly this problem at the moment (trying to make room for FTX LC NA on an already near-full SSD). I'd like to off-load some of my freeware and AI aircraft to another drive, but I don't know what needs to be added to fsx.cfg to point to the new folder. Please could one of you maybe give an example of what needs to be added and into which block, or point me to where I could find this? Many thanks.
 
Look for this section in the fsx.cfg..

[Main]
User Objects=Airplane, Helicopter
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc

If you want to move AI or any other models do a different directory.. make the directory name of your choice and point the Main section to it (in this case AI).. eg:
[Main]
User Objects=Airplane, Helicopter
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc
SimObjectPaths.6=SimObjects\AI (or whatever you want to call it).
Adding a full path to a different drive should also work.
ATB
DaveB:)
 
Look for this section in the fsx.cfg..

[Main]
User Objects=Airplane, Helicopter
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc

If you want to move AI or any other models do a different directory.. make the directory name of your choice and point the Main section to it (in this case AI).. eg:
[Main]
User Objects=Airplane, Helicopter
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc
SimObjectPaths.6=SimObjects\AI (or whatever you want to call it).
Adding a full path to a different drive should also work.
ATB
DaveB:)

Thanks very much for posting that Dave, it's a big help. I can work it out from there (I think!).
 
Nick,
Just as Dave posted is the way to do it. Name the folder what ever you would like then move all your AI or player
A/C you want into it. (keeping AI separate from player a/c is better). With the File Explorer window open copy the
full address and then paste that into the FSX.cfg. Here is what mine looks like for my AI a/c.

SimObjectPaths.7=G:\SimObjects\AI Aircraft

I also do this for addon ships, the only difference is they are separated into country of origin.

Hope this helps.

Joe
 
Thanks Dave and Joe, redirecting SimObjects to another drive by this method works perfectly. Made a nice bit of space on my FS drive now. Thanks again for your help.:encouragement:
 
Back
Top