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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated for 0.22)
(Fix EOL marks)
Line 1: Line 1:
 
<pre>
 
<pre>
PART{///Kerbal Space Program Asset Configuration File//Nosecone ASAS////General Parametersname = avionicsNoseConemodule = Partauthor = C. Jenkins// --- asset parameters ---mesh = model.muscale = 1// --- node definitions ---// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Znode_stack_bottom = 0, -0.1, 0, 0.0, 1.0, 0.0// --- FX definitions ---// --- editor parameters ---TechRequired = advScienceTechentryCost = 10500cost = 2300category = Sciencesubcategory = 0title = Sensor Array Computing Nose Conemanufacturer = C7 Aerospacedescription = The latest in research and developement 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, allowCollisionattachRules = 1,0,1,1,0// --- standard part parameters ---mass = 0.08dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.2angularDrag = 2crashTolerance = 9maxTemp = 3400MODULE{ name = ModuleScienceExperiment experimentID = atmosphereAnalysis experimentActionName = Run Atmosphere Analysis resetActionName = Discard Data reviewActionName = Review Data useStaging = False useActionGroups = True hideUIwhenUnavailable = True rerunnable = True xmitDataScalar = 0.9}}
+
PART
 +
{///Kerbal Space Program Asset Configuration File//Nosecone ASAS//
 +
//General Parametersname = avionicsNoseConemodule = Partauthor = C. Jenkins
 +
// --- asset parameters ---mesh = model.muscale = 1
 +
// --- node definitions ---// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Znode_stack_bottom = 0, -0.1, 0, 0.0, 1.0, 0.0
  
</pre>
+
// --- FX definitions ---
 +
 
 +
// --- editor parameters ---TechRequired = advScienceTechentryCost = 10500cost = 2300category = Sciencesubcategory = 0title = Sensor Array Computing Nose Conemanufacturer = C7 Aerospacedescription = The latest in research and developement 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, allowCollisionattachRules = 1,0,1,1,0
 +
// --- standard part parameters ---mass = 0.08dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.2angularDrag = 2crashTolerance = 9maxTemp = 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.9}
 +
}</pre>

Revision as of 17:26, 20 October 2013

PART
{///Kerbal Space Program Asset Configuration File//Nosecone ASAS//
//General Parametersname = avionicsNoseConemodule = Partauthor = C. Jenkins
// --- asset parameters ---mesh = model.muscale = 1
// --- node definitions ---// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Znode_stack_bottom = 0, -0.1, 0, 0.0, 1.0, 0.0

// --- FX definitions ---

// --- editor parameters ---TechRequired = advScienceTechentryCost = 10500cost = 2300category = Sciencesubcategory = 0title = Sensor Array Computing Nose Conemanufacturer = C7 Aerospacedescription = The latest in research and developement 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, allowCollisionattachRules = 1,0,1,1,0
// --- standard part parameters ---mass = 0.08dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.2angularDrag = 2crashTolerance = 9maxTemp = 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.9}
}