Am I reading this correctly? The documentation was expanded and improved, not the AI system itself, right?
Announcement
Collapse
No announcement yet.
Unreal Engine Livestream - AI: State of Mind - July 25 - Live from HQ
Collapse
X
-
-
Comment
-
Originally posted by Elfideo View Post[Question]
is it a good practice to use a behavior tree for branching dialogue?
Comment
-
Totally loved this stream (even though it only covered basics) !!! Hopefully we'll see more of this kind of AI training in the future, covering more grounds! Thanks VictorLerp and Wes Bunn
- 1 like
Comment
-
Originally posted by KristofMorva View Post
These are two totally different systems with different tasks, it's not suitable for that task at all.
So if you wouldn't approach with behavior trees what would you do instead ?
Comment
-
Originally posted by Elfideo View Post
Thanks for letting me know I saw some people that did this and I was going to go that route since it is more visual when setting up the whole conversation. Here's the one I saw https://www.youtube.com/watch?v=wVGoXOKLAWQ
So if you wouldn't approach with behavior trees what would you do instead ?
For a simple dialogue system, Blueprint is just fine - you can draw smaller horizontal trees. For bigger graphs, you very likely want a custom solution, which fits your problem more, for example as a unique UE4 graph asset. There are many of these solutions available on the Marketplace, and there are also open source free ones available.
Comment
-
-
Originally posted by KristofMorva View Post
I guess they are using it because it's the only graph in UE4 that can efficiently build a tree of nodes; but it's like using a spreadsheet for bug tracking: it gets the job done, but it's totally not made for that.
For a simple dialogue system, Blueprint is just fine - you can draw smaller horizontal trees. For bigger graphs, you very likely want a custom solution, which fits your problem more, for example as a unique UE4 graph asset. There are many of these solutions available on the Marketplace, and there are also open source free ones available.
Comment
-
Originally posted by Elfideo View Post
cool I'll be happy to look into those if you have the links
And this one I just found on Google: https://github.com/artemavrin/UE4-DialogueSystem
I hope they can help!
Comment
-
VictorLerp - downloadable projects & files from streams used to be posted here: https://forums.unrealengine.com/unre.../asset-sharing
are they still being uploaded there or will there be a link to the files in the top post in the stream thread? (like the ones from this stream)
somewhere will they will be permanently archived hopefully.
* Note: as of this posting I couldn't find any download links so posting these for now & for convenience
- Base: https://epicgames.ent.box.com/v/AIProjectBase
- Complete: https://epicgames.ent.box.com/v/AIProjectComplete
- 1 like
Comment
-
Originally posted by ayretek View PostVictorLerp - downloadable projects & files from streams used to be posted here: https://forums.unrealengine.com/unre.../asset-sharing
are they still being uploaded there or will there be a link to the files in the top post in the stream thread? (like the ones from this stream)
[/URL]
- 1 like
Comment
Comment