Jump to content

What Am I Doing Wrong?


Caelib

Recommended Posts

I'm working on a simple part config change from a stock part, my overall goal is pretty simple: create a radial-attached liquid fuel tank.

I started with the stock part "radialRCSTank" and and created my own folder/Parts. I modified to my needs and it is partially working ... I cannot get it to cross-feed the fuel it contains ... what am I doing wrong?

bDQGup8.png

PART
{

name = radialFuelTank
module = Part
author = Caelib

mesh = model.mu
scale = 2

rescaleFactor = 2

node_attach = 0.0, 0.0, 0.22, 0.0, 0.0, -1.0

TechRequired = basicRocketry
entryCost = 500
cost = 250
category = Propulsion
subcategory = 0
title = Radial Fuel Tank

description = Radial-attached fuel tank.

attachRules = 0,1,0,0,1

mass = 0.0625
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 6
maxTemp = 2900
breakingForce = 50
breakingTorque = 50
fuelCrossFeed = True

RESOURCE
{
name = LiquidFuel
amount = 45
maxAmount = 45
}

RESOURCE
{
name = Oxidizer
amount = 55
maxAmount = 55
}

}

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