This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# How To Export Project | ||
|
||
## Project Settings | ||
|
||
Before Export some Project Settings need to be changed: | ||
|
||
![](project_setup/project-settings-saves.png) | ||
|
||
- _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: | ||
|
||
![](https://docs.godotengine.org/en/3.0/_images/export.png) | ||
|
||
The export menu will open, however it will be completely empty. | ||
|
||
![](https://docs.godotengine.org/en/3.0/_images/export_dialog.png) | ||
|
||
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. | ||
|
||
![](https://docs.godotengine.org/en/3.0/_images/export_preset.png) | ||
|
||
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: | ||
|
||
![](https://docs.godotengine.org/en/3.0/_images/export_error.png) | ||
|
||
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 [download page of the website](https://www.godotengine.org/download). | ||
|
||
Once downloaded, they can be installed using the “Install Export Templates” option in the editor: | ||
|
||
![](https://docs.godotengine.org/en/3.0/_images/exptemp.png) | ||
|
||
## Export Settings | ||
|
||
We need add _\*.json_ files, for emojis to work, | ||
![](https://user-images.githubusercontent.com/1294815/114680296-4d2f1900-9d0d-11eb-95e6-9122ff91427f.png) | ||
|
||
change script export mode in the export settings from compiled to text | ||
![](https://user-images.githubusercontent.com/1294815/114680556-9bdcb300-9d0d-11eb-8b37-ab1f3a991cad.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters