Jump to content

Tacview Fix for DCS World 1.5.8 and 2.2.0


Karl Spackler

Recommended Posts

Fix for DCS World 1.5.8 and 2.2.0

DCS World 1.5.8 and 2.2.0 have changed the way some LUA addons are working. This is why telemetry export does not work well with these versions. Here is how to fix the issue while waiting for the fix in Tacview 1.7.0:

  • Go in the \Saved Games\DCS.*\Scripts\ folder which correspond to your edition of DCS World
  • Create a subfolder \Saved Games\DCS.*\Scripts\Hooks\
  • Move \Saved Games\DCS.*\Scripts\TacviewGameGUI.lua in \Saved Games\DCS.*\Scripts\Hooks\

This fix will be integrated in Tacview 1.7.0

About Tacview options menu in DCS

ED team is investigating the issue of Tacview special menu which is not displayed in DCS World.

Meanwhile, you can manually open the file \Saved Games\DCS.*\Config\options.lua and edit the Tacview section which should look like the following. If you do not see this section, you may have to copy paste it manually into the options.lua file.

Code: [select]
["Tacview"] = {
["bookmarkShortcut"] = 0,
["dataRecordingEnabled"] = true,
["debugModeEnabled"] = true,
["playbackDelay"] = 0,
["profilingPeriod"] = 60,
["recordClientsSessionsEnabled"] = true,
["tacviewBookmarkShortcut"] = 0,
["tacviewCompressionLevel"] = 1,
["tacviewDataRecordingEnabled"] = true,
["tacviewDebugModeEnabled"] = false,
["tacviewPlaybackDelay"] = 600,
["tacviewProfilingPeriod"] = 600,
["tacviewRealTimeTelemetryPort"] = "42674",
["tacviewRecordClientsSessionsEnabled"] = false,
["tacviewRemoteControlPort"] = "42675",
},
 
ip.gif Logged
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...