Testing and Building: Difference between revisions
Jump to navigation
Jump to search
(Created page with "You can test and build your game by several methods: Pressing buttons on top of the map editor or by using "Build" menu. Building without packing will just copy all your files into a separate folder. This is useful if you want to speed up loading time or just want to give out your resources along with the game. Testing game will put executable and necessary dll files into "Projects" folder and then run your project. If you created your project elsewhere, you can just c...") |
(No difference)
|
Revision as of 12:46, 28 July 2023
You can test and build your game by several methods:
Pressing buttons on top of the map editor or by using "Build" menu.
Building without packing will just copy all your files into a separate folder. This is useful if you want to speed up loading time or just want to give out your resources along with the game. Testing game will put executable and necessary dll files into "Projects" folder and then run your project. If you created your project elsewhere, you can just copy its folder into "Projects" folder and open it in the editor.
You can also test your currently selected map through "Test Current Map" option.