Exporter Plugin SDK

From Automation Game Wiki
Revision as of 18:38, 13 January 2022 by Caswal (talk | contribs)

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 with third party plugins.


Lua Exporter Code