Introduction

Hover a VTOL just like a helicopter!

This Mod adds an ability to hover a VTOL easily, just like a helicopter.

How to use

Enable the Hover Controller

You can turn on the hover controller by pressing the predefined key while you're controlling a VTOL.
Once it's enabled, you can hover your VTOL without struggling, and ascend by the Increase Thrust key, descend by the Descrease Thrust key.
You have to assign this key from Options > Controls > VTOL Hover Controller > Switch Hover Controller. I assign it to Left Shift+Space.

Technical Document

This Mod adds 2 functions to make it happened.

PLP_fnc_VHC_hoverControllerInit

The function that initializes the system once the mission starts. End users are not supposed to use this function manually.

PLP_fnc_VHC_hoverController

The function that controlls the system once the controller is enabled. End users are not supposed to use this function manually.

Note

Once you enable the controller, it turns the Auto-Vectoring off and try to keep the vectoring to 90 degrees.
For a bonus feature, you can assign keys to Vectoring Up and Vectoring Down actions. Default: Left Ctrl+Mouse Wheel Up/Down.
If the vectoring gets lower (not 90 degrees), it disables the controller automatically.

Changelog

External link

License