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

How to make categories of Free Flights

Messages
27
Country
switzerland
Hello

I managed to develop FSX missions, that is OK.
How can I make categories of Free Flights in the same way as missions but only with free flights without starting a mission. Beside "My Saved Flights" in the category list I would like to create a new category e.g. "Military Flights" with some free flights.

Any advice is welcome.
Thanks and best regards
Kurt Stoeckli
 
good idea though... that would be the same as a free flight associated with a mission that has a ScenarioMetaData referencing a category and nothing else. At the moment you couldn't use a common misson .xml file for all the .FLT files because FSX would throw up a duplicate mission guid error, but the principle is valid...

B21
 
The duplicate error is in SP2/Acceleration only and doesn't affect the mission itself. But it's not fun clicking ok for 150 times before you enter FSX. :D
 
Hello

OK, it does not work like in FS2004 :(

In the files FSCategories.xml of FSX, the is the default entry as follows:

<SimMissionUI.ScenarioCategory id="{93290E1B-CDE3-4263-B7AE-B8F87F99D901}">
<Descr>Pick up where you left off in Free Flight.</Descr>
<Title>My Saved Flights</Title>
<PreviewImage>banner_allcategories.bmp</PreviewImage>
</SimMissionUI.ScenarioCategory>


This entry must refere to the Directory "Flight Simulator X Files" where all the saved flights are stored.
Does anybody know, were this reference is done? Maybe a similar reference could be done for any new category of flights without a mission.

On the other hand, at the end of all saved FLT-Files there is the entry:

[ResourcePath]
Path=flights\other\


This looks like something could be done with this directory for groups (categories) of special flights.

Doe sanybody know more?

Best regards
Kurt Stoeckli
 
AfaIk the ressource path is where FSX looks if something relating to the mission is needed (additional files...).

The path you are looking for might be hardcoded in FSX.
 
Back
Top