Using TerraGear: Difference between revisions

Jump to navigation Jump to search
m
Landmass must be mapped to Default
(→‎Generating scenery: - Changed tg-construct format)
m (Landmass must be mapped to Default)
Line 119: Line 119:
For example, to decode the v0_landmass shapefile, you use the following command:
For example, to decode the v0_landmass shapefile, you use the following command:


  ogr-decode --max-segment 500 --area-type Default work/Landmass data/shapefiles/v0_landmass
  ogr-decode --max-segment 500 --area-type Default work/Default data/shapefiles/v0_landmass


To create streams of width 10 metres
To create streams of width 10 metres
Line 138: Line 138:
: AirportObj
: AirportObj
: Bog
: Bog
: Default
: DryCropPastureCover
: DryCropPastureCover
: EvergreenBroadCover
: EvergreenBroadCover
Line 143: Line 144:
: IrrCropPastureCover
: IrrCropPastureCover
: Lake
: Lake
: Landmass
: Marsh
: Marsh
: MixedCropPastureCover
: MixedCropPastureCover
Line 169: Line 169:


For example:
For example:
{{Pre2|<nowiki>tg-construct --work-dir=./work --output-dir=./output/Terrain --min-lon=55 --max-lon=57 --min-lat=60 --max-lat=62 AirportArea SRTM-3 AirportObj Stream Bog IrrCropPastureCover Town Lake Urban Landmass Railroad DryCropPastureCover Road EvergreenBroadCover Marsh Sand MixedCropPastureCover ScrubCover GrassCover MixedForestCover</nowiki> }}
{{Pre2|<nowiki>tg-construct --work-dir=./work --output-dir=./output/Terrain --min-lon=55 --max-lon=57 --min-lat=60 --max-lat=62 AirportArea SRTM-3 AirportObj Default Stream Bog IrrCropPastureCover Town Lake Urban Railroad DryCropPastureCover Road EvergreenBroadCover Marsh Sand MixedCropPastureCover ScrubCover GrassCover MixedForestCover</nowiki> }}


When this finishes, the output directory will contain a scenery sub-tree. Point to it by setting either [[$FG_SCENERY]] or by using the --fg-scenery command-line option to fgfs, and give your new scenery a try!
When this finishes, the output directory will contain a scenery sub-tree. Point to it by setting either [[$FG_SCENERY]] or by using the --fg-scenery command-line option to fgfs, and give your new scenery a try!

Navigation menu