Jump to content

Node connection problem


Recommended Posts

So, i made a model and made a cfg file but now my node doesn't connect in any way i try. I even tried to update my partstools but it doesnt help. Maybe anyone can help me with this?

this is my cfg file. I've "stolen" it from the s2 command pod from b9 and rewritten it so it would work for my cockpit.


PART
{
// --- general parameters ---
name = TCY_cockpit
module = CommandPod
author = TCY

// --- asset parameters ---
mesh = model.mu
scale = 1
rescaleFactor = 1.3

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_stack_bottom = 0.0, -1.2, 0.0, 0.0, 0.0, 0.0, 2

// --- FX definitions ---

// --- editor parameters ---
TechRequired = highAltitudeFlight
entryCost = 19500
cost = 3700
category = Pods
subcategory = 0
title = TCY Cockpit
manufacturer = TCY corp
description = Experimental product

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 3.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 40
maxTemp = 3400

vesselType = Ship

CrewCapacity = 2

MODULE
{
name = ModuleCommand
minimumCrew = 1
}

RESOURCE
{
name = ElectricCharge
amount = 150
maxAmount = 150
}

MODULE
{
name = ModuleSAS
}

MODULE
{
name = ModuleReactionWheel

PitchTorque = 15
YawTorque = 15
RollTorque = 15

RESOURCE
{
name = ElectricCharge
rate = 0.459375
}
}


RESOURCE
{
name = MonoPropellant
amount = 40
maxAmount = 40
}
}

Link to comment
Share on other sites

you dont appear to have set a node direction for your stack node, 0.0, -1.2, 0.0, 0.0, 0.0, 0.0, 2 says that the node is -1.2 down the Y line and that it is size 2 but it doesnt say which way the node should face, a typical arrangement would be 0.0, -1.2, 0.0, 0.0, 1.0, 0.0, 2 which tells the game that the node is Y up, try it and see

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