A downloadable asset pack

A boss AI Framework which is capable of creating Elden ring like bosses!

Speed up development time of boss fights and create linear or complicated bosses with randomized attack patterns and more!

Uses Unreal 5.1's new State Tree Feature for AI.


NOTE: Due to file upload size limits, the downloadable RAR file in the itch.io page only contains the AI framework files and some additions. The demo level will therefore not properly work as it lacks the assets for the demo boss to work.
However, here is a link with the entire project filesLink to project with assets


___________________________________________________________________
Credits:

  • Credits for the BP_BossAsset mesh goes to Tom Baas

___________________________________________________________________

Changelist:

DateChanges
20 Jan 2023  Added How-to Document

___________________________________________________________________

Download

Download
BossAIFramework.rar 7 MB
Download
BossAIFramework-How To Use.docx 2 MB

Comments

Log in with itch.io to leave a comment.

Does this Framework work in UE 5.3?

(1 edit)

Unfortunately its not properly supported, you can still import it into UE 5.3 but need to make some changes to the code. Specifically the workaround for a bug that was present in UE 5.1. Its mostly in blueprints so if you know how to use that then its fine.

Its related to the "Task Completed" variables when you load it in. You'll notice the errors when you try doing anything so that should guide you too hopefully.
Most of the rest of the code should work though.

(1 edit)

Essentially you need to remove the "Task Completed" variables / functions in the state tree blueprints (Prefix ST...) and just replace it with a "Finish Task" node (or something similar), as this works properly now.