- Messages
- 3,371
- Country

There are very few people that write FP's using the FSX FP compiler and fewer people writting TNG FP's.
Jim,
What other ways you can write true FSX AI flight plans if not by using the FSX compiler?
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.

There are very few people that write FP's using the FSX FP compiler and fewer people writting TNG FP's.

Jim,
What other ways you can write true FSX AI flight plans if not by using the FSX compiler?

OK, I think a Go-around could be categorized as a TNG circuit, as the TNG's doesn't actually T before they G .... my AI turns the pattern way when they have to perform a Go-around. Pure coincidence or use of Pattern...I don't know.
What other ways you can write true FSX AI flight plans if not by using the FSX compiler?


Hm... maybe it's time to brush off Ye Olde Visual Studio 2005 ....

Martin
There are none.

Jim,
I am making flight plans according to the descriptions in the FSX Traffic Toolsbox SDK, compiling them with TrafficDatabaseBuilder.exe.
The flight plans are in this format:
C182-0,G-ASDF,33,ONE_WEEK,VFR
{
61901,KSLE,65,,62000
62000,KEUG,55
}
Do I get it right that you are telling me that this is still not an FSX flight plan ?

I see. What is such a converted flight plan technically - FSX or FS9?
I lived under the impression that using FS9 flight plans in FSX will kill the FSX AI traffic and revert to a FS9 compatibility mode.
For this reason I have abandoned my old Excel flight plan tool and build a new one following the new syntax![]()
What other ways you can write true FSX AI flight plans if not by using the FSX compiler?
What I still don't understand is what those converted FS9 flight plans are in technical terms. I know that some converters correct the day shift and the changed icao codes. Fine. And it seems that FSX does not fall back into the FS9 compatibility mode when using such converted flight plans. OK. That would mean they are no longer in FS9 format (otherwise FSX would fallback to compatibility mode, right?).
But neither they are true FSX format files. Because extracting the flight plan data from such a converted flight plans is producing the TTools format.
I can hardly believe that the difference between FS9 and FSX is a different header and a different start of week.

It is not YOUR flight plan however, since you didn't write the plans. You simply converted them. That's why it would be the right thing to do, to ask permission from the original author, if you were thinking of uploading.
Sheesh my german is rusty, can't remember all the days anymore.
You are writing something to convert? or prepare? If you do, then keep in mind the date differences between FS2004 and FSX:
I said "there are none." That means based on your question that the only true way to write FSX FP's is using the FSX SDK TDBB Utility until someone produces a FP builder that is more friendly.
I think when you talk of "flight plans" you are really talking about bgl files.

I know that this getting well off topic, although it is quite closely linked to creating airfields. But is there an easy to understand guide or forum thread anywhere about creating/converting flightplans for FSX?