forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
export_pc
Lukas Sägesser edited this page Jun 22, 2015
·
2 revisions
The simplest way to distribute a game for PC is to copy the executables (godot.exe on windows, godot on the rest), zip the folder and send it to someone else. However, this is often not desired.
Godot offers a more elegant approach for PC distribution when using the export system. When exporting for PC (Linux, Windows, Mac), the exporter takes all the project files and creates a "data.pck" file. This file is bundled with a specially optimized binary that is smaller, faster and lacks tools and debugger.
Optionally, the files can be bundled inside the executable, though this does not always works properly.
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the CC By license.