8m by 8m part from b9 does not work with attach module
Opened this issue ยท 7 comments
I attempted to add the grab module to the structural surfaces from b9, but the one for the large surface isn't functioning as I believe is correct. I can grab it, but I can't attach it; it gives the error "too far from source." I thought this meant I needed to move closer, but that is "too far from target." it looked to me that it was based on part size, but it worked for the massive rockomax fuel tank in stock ksp. this occurs even if b9 is the only mod installed. I am not sure if it is an issue with b9 or kerbal attachment system. it needs more testing, but I don't know where to go from here.
That did the trick. do you happen to know what units that variable is? at ten it didn't work. at 1000 I could put it as far away as I could see.
Does it still happen when you change
attachMaxDist = 2
to a higher value?
Also, how did you got the 8x8 panel on a kerbal?
If you used a ModuleManager cfg or a cfg edit to grab it, simply put 'attachMaxDist = value' in the KASModuleGrab module, like
MODULE
{
name = KASModuleGrab
evaTransformName = jetpackCollider
evaPartPos = (0.0, 0.0, 0.0)
evaPartDir = (0,0,-1)
attachNodeName = null
customGroundPos = false
dropPartPos = (0.0, 0.0, 0.0)
dropPartRot = (0.0, 0.0, 0.0)
physicJoint = false
addPartMass = true
storable = false
stateless = true
storedSize = 50
attachMaxDist = 2 <---
attachOnPart = true
attachOnEva = false
attachOnStatic = false
attachSendMsgOnly = false
grabSndPath = KAS/Sounds/grab
attachPartSndPath = KAS/Sounds/attach
attachStaticSndPath = KAS/Sounds/grappleAttachStatic
detachSndPath = KAS/Sounds/detach
}