shadowmage45 / SSTULabs

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

Add CLS MM configs for station parts #775

Closed Teslamax closed 5 years ago

Teslamax commented 5 years ago

GameData/SSTU/ModIntegration/CLS/CLS.cfg currently supports all manned parts but the station modules.

Adding the following should be sufficient.

@PART[SSTU-ST-*]:HAS[!MODULE[ModuleConnectedLivingSpace]]:FOR[SSTU]:NEEDS[ConnectedLivingSpace]
{
    MODULE
    {
        name = ModuleConnectedLivingSpace
        passable = true
    }
}

You might be able to use * to shorten the current config code as well.

(I'm not an expert on MM config syntax.)

Teslamax commented 5 years ago

779 corrects a mistake in this MM config.