• 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.

SRTM to BGL FSX

Messages
42
I found this link to the tutorials on how to convert SRTM files to BGL's for FS9 and FSX, but I can't seem to find the FSX version of these tutorials (or the converter). Can anyone point me in the right direction?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,885
Country
netherlands
Which link are you talking about?

I would assume resample is used to make the bgl, so in that case it would be almost the same for fs2004 and FSX. You would just need the right sdk for each version.
 
Messages
42
Which link are you talking about?

I would assume resample is used to make the bgl, so in that case it would be almost the same for fs2004 and FSX. You would just need the right sdk for each version.

Hello Arno. I am talking about the links found here:
http://www.fsdeveloper.com/wiki/index.php?title=SRTM_To_BGL
In the fs9 tutorial, there is a link to an SRTM to fs9 BGL converter, so I would assume I need the fsx tutorial in order to obtain the link to the fsx version of the converter, as I have been unsuccessful of finding such a converter elsewhere.
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,885
Country
netherlands
Hi,

I have never used that tool. It seems some links in the wiki page are indeed broken.

From the introduction of the wiki page I guess the tool is for both fs2004 and fsx, but I'm not sure. Maybe some other user still has the file.
 
Messages
3,278
Country
spain
To deal with srtm data in Fsx is not too much difficult, just get the .Dem file, and resample, for this you need to get the .inf file, (you can take a look to the sample in the SDK folders),and add your data. and drop this txt file (inf file) on the resample tool. sorry fot my english :duck:
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,885
Country
netherlands
Agreed. Or if you can find a geotiff version it's even easier, as the inf file is very simple then.
 
Messages
42
To deal with srtm data in Fsx is not too much difficult, just get the .Dem file, and resample, for this you need to get the .inf file, (you can take a look to the sample in the SDK folders),and add your data. and drop this txt file (inf file) on the resample tool. sorry fot my english :duck:

You're English is fine :), and thanks, I'll try that. Is the nasa SRTM data in .dem format?
 
Messages
42
Agreed. Or if you can find a geotiff version it's even easier, as the inf file is very simple then.

I will look at this too, thanks. My computer is giving me problems right now, but once I sort those out, I will look into the suggestions you both have given me. I might need more help as I've never done these things, but hopefully the SDK documentation is helpful enough.
 
Top