Jump to content

A little help with stack nodes? They won't show up on my part.


Recommended Posts

I'm working on this mod, and I got the core fuel tank into the game. For some reason, though, the nodes don't show up. Can anyone help me with this?

Here's the config file:

PART
{
name = lowerStageFuelTank
module = Part
author = SpaceLaunchSystem
mesh = LowerStage.mu
rescaleFactor = 1.25
node_stack_top = 0.0, 15, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -15.1, 0.0, 0.0, -1.0, 0.0
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
TechRequired = basicRocketry
entryCost = 480
cost = 400
category = FuelTank
subcategory = 0
title = XS-50 Lower Stage Fuel Tank
manufacturer = Junk Rockets Inc.
description = None Yet
mass = 0.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2000 // = 2900
bulkheadProfiles = size1, srf
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,1
RESOURCE
{
name = LiquidFuel
amount = 360
maxAmount = 360
}
RESOURCE
{
name = Oxidizer
amount = 440
maxAmount = 440
}
}


Link to comment
Share on other sites

I'm pretty sure there are 7 variables for nodes

Translations on X Y Z rotations on X Y Z and size

Also every config I've seen shows the nodes having an extra line between them and the general part parameters which may or may not be of significance

Also your mesh should be model.mu I'm not sure if it properly reads it under any other name

Try more closely copying vanilla configs is my advice

Edited by LORDPrometheus
Link to comment
Share on other sites

You can check this looks like your short some # loike Lord said

     node_stack_top
node_stack_bottom
node_stack_connect01
node_stack_connect02
node_stack_connect03
node_attach
node_stack_bottom01
node_stack_bottom02
node_stack_bottom03
node_stack_bottom04

Each one follows this example, and specifies where other parts can connect to this part:
Actual Part Explanation
node_attach = 0.00, 0.147, 0.00, 0.0, 1.0, 0.0, 1 specifies the location of the nodes of this part (the green circles).

node_stack_bottom = x, y, z, angx, angy, angz, size
node_stack_top = x, y, z, angx, angy, angz, size
node_attach = x, y, z, angx, angy, angz, size

http://wiki.kerbalspaceprogram.com/wiki/CFG_File_Documentation#Node_Definitions

And Here

node_stack_top = 0.0, 15, 0.0, 0.0, 1.0, 0.0 <-------- is it 0.15 or 15.0

node_stack_bottom = 0.0, -15.1, 0.0, 0.0, -1.0, 0.0

node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1

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