shadowmage45 / SSTULabs

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

SRB-U has negative mass at small diameter/length #733

Closed blowfishpro closed 5 years ago

blowfishpro commented 5 years ago

Seems pretty reproducable, let me know if this needs more info

shadowmage45 commented 5 years ago

Definitely an issue - most likely cause is improperly specified values in the model defs.... but these parts are incredibly complex, so could be any of a number of other sources.

As long as it can be repro'd though, shouldn't be a problem to track it down and clean it up.

shadowmage45 commented 5 years ago

Error was being caused by the VolumeContainer module also zeroing out the default part mass/cost.

Have changed the configs for VolumeContainer on the SRB-U, SRB-A, and MFT-A to make sure that the ModularPart module is the only thing zeroing the default mass/cost values.

Have verified that they no longer have negative mass values at small diameter/length selections.

screenshot6