shadowmage45 / SSTULabs

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

SRB-U - top interstage node is in the wrong place #737

Closed blowfishpro closed 5 years ago

blowfishpro commented 5 years ago

It's in the same place as the other top node rather than at the bottom of the dome. The mount interstage node is fine

shadowmage45 commented 5 years ago

Good catch -- does this effect only specific nose selections, or is it with every selection? (specific noses = model def config issues, all noses = likely a plugin code problem)

shadowmage45 commented 5 years ago

Interestingly enough this appears to be being caused by an interaction between the model-definition setup for this part, where it is erroneously pulling the 'top fairing bottom' position from the 'nose' model slot rather than the 'upper' model slot.

But even more interestingly... the same function is called to set up the fairing positions, and yet it returns the proper model-module and position value (the top fairing works fine on the SRB-U)

shadowmage45 commented 5 years ago

Arghh... typos FTL -- node != nose....

Seems to be fixed; should also fix any similar issues with the MUS and/or other parts using the SSTUModularPart module.

screenshot5