How Can We Help?

Packaging Projects

IMPORTANT

Projects using TerraForm can be packaged for deployment on different systems in the usual way using the functionality built into Unreal Engine (e.g. File > Package Project > Windows (64-bit)).

Once packaged, you will need to copy 4 .dll files from TerraForm into the root folder of your project (the same folder your .exe folder is in) for it to operate correctly. These can be found in the TerraForm plugin folder (e.g.\TerraFormPRO_215\Binaries\Win64\).

The .dll files are:

  • gdal301.dll
  • libcurl.dll
  • sqlite3.dll
  • zlib1.dll

Once copied, your project should run as intended.

ARTICLE CONTENT