Unreal Engine Advanced Team AI - EQS Sharing Results (ALS #44)

Опубликовано: 14 Октябрь 2024
на канале: CodeLikeMe
9,895
246

Project Files:   / 63470677   .
This is episode 44 of the third-person shooter series based on Unreal Advanced Locomotion System. Previously we implemented some environment queries to get some locations such as cover locations. But these EQS ran independently on each AI character's behavior trees. They don't have any mutual awareness of what other characters are doing. Because of that, when there is a major threat like an explosion sound, all of them try to move into the same location for searching. When there are multiple AI enemies present, they tend to flock into the same location. Today, we will look into how to run an environment query to identify locations around the threat and share the results with multiple AI characters, and only one of the enemies will go to the exact threat location, while others go around that point to cover a wider area. This will demonstrate more intelligent team dynamics from AI characters in the game.

CodeLikeMe Third-Person shooter series:    • Unreal engine TPS series  

► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧!
  / codelikeme  
►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits

Join this channel to get access to perks:
   / @codelikeme  

Like my facebook page for more content :   / gamedevelopersclub  
Follow me on twitter :   / codelikeme2  
Follow me on reddit :   / codelikeme  
#CodeLikeMe #unrealengine #ue4 #indiegamedev