FLT FILES

FLT files are used to define the properties of the aircraft and simulation when a flight is initialised, either as part of a mission, or as a free flight. Since this is a tutorial for creating an aircraft, we won't be talking about FLT files for missions and instead we will concentrate on the FLT files that are used for defining the properties of a flight a specific points. These files will be used when the user starts a flight from the ground (on the runway, from a parked position on the apron, etc...), or in the air (cruising, on an approach trajectory, etc...). When used for these cases, the FLT file will have to be named using a very specific naming scheme, and be authored at the same root location as the main aircraft object file:

  • approach.flt
  • apron.flt
  • ApronWithoutCovers.flt (see Career Activities for more information)
  • ApronWithBatteriesWithoutCovers.flt (see Career Activities for more information)
  • climb.flt
  • cruise.flt
  • descent.flt
  • final.flt
  • finalwater.flt
  • hangar.flt
  • reno.flt
  • runway.flt
  • runwaywater.flt
  • taxi.flt

 

The image below shows a typical aircraft with the appropriate FLT files defined for it:

Example Of Included FLT Files For An Aircraft

 

It is worth noting that none of these FLT files are "required", since any aircraft that doesn't have them will default to using some generic files that the simulation includes. However, it is very much recommended that you create your own so that the aircraft performs as expected under all the different initial flight conditions. The files themselves that you should always be including are as follows:

  • approach.flt
  • apron.flt
  • climb.flt
  • cruise.flt
  • final.flt (replace with finalwater.flt if the aircraft has floats)
  • runway.flt (replace with runwaywater.flt if the aircraft has floats)
  • taxi.flt
  • hangar.flt

 

The exact contents of each file will vary based on the aircraft and the situation, but from the base files you create you can then refer to the following page for the available parameters and sections, and edit/add/remove what is necessary:

 

 

Creating The FLT Files

When it comes to creating the FLT files for your aircraft there are two generally accepted methods that you can use:

 

  • The first is to simply find an aircraft that has already been created that matches - more or less - the specifications of the aircraft you are creating and then copy the FLT files for that aircraft into your package. Once you have them copied, you can "tweak" them to suit the aircraft as required.

 

  • The second method is to use the simulation itself to generate the files at the various points of a free flight. For this method, you would build your package with the aircraft, then create a new free flight from the simulation world map, ensuring that the flight starts at a parking spot/apron and that it fulfills all the requirements for each of the files you want to generate (climb, cruise, approach, final, etc...).
    Example Free Flight Setup For Creating FLT FilesYou would then start the flight and at the appropriate points save out your custom flight file, ensuring that the aircraft is set up correctly for the moment that you are saving:
    • Ensure that the engine throttle, electrics, fuel, etc... are all correct for the point in the flight being saved
    • Pause the simulation
    • Select load/save
    • Save the file with the appropriate name
    Saving Out An FLT From The Simulation

IMPORTANT! This is a complex file with a lot of parameters. A single error will make the whole mission misbehave - or potentially not even work at all - and you wont get any information on what is failing. So edit this file slowly and test every change.

 

Once you have these "base" FLT files, you can go ahead and edit them to be consistent with the situations that they are supposed to represent for the aircraft. In general you will want to edit - or even remove - the waypoint information, since these are general files for free-flights and the waypoint data is not always correct or required. When editing the files created this way, keeping in mind the following:

 

  • The CUSTOMFLIGHT.FLT file is based on a free flight, and as such it will add waypoints named TIMECRUIS and TIMEDSCNT. These will need deleted.

 

  • Waypoints may need re-numbering, eg: waypoint.4 ,waypoint.5, etc... from [ATC_ActiveFlightPlan.0] and [ATC_Aircraft.0]. Also WpInfo from [GPS_Engine] (depending on the mission).

 

  • Waypoints will need renaming to match those set in the flight plan (depending on the mission).

 

  • Correct the CountWP and NumberofWaypoints. Initially you should subtract 2 (for the previously removed TIMECRUIS and TIMEDSCNT waypoints), but this may need further editing depending on the mission type.

 

After fixing these issues it's simply a case of revising the files to ensure that the components are setup correctly: for example, in the hanger all electrical circuits should be cold, or while cruising the engine throttles and fuel flow show be set correctly, etc...