TerraSync: Difference between revisions

Jump to navigation Jump to search
1,187 bytes added ,  21 March 2016
Fix wrong default TerraSync directory on Windows and mention --download-dir, which affects the default TerraSync directory when used
(Add footnotes section (empty for now, will add something pretty soon))
(Fix wrong default TerraSync directory on Windows and mention --download-dir, which affects the default TerraSync directory when used)
Line 13: Line 13:


=== FlightGear 3.0 and later ===
=== FlightGear 3.0 and later ===
As of the FlightGear 3.0 release, TerraSync has changed significantly. By default, TerraSync now downloads to a folder in the [[$FG_HOME]] directory when enabled with <code>--enable-terrasync</code> or through the checkbox on the last page of FGRun. Optionally a TerraSync directory can be assigned with <code>--terrasync-dir=</code> or through the <tt>Advanced > General</tt> dialog of FGRun. TerraSync will then download to that directory. The directory is automatically given top priority, unless specified otherwise in [[$FG_SCENERY]]. No other configuration is needed.
As of the FlightGear 3.0 release, TerraSync has changed significantly. By default, when enabled with <code>--enable-terrasync</code><ref name="enabling-TerraSync-with-specific-launchers>In FGRun, this can be done via the appropriate checkbox on the last page. In FFGo, just uncomment the <code>--enable-terrasync</code> option from the default configuration in the Options Window (the “big window” on the left, below the aircraft list).</ref>, TerraSync now downloads to the <i>download_dir</i>/TerraSync, where <i>download_dir</i> is FlightGear's download directory.
 
FlightGear's download directory may be explicitely set using FlightGear's <code>--download-dir</code> [[Command line options|command line option]], otherwise it defaults to:
*[[$FG_HOME]] on non-Windows systems;
* something such as <tt>C:\Users\<i>username</i>\Documents\FlightGear</tt> on Windows.
 
Optionally, the TerraSync directory may be explicitely set using FlightGear's <code>--terrasync-dir</code> [[Command line options|command line option]], or through the <tt>Advanced > General</tt> dialog of FGRun. TerraSync will then download to that directory, regardless of FlightGear's download directory. The directory is automatically given top priority, unless specified otherwise in [[$FG_SCENERY]]. No other configuration is needed.
 
In summary, if you neither pass <code>--terrasync-dir</code> nor <code>--download-dir</code> to FlightGear, then the '''default TerraSync directory'''<ref name="default-TerraSync-dir-in-FG-code">As derived from an inspection of the FlightGear 2016.2.0 source code on March 21, 2016.</ref> is:
*<tt>[[$FG_HOME]]/TerraSync</tt> on non-Windows systems;
* something such as <tt>C:\Users\<i>username</i>\Documents\FlightGear\TerraSync</tt> on Windows.


=== FlightGear 2.4 up to and including 2.12 ===
=== FlightGear 2.4 up to and including 2.12 ===
377

edits

Navigation menu