Difference between revisions of "Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated for 0.23)
m (*update to 1.0.4;)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|XM-G50 Radial Air Intake|2=PART
 
{{Part config|XM-G50 Radial Air Intake|2=PART
 
{
 
{
 
+
name = airScoop
name = airScoop
+
module = Part
module = Part
+
author = NovaSilisko
author = NovaSilisko
+
mesh = model.mu
 
+
rescaleFactor = 1
mesh = model.mu
+
node_attach = 0.0, 0.3370661, 0.0, 0.0, 1.0, 0.0
rescaleFactor = 1
+
TechRequired = aviation
 
+
entryCost = 4500
node_attach = 0.0, 0.3370661, 0.0, 0.0, 1.0, 0.0
+
cost = 1000
 
+
category = Aero
TechRequired = aerodynamicSystems
+
subcategory = 0
entryCost = 4500
+
title = XM-G50 Radial Air Intake
cost = 1000
+
manufacturer = Vac-Co Advanced Suction Systems
category = Aero
+
description = A must-have for air breathing engines, this intake duct will pull in outside air to run turbine engines on, as long as there is any outside air to begin with, of course. Warranty does not cover engine flame-outs or any objects, inanimate or otherwise, sucked in by the intake.
subcategory = 0
+
attachRules = 0,1,0,0,0
title = XM-G50 Radial Air Intake
+
mass = 0.01
manufacturer = Vac-Co Advanced Suction Systems
+
thermalMassModifier = 6.0
description = A must-have for air breathing engines, this intake duct will pull in outside air to run turbine engines on, as long as there is any outside air to begin with, of course. Warranty does not cover engine flame-outs or any objects, inanimate or otherwise, sucked in by the intake.
+
// heatConductivity = 0.06 // half default
attachRules = 0,1,0,0,0
+
dragModelType = default
 
+
maximum_drag = 0.2
// --- standard part parameters ---
+
minimum_drag = 0.2
mass = 0.01
+
angularDrag = 1
dragModelType = default
+
crashTolerance = 80
maximum_drag = 0.2
+
breakingForce = 200
minimum_drag = 0.2
+
breakingTorque = 200
angularDrag = 1
+
maxTemp = 2000
crashTolerance = 80
+
bulkheadProfiles = srf
breakingForce = 200
+
MODULE
breakingTorque = 200
+
{
maxTemp = 5000
+
name = ModuleResourceIntake
 
+
resourceName = IntakeAir
MODULE
+
checkForOxygen = true
{
+
area = 0.006
  name = ModuleResourceIntake
+
intakeSpeed = 10
  resourceName = IntakeAir
+
intakeTransformName = Intake
  checkForOxygen = true
+
}
  area = 0.004
+
RESOURCE
  intakeSpeed = 10
+
{
  intakeTransformName = Intake
+
name = IntakeAir
}
+
amount = 0.6
 
+
maxAmount = 0.6
RESOURCE
+
}
{
 
name = IntakeAir
 
amount = 0.5
 
maxAmount = 1.0
 
 
}
 
}
  
}
 
 
}}
 
}}

Latest revision as of 12:09, 27 June 2015

This is the configuration file for XM-G50 Radial Air Intake.
PART
{
	name = airScoop
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.3370661, 0.0, 0.0, 1.0, 0.0
	TechRequired = aviation
	entryCost = 4500
	cost = 1000
	category = Aero
	subcategory = 0
	title = XM-G50 Radial Air Intake
	manufacturer = Vac-Co Advanced Suction Systems
	description = A must-have for air breathing engines, this intake duct will pull in outside air to run turbine engines on, as long as there is any outside air to begin with, of course. Warranty does not cover engine flame-outs or any objects, inanimate or otherwise, sucked in by the intake.
	attachRules = 0,1,0,0,0
	mass = 0.01
	thermalMassModifier = 6.0
	// heatConductivity = 0.06 // half default
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 80
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleResourceIntake
		resourceName = IntakeAir
		checkForOxygen = true
		area = 0.006
		intakeSpeed = 10
		intakeTransformName = Intake
	}
	RESOURCE
	{
		name = IntakeAir
		amount = 0.6
		maxAmount = 0.6
	}
}