Using the Custom Scenery TerraGear Toolset: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 151: Line 151:
   fgfs-construct --work-dir=./work --output-dir=./output --lon=55 --lat=60 --xdist=3 --ydist=3 \
   fgfs-construct --work-dir=./work --output-dir=./output --lon=55 --lat=60 --xdist=3 --ydist=3 \
   AirportArea SRTM-30 AirportObj Stream Bog IrrCropPastureCover Town Lake Urban Landmass Railroad \
   AirportArea SRTM-30 AirportObj Stream Bog IrrCropPastureCover Town Lake Urban Landmass Railroad \
   DryCropPastureCover Road EvergreenBroadCover Marsh Sand MixedCropPastureCover ScrubCover GrassCover  
   DryCropPastureCover Road EvergreenBroadCover Marsh Sand MixedCropPastureCover ScrubCover GrassCover \
   MixedForestCover
   MixedForestCover


Line 165: Line 165:
* fgfs-construct Killed. On an Ubuntu system, the fgfs-construct process may be killed as it is using too many system resources. A simple solution is to generate smaller blocks of scenery, by using smaller --xdist and --ydist arguments.
* fgfs-construct Killed. On an Ubuntu system, the fgfs-construct process may be killed as it is using too many system resources. A simple solution is to generate smaller blocks of scenery, by using smaller --xdist and --ydist arguments.
* Airports appear in the bottom of holes, or there are spaces between the airports and the scenery. This typically happens when genapts is unable to find the correct elevation data, or the elevation data changed between running genapts and shape-decode. Try generating a single airport in your scenery area using genapts, and look at the output. In particular, make sure there is a work/SRTM-30 directory.
* Airports appear in the bottom of holes, or there are spaces between the airports and the scenery. This typically happens when genapts is unable to find the correct elevation data, or the elevation data changed between running genapts and shape-decode. Try generating a single airport in your scenery area using genapts, and look at the output. In particular, make sure there is a work/SRTM-30 directory.
* Only the airports appear in the scenery. There are three causes for this: 1) You didn't download the correct shapefiles for the area. 2) You haven't run shape-decode on the v0_landmass shapefile as Default 3) You didn't include the correct directories in fgfs-construct.
* Only the airports appear in the scenery. There are three typical causes for this:
** You didn't download the correct shapefiles for the area.  
** You haven't run shape-decode on the v0_landmass shapefile as Default  
** You didn't include the correct directories in fgfs-construct.