Exporter Plugin SDK: Difference between revisions

From Automation Game Wiki
No edit summary
No edit summary
Line 9: Line 9:




[[Lua Export Code]]
[[Lua Exporter Code]]

Revision as of 14:35, 3 November 2021

Overview

From LC4.2 The Exporter Plugin SDK has been made available with the Automation SDK.

The exporter comprises of both C++ and Lua. Lua is used to retrieve data from Automation's Calculations, and can also produce configuration files directly.

The C++ is used to process meshes and textures into the desired output.

Due to licensing rules, we cannot allow exporting of sounds. The license allows us to do this with BeamNG.drive as we have affiliations with each other, as well as BeamNG.drive using sounds from the same provider.


Lua Exporter Code