Difference between revisions of "Parts/Aero/engineNacelle/engineBodyRadial.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated for 0.23)
m (BobBot moved page Parts/radialEngineBody/part.cfg to Parts/Utility/radialEngineBody/part.cfg without leaving a redirect: Update to new directory system)
(No difference)

Revision as of 23:56, 5 August 2014

This is the configuration file for Radial Engine Body.
PART
{
// Kerbal Space Program - Part Config
// FL-T500 Fuel Tank
// 

// --- general parameters ---
name = radialEngineBody
module = Strut
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 0.1


// --- node definitions ---
node_stack_top = 0.0, 7.5, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -7.59, 0.0, 0.0, 1.0, 0.0
node_attach = 0.0, 0.0, 5.12, 0.0, 0.0, -1.0, 1


// --- editor parameters ---
TechRequired = supersonicFlight
entryCost = 6200
cost = 1650
category = Aero
subcategory = 0
title = Radial Engine Body
manufacturer = C7 Aerospace Division.
description = This engine body features radiator flaps and cowls to help cool air breathing, high performance engines. 

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

// --- standard part parameters ---
mass = 0.3
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 1
crashTolerance = 20
maxTemp = 2900
fuelCrossFeed = True

}