How to use the Unreal EQS - Make enemies Run away from the Player

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 15

  • @FleMoo
    @FleMoo 11 месяцев назад +1

    Nice and clean to the point! Awesome.

  • @HoovyBird
    @HoovyBird Год назад +1

    How do I apply all of these things to the Enemy player? I put him in but nothing is happening

    • @thegamedevcave
      @thegamedevcave  Год назад +1

      I have to assume you're not very familiar with the basics of AI behavior trees in unreal. It's a good idea to go learn a bit more about that before trying to figure out the more advanced uses like EQS

    • @Jimmy.DR.Official
      @Jimmy.DR.Official Год назад

      Isn't the point of a tutorial to show us how to do it? Would love if you could show us how to make this happen, I am having the same problem

    • @thegamedevcave
      @thegamedevcave  Год назад +1

      @@Jimmy.DR.Official yeah the point of a tutorial is to show you how to do something for sure! but I can hardly give a full background on the engine every time I make a video on any topic. If you're looking into EQS, i assume you have a basic understanding of how unreal's behavior trees work. if you don't, jumping into using EQS really has no point and you should make sure you understand that first. learning to walk before running and such.
      I have videos going over this very topic though!

    • @Jimmy.DR.Official
      @Jimmy.DR.Official Год назад

      @@thegamedevcave what has me confused is that if I have told the enemy character to use the behavior tree, and you have showed us how to set up the behavior tree, why would it ignore that behavior tree. I definitely will learn more about the systems later, but I am doing a game jam rn, and I don't know what else to do, ha ha.

    • @Jimmy.DR.Official
      @Jimmy.DR.Official Год назад

      is there a specific video that could help me understand this?

  • @dorondavid4698
    @dorondavid4698 8 месяцев назад

    It's like me when I approach women...they run away 😅
    But good introductory video to EQS...thanks!

    • @thegamedevcave
      @thegamedevcave  8 месяцев назад +1

      right in the feels :(
      glad you found it helpful haha!

  • @MCA-GK
    @MCA-GK Год назад

    Ro it is almost unique other people are making ai run after player and you made it run from payer 😂

    • @thegamedevcave
      @thegamedevcave  Год назад +1

      running toward the player is easy haha, this is just a simple example of how to use this system though, you can do much more complex stuff than making it run from the player