PorktoberRevolution / ReStocked

Kerbal Space Program Art Revamp
102 stars 44 forks source link

Compatibility: Connected Living Spaces #912

Closed Fumblesneeze closed 4 years ago

Fumblesneeze commented 4 years ago

The FL-X Adapter series, among others parts, do not have the modules for Connected Living Spaces. I think this should be handled by the mod adding the parts, as other mods explicitly state that they are compatible.

Adding compatibility shouldn't be more work than copy-pasting the module code from similar vanilla parts out of CLS.

Parts missing CLS modules:

List of mods installed:

ChrisAdderley commented 4 years ago

Feel free to submit a pull request :) that will accelerate things getting done.

Poodmund commented 4 years ago

CLS takes control patches for other modded parts, see: https://github.com/codepoetpbowden/ConnectedLivingSpace/tree/master/Distribution/GameData/ConnectedLivingSpace/Configs

So the best best would be to submit a pull request to the CLS repo so they can add support.

Poodmund commented 4 years ago

@Fumblesneeze I've done this for you here: https://github.com/codepoetpbowden/ConnectedLivingSpace/pull/113