Directional Dodge/Roll System on UE5 - Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 36

  • @woowee-mo1bw
    @woowee-mo1bw 11 หลายเดือนก่อน +2

    Thank you for always posting good tutorials!

  • @marcospaulo6697
    @marcospaulo6697 หลายเดือนก่อน

    where can i find those animations?

  • @IPlayVideoGamesAndNothingElse
    @IPlayVideoGamesAndNothingElse 2 วันที่ผ่านมา

    Building this doesn’t really matter if you can’t find a way to get ahold of animations to link it to. Guess I got to now look up a tutorial on how to make an animation and build it from scratch. Since Maximo has 2 roll animation sequences which makes your character slide across the map when you walk.

  • @Clydiie
    @Clydiie 4 หลายเดือนก่อน

    i needed this thank you, im trying to do this using a controller and can only seem to get it working with forward. I am using the left thumbstick to move my player and dont really want to use the directional pad. Would it be possible to use this system with the thumbstick?

  • @WrathOfAl
    @WrathOfAl 7 หลายเดือนก่อน +2

    Not working for me. working on 5.3.2 set everything up exactly as your tutorial.

    • @LocoDev
      @LocoDev  7 หลายเดือนก่อน

      Can you tell what exactly is not working?

    • @WrathOfAl
      @WrathOfAl 7 หลายเดือนก่อน

      IT simply does not fire off the roll animation after pressing the mouse button and holding down W key.@@LocoDev

    • @WrathOfAl
      @WrathOfAl 7 หลายเดือนก่อน +1

      I was able to get this somewhat working with Manny but not with Paragon character. Also my left and right roll look weird. Going in a strange direction. Im getting closer though.

  • @KulTheSwordsman
    @KulTheSwordsman 6 หลายเดือนก่อน +1

    Thanks.

    • @LocoDev
      @LocoDev  6 หลายเดือนก่อน +1

      You're welcome

  • @jamaalsineke2405
    @jamaalsineke2405 หลายเดือนก่อน

    How would you add i-frames to this function?

    • @g-dojjo
      @g-dojjo หลายเดือนก่อน +1

      You need add BOOL ON/OFF to dodge.
      -Make a new variable (boolean) name it INVIS
      -Go to your Dodge blueprint and add INVIS BOOL ON before dodge animation and OFF when animation end (If you want u add delay for OFF time(Example your animation's lenght 1 sec. you Check ON invis bool add delay (1sec) and after that CHECK "OFF" your BOOL
      -Go to your "Event Any Damage" event and add BRANCH (connected with your invis boolean. if your invis bool ON you dont connect line with damage part
      if your invis bool OFF you connect that line to your damage part.
      in short....you need boolean for checking dodge start and dodge end.

  • @BUGMAKER-mu9fo
    @BUGMAKER-mu9fo 9 หลายเดือนก่อน

    how to work with this in replicated method

  • @moviescores9315
    @moviescores9315 10 หลายเดือนก่อน +1

    perfecto

  • @carlosrivadulla8903
    @carlosrivadulla8903 ปีที่แล้ว +1

    Is this tut ue5.3?

    • @LocoDev
      @LocoDev  ปีที่แล้ว

      Hello, this is for 5.0

    • @konquezt
      @konquezt ปีที่แล้ว

      @@LocoDev Makes sense as "is Input Key Down" is not available to me on 5.3

    • @Zura_Dev
      @Zura_Dev 10 หลายเดือนก่อน +1

      @@konquezt uncheck context sensitive when you search "is input key down"

  • @dnd3240
    @dnd3240 9 หลายเดือนก่อน

    where to get those animation tho?

    • @driverwastaken
      @driverwastaken 8 หลายเดือนก่อน

      he doesnt upload them but if u want i can send a google drive link with some mixamo anims i cojnverted

    • @Agent_SYFY
      @Agent_SYFY 8 หลายเดือนก่อน

      @@driverwastaken I know im butting in but i would love for those animations if u still got them

    • @driverwastaken
      @driverwastaken 8 หลายเดือนก่อน

      couldn't find them but there's some in a yt vid description that i linked

  • @lildirtdick777
    @lildirtdick777 8 หลายเดือนก่อน +1

    hmmmm i’m not sure what i’m doing wrong. just can’t get the roll to happen at all.

    • @WrathOfAl
      @WrathOfAl 7 หลายเดือนก่อน +1

      same issue for me

    • @LocoDev
      @LocoDev  6 หลายเดือนก่อน +1

      Maybe you don't have the default slot to play the montage, or incorrect animation skeleton, it could be many things.

  • @hsyncnbayraktar
    @hsyncnbayraktar ปีที่แล้ว +3

    Great tutorials, I have one question. Why don't you use ue5 3th person templates in tutorials?

    • @hsyncnbayraktar
      @hsyncnbayraktar ปีที่แล้ว +1

      I got my answer from previous video, you're building your own locomotion system. 👍🏻 Awesome thanks for tutorials btw

    • @studiothink81
      @studiothink81 ปีที่แล้ว

      ....which is sooooooo much better than the Third Person template...@@hsyncnbayraktar !

    • @LocoDev
      @LocoDev  ปีที่แล้ว

      I'm working on my own Locomotion Project. Anyone can follow the tutorial as usual, but if there are any modifications needed on your end, I'll make sure to notify you.

  • @steinmov
    @steinmov 4 หลายเดือนก่อน

    I have set up the exact same work that you have done in this tutorial. However, I have used a 2D blend space for the locomotion. 4 directions. The locomotion works but the dodge rolls do not execute. If I use a 1D blend space the dodge rolls work. But the character is not facing left and right when moving. So the rolls don't match the runs. Would you test this on your setup and let know what you get for results.

  • @jachinseth3918
    @jachinseth3918 3 หลายเดือนก่อน

    Super important step is going into your animation blueprint. Go to where your state machine hooks into the result node and in between that connection add in a new slot. It should already be named “default slot”. After this go into your montage and make sure it is using this new “default slot”. Hope this helps someone!

  • @madeeasy7148
    @madeeasy7148 9 หลายเดือนก่อน

    Amazing thank you

  • @steinmov
    @steinmov 5 หลายเดือนก่อน

    Are you using the complete 3rd person Blue Print template? If so, you are just adding this dodge roll code into the existing 3rd person BP and the AnimBP, correct.

    • @LocoDev
      @LocoDev  5 หลายเดือนก่อน

      Correct.

    • @steinmov
      @steinmov 5 หลายเดือนก่อน

      @@LocoDev The reason I wanted to know is because I want to use my own animations and my own character. Will your dodge Roll setup work with a simple 1d blend space?

    • @steinmov
      @steinmov 4 หลายเดือนก่อน

      @@LocoDev I posted earlier today. I found that when I went back to the state machine that I created for the 2D blend space, I did not insert a default slot in between it and the animation output pose. I did not think that would make a difference for getting the dodge roll montage macro to work. I inserted a default slot at that state machine location and the dodge rolls now set up with the macro work. It is a little confusing to me but it does. Thanks for listening. What I really want is to be able to use a 2D blend space for the 4 direction dodge rolls integrated into the locomotion 2D blend space. That is more complex. If you have any thoughts on that, I would really like to see them.