Tacview

Tacview

Ei tarpeeksi arvosteluja
Solution: Track recording with DCS World does not work
Tekijältä Marvball
Solution for the problem when Tacview does not record track files in DCS.
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Problem
The problem of some players is that Tacview does not record tracks despite proper installation. This was also the case with me, although I had made all the necessary settings correctly. Tacview was displayed in the DCS menu and I had also made all the settings there. The directory for storing the files I have placed several times on other hard drives. Despite all the tips on the Internet, no track was recorded.
The solution was extremely simple.
Solution
In the directory

C:\user\yourName\Saved Games\DCS\Scripts

you will find two *.lua files after installing Tacview. One is the Export.lua and the other is the TacviewGameExport.lua.

In my case the Export.lua already existed before the installation of Tacview (installation of SimpleRadio). The problem was that Tacview did not add the necessary entry to this file on its own. I had to add the line of code from the original file from the Tacview installation directory manually. After that the recording worked without any problems.
The line of code is as follows:

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

Just put it in a separate line in Export.lua and the recording should work.

I hope I can help one or the other with this. Good Luck
Greetings Marvball
2 kommenttia
WAR 14 | British Dragon 22.3.2024 klo 23.50 
This didn't work for me.
e91749 13.8.2022 klo 6.25 
I not a savvy compute guy. the line you added in the Export.lua? I not sure where to add it into when you said "add to a seperate line in Export.LUA. Do you mean put a space between the the last command? Thanks