Jump to content

bottom node not working?


Recommended Posts

i was making a new part and i went to test it out and every thing worked... but my bottom attach node?

heres the part cfg. also please suggest other changes.

 

PART
{
name = uraniumGenerator
module = Part
author = Kerbal_King
model = model.mu
rescaleFactor = 1.30
node_stack_top =  0.0, 1.5, 0.0, 0.0, 0.0, 0.0, 2
node_stack_bottom =  0.0, -1.5, 0.0, 0.0, 0.0, 0.0, 2
TechRequired = nuclearPropulsion
entryCost = 0
cost = 70000
category = Utility
subcategory = 0
title = Uranium Generator
manufacturer = KerbalKingsInc.
description = a useful generator used for powering things that need a LOT LOT LOT of charge (needs Uranium)
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 20
dragModelType = default
maximum_drag = 0.4
minimum_drag = 0.4
angularDrag = 2
crashTolerance = 4
maxTemp = 2000 // = 3000


    MODULE
    {
         name = ModuleResourceConverter
         ConverterName = Fuel Cell
         StartActionName = UraniumGen
         StopActionName = Stop UraniumGen
         FillAmount = 1
        AutoShutdown = false
        GeneratesHeat = false
        UseSpecialistBonus = false
 
         
         INPUT_RESOURCE
         {
            ResourceName = Uranium
            Ratio = 0.09
            FlowMode = STAGE_PRIORITY_FLOW
         }
         OUTPUT_RESOURCE
         {
            ResourceName = ElectricCharge
            Ratio = 250
            DumpExcess = false
         }
    }


    
    RESOURCE
    {
        name = ElectricCharge
        amount = 0
        maxAmount = 600
    }
}

 


 

 

Link to comment
Share on other sites

On the nodes the first three numbers are the X, Y, Z position of the node. The second three are the direction X, Y and Z. I don't remember if it's Y or Z but I would expect one of them to be a -1.

Ex: node_stack_bottom =  0.0, -1.5, 0.0, 0.0, -1.0, 0.0, 2

would have the bottom node face in the -Y direction

Actually I'm suprized the top node is working without a direction.

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