Jump to content

Need Help Creating Attach Nodes


Apollo13

Recommended Posts

I use a mod called Hex Truss. One of the parts is an End Plate, which is really just a short truss segment. All the other trusses in the mod pack have attach nodes at both ends. Unfortunately, the End Plate has a node on only one end. I need attach nodes at both ends.

How should I change these two lines in the CFG) to permit that?

node_stack_bottom = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, 2

node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

Here's the Hex Truss mod pack

It's the eighth item in the image list.

I asked in the Hex Truss thread. Unfortunately, the developer visits very seldom. I'm hoping you experienced modders can point me in the right direction.

Link to comment
Share on other sites

add the line

node_stack_top = 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 2

The 0.2 (second position) is a guess and it'll need to be more (or less) depending on the thickness of the part

[Edit] You may also need to have the node_stack_bottom/node_stack_top as the last two defined so

node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

node_stack_bottom = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, 2

node_stack_top = 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 2

Edited by NoMrBond
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...