Coyote Cargo Freighter by Coyote Space Industries

Coyote Cargo Freighter by Coyote Space Industries

21k Downloads

CLS.cfg referencing wrong module.

zer0Kerbal opened this issue ยท 0 comments

commented

From CSI-Cargo-Freighter created by BararQ: dboi88#56

CLS.cfg

This was referencing the wrong module [KolonyTools], it should be as shown below.

@part[CSIfreighterRecycler]:NEEDS[KolonyTools]
{
MODULE
{
name = ModuleKolonyTools
passable = true
surfaceAttachmentsPassable = false
passableWhenSurfaceAttached = True
}
}

@part[CSIfreighterRecycler]:NEEDS[ConnectedLivingSpace]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
surfaceAttachmentsPassable = false
passableWhenSurfaceAttached = True
}
}