User Tools

Site Tools


exporting_your_game

Exporting Your Game


At any time during the creation of your game, you can test it out by using the “Export Game” feature located on the main toolbar along the top of the application. This is the tool you will also use when you're ready to distribute your game for others to play.

Once you've clicked the “Export Game” button, the dialog shown below will open.

Refer to the table below for an explanation of each export setting. Once you click the OK button, the game will be exported and the destination folder will be opened in your system's file explorer, allowing you to easily run the game executable if desired. These settings are stored in an “export.cfg” file within your game folder.

Export SettingDescription
Export PathDestination folder where the game executable and data file (data.pck) will be exported to.
Target PlatformDetermines which platform executable to copy into the destination folder (i.e. Windows, Linux or Mac OS.) The “All-in-One” option includes all three supported platforms and works great with the itch.io desktop app as it will automatically determine which executable to launch based on the user's system.
64-bitWhen checked, the 64-bit version of the executable will be used. This checkbox is not applicable to the “Mac OS” or “All-in-One” option since they include both 32-bit and 64-bit executables together.
Export Data OnlyWhen checked, only the “data.pck” file (which contains all of your game's resources) will be copied to the destination folder. This is useful (and quicker) when testing your game frequently since the game executable only needs to be copied the first time.
exporting_your_game.txt · Last modified: 2023/05/23 17:55 by 127.0.0.1