DCS FDR Viewer
Display of telemetry data saved in DCS World
Info:
An application that allows you to view telemetry data from DCS World saved by the script: https://github.com/pet333r/pw-dev_script (script installation and configuration available on the website)
Features 2D:
- altitude - elevation - landing gear - vertical speed - speed - mach - G-Force - wind speed - wind angle
Features 3D:
- displaying the route in a 3D view
Plans for the future:
- adding more data
- ability to show / hide parts of the data
FAQ
1
What do I need to save telemetry data from DCS World?
- The following option must be enabled in the Config.lua file (in the script folder):ExportScript.Config.WriteNavFile = true;
2
In which folder are the data files stored?
- In one of the folders (depending on the installed DCS version):
c:\Users\{Your username}\Saved Games\DCS.openbeta\Logs\telemetry
c:\Users\{Your username}\Saved Games\DCS\Logs\telemetryb>
3
I have a script installed but the files are not being saved
- You probably have the data saving option turned off (see faq # 1)
4
Why are two files with the same name saved?
- In addition to telemetry data, the script also saves the flight route record to a KML file. The route can then be opened in Google Earth
4