shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

RBDC no longer aligns to center of booster #583

Closed Jimbodiah closed 7 years ago

Jimbodiah commented 7 years ago

See picture. I think the nose cone is counted as part of the main body for centering purposes?

screen shot 10-18-17 at 06 33 pm

shadowmage45 commented 7 years ago

Where the tank attaches to the RBDC is dependent upon the tanks' surface-attach node location. For the MFT tanks it should be located directly at the COM. Which is correct.

Now, what had changed recently, is I added offsets for the nosecones and/or mounts to the fuel tanks -- as they are filled with fuel, they also effect the overall positioning and the COM relative to the tank body -- add a nosecone and the COM moves upwards, which is what you are seeing in your image.

Of course when you add engines to the boosters, that will shift the COM of that sub-vessel segment downwards; but that is something the user will have to accomodate themselves by adjusting the position of the tank body relative to the RBDC.

I would say it is working as intended based on the information and image provided.

Jimbodiah commented 7 years ago

ok!