Jetpack?

Hey guys!
I had a dream… that I have a Jetpack in Unreal Engine to fly around an get on platforms (Maybe platformer game)? But I don’t know how to create a jetpack and make this thing fly. Would this be with physics or simple move commands?
Please help (:

Hello,
Jet pack : Victor's ShooterGame Jetpack [TUTORIAL] - Community Content, Tools and Tutorials - Unreal Engine Forums but c++
Jump pad : [TUTORIALS] Photons Be Free: Mini-tutorials and other curiosities - Community Content, Tools and Tutorials - Unreal Engine Forums

Basis to do yours.

There may be a jetpack soon in trello / market place too.

Hmm. I have a very simple jetpack system. After a Jump i set Fly Bool to true and then this:

Oh, I also set Air Control parameter(In Defaults mode > Character Movement) to 1 and Air Control Boos Multiplier to 10 so you can control your character as he’s flying around.

[=AlFlakky;215155]
Oh, I also set Air Control parameter(In Defaults mode > Character Movement) to 1 and Air Control Boos Multiplier to 10 so you can control your character as he’s flying around.
[/]

Hey Flakky! This is very cool system, but how can I increase the speed of the jetpack?

Hi ,

Multiply the velocity by some value to increase the strength of the impulse.