# Falcon BMS

Tacview supports Falcon BMS 4.34 and above. Starting with Falcon BMS 4.38, native Tacview ACMI files are generated default. All you need to do is press the `F` key, while flying, to start data recording.

There is no feedback in Falcon BMS to confirm that recording is happening. Check the ACMI file recording folder `C:\Falcon BMS 4.38\User\Acmi\` to verify that a file is being created:

![Falcon BMS - Recording](/files/muIzjSq0QP0nQ2anZDyK)

After the flight, find the resulting ACMI file in that same folder.

Open it in Tacview. Also make sure you have selected `Options` → `Terrain` → `Auto` or `Falcon BMS`

![Falcon BMS 4.0 theater selection](/files/qaDaAkESvw1z0ZoQcG0J)

To add terrain texures and elevation files, follow the instructions of oakdesign who so kindly prepared these files for the community: [Tacview Skyvector Map tiles and high res Heightmaps for 4.38](https://forum.falcon-bms.com/topic/32175/tacview-skyvector-map-tiles-and-high-res-heightmaps-for-4.38/2?_=1768855667994)

#### Importing a DTC File into Tacview

When you open a `VHS` file, Tacview automatically tries to open a corresponding DTC `INI` file with the same name.

You can also load any DTC file afterward by using the `File` → `Merge` feature or drag-and-dropping the file into the 3D view.

You can load and visualize multiple DTC `INI` files within the same mission.

#### Airports and Navigational Aids

Many airports on the South Korean and Israel maps have been added to Tacview. However, because this is a long process, some airports may still be missing from your favorite region. You can add your own airports by following the instructions provided in the documentation about [Static Objects](/tacview/customization/static-objects.md).

For the Korea theatre, you can also try the popular [BMS 4.34 KTO AIP v2.1.0 (by Windblow)](https://www.tacview.net/download/KTO%20AIP%20434%20for%20Tacview%20v2.1.0.zip).

#### Real-Time Telemetry

To connect Tacview to Falcon BMS 4.38 in real-time telemetry, first check the `User\Config\Falcon BMS User.cfg` and add or configure the line `set g_bTacviewRealTime 1`. The following other options are also available:

```
set g_bTacviewRealTime 1
//set g_bTacviewAcmi 1 // no need to set this, default is 1
//set g_nTacviewPort 42674 // no need to set this, default is 42674
//set g_bTacviewIpv6 0 // no need to set this, default is 0
//set g_sTacviewPassword 1234 // no need to set this, empty pwd also works fine
//set g_bMPTacviewRtAllowedByServer 1 // no need to set this, default is 1
```

![Falcon BMS Config Real Time](/files/AALTWKrzhq21NBnn74bL)

Fly in Falcon BMS 4.38 (or above) and press the `F` key to start recording.

Open Tacview and go to `Recording` → `Real-Time Telemetry` (Do NOT go to `Recording` → `Falcon 4.0 Legacy Real-Time Telemetry`, this is a legacy option)

![Falcon BMS Real Time Connection](/files/vOrcyn5L0juFHFjwHL6j)

Tacview will display your flight in real time.

#### Large files

If you are struggling with a large file which takes a long time to open and does not run smoothly, try opening it in tacview and then saving it through Tacview, in`.zip.acmi` format. Usually this will result in a much more compact, usable file.

#### Legacy

Before about Falcon BMS 4.38, only `VHS` files were generated by Falcon BMS. These files were and still are supported by Tacview.

See [Falcon 4.0](/tacview/flight-simulator/falcon-4.0.md) to learn more about `VHS` files.

When opening `VHS` files, make sure you select the correct theatre from the `File` → `Open` dialogue box.

![Falcon BMS Theatre Selection](/files/DZ1WYkE8f5dFUEbfsQRl)

Tacview already includes the most popular Falcon BMS theaters. You can also add your own database and terrain by modifying the file `C:\Program Files (x86)\Tacview\Data\Xml\Data-Falcon4Theaters.xml`. Detailed instructions are provided in this very file. Tacview natively supports Falcon BMS database and terrain format.

**Legacy Real-Time Telemetry**

Real-Time Telemetry is possible with `VHS` files.

In a version of Falcon BMS which generates `VHS` files, start a flight. Press `F` to start recording.

In Tacview, go to `Recording` → `Falcon 4.0 Legacy Real-Time Telemetry`.

![Falcon BMS Legacy Real-Time](/files/OMw6869zcW946w97yTih)

Tacview will display your flight in real time.

If the objects are grey, press `F` to stop recording and `F` again to re-launch recording and the correct colors will appear.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://raia-software-inc.gitbook.io/tacview/flight-simulator/falcon-bms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
