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

Search results

  1. C

    Developing a "VA Pirep"

    After some coding work, now my PIREP is quite to be deployed... It works fine and has accomplished the main goal: to log an off line flight. Our VA accepts also on line flights, executed on its own servers. It Could be quite perfect :D if I can detect the multiplayer session access, in order to...
  2. C

    Developing a "VA Pirep"

    ... oh, well... so I have to to read every single byte until 0 (to obtain a name) in a loop from 1 to NumberOfCityNames; all this, starting to read from CityNamesList offset.... The same for all others parts except ICAO list :) Thank you Jon... you and fsdeveloper.com certainly will be...
  3. C

    Developing a "VA Pirep"

    Hi again... This isn' t a really value add... but can be usefull in the future :) Well, the NameList Record should specify informations about the state/region/city in which the airport is located. Is this correct? If so, I don't understand to which part of the BGL the relative offsets...
  4. C

    Developing a "VA Pirep"

    Thank you, Jon...:) Your help was precious: infact, I did misunderstand the relation between SectionPointers and SectionHeaders. In BGL section header chapter Winfried wrote: I thought that the relation between the Section Headers and Subsections Headers was 1 to many... So I checked just...
  5. C

    Developing a "VA Pirep"

    Hi... here I am again :) In my precedent post I said that I'm able to read all airports... Now I have to correct this: not all airports... the problem is that I reach the AirportData Section and then, I detect just 1 sub section that obviously contains just one airport. My parser doesn't get...
  6. C

    Developing a "VA Pirep"

    Well well well... Now I'm able to read new BGL format.... At least: I'm able to extract all airports from it :) Thank you, Jon. Your help was precious. But - ther is always a "but" :mad: - the old format BGL files are currently unreadable for me. Does anyone know an explanation document(s)...
  7. C

    Developing a "VA Pirep"

    I really don't :D Too much time expansive, I guess... I'll right now start the search in this forum. Thanks very much. If you want, I'll post to you the first release of my .Net dll Assembly that handles the project I was talking earlier. I'd really appreciate your opinion :) Have good...
  8. C

    Developing a "VA Pirep"

    Thank you very much for your answer :) I'm quite sure that a bgl file decompiling is a very hard way to walk on. But I'm interested to know more about it. Have you some links or documents to put me on this way? I've searched all around the most interesting sites but nothing seems to be...
  9. C

    Developing a "VA Pirep"

    Hi all, This is my first post to this wonderful forum. Thank you for your hospitality. Now, that's my problem (sorry if the solution is already present in this forum... but I've spent two days searching in... :o ). I'm developing a .Net Framework 2.0 Application to be used as off-line Pirep...
Back
Top