Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing affectDragCubes = false B9PS entries causing various issues. #315

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

gotmachine
Copy link

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.

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 KSPModdingLibs/KSPCommunityFixes#119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant