Jump to content

Problem node attach


Recommended Posts

Hey My node attach isn't working correctly and I am not sure why, here is the picture of my part and it not connecting with another piece.

PROBLEM_zps04d9d74a.png

here's its part.cfg

// --- general parameters ---

name = N.C.R. Command Module

module = CommandPod

author = N.C.R. Skunk Works

// --- asset parameters ---

mesh = model.mu

scale = 1

rescaleFactor = 1

// --- node definitions ---

// definition format is Position X, Position Y, Positio0 Z, Up X,

Up Y, Up Z

node_stack_Front_Landing = -0.3, 0.4, 0.05, 1.0, 0.0, 0.0

node_stack_Front_Landing = 0.3, 0.4, 0.05, 1.0, 0.0, 0.0

node_stack_Bottom = 0.0, -2.5, 0.0, 1.0, 0.0, 0.0, 1

// --- editor parameters ---

cost = 600

category = Pods

subcategory = 0

title = Hull

manufacturer = New California Rockets

description = .

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

allowCollision

attachRules = 1,0,1,1,0

// --- standard part parameters ---

mass = -3

dragModelType = default

maximum_drag = 0.2

minimum_drag = 0.15

angularDrag = 2

crashTolerance = 14

maxTemp = 3400

// --- pod/rcs parameters ---

rotPower = 5

linPower = 1

Kp = 1.0

Kd = 1.0

// --- tweakables (coming soon...) ---

vesselType = Ship

// --- internal setup ---

CrewCapacity = 1

INTERNAL

{

name = mk1CockpitInternal

}

MODULE

{

name = ModuleCommand

minimumCrew = 1

}

RESOURCE

{

name = ElectricCharge

amount = 50

maxAmount = 50

}

RESOURCE

{

name = LiquidFuel

amount = 400

maxAmount = 400

}

RESOURCE

{

name = Oxidizer

amount = 400

maxAmount = 400

}

// ----- DO NOT EDIT BELOW THIS POINT ------

Link to comment
Share on other sites

You've only got stack nodes, you neither have node_attach defined nor surface attach enabled in the attach rules.

Also, that picture appears to show you connecting another piece to your part rather than you connecting your part to another piece. Which way round is the problem happening?

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