Tacview Wiki
Advertisement

Getting Started[]

To start using Tacview with DCS World, simply run the Tacview installer. Now any flight you make in DCS World will generate an ACMI file in your %USERPROFILE%\Documents\Tacview\ folder. Tacview does not need to be running.

(If it's not working, see the Troubleshooting section below).

You can open the ACMI file after to review your flight, or you can use the Real-Time Telemetry feature to view your flight in real-time (a feature of Tacview Advanced).

Exporter Options[]

The Tacview exporter is a module of DCS World. You can tweak its options from within DCS World in the OPTIONS -> SPECIAL -> Tacview menu.

Tacview-185-new-exporter

Tacview Module Enabled[]

Tick this box to enable the Tacview module.

Flight Data Recording: Enabled[]

Unless you do not plan to review your flights or you need maximum frame-rate while playing in DCS World, this option should always be enabled. Disabling this option will not prevent clients connected to your server to record flight data on their side. See Real-Time Telemetry options for that.

Flight Data Recording: Single-Player Flights, Multiplayer Flights - As Client, Multiplayer Flights - As Host[]

Choose recording options based on different types of flights.

When you choose Record one flight per client under Multiplayer Flights - As Host, instead of recording the whole mission in a single file, Tacview exporter will create one separate file for each client connected to your session. One file is created in a folder named after the corresponding pilot as soon as the client joins the session. The same file is closed as soon as the client leaves the session.

This option can be very handy for permanent servers. For example, the generated files can be directly saved in an cloud folder like Dropbox so each pilot can download his flight data right after his mission. You can also use this option to save CPU on your client side. By not recording the data themselves, your clients will enjoy a smoother experience, especially while flying in VR.

Flight Data Recording: Bookmark Injection Shortcut[]

By default, while flying, you can press RAlt + B to inject a bookmark in the recorded data. Bookmarks will be displayed in Tacview time line and events log. Use bookmarks to put the emphasis on a specific phase of your flight and to make your debriefings more comfortable.

Flight Data Recording: Auto Discard Flights[]

Automatically do not save very short flights.

Advanced Options: Debug Mode[]

If you think that you have found a data recording bug, it is a good idea to use this option before reproducing the issue. The resulting acmi file will contain more detailed information about events and objects which will help a lot to debug Tacview. This option does not affect performance, but it produces slightly bigger files.

Launch Tacview with the command line parameter /debug:on to display any available debug information.

Tools: Terrain Export[]

Tacview natively includes terrain elevation data files for all DCS maps. However if Tacview's entire team gets hit by a bus one day, you may use this tool to export terrain for new maps. If you use this option be sure to disable it immediately after, because it is extremely slow.

Real-Time Telemetry[]

Enable Real-Time telemetry and choose the associated port and password here.

Remote Control[]

Enable Remote Control and choose the associated port and password here.

How to enable / disable playback delay (10-minute anti-cheat delay)[]

With Tacview 1.8.5, playback delay options have been simplified.

  • To have no 10-minute delay on your server and to allow anyone to connect through real-time telemetry, simply enable real-time telemetry and leave the password blank.
  • To enforce a 10-minute delay for everyone and to not allow real-time telemetry for anyone, simply disable real-time telemetry. Because this option does not completely prevent clients from analyzing their flight, it is a much more elegant way to prevent cheating than completely disabling data export using DCS World options.
  • To allow real-time telemetry for whoever has a password while still enforcing a 10-minute anti-cheat delay for everyone, enable real-time telemetry and add a password.

Tacview data recorder always use the server option. If Tacview is not detected on the server, a delay of 10 minutes will be applied. In that case, as a client, you may want to stay connected 10 more minutes after the end of your flight to make sure all the data you want to review has been recorded.

Remember that file recorded by your server are not protected. Playback Delay option only affects data recorded on client computers, not on the host.

Other Options[]

Using Tacview with DCS World Dedicated Server[]

Installation[]

After creating a new DCS World Dedicated server, re-run the Tacview installer (version 1.8.0 or above) in order to install Tacview on the dedicated server.

Alternatively, copy the contents of C:\Program Files (x86)\Tacview\DCS\ (Mods and Scripts folder) in your %USERPROFILE%\Saved Games\DCS_DEDICATED_SERVER\ folder.

If you have other add-ons using the %USERPROFILE%\Saved Games\DCS_DEDICATED_SERVER\Scripts\Export.lua file, be careful not to overwrite it - just make sure the Tacview line is in there:

local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua')

Configuration[]

To edit Tacview options on the dedicated server, open %USERPROFILE%\Saved Games\DCS_DEDICATED_SERVER\Config\Options.lua and edit the options manually:

Options.lua 1.8

These options correspond to the options found in the DCS World GUI -> Options -> Special -> Tacview:

Tacview-185-new-exporter

Here is a mapping between the two: (for more explanation of the options please see Exporter Options section further down this page)

Dedicated Server options.lua GUI
tacviewAutoDiscardFlights

0

10

60

300

Flight Data Recording: Auto Discard Flights

never

shorter than 10 sec (default)

shorter than 1 min

shorter than 5 min

tacviewBookmarkShortcut

** Does not apply to dedicated server **

0

1

2

Flight Data Recording: Bookmark Injection Shortcut

** Does not apply to dedicated server **

RAlt + B

`

²

tacviewDebugMode

0

1

2

Advanced Options: Debug Mode

Disabled (default)

Minimal

Full

tacviewFlightDataRecordingEnabled

false

true

Flight Data Recording: Enabled Checkbox

Disabled

Enabled

tacviewModuleEnabled

false

true

Tacview Module Enabled Checkbox

Disabled

Enabled

tacviewMultiplayerFlightsAsClient

0

1

2

Flight Data Recording: Multiplayer Flights - As Client

Do not record any data

Record local player only

Record all available data

tacviewMultiplayerFlightsAsHost

0

1

2

3

Flight Data Recording: Multiplayer Flights - As Host

Do not record any data

Record local player only

Record all available data

Record one file per client

tacviewRealTimeTelemetryEnabled

false

true

Real-Time Telemetry: Enabled Checkbox

Disabled

Enabled

tacviewRealTimeTelemetryPassword

"password"

""

Real-Time Telemetry: Password

Enter password as string if a password is desired

Leave blank if no password is desired

tacviewRealTimeTelemetryPort="42674"

"12345"

Real-Time Telemetry: TCP Port (default 42674)

Change default port number here if desired

tacviewRemoteControlEnabled

false

true

Remote Control: Enabled Checkbox

Disabled

Enabled

tacviewRemoteControlPassword

"password"

""

Remote Control TCP Password

Enter password as string if a password is desired

Leave blank if no password is desired

tacviewRemoteControlPort="42675"

"12345"

Remote Control TCP Port (default 42675)

Change default port number here if desired

tacviewSinglePlayerFlights

0

1

2

Flight Data Recording: Single Player Flights

Do not record any data

Record local player only

Record all available data

tacviewTerrainExport

0

1

2

Tools: Terrain Export

Disabled

Predefined

Unknown

Real-Time Telemetry & the 10-minute "anti-cheat" delay[]

To enforce a 10-minute delay for everyone and to not allow real-time telemetry for anyone, simply disable real-time telemetry. Because this option does not completely prevent clients from analyzing their flight, it is a much more elegant way to prevent cheating than completely disabling data export using DCS World options.

            ["tacviewRealTimeTelemetryEnabled"] = false,

To allow real-time telemetry for whoever has a password while still enforcing a 10-minute anti-cheat delay for everyone, enable real-time telemetry and add a password.

            ["tacviewRealTimeTelemetryEnabled"] = true,

            ["tacviewRealTimeTelemetryPassword"] = "password",

To have no 10-minute delay on your server and to allow anyone to connect through real-time telemetry, simply enable real-time telemetry and leave the password blank.

            ["tacviewRealTimeTelemetryEnabled"] = true,

            ["tacviewRealTimeTelemetryPassword"] = "",

It is also possible to customize a 60, 120, 300, 600,1200 or 1800 second delay. Add the option ["tacviewPlaybackDelay"] if it is not already there, and make sure Real Time Telemetry is off:

            ["tacviewRealTimeTelemetryEnabled"] = false,

            ["tacviewPlaybackDelay"] = 60,

Remember Tacview must be installed on the dedicated server for this to work. Follow these steps to install Tacview on your server.

FAQ[]

Do I have to keep Tacview running in background to record my flights?[]

No, you don’t. Your flights are recorded by a module which is part of DCS World. Tacview main application is mainly used for debriefing and analysis, not for data recording.

Where can I find the recorded flights?[]

By default, Tacview records all DCS World flights in %USERPROFILE%\Documents\Tacview\ folder. If you can't find any flight data in this folder, then search for any *.zip.acmi files on your hard drive. If you find your flight recordings in an unexpected folder or you can't find them at all, then your script is either not properly working or not properly configured.

How can I choose where my flights are recorded?[]

You can choose where flight data is stored by navigating to Options -> ACMI Files Recording Folder in Tacview. Do not forget to re-launch DCS World (or, even Steam, depending on your version) afterward so this new setting is properly propagated to the exporter.

Pic-tacviewrecordingfolder

How can I specify a separate recording folder for each instance of DCS World?[]

For each instance of DCS go to Saved Games\DCS.INSTANCE\Config\options.lua and add to the Tacview options the following, using your own desired file path:

["tacviewExportPath"] = "C:\\SomeFilePath\\"

Which versions of DCS World are supported?[]

Tacview officially supports the Eagle Dynamic storeSteam edition, as well as the Open Beta versions of DCS World. Older versions like Black Shark or the vanilla Flaming Cliffs are no longer supported.

Is there any way to use Tacview with Black Shark or Flaming Cliffs?[]

You can download and install Tacview 1.2.8 which is the last version to support legacy versions of DCS World. Tacview 1.2.8 script will export any available flight data. It is strongly suggested to also install the latest version of Tacview in addition of Tacview 1.2.8. That way, you can analyze the exported data with the latest tools available.

Do I have to run Tacview as administrator?[]

No, never! Tacview only modifies a few files saved in the %USERPROFILE%\Saved Games\DCS\ folder. At no moment you need to run it in administrator mode or in some kind of compatibility mode to make this work.

Troubleshooting[]

Single Player[]

I can't record any flight, even single player missions are not recorded! What is happening?[]

By default, Tacview records all DCS World flight in %USERPROFILE%\Documents\Tacview\ folder. Search for any *.zip.acmi files on your hard drive to make sure that your flights are not stored in an unexpected place. This may happen when the export folder is not properly configured. If your flights are recorded in the wrong folder, please check below to learn how to change the recording folder.

If you can't find any file, then the exporter is either not installed, wrongly installed, or there is another script from another add-on which prevents Tacview scripts proper execution.

How can I know if Tacview exporter is properly installed?[]

Tacview exporter is a module of DCS World. You should see its icon at the bottom of DCS World main menu screen. A dedicated control panel is also available under the SPECIAL tab in DCS World OPTIONS page. See below for more details about the available options. 

Pic-exporterinstalledicon

How can I ask Tacview to (re)install the exporter automatically?[]

If you have uninstalled older versions of Tacview after having installed a new version, the exporter has probably been removed at the same time. In that case, just re-install the latest version of Tacview. The exporter will be automatically re-installed in the appropriate folder. This is a quick and safe operation: All your settings will be preserved.

How can I manually install the DCS World exporter for Tacview?[]

If the automatic installation has failed, you can manually install the exporter yourself by copying the content of C:\Program Files (x86)\Tacview\DCS\ (Mods and Scripts folder) in your %USERPROFILE%\Saved Games\DCS\ folder.

If you have multiple versions of DCS World installed on your system, you may want to copy the exporter in all of your %USERPROFILE%\Saved Games\DCS.*\ folders. If you are using third party scripts with DCS World, *DO NOT* copy C:\Program Files (x86)\Tacview\DCS\Scripts\Export.lua in your DCS World script folder. Just add the following line in your current %USERPROFILE%\Saved Games\DCS\Scripts\Export.lua script:

local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua')

How does Tacview handle dcs_variant.txt files in the DCS World folders?[]

Tacview ignores any dcs_variant.txt file. Instead, it simply installs the exporter in all %USERPROFILE%\Saved Games\DCS.*\ folders found on your system.

This is still not working! How can I find if a faulty script from another add-on is preventing flight recording?[]

Installing and uninstalling add-ons usually messes-up DCS World configuration. It is usual to find an old script, not fully uninstalled, still active, which is triggering an error and preventing the execution of Tacview script. In that case you can find and remove the faulty script or Lua code easily:

After a flight, open DCS World log file %USERPROFILE%\Saved Games\DCS\Logs\dcs.log. Then look for any error message related to a .lua file. Do not focus exclusively on Export.lua, the faulty script can be in another Lua file. When you find the faulty script, you will have to either fix it, or completely remove the reference to it manually. Explaining how to edit a Lua script is beyond the scope of this guide, feel free to ask on the forums on how to do this. As soon as you'll get a clean log without any Lua error, DCS World should be able to record your flights as expected.

00044.711 ALERT   EDCORE: Can't execute Lua file C:\Users\Vyrtuoz\Saved Games\DCS\Scripts\Export.lua - can't open './AriesWings/AriesRadio.luac'

My aircraft disappeared from Tacview before the end of my flight / Weapons appeared out of nowhere and impacted targets[]

When an aircraft exceeds a certain amount of damage, DCS World stops exporting its data, which can cause the above-mentioned issues.

Multiplayer[]

I can record single player flights, but when I'm flying in multiplayer, I can see nothing, or only my aircraft. What is happening?[]

To prevent cheating, some hosts are disabling data export. You can check the server options in the DCS World multiplayer lobby window. You can either record your flight afterward by playing back the track file automatically generated by DCS World for each multiplayer flight in the %USERPROFILE%\Saved Games\DCS\Tracks\ folder. Or you can ask the host to enable data export (see below).

Since it may have taken some time for your computer to join a multiplayer session, be patient while playing back the .trk file of a network flight: You will eventually see the objects appearing on the map after some time (that can take a minute).

Pic-dcsserveroptions

How to enable flight data recording in multiplayer?[]

When you are creating a multiplayer session in DCS World, you can specify which data can be exported (recorded) by the clients connected to your session. Simply click on Advanced and make sure that all the export options are allowed. Please read below to learn more about additional options which are specific to Tacview exporter.

Pic-dcsmultiplayeroptions2
Pic-dcsmultiplayeroptions

As a host, should I prevent flight recording so other players can't steal my mission file?[]

No. Mission files have nothing to do with data export! Your mission file will be shared with all other players regardless of your server settings. For example, anyone can extract your mission file from the .trk file automatically recorded by DCS World!

I have noticed FPS loss while recording flights.[]

Some of you may have noticed that, in some circumstances, you can lose precious fps while recording your flight within DCS World. This could be particularly annoying on low end computers as well as on VR setups where each frame per second matter. See our dedicated page for a detailed explanation of the causes and ideas for workarounds.

Advertisement