MOARdV/AvionicsSystems

Seat Adjustment controls

Opened this issue · 4 comments

Be able to move a prop seat (or any arbitrary prop, I guess). But it also will move an associated Kerbal / Kerbal camera as well if that is needed.

The ASET prop Seat_v2 will move the Kerbal and Kerbal eye-camera in RPM, so I apparently implemented this once before. I'll have to look through the RPM code to remind myself of how I made it work.

Please.

The fact that male and female kerbals don't have the same eyepoint is ridiculous.

I have a working version of the power seat, as a seperate prop (spilt out from the ALCOR IVA), that I also added rotate left, and tilt to, in addition to its rotate right & height adjustments, if you want to test with it.

the switch between the lfet & right rotate animations is a little wonky, as in, starting point of the animation flips, if you first rotate one direction, then the other, without first returning to the original (face-forward) orientation, using the direction that first rotated it to the face-backward position.

Doesnt affect anything functionally... just disconcerting a little, from the un-natural camera switch.

Vulkan also made a seat that adds slide, (left/right & forward /back functionality), as well as height/rotation.
It already has MAS compatability.
I have permission to redistribute, in a hopefully upcoming prop pack.
Should be able to reverse engineer it to see how its currently working with MAS ;)