ToricsTweaks/QOL/docksnap.cfg

11 lines
313 B
INI

// Add angle snapping for the docking ports at
@PART:FINAL
{
@MODULE[ModuleDockingNode]:HAS[~snapRotation[True],~snapRotation[true],~nodeType[microPort]]
{
// If you want X degrees margin, use cos(0.5*X) as captureMinRollDot
%captureMinRollDot = .999
%snapRotation = True
%snapOffset = 22.5
}
}