Turn Advance Locomotion System into a Top Down

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 35

  • @olegg.8973
    @olegg.8973 3 роки тому +1

    You delivered me from my torment. Thanks bro.

  • @sunfix991
    @sunfix991 3 роки тому +1

    i programmed it so that instead of being the middle button you use to rotate camera, instead i use the side button for the thumn in my mouse, its easier to click.. i still get som animations bug when i rotate, but it helped me a lot this tutorial.

  • @Ready_Fire_Aim
    @Ready_Fire_Aim 8 місяців тому

    JENIUS! ;) thanks

  • @YouWillDoAsYouAreTold
    @YouWillDoAsYouAreTold 3 роки тому +4

    thats awesome bro, thanks. one question though, how can i make it work with gamepad right thumbstick? the right thumbstick works by default but not when i change it to top down.

    • @HasimFN
      @HasimFN Рік тому

      I want to know it too. Like left joystick for walking and right for aiming

  • @Nkrasart
    @Nkrasart 3 роки тому

    Thank u!

  • @lukozadeue5
    @lukozadeue5 2 роки тому +1

    how you know this.. baffled. Thanks

  • @rkamo88
    @rkamo88 3 роки тому

    You ara my hero!)

  • @HasimFN
    @HasimFN Рік тому

    Bro it works fine but when i put mouse over my character it starts tripping and starts rotating in circles rapidly. How do i fix this?

  • @donkeymilk9050
    @donkeymilk9050 2 роки тому

    Awesome video. I ran into a strange issue where after following all the steps and triple checking, my middle mouse button will only rotate to the right continuously and never to the left. On UE5

  • @CrazyKiLL3R44
    @CrazyKiLL3R44 3 роки тому

    Hey, I'm sorry but I got a question about the very first step of this.
    When I erase the tag in the Character BP, and add the camera, it's still the camera manager that led the camera view.
    Do I need to get rid of the controller in order to have this working ?

    • @la1l
      @la1l  3 роки тому +1

      Its not using the camera manager, im trying to learn hot to usea the camera manager to use it, for now its only using a spring arm a camera, so you dont really need the controller, you can add you own if you want

  • @konardkonrado7755
    @konardkonrado7755 3 роки тому

    Hello man i have no one who can answer my question. I am making top down game can you explain me why my character doesnt travel to the exact point of the mouse click >? when i print string mouse click posiiton and position when character stops it never matches while i need it to be exact ..... any idea? just run basic top down project and check maybe youll know the answer.THank you for your help.

  • @jvcnb_off
    @jvcnb_off 3 роки тому +1

    so the how do you make the AI aim at you and not the cursor?

    • @soyleo_san
      @soyleo_san 3 роки тому

      I'm not sure, but feeding your character location as a target instead of the mouse location for the AI, should do the trick.

    • @olegg.8973
      @olegg.8973 3 роки тому

      Hi, friend. How did you solve the problem? The same crap)

  • @jetty211
    @jetty211 3 роки тому

    Thanks for this. I just have one query. if you can answer this or cover it in next it would be great. I'm using c++ replicated alsv4 version. I dont have access to BPI Get essential Values. Can you pls show how can I connect that part? Thanks

  • @furrybproductions
    @furrybproductions 3 роки тому

    THANK YOU, THANK YOU, THANK YOU! Any way I could do this with a controller?

  • @nyagh4890
    @nyagh4890 2 роки тому

    Hey, tried to implement it in the ALS Replicated BP community version, but I'm having trouble with sprinting on the clients and syncing rotation, any ideas how to do that properly?

    • @flyingroads3498
      @flyingroads3498 Місяць тому

      yes it only sprints when the camera is on the back of the player, since I skip the camera rotation part, so i guess sprinting has something to do with the camera I dont know

  • @Xaneph
    @Xaneph 2 роки тому

    Awesome video. I ran into a strange issue where after following all the steps and triple checking, my middle mouse button will only rotate to the right continuously and never to the left. On UE4.25.4

  • @alego54
    @alego54 3 роки тому

    If anybody could tell me how to make w always forward in the direction of the camera that would help. or how to make this point and click

  • @ADK42
    @ADK42 3 роки тому

    when cursor gets close to character , character gets crazy. how can we fixed?

    • @OpethWC
      @OpethWC 3 роки тому +3

      Inside ALS_AnimMan_CharacterBP, Take the actor location vector and the hit result location vector and subtract them with "Vector - Vector". Convert the result via VectorLength to a float, then check if it is

    • @GastonGock
      @GastonGock 3 роки тому

      @@OpethWC Heya this didn't seem to work for me. Would I be able to send you an image of my BP somehow?

    • @olegg.8973
      @olegg.8973 3 роки тому

      Hi, friend. How did you solve the problem?

    • @GastonGock
      @GastonGock 3 роки тому

      @@olegg.8973 Couldn't figure it out so I'm simply going to limit the aiming to only horizontal

    • @olegg.8973
      @olegg.8973 3 роки тому

      @@GastonGock The worst thing is that it won't work on mobile devices.