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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/SPP/ShockConeIntake/part.cfg to Parts/Aero/intakeShockCone/intakeShockCone.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Shock Cone Intake|2=PART
 
{{Part config|Shock Cone Intake|2=PART
 
{
 
{
// this is a sample config file, for determining a good file format for defining part parameters
+
name = shockConeIntake
// comment line - ignored by cfg parser
+
module = Part
// empty lines, or lines without a '=' sign are also ignored
+
author = Porkjet
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
+
mesh = model.mu
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
+
rescaleFactor = 1
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
+
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
+
TechRequired = hypersonicFlight
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
entryCost = 21000
// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
+
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 = 4.0 // the dang things are light, so 3200 kJ/tonne-K
 +
// heatConductivity = 0.06 // half default
 +
emissiveConstant = 0.95
 +
dragModelType = default
 +
maximum_drag = 0.3
 +
minimum_drag = 0.3
 +
angularDrag = 1.2
 +
crashTolerance = 7
 +
maxTemp = 2000 // = 3400
 +
fuelCrossFeed = True
 +
bulkheadProfiles = size1
  
 +
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
 +
}
  
// --- general parameters ---
+
MODULE
name = shockConeIntake
+
{
module = Part
+
name = ModuleResourceIntake
author = Porkjet
+
resourceName = IntakeAir
 
+
checkForOxygen = true
// --- asset parameters ---
+
area = 0.009
mesh = model.mu
+
intakeSpeed = 12
rescaleFactor = 1
+
intakeTransformName = Intake
 
+
}
// --- node definitions ---
+
RESOURCE
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
{
 
+
name = IntakeAir
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, 1.0, 0.0
+
amount = 0.9
 
+
maxAmount = 0.9
 
+
}
// --- FX definitions ---
 
 
 
 
 
// --- editor parameters ---
 
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!
 
 
 
 
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,0,1,0,0
 
 
 
 
 
// --- standard part parameters ---
 
mass = 0.025
 
dragModelType = default
 
maximum_drag = 0.3
 
minimum_drag = 0.3
 
angularDrag = 1.2
 
crashTolerance = 10
 
maxTemp = 3400
 
fuelCrossFeed = True
 
 
 
 
 
// ----- DO NOT EDIT BELOW THIS POINT ------
 
 
 
MODULE
 
{
 
  name = ModuleResourceIntake
 
  resourceName = IntakeAir
 
  checkForOxygen = true
 
  area = 0.012
 
  intakeSpeed = 12
 
  intakeTransformName = Intake
 
}
 
 
 
RESOURCE
 
{
 
name = IntakeAir
 
amount = 0.4
 
maxAmount = 0.8
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 13:28, 29 April 2015

This is the configuration file for Shock Cone Intake.
PART
{
	name = shockConeIntake
	module = Part
	author = Porkjet
	mesh = model.mu
	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 = 4.0 // the dang things are light, so 3200 kJ/tonne-K
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.95
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.3
	angularDrag = 1.2
	crashTolerance = 7
	maxTemp = 2000 // = 3400
	fuelCrossFeed = True
	bulkheadProfiles = size1

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