Skip to content

Bladecoder Adventure Engine v3.2.0

Compare
Choose a tag to compare
@bladecoder bladecoder released this 30 Sep 21:35
· 258 commits to master since this release

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 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

  • Say Action: Talk animation also for text types PLAIN and SUBTITLE.
  • Only save modified actor properties on savegames.
  • New SetDesc action to change the actor descriptions.
  • Added 'show_hotspots' config key to enable/disable the show hotspots feature.
  • Added INSIDE property to IfAttrProperty action to check if an actor is inside other actor.
  • Improve size of chapter files and savegames.
  • Updated libgdx to v1.9.10
  • Updated Spine to v3.8.
  • Update gradle to v5.4.1