Jump to content

bug with t-37 structural tube


Recommended Posts

The T-37 structural tubes top node size is the smallest possible (0.625m) on all length variants making rockets that use it just break apart. This is not like any of the other new structural tubes that have the correct and same top and bottom node size keeping rockets strong.

Link to comment
Share on other sites

  • 2 weeks later...

Here is a MM patch to fix this until such time as Squad patches it up.

 

// Corrects the node size on the T-37 Structural Tube
// Author:klesh

@PART[Tube3]:FINAL
{
	@node_stack_top1 = 0,0,0,0,-1,0,3
	@node_stack_bottom1 = 0,-0.2,0,0,1,0,3
	@node_stack_top2 = 0,0,0,0,1,0,3
	@node_stack_bottom2 = 0,-0.2,0,0,-1,0,3
}

 

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