Jump to content

Why won't anything attach to the bottom of this?


Galane

Recommended Posts

Something else I need to add to update for 1.0.2?


PART
{

name = decoupler1-O
module = Part
author = NovaSilisko, Galane

//mesh = Squad/Parts/Utility/decouplerStack2m/model
rescaleFactor = 1

node_stack_bottom = 0.0, -0.3654699, 0.0, 0.0, 1.0, 0.0, 2
node_stack_top = 0.0, 0.4508572, 0.0, 0.0, 1.0, 0.0, 2

fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
sound_decoupler_fire = decouple

TechRequired = advConstruction
entryCost = 2800
cost = 440
category = Structural
subcategory = 0
title = RockoOKTOClampo
manufacturer = Rockomax Conglomerate & Probodobodyne Inc.
description = The RockoOKTOClampo combines a Rockomax Brand Decoupler, the reaction wheels and electronics from a Probodobodyne Inc. OKTO2 probe core and a Clampotron docking port. The ROC can split a rocket in two, maintain remote guidance of the part split off and enables docking with it to siphon off leftover fuel or to refuel and recycle a spent stage into a useful rocket component.

attachRules = 1,0,1,1,0

mass = 0.4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 9
breakingForce = 200
breakingTorque = 200
maxTemp = 3400
fuelCrossFeed = False

stageOffset = 1
childStageOffset = 1

vesselType = Probe

MODULE
{
name = ModuleDecouple
ejectionForce = 250
explosiveNodeID = top
}
MODULE
{
name = ModuleCommand
minimumCrew = 0

RESOURCE
{
name = ElectricCharge
rate = 0.02777778
}
}

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

MODEL
{
model=Squad/Parts/Utility/dockingPort/model
position = 0.0, 0.15, 0.0
scale = 1.0, 1.0, 1.0
rotation = 0, 0, 0
}

MODEL
{
model=Squad/Parts/Utility/decouplerStack2m/model
position = 0.0, 0.0, 0.0
scale = 1.0, 1.0, 1.0
rotation = 0, 0, 0
}

MODULE
{
name = ModuleDockingNode
referenceAttachNode = top
nodeType = size1
}

MODULE
{
name = ModuleReactionWheel

PitchTorque = 0.5
YawTorque = 0.5
RollTorque = 0.5

RESOURCE
{
name = ElectricCharge
rate = 0.015
}
}

MODULE
{
name = ModuleSAS

}
}

Link to comment
Share on other sites

You want to make your top node pointing upwards and the bottom node pointing downward, currently your bottom node is pointing upward, so nothing can attach to the bottom. You want to change the bottom node to this:

node_stack_bottom = 0.0, -0.3654699, 0.0, 0.0, -1.0, 0.0, 2

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