# Add-on terrain

# The old but detailed south-germany terrain.
export FG_SCENERY=/opt/FlightGear/WorldScenery/south_germany/Terrain

# Brest photo-terrain?
export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/Brest/Terrain

# papillion81's rebuilt parts of the UK.
export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/papillion81-terrain/Terrain

# Note: custom-scenery-france messes up parts of the UK.
export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/custom-scenery-france/Terrain

export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/statto/Terrain

# Italy terrain based on Corine and Open Street Map
export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/Italy/Terrain

# Rebuilt terrain
#export FG_SCENERY=/opt/FlightGear/WorldScenery/Experimental/Terrain:$FG_SCENERY

# terrasync scenery. Load the objects before any terrain.
export FG_SCENERY=/opt/FlightGear/WorldScenery/terrasync.objects/Objects:$FG_SCENERY

# Terrain from the base package. It is more up-to-date than terrasync
#export FG_SCENERY=$FG_SCENERY:$HOME/FlightGear/fgdata/Scenery/Terrain

# terrasync scenery. Load the terrain last.
export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/terrasync.terrain

# Add-on terrain and objects
export FG_SCENERY=/opt/FlightGear/WorldScenery/Corsica/:$FG_SCENERY
export FG_SCENERY=/opt/FlightGear/WorldScenery/papillion81/Scenery:$FG_SCENERY

# Objects from the base package. Don't include.
#export FG_SCENERY=$HOME/FlightGear/fgdata/Scenery/Objects:$FG_SCENERY

# World scenery 1.0.1
#export FG_SCENERY=$FG_SCENERY:/opt/FlightGear/WorldScenery/world

# My local objects
export FG_SCENERY=$HOME/FlightGear/WorldScenery/custom:$FG_SCENERY

#echo $FG_SCENERY
