Howto:Install scenery: Difference between revisions

Jump to navigation Jump to search
(→‎Installing Scenery: details of structure archive of the tar and how to decompress it)
Line 111: Line 111:
= TerraSync =
= TerraSync =


TerraSync is a utility that automatically downloads needed FlightGear scenery while the simulator is running.  
TerraSync is a very useful utility that automatically downloads needed FlightGear scenery while the simulator is running.  


The master repository for terrasync (at least the SVN based) is automatically synchronized with the [http://scenemodels.flightgear.org/ FlightGear Scenery Objects Database] so you will always have the latest scenery objects. (Note however that you might need to install the SharedModels archive from that site if the set of shared scenery objects have changed since your version of FlightGear was released to see all objects.)
For more information, see the main entry [[TerraSync]].
 
It is recommended to use a separate scenery directory for TerraSync (that is do not run it on your main scenery directory) as network interruptions may upset the SVN synchronization protocol - if/when that happens the easiest solution is to delete the affected subdirectory and let terrasync download it again.
 
Usage example (for POSIX compliant [[command line]] shell):
 
Start terrasync:
 
<code>% nice terrasync -p 5500 -S -d /tmp/fgfsScenery</code>
 
The -S option tells terrasync to use the SVN protocol to fetch data. If you omit it terrasync will use the rsync program instead (which has to be installed on your system).
 
Start FlightGear:
 
<code>% fgfs --atlas=socket,out,1,localhost,5500,udp --fg-scenery=$FG_ROOT/Scenery/:/tmp/fgfsScenery</code>
 
The full documentation and source for TerraSync is located in the FlighGear source distribution (in <code>utils/TerraSync/</code>).
 
TODO: More info


=See also=
=See also=
248

edits

Navigation menu