Difference between revisions of "Parts/Structural/mk1Parts/engineNacelle.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (Update config)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Engine Nacelle|2=PART
// Kerbal Space Program - Part Config
 
// FL-T500 Fuel Tank
 
//
 
 
 
// --- general parameters ---
 
name = nacelleBody
 
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 ---
 
cost = 550
 
category = Aero
 
subcategory = 0
 
title = Engine Nacelle
 
manufacturer = C7 Aerospace Division.
 
description = This engine body features ram air intakes for increased fuel flow to connected engine exhaust systems.
 
 
 
// 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
 
 
 
MODULE
 
 
{
 
{
  name = ModuleResourceIntake
+
name = nacelleBody
  resourceName = IntakeAir
+
module = Part
  checkForOxygen = true
+
author = C. Jenkins, Porkjet
  area = 0.002
+
rescaleFactor = 1
  intakeSpeed = 10
+
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
  intakeTransformName = Intake
+
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
 +
node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1
 +
TechRequired = aerodynamicSystems
 +
entryCost = 6500
 +
cost = 600
 +
category = Aero
 +
subcategory = 0
 +
title = #autoLOC_500727 //#autoLOC_500727 = Engine Nacelle
 +
manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
 +
description = #autoLOC_500728 //#autoLOC_500728 = The Engine Nacelle is a self-contained solution for powering air-breathing engines. It includes some reserve fuel, making it a very practical option. C7 Engineers assure us that these units are quite safe, and that the dents and burn marks will give yours a more unique look. Optimized for subsonic flight; includes very powerful static suction.
 +
attachRules = 1,1,1,1,0
 +
mass = 0.15
 +
dragModelType = default
 +
thermalMassModifier = 1
 +
emissiveConstant = 0.6
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 1
 +
crashTolerance = 10
 +
maxTemp = 2000 // = 2900
 +
fuelCrossFeed = True
 +
bulkheadProfiles = size1, srf
 +
tags = #autoLOC_500729 //#autoLOC_500729 = aero (air aircraft breathe cone fligh fuel inlet intake jet oxygen plane sonic sub subsonic suck tank
 +
MODEL
 +
{
 +
model = Squad/Parts/Structural/mk1Parts/Nacelle1
 +
}
 +
MODULE
 +
{
 +
name = ModuleResourceIntake
 +
resourceName = IntakeAir
 +
checkForOxygen = true
 +
area = 0.005
 +
intakeSpeed = 40
 +
intakeTransformName = Intake
 +
machCurve
 +
{
 +
key = 1 1 0 0
 +
key = 1.5 0.9 -0.4312553 -0.4312553
 +
key = 2.5 0.45 -0.5275364 -0.5275364
 +
key = 3.5 0.1 0 0
 +
}
 +
}
 +
RESOURCE
 +
{
 +
name = IntakeAir
 +
amount = 5
 +
maxAmount = 5
 +
}
 +
RESOURCE
 +
{
 +
name = LiquidFuel
 +
amount = 150
 +
maxAmount = 150
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = Nacelle1Heat
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = -1
 +
}
 
}
 
}
 
+
}}
RESOURCE
 
{
 
name = IntakeAir
 
amount = 0.2
 
maxAmount = 0.2
 
}
 
</pre>
 

Latest revision as of 10:52, 13 October 2024

This is the configuration file for Engine Nacelle.
PART
{
	name = nacelleBody
	module = Part
	author = C. Jenkins, Porkjet
	rescaleFactor = 1
	node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
	node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1
	TechRequired = aerodynamicSystems
	entryCost = 6500
	cost = 600
	category = Aero
	subcategory = 0
	title = #autoLOC_500727 //#autoLOC_500727 = Engine Nacelle
	manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
	description = #autoLOC_500728 //#autoLOC_500728 = The Engine Nacelle is a self-contained solution for powering air-breathing engines. It includes some reserve fuel, making it a very practical option. C7 Engineers assure us that these units are quite safe, and that the dents and burn marks will give yours a more unique look. Optimized for subsonic flight; includes very powerful static suction.
	attachRules = 1,1,1,1,0
	mass = 0.15
	dragModelType = default
	thermalMassModifier = 1
	emissiveConstant = 0.6
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 10
	maxTemp = 2000 // = 2900
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	tags = #autoLOC_500729 //#autoLOC_500729 = aero (air aircraft breathe cone fligh fuel inlet intake jet oxygen plane sonic sub subsonic suck tank
	MODEL
	{
		model = Squad/Parts/Structural/mk1Parts/Nacelle1
	}
	MODULE
	{
		name = ModuleResourceIntake
		resourceName = IntakeAir
		checkForOxygen = true
		area = 0.005
		intakeSpeed = 40
		intakeTransformName = Intake
		machCurve
		{
			key = 1 1 0 0
			key = 1.5 0.9 -0.4312553 -0.4312553
			key = 2.5 0.45 -0.5275364 -0.5275364
			key = 3.5 0.1 0 0
		}
	}
	RESOURCE
	{
		name = IntakeAir
		amount = 5
		maxAmount = 5
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 150
		maxAmount = 150
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = Nacelle1Heat
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}
}