Jump to content

Export Help


Kageseigi

Recommended Posts

I'm looking for some help...

I am looking to export basic data through Export.lua such as speed and altitude of my own plane so I can view it on a tablet over wifi.

If I export it using the "LuaExportAfterNextFrame()" function, it works in both singleplayer and multiplayer, but I believe the export stream grows much too fast for my tablet to keep up with it, so the information on my tablet becomes very old very fast. Basically, I'm exporting two or three times faster than my tablet will read it, and it continues to read everything in order. So when I stop the game, the tablet will continue to show all of the old data until it finally reaches the end.

I have tried the "LuaExportActivityNextEvent(t)" function to export data every second, and it seems to work very well and accurately in singleplayer. Unfortunately, it does not seem to work at all in multiplayer.

I have been trying to learn about exporting online, but I fear I can't find much information about what I'm looking for specifically. And I don't really know where any groups are located to ask.

Any help or guidance to help would be greatly appreciated! Thank you! 😄

Link to comment
Share on other sites

  • 5 months later...
  • Recently Browsing   0 members

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