Bladecoder Adventure Engine v2.0.6
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
- All intensive tasks (load music, voices and ink) are now executed in a background thread.
- Added search box to combo boxes.
- Added option in create atlas dialog to allow generating .jpg atlases.
- Added build script custom parameter input box in the package dialog.
- Added desktop files to generate Flatpak package.
- Don't generate the key for desc if exists when editing actor. Better generation of not duplicated keys.
- FIX: Stop voices when changing scene.
- FIX: Volume action musn't wait if duration=0
- FIX: Changes to try to fix the OpenAL error in desktop
- FIX: Capture random music error on desktop in credit screen.