Difference between revisions of "Parts/Aero/cones/avionicsNoseCone.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24.2)
m (*update to 1.0.4;)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Part config|Sensor Array Computing Nose Cone|2=PART
+
{{Part config|CH-J3 Fly-By-Wire Avionics Hub|2=PART
 
{
 
{
///Kerbal Space Program Asset Configuration File
+
name = avionicsNoseCone
//Nosecone ASAS
+
module = Part
//
+
author = C. Jenkins, Porkjet
 
+
rescaleFactor = 1
//General Parameters
+
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0, 0
name = avionicsNoseCone
+
TechRequired = specializedControl
module = Part
+
entryCost = 10500
author = C. Jenkins
+
cost = 5200
 
+
category = Control
// --- asset parameters ---
+
subcategory = 0
mesh = model.mu
+
title = CH-J3 Fly-By-Wire Avionics Hub
scale = 1
+
manufacturer = C7 Aerospace Division
 
+
description = Have you ever wanted to impress your peers by showing off your elite flying skills, but lacked the skills to become a trained pilot? C7 Aerospace's Fly-By-Wire Avionics Hub is the solution! This module allows even the most minimally trained crew to fly like an Ace! WARNING: This module cannot operate autonomously. Warranty void if attempting to do so. WARNING: Module contains no internal gyroscopes or control systems (control actuators sold separately). WARNING: Warranty void without proper use of C7 Aerospace Brand Sickness Bags (sold separately, currently out of stock).
// --- node definitions ---
+
attachRules = 1,0,1,1,0
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
mass = 0.08
node_stack_bottom = 0, -0.1, 0, 0.0, 1.0, 0.0
+
dragModelType = default
 
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// --- FX definitions ---
+
angularDrag = 2
 
+
crashTolerance = 9
 
+
maxTemp = 2400
// --- editor parameters ---
+
thermalMassModifier = 6.0
TechRequired = advScienceTech
+
emissiveConstant = 0.95
entryCost = 10500
+
bulkheadProfiles = size0
cost = 2300
+
MODEL
category = Science
+
{
subcategory = 0
+
model = Squad/Parts/Aero/cones/AvioCone
title = Sensor Array Computing Nose Cone
+
}
manufacturer = C7 Aerospace Division
+
MODULE
description = The latest in research and development enabled the development of this little marvel, The Sensor Array Computing Nose Cone. It is outfitted with many "quality" sensors and a computer salvaged from the highest quality aircraft scrap, enabling it to collect atmospheric data while in flight.  
+
{
 
+
name = ModuleSAS
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
SASServiceLevel = 3
attachRules = 1,0,1,1,0
+
standalone = True
 
+
RESOURCE
// --- standard part parameters ---
+
{
mass = 0.08
+
name = ElectricCharge
dragModelType = default
+
rate = 0.03
maximum_drag = 0.2
+
}
minimum_drag = 0.2
+
}
angularDrag = 2
+
MODULE
crashTolerance = 9
+
{
maxTemp = 3400
+
name = ModuleAnimateHeat
 
+
ThermalAnim = Cone_Heat
MODULE
+
}
{
 
name = ModuleScienceExperiment
 
 
experimentID = atmosphereAnalysis
 
 
experimentActionName = Run Atmosphere Analysis
 
resetActionName = Discard Data
 
reviewActionName = Review Data
 
 
useStaging = False
 
useActionGroups = True
 
hideUIwhenUnavailable = True
 
rerunnable = True
 
 
xmitDataScalar = 0.35
 
 
dataIsCollectable = True
 
collectActionName = Download Data
 
interactionRange = 1.2
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:13, 27 June 2015

This is the configuration file for CH-J3 Fly-By-Wire Avionics Hub.
PART
{
	name = avionicsNoseCone
	module = Part
	author = C. Jenkins, Porkjet
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = specializedControl
	entryCost = 10500
	cost = 5200
	category = Control
	subcategory = 0
	title = CH-J3 Fly-By-Wire Avionics Hub
	manufacturer = C7 Aerospace Division
	description = Have you ever wanted to impress your peers by showing off your elite flying skills, but lacked the skills to become a trained pilot? C7 Aerospace's Fly-By-Wire Avionics Hub is the solution! This module allows even the most minimally trained crew to fly like an Ace! WARNING: This module cannot operate autonomously. Warranty void if attempting to do so. WARNING: Module contains no internal gyroscopes or control systems (control actuators sold separately). WARNING: Warranty void without proper use of C7 Aerospace Brand Sickness Bags (sold separately, currently out of stock).
	attachRules = 1,0,1,1,0
	mass = 0.08
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	maxTemp = 2400
	thermalMassModifier = 6.0
	emissiveConstant = 0.95
	bulkheadProfiles = size0
	MODEL
	{
		model = Squad/Parts/Aero/cones/AvioCone
	}
	MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 3
		standalone = True
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.03
		}
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = Cone_Heat
	}
}