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

Programming a little flight planner

Messages
3
Country
switzerland
Hello,

I'm studying computer science in an engineering school in Yverdon (switzerland) and we have to do a project in the next two month. We (3 students) have to find a project idea and we thought about something in relation with FS.

It's not really easy to find something really new so I thought that it may be usefull (and fun) to program a little and easy to use flight planner.

I've been looking for some information the last two days about what we're going to need for this project but I can't really imagine what kind of information we can get from the FS files.

We'll need at least to get all the navaids coordinates and frequencies, the airports infos (position, runways infos) with their comms and ILS too... and it would be even better if we're able to get the vector datas (coasts, roads etc..) to draw the map.

As I've read in the SDK documentation and on this forum all these informations (not sur about the coastlines) are in bgl files that can be disassembled in XML with tools like BglAnalyseX (XML format is described in the SDK documentation as I can see).

So what can I expect to have and what do I have to know (i.e what bgl files are important for what we've to do, and is there any libraries or tools that can save us some work (as we won't have a lot of time to complete this project) ;)

Thanks in advance

David
 
Last edited:
Back
Top