Does anyone know of a mod with a docking port that will mate with any size docking port? Either one-size-fits-all or adjustable on the fly in situ?
I'm trying to reduce part count and trying to have one docking port of every size is frustrating.
Is this possible to do with module manager?
Following a suggestion I tried the following, but it disabled all of my docking ports.
@PART[*]:HAS[@MODULE[ModuleDockingNode]]:Final
{
@MODULE[ModuleDockingNode]
{
@nodeType = size0,size1,size2,size3
}
}