Jump to content

How to edit export.lua to have Tacview, Virtual cockpit, Helios, and VAICOM PRO


Recommended Posts

Posted (edited)

I need help with modifying export.lua in folder X:\Users\xxxx\Saved Games\DCS.openbeta\Scripts..

Now i have this script which should have enabled my 4 custom apps that i use with DCS - Tacview, Virtual cockpit, Helios, and VAICOM PRO...

But after every update i have to edit it differently -- because some of addons stops working...

For example VAICOM or TACview stops working or sometimes Virtual cockpit..

 

-- run Helios export script supporting drivers generated by Helios Profile Editor and Capt Zeen modules
dofile(lfs.writedir()..[[scripts\Helios\HeliosExport16.lua]])

-- example calls for other programs you may have:
-- dofile(lfs.writedir()..[[scripts\SimShaker.lua]])
-- dofile(lfs.writedir()..[[scripts\SimShaker-export-core\ExportCore.lua]])
-- dofile(lfs.writedir()..[[Mods\Services\DCS-SRS\Scripts\DCS-SimpleRadioStandalone.lua]])

local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[scripts\VAICOMPRO\VAICOMPRO.export.lua]])



-- IVMOBS Modification
-- v109
local default_output_file = nil
function LuaExportStart()
end
function LuaExportBeforeNextFrame()
end
function LuaExportAfterNextFrame()
end
function LuaExportStop()
   if default_output_file then
       default_output_file:close()
       default_output_file = nil
   end
end
function LuaExportActivityNextEvent(t)
   local tNext = t
   return tNext
end
--{{A10C}}
-- dofile(".\\VCSServer\\Main.lua")
--{{MIRAGE}}
-- dofile(".\\VCSServer\\M2000C.lua")
--{{AV8BNA}}
-- dofile(".\\VCSServer\\AV8BNA.lua")
--{{FA18C}}
-- dofile(".\\VCSServer\\FA18C.lua")
-- ========= Modules =========
dofile(".\\VCSServer\\FA18C.lua")

dofile(lfs.writedir()..[[scripts\Helios\HeliosExport16.lua]])

-- run Helios export script supporting drivers generated by Helios Profile Editor and Capt Zeen modules
--dofile(lfs.writedir()..[[scripts\Helios\HeliosExport16.lua]])
local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[scripts\VAICOMPRO\VAICOMPRO.export.lua]])
local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua')

Edited by hreich

[sIGPIC][/sIGPIC]

Pilot from Croatia

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...