Bladecoder Adventure Engine v1.3.2
The main feature of this version is the expansion file support for the Google Play Store.
IMPORTANT: If you have a project created with v1.3.1 you have to recreate the project with this version, otherwise packaging for Android will not work.
DOWNLOAD AND RUNNING THE EDITOR
Below you can download a .zip package with the Adventure Editor. In the bin folder there are scripts to run the editor in Windows, Linux and Mac. Java JDK 1.8 is required to run the Editor.
TEST PROJECTS
Several test projects can be downloaded from here.
Test projects can be used to learn about the Blade Engine features. For example, the venus project is a complete (short) game.
CHANGES
- Added Google Play expansion file support.
- Added 64 and 32 bit support when generating package for windows. Previously only 64 bits was supported.
- Bigger edit toolbar icons.
- Create initial scene in new projects.
- Fix: Recorder not recording dialog options.
- Add target scene to DropItemAction and mark RemoveInventoryItem action deprecated.
- Updated to libgdx v1.9.7.
- EDITOR: Fix testing not working with scenes with spaces in ID
- EDITOR: Fix nullpointer error when disabled imagen not exists.
- EDITOR: Fix bug when undo bbox points.