Jump to content

Recommended Posts

Posted

Is it possible to run more than one supporting application that utilise LUA ? I am thinking of TACVIEW and a G15 application.

Posted (edited)

No problem to run multiple applications. I have used G-15, Tacview and TouchBuddy all at once before. Details are available somewhere in this forum. I am not sure myself of all the details but you or the program you are installing usually need to edit export.lua located at C:\Program Files\Ubisoft\Eagle Dynamics\Lock On\Config\export\ and then place a .lua file for the corresponding application in the same directory.

 

at the very bottom of the file mine looks like this for tacview:

 

To be continued...

--]]

 

dofile("./Config/export/tacview.lua")

 

I believe you can add more statements similar to this to get multiple application support through lua script. Then you place the lua files in the export directory (In this case Tacview.Lua is placed automatically by the installation) to have the lua script executed.

 

 

Hope this is helpful.

 

Out

Edited by PoleCat
  • Recently Browsing   0 members

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