Interstage joints not destroyed when staging
siimav opened this issue · 4 comments
Can be replicated with this craft file.
https://discord.com/channels/319857228905447436/512556137380315139/1217896184182472765
So the problem is that on decoupling, KSP will first fire GameEvents.onVesselCreate
and then right after that GameEvents.onVesselWasModified
. Now in onVesselCreate
KJRMultiJointManager
will clean up all all joints that cross over the decoupler that will separate the 2 vessels. Then in onVesselWasModified
KJRManager
will start checking and rebuilding the joints for the newly created vessel. Now the problem is that the vessel itself is in a half-invalid state where the parent part of the decoupler is still the part on the other vessel it was originally attached to.
Apparently still not fixed
https://discord.com/channels/319857228905447436/512556137380315139/1225005268035702854
Edit: unable to replicate with that save and PVG settings.