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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Utility/CircularIntake/circularIntake.cfg to Parts/Aero/circularIntake/circularIntake.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0.4;)
 
Line 4: Line 4:
 
module = Part
 
module = Part
 
author = C. Jenkins, Porkjet
 
author = C. Jenkins, Porkjet
mesh = model.mu
 
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_stack_bottom01 = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
 
node_stack_bottom01 = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
Line 15: Line 14:
 
manufacturer = C7 Aerospace Division
 
manufacturer = C7 Aerospace Division
 
description = A proper turbofan intake, not only provides oxygen to air breathing engines, it pulls in twice as much air than those puny air scoops from Vac-Co.
 
description = A proper turbofan intake, not only provides oxygen to air breathing engines, it pulls in twice as much air than those puny air scoops from Vac-Co.
attachRules = 1,0,1,1,0
+
attachRules = 1,0,1,0,0
 
stackSymmetry = 2
 
stackSymmetry = 2
 
mass = 0.01
 
mass = 0.01
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 8.0
 
// heatConductivity = 0.06 // half default
 
// heatConductivity = 0.06 // half default
 
emissiveConstant = 0.55
 
emissiveConstant = 0.55
Line 30: Line 29:
 
bulkheadProfiles = size1
 
bulkheadProfiles = size1
  
 +
MODEL
 +
{
 +
model = Squad/Parts/Aero/circularIntake/CircularIntake
 +
}
 
DRAG_CUBE
 
DRAG_CUBE
 
{
 
{
 
cube = Default, 0.7536889,0.6974452,0.7221569, 0.7536889,0.6974494,0.7221569, 1.213026,0.45,0.7008534, 1.213026,0.9357337,0.1625167, 0.7536888,0.6983959,0.7221569, 0.7536888,0.6964872,0.7221569, 0,0.269185,3.208935E-08, 1.25,0.6633701,1.25
 
cube = Default, 0.7536889,0.6974452,0.7221569, 0.7536889,0.6974494,0.7221569, 1.213026,0.45,0.7008534, 1.213026,0.9357337,0.1625167, 0.7536888,0.6983959,0.7221569, 0.7536888,0.6964872,0.7221569, 0,0.269185,3.208935E-08, 1.25,0.6633701,1.25
 
}
 
}
 
 
MODULE
 
MODULE
 
{
 
{
Line 49: Line 51:
 
amount = 0.85
 
amount = 0.85
 
maxAmount = 0.85
 
maxAmount = 0.85
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = IntakeCircularHeat
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:13, 27 June 2015

This is the configuration file for Circular Intake.
PART
{
	name = CircularIntake
	module = Part
	author = C. Jenkins, Porkjet
	rescaleFactor = 1
	node_stack_bottom01 = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
	TechRequired = aerodynamicSystems
	entryCost = 8800
	cost = 680
	category = Aero
	subcategory = 0
	title = Circular Intake
	manufacturer = C7 Aerospace Division
	description = A proper turbofan intake, not only provides oxygen to air breathing engines, it pulls in twice as much air than those puny air scoops from Vac-Co.
	attachRules = 1,0,1,0,0
	stackSymmetry = 2
	mass = 0.01
	thermalMassModifier = 8.0
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.55
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 7
	maxTemp = 1900 // = 3400
	fuelCrossFeed = True
	bulkheadProfiles = size1

	MODEL
	{
		model = Squad/Parts/Aero/circularIntake/CircularIntake
	}
	DRAG_CUBE
	{
		cube = Default, 0.7536889,0.6974452,0.7221569, 0.7536889,0.6974494,0.7221569, 1.213026,0.45,0.7008534, 1.213026,0.9357337,0.1625167, 0.7536888,0.6983959,0.7221569, 0.7536888,0.6964872,0.7221569, 0,0.269185,3.208935E-08, 1.25,0.6633701,1.25
	}
	MODULE
	{
		name = ModuleResourceIntake
		resourceName = IntakeAir
		checkForOxygen = true
		area = 0.0085
		intakeSpeed = 10
		intakeTransformName = Intake
	}
	RESOURCE
	{
		name = IntakeAir
		amount = 0.85
		maxAmount = 0.85
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = IntakeCircularHeat
	}
}