Jump to content

Edit a tank that cannot attach radially so that it can.


Recommended Posts

This is what you want to look at in the part.cfg:

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision

attachRules = 1,0,1,1,0

Change the first 0 to a 1, and it should work.

Thank you ferram!

Link to comment
Share on other sites

I think this is because you need to define a node for radial attachments - can't check right now, but I remember I saw this in another part.cfg file, and this node tells you how far from its center it has to attach.

For parts made with the KSP Part Tools, though, I think surface attachments follow the colliders.

Link to comment
Share on other sites

Surface attach mode simply attaches to a surface using the normal radial attachment rules, not surface to surface. So for surface attach to work as intended it needs a offset for the radius of the tank added to the "node_attach" parameter.

"node_attach = 0.0, 0.0, -0.5, 0.0, 0.0, 1.0" Something like this should work, at work atm so I can't give you the exact line.

Hope that helps.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...