Difference between revisions of "Parts/Aero/circularIntake/intakeShockCone.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (*update to 1.0.4;)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
module = Part
 
module = Part
 
author = Porkjet
 
author = Porkjet
mesh = model.mu
 
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0
 
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0
Line 17: Line 16:
 
attachRules = 1,0,1,0,0
 
attachRules = 1,0,1,0,0
 
mass = 0.025
 
mass = 0.025
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 8
 
// heatConductivity = 0.06 // half default
 
// heatConductivity = 0.06 // half default
 
heatConvectiveConstant = 0.75 // air goes into jet, not bashes on intake.
 
heatConvectiveConstant = 0.75 // air goes into jet, not bashes on intake.
Line 26: Line 25:
 
angularDrag = 1.2
 
angularDrag = 1.2
 
crashTolerance = 7
 
crashTolerance = 7
maxTemp = 2000 // = 3400
+
maxTemp = 2400
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = size1
 
bulkheadProfiles = size1
  
 +
MODEL
 +
{
 +
model = Squad/Parts/Aero/circularIntake/ConeIntake
 +
}
 
DRAG_CUBE
 
DRAG_CUBE
 
{
 
{
Line 49: Line 52:
 
amount = 0.9
 
amount = 0.9
 
maxAmount = 0.9
 
maxAmount = 0.9
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = IntakeConeHeat
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:13, 27 June 2015

This is the configuration file for Shock Cone Intake.
PART
{
	name = shockConeIntake
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0
	TechRequired = hypersonicFlight
	entryCost = 21000
	cost = 3050
	category = Aero
	subcategory = 0
	title = Shock Cone Intake
	manufacturer = C7 Aerospace Division
	description = A shocking new intake from the C7 Aerospace Division that brought you much adored parts such as the Delta Wing and the Standard Nosecone!
	attachRules = 1,0,1,0,0
	mass = 0.025
	thermalMassModifier = 8
	// heatConductivity = 0.06 // half default
	heatConvectiveConstant = 0.75 // air goes into jet, not bashes on intake.
	emissiveConstant = 0.95
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.3
	angularDrag = 1.2
	crashTolerance = 7
	maxTemp = 2400
	fuelCrossFeed = True
	bulkheadProfiles = size1

	MODEL
	{
		model = Squad/Parts/Aero/circularIntake/ConeIntake
	}
	DRAG_CUBE
	{
		cube = Default, 0.7486105,0.6887614,0.7221569, 0.7486105,0.6887677,0.7221569, 1.213026,0.3,1.183155, 1.213026,1,0.100694, 0.7486105,0.6903304,0.7221569, 0.7486105,0.6871722,0.7221569, 0,-0.08307549,0, 1.25,1.083849,1.25
	}

	MODULE
	{
		name = ModuleResourceIntake
		resourceName = IntakeAir
		checkForOxygen = true
		area = 0.009
		intakeSpeed = 12
		intakeTransformName = Intake
	}
	RESOURCE
	{
		name = IntakeAir
		amount = 0.9
		maxAmount = 0.9
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = IntakeConeHeat
	}
}