Jump to content

Recommended Posts

Posted

I wonder if we ought to have a sticky with a basic Export.lua file?

 

The reason I ask is there's new people coming into this all the time. They haven't spent 2 years getting this stuff to work and it must be a challenge.

 

I was thinking maybe just a simple script with like:

 

 
dofile("./Scripts/Aircrafts/Ka-50/Cockpit/devices.lua") 
LuaExportStart()

LuaExportBeforeNextFrame() 
(import one switch state)

LuaExportAfterNextFrame() 
(export one lamp state)

LuaExportStop()

  • Recently Browsing   0 members

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