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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.4;)
m (Update config)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
 
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_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
node_attach = 0.0, -0.625, -0.75, 0.0, 0.0, 1.0, 1
+
node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1
TechRequired = supersonicFlight
+
TechRequired = aerodynamicSystems
 
entryCost = 6500
 
entryCost = 6500
cost = 1550
+
cost = 600
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
title = Engine Nacelle
+
title = #autoLOC_500727 //#autoLOC_500727 = Engine Nacelle
manufacturer = C7 Aerospace Division
+
manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
description = The Engine Nacelle is a self-contained solution for powering air-breathing engines. It improves airflow and cools the engine, 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.
+
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
 
attachRules = 1,1,1,1,0
 
mass = 0.15
 
mass = 0.15
Line 24: Line 24:
 
minimum_drag = 0.3
 
minimum_drag = 0.3
 
angularDrag = 1
 
angularDrag = 1
crashTolerance = 20
+
crashTolerance = 10
 
maxTemp = 2000 // = 2900
 
maxTemp = 2000 // = 2900
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = size1, srf
 
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
 
{
 
{
model = Squad/Parts/Aero/engineNacelle/Nacelle1
+
model = Squad/Parts/Structural/mk1Parts/Nacelle1
 
}
 
}
 
MODULE
 
MODULE
Line 38: Line 39:
 
checkForOxygen = true
 
checkForOxygen = true
 
area = 0.005
 
area = 0.005
intakeSpeed = 10
+
intakeSpeed = 40
 
intakeTransformName = Intake
 
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
 
RESOURCE
 
{
 
{
 
name = IntakeAir
 
name = IntakeAir
amount = 0.5
+
amount = 5
maxAmount = 0.5
+
maxAmount = 5
 
}
 
}
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = LiquidFuel
 
name = LiquidFuel
amount = 40
+
amount = 150
maxAmount = 40
+
maxAmount = 150
 
}
 
}
 
MODULE
 
MODULE
Line 57: Line 65:
 
name = ModuleAnimateHeat
 
name = ModuleAnimateHeat
 
ThermalAnim = Nacelle1Heat
 
ThermalAnim = Nacelle1Heat
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = -1
 
}
 
}
 
}
 
}
 
 
}}
 
}}

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