Jump to content

Recommended Posts

Posted

If both Export.lua files are written in a way that plays nice with others (i.e. check for previous callback functions, save them in a variable, and call them from your own callback functions instead of simply redefining the callback function), this should work.

 

The Export.lua file from DCSTAD looks like it does this, so I assume that the A-10C CDU thing does not play nice (I couldn't locate its Export.lua file to check since I don't speak whatever language that site is written in and Google Translate was no help either).

 

Try putting the Export.lua code for the A-10C CDU first and the DCSTAD code after that. That way, the A-10C CDU does not overwrite any existing callbacks and the DCSTAD code will notice and remember the A-10C CDU callbacks and make sure they get called.

 

In other words, you can have a single Export.lua file that does not play nice as long as it gets to go first.

  • Recently Browsing   0 members

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