FlyDangerous icon indicating copy to clipboard operation
FlyDangerous copied to clipboard

Option for rotation assist on roll axis only

Open Codebreakerblue opened this issue 1 year ago • 3 comments

A setting for enabling rotation assist on the roll axis only. Potentially configuration for other axes, but I don't really know what that would be useful for 😅

Codebreakerblue avatar Aug 12 '22 20:08 Codebreakerblue

Not sure how best to surface this in the UI and game logic, there's currently a drop-down for default flight assist mode and binds to toggle those but nothing to dictate what rotation assist does, and I'd rather not overcomplicate that drop-down or set of bindings.

jukibom avatar Aug 20 '22 11:08 jukibom

You could potentially add a dropdown immediately below the default flight assist mode, labeled "rotation assist mode" with the options "default" ("all axes"?) and "roll only" No clue how to work that into game logic, but it seems like a relatively clean way to expose it as a setting

Codebreakerblue avatar Aug 20 '22 13:08 Codebreakerblue

Ya that's not a bad shout, and relatively easy to roll into logic as it just calculates each axis one after the other so just use that Boolean flag to device whether to do pitch and yaw

jukibom avatar Aug 20 '22 13:08 jukibom