Some SSPX configs missing affectDragCubes = false entries on some B9PS modules.
Any part that has a ModuleDeployableCentrifuge or ModuleDeployableHabitat, and also one or more ModuleB9PartSwitch where some transform are switched must define affectDragCubes = false in those B9PS modules to prevent B9PS generating additional procedural drag cubes that will interfere with the non-procedural ones defined in the SSPX deployable modules.
Failing to doing so results in the following log entries on part load :
[ERROR] [Part sspx-expandable-centrifuge-5-1] [ModuleB9PartSwitch 'endcapSwitch2'] Cannot reassign cube weights: had 2 cubes before but now have 4.
Some SSPX configs missing
affectDragCubes = false
entries on some B9PS modules. Any part that has aModuleDeployableCentrifuge
orModuleDeployableHabitat
, and also one or moreModuleB9PartSwitch
where sometransform
are switched must defineaffectDragCubes = false
in those B9PS modules to prevent B9PS generating additional procedural drag cubes that will interfere with the non-procedural ones defined in the SSPX deployable modules.Failing to doing so results in the following log entries on part load :
Apart from making the drag cubes wrong (and consequently aero/thermal part properties), it can produce kraken-like events under specific circumstances as reported in https://github.com/KSPModdingLibs/KSPCommunityFixes/issues/119