Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Latest commit

 

History

History
71 lines (43 loc) · 2.62 KB

export.md

File metadata and controls

71 lines (43 loc) · 2.62 KB

How To Export Project

Project Settings

Before Export some Project Settings need to be changed:

  • rakugo/saves/test_mode - Set it to false before export.
  • rakugo/saves/save_folder - it is the path for the project's save folder. Before exporting, change it to start to user:// instead of res://

Export menu

After many attempts at different export workflows, the current one has proven to work the best. At the time of this writing, not all platforms are supported yet, but the supported platforms continue to grow.

To open the export menu, click the Export button:

The export menu will open, however it will be completely empty.

That is because we need to add an export preset. To do that click the Add.. button at the top of the export menu. This will open a drop down list of platforms to choose from for an export preset.

The default options are often enough to export, so tweaking them is not necessary, but provide extra control. However, many platforms require additional tools (SDKs) to be installed to be able to export. Additionally, Godot needs export templates installed to create packages. The export menu will complain when something is missing and will not allow the user to export for that platform until they resolve it:

At that time, the user is expected to come back to the documentation and follow instructions on how to properly set up that platform.

Export templates

Apart from setting up the platform, the export templates must be installed to be able to export projects. They can be obtained as a .tpz (a renamed .zip) file from the Godot download page website.

Once downloaded, they can be installed using the “Install Export Templates” option in the editor:

Export Settings

We need add *.json files, for emojis to work,

change script export mode in the export settings from compiled to text

[More about Exporting in Godot here.](https://docs.godotengine.org/en/3.3/getting_started/workflow/export/index.html)

For HTML Export

You need Godot (standard) in version 3.3 for HTML export work correct for Rakugo.

You need to set Export Type to Threads.