ToricsTweaks/QOL/docksnap.cfg

13 lines
285 B
INI
Raw Permalink Normal View History

2024-07-06 11:40:26 -05:00
// Add angle snapping for the docking ports at
@PART:FINAL
{
@MODULE[ModuleDockingNode]:HAS[~snapRotation[True],~snapRotation[true],~nodeType[microPort]]
{
%captureMinRollDot = .99999
%aquireMinRollDot = .5
%snapRotation = True
%snapOffset = 22.5
%acquireTorque = 10
}
}