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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/avionicsNoseCone/part.cfg to Parts/Command/avionicsNoseCone/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 0.24.2)
Line 29: Line 29:
 
subcategory = 0
 
subcategory = 0
 
title = Sensor Array Computing Nose Cone
 
title = Sensor Array Computing Nose Cone
manufacturer = C7 Aerospace
+
manufacturer = C7 Aerospace Division
 
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.  
 
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.  
  
Line 67: Line 67:
  
 
}
 
}
 +
 
}}
 
}}

Revision as of 18:07, 11 August 2014

This is the configuration file for Sensor Array Computing Nose Cone.
PART
{
///Kerbal Space Program Asset Configuration File
//Nosecone ASAS
//

//General Parameters
name = avionicsNoseCone
module = Part
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_stack_bottom = 0, -0.1, 0, 0.0, 1.0, 0.0


// --- FX definitions ---


// --- editor parameters ---
TechRequired = advScienceTech
entryCost = 10500
cost = 2300
category = Science
subcategory = 0
title = Sensor Array Computing Nose Cone
manufacturer = C7 Aerospace Division
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. 

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.08
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 9
maxTemp = 3400

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
}

}