-
Notifications
You must be signed in to change notification settings - Fork 61
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
Removing MFT causes invalid parts in existing spacecraft design #97
Comments
My make-shift solution to solve this issue.
|
You are on the wrong fork my friend. |
Not any error I can see through interface. |
What is this about
Bug. Dependency issue with MFT.
Issue description
When MFT is present, TAC LifeSupport creates 4 new part for 4 different sizes that supports MFT.
However, when MFT is removed, any spacecraft using any of those 4 tanks will become invalid.
Existing designs will become unusable and in-flight spacecraft will get removed from the game.
Effectively breaking players' save file.
Recommendation
Instead of creating 4 new parts, re-use **"TacLifeSupportContainer"**s and add supports to MFT to those 4 tanks.
Perhaps re-use those HexCans as well.
By doing so, when user deletes MFT, any existing saves will not get breaked due to absence of custom part.
Note
This issue is related to #96.
The text was updated successfully, but these errors were encountered: