Kerbal Attachment System (KAS)

Kerbal Attachment System (KAS)

2M Downloads

KAS-1.0b10: Wrong max length on W-1

mrstoned-gh opened this issue ยท 1 comments

commented

Current max winch length is 10m Intended or oversight?

In KAS-1.0\Parts\Winch1\part.cfg
snip

	MODULE
	{
		name = KASJointCableBase

		// AbstractJoint
		jointName = mediumCableJoint
		anchorAtSource = 0, 0, -0.1490
		anchorAtTarget = 0, 0, 0.1490
		maxLinkLength = 10

		// KASJointCableBase
		cableSpringForce = 1000
		cableSpringDamper = 1
		allowDockingAtZeroDistance = true
	}

snip
maxLinkLength = 10
Used to be 50 or 80?

/Rikard

commented

Yeah, 10m was a test limit.