Exporter Plugin SDK: Difference between revisions

From Automation Game Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


Due to licensing rules, we cannot allow exporting of sounds with third party plugins.
Due to licensing rules, we cannot allow exporting of sounds with third party plugins.
When Exporting, Automation will return a license.txt to be outputted with the assets/graphics data created by the plugin. This is a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license.
SDK Can be downloaded here: https://github.com/AutomationStaff/ExporterSDK




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

Latest revision as of 13:39, 21 April 2022

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.

When Exporting, Automation will return a license.txt to be outputted with the assets/graphics data created by the plugin. This is a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license.


SDK Can be downloaded here: https://github.com/AutomationStaff/ExporterSDK



Lua Exporter Code