Jump to content

Multiple horizontal attach nodes possible?


Recommended Posts

I have something like a large mininode with each side having multiple attach nodes. The top and bottom nodes work fine, but when I start adding horizontal attach nodes, it breaks the part. Is the limit 1 X-oriented attach node?


node_stack_r1 = 3.7549254,1.657563,-3.315132, 0, 1, 0, 0
node_stack_r2 = 3.7549244,-1.657569,-3.315131, 0, 1, 0, 0
node_stack_r3 = 3.7549234,-1.657568,0, 0, 1, 0, 0
node_stack_r4 = 3.7549234,1.657564,0, -1, 0, 0, 0

Link to comment
Share on other sites

I burned up free time before work by just playing with the cfg... I solved the issue that is just another one of those vague things...

Inside the CFG, there are TWO PRIMARY axis that dictate what DEFAULT orientation a part must be facing in order to be attached. These axis are Y and Z. The order of Y and Z is important in the CFG. The last read axis determines what default orientation a part must be in to be attached. So if your last node_stack is a Z (front/back) orientation in the CFG, the first child part must be aligned as such.

Otherwise.. if you want the regular Up/Down orientation for the first child part, your last node_stack commands must be the X axis.

Side orientation last, Side orientation first in VAB

node_stack_UP = 3.7549254,1.657563,-3.315132, 0, -1, 0, 0

node_stack_FRONT = 3.7549244,-1.657569,-3.315131, 0, 0, -1, 0

Top orientation last, Top orientation first in VAB

node_stack_FRONT = 3.7549244,-1.657569,-3.315131, 0, 0, -1, 0

node_stack_UP = 3.7549254,1.657563,-3.315132, 0, -1, 0, 0

This fact has been undocumented, and is now clarified. I am working on custom connector parts (some)with 20+ attachment points and was having problems with disappearing nodes. You'd think you can write a CFG with X,Y,Z all day and not have to worry about the order, but you do...

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...