Re: LOVP and TB integration
I´ve got a little problem with LOVP and TB (modules) ...
I´m not able to run both parts simultaneously. Either the LOVP is working or the modules and it depends which file is in front... in the case below (end of my config.lua) all modules in TB are working, but LOVP isn´t...When I change the position of the dofiles, LOVP is working and the modules don´t get any information. What I have to do?
command = 428 -- Plane autopilot override off
command = 429 -- Plane route autopilot on/off
To be continued...
--]]
dofile("./Config/export/touchbuddy-export.lua")
dofile("./Config/export/tacview.lua")
|