back to the original page

16.Deploy

Build an executable package with what we have created so far

Set the title and other necessary items in the game settings

Icon files, splash images can be blank if not needed
From the main menu, go to "Deploy" -> "Deploy" (shortcut F7) to display the build window


Click the Start button after setting the output path


If 'GAME.DAT' and '.EXE' files are output to the output path, it's complete
Run the output EXE and check if it's OK


Zip the output file to zip or otherwise distribute it

Back to top of page