Patrefans
godotengine from patreon
godotengine patreon

First goal achieved!

🕑 Added 2017-09-18 07:16:32 +0000 UTC
First goal achieved!

Comments

Sergey

Basic AI stuff (actually basic AI building blocks) are serious benefit for engine. i.e. for BTs the code is very compact, bundled with node editor it does miracles. FSM editor won't hurt too (but that is very simple to do). Integrating in engine gives performance boost and power (and does not sacrifice control). About planners like GOAP - they are quite independent and do not require integration with engine, as they produce action lists, which can be just a list of strings acquired from list of strings. I mean that well-designed BTs can be well managed by script and not require script at runtime, which allows large number of agents, but allow to have proper AI architecture with perception, etc. which will be easy to extend by user, reducing entry level. Investing into integrated AI tools would help to have more open source open world/emergent AI games which we don't have currently.

Juan Linietsky & Godot Core Contributors

There is GOAP too, and different ways to implemen them.

SirPigeonz

Actually mostly used are two: Behavior Tree and FSM (although FSM is for simple AI and not only, i.e. GUIs and game states).

Godot Engine

It will be merged

Juan Linietsky & Godot Core Contributors

Raycast vehicle in Godot is the same as in bullet already (it was based on it). In general AI was discussed that should work better as add-on, given there are too many different approaches to it

Sergey

A question about current policies - what kind of contributions are accepted now? My particular interest is with high-level constructs like Behavior Tree for AI and btRaycastVehicle with Bullet for vehicle (as Bullet support gets merged). Are these kinds of things ok? I don't want to do work for waste. Also my point of interest is IK with Bullet, too.

Sergey

Congratulations! Hope Bulet physics work won't be left out of 3.0, it is great improvement.

Nathan Warden

Congrats Juan!

Jason Anderson

This should speed up the release of 3.0 considerably.

Ezra Theunissen

A game changer indeed! Congratulations!

HP van Braam

Hurrah! Congratulations to everyone!


More Creators