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

P3D v3 An aiseparation like program

Messages
123
I have been using aiseparation to prevent AI go arounds and it seems to be the most simple (though not realistic) and effective solution around. However it has some problems that it can resolve only a few conflicts at once and does not have rule to prioritize in them which ones (would like to prioritize those closest to airport), and sometimes malfunctions failing to deal with some. It was in 2005 when last this program was updated and since then no other utility using similar approach has come up. I do not have experience in coding or making fsx/p3d utilities, still I thought I would ask what would be required and the easiest way to make a new utility that works may be through simconnect exactly as aiseparation plus overcomes above limitations? Also would it be possible to take control of AI aircraft after rollout to perform fast runway exit and give it back to p3d control on clearing the runway?

Regards
 
I suppose the easiest way is to contact the original author and ask him to make his code open-source and upload it to somewhere like github, then you will need to learn C++ coding the best you can, and if the software is structured well you can hopefully just play around with changing constants.

Adding a fast runway exit for AI aircraft can be done with SimConnect, but it's pretty advanced stuff and not easily learned especially with no coding experience or programming education.
 
Back
Top