MOARdV / AvionicsSystems

MOARdV's Avionics Systems for Kerbal Space Program - a new generation of IVA enhancement.
Other
52 stars 26 forks source link

Seat Adjustment controls #337

Open MOARdV opened 3 years ago

MOARdV commented 3 years ago

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.

MOARdV commented 3 years ago

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.

theonegalen commented 3 years ago

Please.

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

StoneBlue commented 2 years ago

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.

StoneBlue commented 2 years ago

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 ;)