Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1 KB

README.md

File metadata and controls

16 lines (13 loc) · 1 KB

RealisticFlight

Download Latest RealisticFlight.dll

Attempt of introducing a Flap/Glide realistic flight mode. Small tweaks to the movement of the player when airborne (not in flight mode).

Features

  • Fixes falloff of velocity to not be instantly (for example when you get pushed by an explosion)
  • Flap your arms to fling yourself up as if you had wings.
  • Spread your arms when airborne in order to Glide. Going up reduces speed, going down gains speed.
  • You can use the bool parameter IsGliding in your animator.
  • You can use the float parameter GlidingVelocity in your animator.
  • You can use the bool parameter JustFlapped in your animator. It will stay on for 0.2 seconds after flapping.
  • You can use the float parameter FlapVelocity in your animator. It will keep the value for 0.2 seconds after flapping.