Unreal Engine 4 Tutorial - Flying Movement Mode (Jetpack)

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 34

  • @spyle2
    @spyle2 8 років тому +4

    I wish every tutorial was just like this.

  • @TeslaUE4
    @TeslaUE4  9 років тому +3

    I've been wanting to do this one for awhile, it's pretty basic, but it really reminds me of the jetpack from Duke Nukem 3D haha. I hope someone finds this one useful! :) stay tuned for more!

    • @ergurkha3157
      @ergurkha3157 9 років тому

      +Tesla Dev indeed useful, thanks!

    • @Grimsikk
      @Grimsikk 7 років тому

      Tesla Dev Could you please do a step by step tutorial on flight like seen in Stefen Ehrenhaus' videos, please? If you find the time, of course.

  • @andrew-martin
    @andrew-martin 9 років тому

    Thanks for these tutorials, really appreciated.

  • @ramirolinares2376
    @ramirolinares2376 9 років тому

    I really, really appreciated. I love this channel, thanks!!

  • @mhnoni
    @mhnoni 9 років тому

    You always teach us cool stuff thanks for that :)

  • @josephkeller2521
    @josephkeller2521 8 років тому

    Great tutorial man, thanks!

  • @kamisfx12
    @kamisfx12 5 років тому +1

    How would I do this with an ai? So that like I can have an npc switch between walking and flying?
    So far I can make it switch to flying mode but it won't go up at all

  • @CausticCaterpillar
    @CausticCaterpillar 8 років тому +1

    hey, so I did this and got my character to fly. Now how would I add in my animations to make him hover. I've already created them, but I can't seem to find out how to implement them. Thanks

  • @goodcallll
    @goodcallll 9 років тому +3

    This tutorial helped out a lot! Thanks! My only question now is that I want to be able to have my character flying movement be controlled based on the direction I'm facing. So I'd like to be able to move the mouse around, which affects my characters direction, which affects the direction of flying. Can you tell me how to do that?

    • @gokuta333
      @gokuta333 7 років тому

      I'm a year late but with the newer versions of UE4,if you wanna do this,Under the movement Input commented section,there's an is HMD enabled Boolean. Simply make your own boolean that is enabled when you press your flying/noclipping/jetback button and delete the Old HMD boolean,replace it with your new one and BOOM. Done! :D

    • @klausbdl
      @klausbdl 5 років тому +1

      dunno if you're still alive, but to do that you just type Get Control Rotation and pin out a Get Forward Vector and plug that into the Add Movement Input node.

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

    how could you increase the speed of flying

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

    Any simple way to get it to up and down based on the direction the character is moving and looking? Forward and up moves forward and up, back and down, moves back and up (since you're backing up) etc.

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

    When I do this, the character rotates the wrong way, why didn’t yours do that?

  • @pwndulquiorra
    @pwndulquiorra 8 років тому

    Hello, I followed this video and I'm having trouble with something. I want my character to fly up while holding the jump button. This video works for me for the most part, except holding the jump button doesn't cause him to rise. How to I fix this?

  • @Stealthy_Martian
    @Stealthy_Martian 8 років тому

    What would be the best way to create a warp speed type behavior/effect in unreal engine?

  • @anthonybrunotheodd
    @anthonybrunotheodd 7 років тому

    How would this work with vehicles?

  • @Grimsikk
    @Grimsikk 8 років тому +1

    How would I accomplish flight like seen in Stefen Ehrenhaus' videos? I want to have first person flight as if the character had wings.

    • @TGA19
      @TGA19 7 років тому +1

      GrimSikk I'm also curious about that.

    • @Grimsikk
      @Grimsikk 7 років тому

      Premi I watched his breakdown video but it's not so much a tutorial as it is a showcase. I would love to learn step-by-step how to accomplish that natural-feeling flight.

  • @321SPONGEBOLT
    @321SPONGEBOLT 8 років тому

    How about in 3rd person mode? Would there be any fuel affected from the jepack? I only ask because if I ever do get a Mac and try out any game engine, I want to test out one of my characters i made and play as them. Specifically, one character I made that uses a jetpack for flying is called Ozzie Karate, my OC for "My Life as a Teenage Robot" who is a wise, selfless, and philosophical Chinese human being with a mystical ring that can transform him into a half-human half-machine black belt warrior. Although all human on the outside, he's all machine on the inside, and like Inspector Gadget, he says "Go go gadget" and names the device of his choice (like throwing stars that shoot from the back of his wrists or double ninja swords he can pull out from behind his jetpack). When he's around Jenny, they get the job done together as a duo. He secretly loves her, but does not let that get in the way while fighting crime with the girl he loves (This pays tribute to my love for Jenny in real life). She trusts him, and occasionally looks up to him as a father figure.

    • @ladead7582
      @ladead7582 8 років тому +1

      all you have have to do is make a little fire affect and play it when the player has triggered the flying event

  • @Velor5
    @Velor5 8 років тому

    Thank you for this tutorial, I would like to know how can I rotate the character horizontally once he's in air to so to make him fly more "superman like"?

    • @ladead7582
      @ladead7582 8 років тому +1

      Jinn theirs another flying tutorial on youtube just look up "advanced flying tutorial in unreal", but to give you the short answer is. have a flying animation that looks like superman and blend both animations when the player flys and it should rotate the capsule with it if not then make a rotation script

    • @Velor5
      @Velor5 8 років тому +1

      Thanks for replying dude, yeah I figured it a long time ago and I did exactly what you said here I am sure someone else will benefit from your help
      If anyone is going the same course as me I guess they may want to also rotate their 'superman' on his X axis, that is also something that I had to figure so here's a very simple way to do it
      s27.postimg.org/7fq9h8i7n/simpleroll.png

  • @hauntedshadowslegacy2826
    @hauntedshadowslegacy2826 5 років тому

    I know you posted this years ago, but...
    Any clue how to make an AI use a jetpack? I copied my character's blueprints and added an AI Controller, but I don't know what needs to happen in the behavior tree, level, or controller to allow the AI to use the jetpack. (I may use custom movement components later on, just as a heads-up. Optimization stuff.)

    • @TeslaUE4
      @TeslaUE4  5 років тому

      Hey HauntedShadowsLegacy,
      Certainly a custom solution needed for this. There is no out of the box flying solution with AI. Unreals navmesh is 2D/ground based and can't navigate/project points that are in the air.

  • @Matthew.1994
    @Matthew.1994 9 років тому

    wow thats somethin i want to know for a long time :D emm what about flying like in space? so you can be upsidedown and all that stuff

    • @Tawre007
      @Tawre007 9 років тому

      +KleytenHD well, if you will be using this method it should work, because you are making movement based on your rotation (vectors Up, Right, Forward).
      Only beginner's issue what i can see is if you will rotating component and not whole actor (pawn/character), that can make some unexpected behaviour.
      So 6DOF is totally possible :)

  • @Adzy2k1
    @Adzy2k1 6 років тому

    Too slow when flying help please?

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

    jesus this vid was made a long time ago

  • @АлексейМорозов-ц7э4г

    Спасибо!