Drag[en]gine 1.26 Released
Draggine 1.26 Released
Published May 16, 2025
Advertisement
Draggine 1.26 ReleaseDownload Draggine 1.26This release has the following major additions besides other improvements and fixes:Added ECBehaviorWorldModified Behaviors to add behavior tree and state machine actions/conditionsAdded BAAStateMachine to drive actor actions using state machinesThe full changelog you can find here: Changelog Release 1.26ECBehaviorWorldThe Draggine does not work with prefab systems as other game engines do. This is because the Draggine uses an Element Class system which is more powerful in various ways than prefab systems. Yet there are situations where it is useful to load another world file into another world file at runtime. This can be for example to place entire buildings or groups of objects for easier reuse. While doing so you can manipulate the object properties of the loaded objects by using a text replacer. This system is much better than messing with internal states of prefab instances since.All the in-depth information about this new system you can find on the ECBehaviorWorld Wiki Page.Modified Behaviors to add behavior tree and state machine actions/conditionsXML Element classes allow to create new element classes using an XML fileinstead of writing script code by adding behaviors directly in the XML file. Various behaviors have been now modified to add actions and conditions to control them to behavior trees and state machines added before them. This allows scripters to create object logic by using state machines or behavior trees without needing to write script code. It is thus possible to create complex element classes with state machine or behavior tree logic by using only XML files. To add custom functionality create script behaviors using XML factories to use them in your XML element classes.See the Behavior Compendium Wiki Page to learn about all the actions and conditions added by each behavior to behavior trees and state machines.Added BAAStateMachine to drive actor actions using state machinesUsing BAAStateMachine it is now possible to use state machine filesto create actor actions for use with NPC or the player. This compliments the BAIBehaviorTree which allows to create actor AI for NPCs with behavior tree files. This allows now to fully create NPCsby only using XML files. XML Element classes allow to create new element classes using an XML fileinstead of writing script code by adding behaviors directly in the XML file. Various behaviors have been now modified to add actions and conditions to control them to behavior trees and state machines added before them. This allows scripters to create object logic by using state machines or behavior trees without needing to write script code. It is thus possible to create complex element classes with state machine or behavior tree logic by using only XML files. To add custom functionality create script behaviors using XML factories to use them in your XML element classes.See the Behavior Compendium Wiki Page to learn about all the actions and conditions added by each behavior to behavior trees and state machines.
Cancel
0 likes
0 comments
Comments
Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
#dragengine #released
Drag[en]gine 1.26 Released
Draggine 1.26 Released
Published May 16, 2025
Advertisement
Draggine 1.26 ReleaseDownload Draggine 1.26This release has the following major additions besides other improvements and fixes:Added ECBehaviorWorldModified Behaviors to add behavior tree and state machine actions/conditionsAdded BAAStateMachine to drive actor actions using state machinesThe full changelog you can find here: Changelog Release 1.26ECBehaviorWorldThe Draggine does not work with prefab systems as other game engines do. This is because the Draggine uses an Element Class system which is more powerful in various ways than prefab systems. Yet there are situations where it is useful to load another world file into another world file at runtime. This can be for example to place entire buildings or groups of objects for easier reuse. While doing so you can manipulate the object properties of the loaded objects by using a text replacer. This system is much better than messing with internal states of prefab instances since.All the in-depth information about this new system you can find on the ECBehaviorWorld Wiki Page.Modified Behaviors to add behavior tree and state machine actions/conditionsXML Element classes allow to create new element classes using an XML fileinstead of writing script code by adding behaviors directly in the XML file. Various behaviors have been now modified to add actions and conditions to control them to behavior trees and state machines added before them. This allows scripters to create object logic by using state machines or behavior trees without needing to write script code. It is thus possible to create complex element classes with state machine or behavior tree logic by using only XML files. To add custom functionality create script behaviors using XML factories to use them in your XML element classes.See the Behavior Compendium Wiki Page to learn about all the actions and conditions added by each behavior to behavior trees and state machines.Added BAAStateMachine to drive actor actions using state machinesUsing BAAStateMachine it is now possible to use state machine filesto create actor actions for use with NPC or the player. This compliments the BAIBehaviorTree which allows to create actor AI for NPCs with behavior tree files. This allows now to fully create NPCsby only using XML files. XML Element classes allow to create new element classes using an XML fileinstead of writing script code by adding behaviors directly in the XML file. Various behaviors have been now modified to add actions and conditions to control them to behavior trees and state machines added before them. This allows scripters to create object logic by using state machines or behavior trees without needing to write script code. It is thus possible to create complex element classes with state machine or behavior tree logic by using only XML files. To add custom functionality create script behaviors using XML factories to use them in your XML element classes.See the Behavior Compendium Wiki Page to learn about all the actions and conditions added by each behavior to behavior trees and state machines.
Cancel
0 likes
0 comments
Comments
Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
#dragengine #released