• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Creating INF file for terrain BGL.

Messages
96
Country
us-washington
Hey folks,

I have been wracking my brain on a project I have been working on for the Mount St. Helens area and I would like some assistance.

One of my longtime goals has been to produce a scenery package that would replicate the Mount St. Helens experience from a pre-1980 perspective. Just last night I managed to stumble upon source DEM data taken from the contour elevation profile of Mount St. Helens before May 18, 1980. The file is WGS84 DEM projection.

I'd like to compile and test it in the sim, however I am unsure on how to write INF files for the job.

How do I go about doing this?

Here's the DEM data as it appears in 3DEM, rendered to a low-res color-corrected LANDSAT1 image which I'll be using to create SBuilderX polygons for the glaciers and misc. photoreal stuff.

msh1977.jpg
 
Hi!

If I understand correctly what you mean, the inf file looks like this:

Code:
[Destination]
DestDir = "Output"
DestBaseFileName = "C:\Users\Philippe\Desktop\Mesh\StEustatius"
DestFileType = BGL
LOD = Auto

[Source]
Type = GeoTIFF
Layer = Elevation
SourceDir = "[YOUR PATH]"
SourceFile = "[YOUR FILENAME]"
nCols = 
nRows =
xDim = 
yDim =

nCols, nRows, xDim and yDim are dependent on the DEM. You find these values in your GIS Software
(in ArcGIS: Right click on the layer -> Properties -> Source:
xDim, yDim is "Cell Size (X, Y)"
nCols, nRows is "Columns and Rows")

I hope this helps!
 
If anyone could help me with this, I would greatly appreciate it. I am struggling to convert this file to BGL and I wonder if it's the format?


-Steve
 
Back
Top