shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

Docking port configs still in station parts #661

Closed Jimbodiah closed 6 years ago

Jimbodiah commented 6 years ago

The integrated ports were removed from all the COS/DOS parts, but their code still remains. I came across these while cleaning up the configs for my own patches.

DOCK { name = Mount-None } DOCK { name = Dock-Small } DOCK { name = Dock-Medium } DOCK { name = Dock-Large }

Dito with the upgrade functionality between small-medium-large ports for these same parts.

Do you want me to do a pass and remove those pieces from the cfg files?

shadowmage45 commented 6 years ago

Hmm... sure I suppose. Mostly it would depend on how long until KSP 1.4. If more than a month out, then it is likely that I'll publish at least one more SSTU update for KSP 1.3.1. And it seems likely that KSP 1.4 is at least a few months away.

I already have / will be removing those configs in the KSP 1.4 branch (as every single part is having a config pass done on it, cleaning up old stuff).

Jimbodiah commented 6 years ago

Free labor, abuse it! ;)

Jimbodiah commented 6 years ago

I'll do one PR, if you can check that I did not remove anything you didn't want removed? Then I will do all the other parts as well.