Jump to content

Master Export File


Recommended Posts

I am trying to have one master export file for Helios, Ikanus, Viacom Pro, SRS and TacView. I intend to comment out the files I do not want at any particular time. The example below assumes that I want Helios, ViaComPro and SRS.

 

My question is: am I on the right track?

 

local lfs=require('lfs');

dofile(lfs.writedir()..'Scripts\\Helios\\HeliosExport.lua')

 

--load the DCS ExportScript for DAC and Ikarus

--dofile(lfs.writedir()..[[scripts\DCS-ExportScript\ExportScript.lua]])

 

--local vaicomlfs = require('lfs');

dofile(vaicomlfs.writedir()..[[scripts\VAICOMPRO\VAICOMPRO.export.lua]])

 

dofile(lfs.writedir()..[[scripts\SRS\DCS-SimpleRadioStandalone.lua]])

 

--dofile(lfs.writedir()..'Scripts/TacView/TacviewGameExport.lua')

Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .

Link to comment
Share on other sites

  • Recently Browsing   0 members

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