BlakeBr0 / IronJetpacks

Adds fully customizable FE powered jetpacks!
https://blakesmods.com/iron-jetpacks
MIT License
13 stars 21 forks source link

Can't create a perfect hover mode without making shift/space do nothing #3

Closed TheDeviantCrafter closed 6 years ago

TheDeviantCrafter commented 6 years ago

I want to create a jetpack with a perfect hover mode for my pack. I set the speed_hover_descend to 0 which accomplishes this. Unfortunately it also means that pressing space or shift to ascend or descend do exactly nothing.

I'd like this setting to be broken into two different settings. speed_hover_descend_manual would control how much you can ascend or descend using the space/shift keys. speed_hover_gradual_fall would control how quickly you fall gradually just by having hover mode active.

BlakeBr0 commented 6 years ago

speed_hover_descend changes how fast you go down while in hover mode and using shift (or space i guess), speed_hover changes the speed the jetpack descends normally while hovering. This is noted here.

TheDeviantCrafter commented 6 years ago

This worked flawlessly. Closed.