Difference between revisions of "Parts/Science/sensorBarometer/sensorBarometer.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = sensorBarometer module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 cost = 200 category = Science ...")
 
m (Update part config)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|PresMat Barometer|2=PART
name = sensorBarometer
 
module = Part
 
author = NovaSilisko
 
 
 
mesh = model.mu
 
rescaleFactor = 1
 
 
 
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
 
 
 
cost = 200
 
category = Science
 
subcategory = 0
 
title = PresMat Barometer
 
manufacturer = Probodobodyne Inc.
 
description = A device for measuring the local atmospheric pressure.
 
attachRules = 0,1,0,0,1
 
 
 
// --- standard part parameters ---
 
mass = 0.005
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 8
 
maxTemp = 3200
 
 
 
MODULE
 
 
{
 
{
name = ModuleEnviroSensor
+
name = sensorBarometer
sensorType = PRES
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
 +
TechRequired = survivability
 +
entryCost = 2200
 +
cost = 880
 +
category = Science
 +
subcategory = 0
 +
title = PresMat Barometer
 +
manufacturer = Probodobodyne Inc
 +
description = A device for measuring the local atmospheric pressure. Warranty void if exposed to air.
 +
attachRules = 0,1,0,0,1
 +
mass = 0.005
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 8
 +
maxTemp = 1200 // = 3200
 +
PhysicsSignificance = 1
 +
bulkheadProfiles = srf
 +
tags = atmospher experiment pressure research rerun re-run reus re-us redo re-do reset re-set science sensor
 +
MODULE
 +
{
 +
name = ModuleEnviroSensor
 +
sensorType = PRES
 +
}
 +
MODULE
 +
{
 +
name = ModuleScienceExperiment
 +
experimentID = barometerScan
 +
experimentActionName = Log Pressure Data
 +
resetActionName = Delete Data
 +
useStaging = False
 +
useActionGroups = True
 +
hideUIwhenUnavailable = False
 +
xmitDataScalar = 0.5
 +
dataIsCollectable = True
 +
collectActionName = Take Data
 +
interactionRange = 1.5
 +
rerunnable = True
 +
usageReqMaskInternal = 1
 +
usageReqMaskExternal = 8
 +
}
 
}
 
}
</pre>
+
 
 +
}}

Latest revision as of 19:51, 18 October 2016

This is the configuration file for PresMat Barometer.
PART
{
	name = sensorBarometer
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
	TechRequired = survivability
	entryCost = 2200
	cost = 880
	category = Science
	subcategory = 0
	title = PresMat Barometer
	manufacturer = Probodobodyne Inc
	description = A device for measuring the local atmospheric pressure. Warranty void if exposed to air.
	attachRules = 0,1,0,0,1
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 1200 // = 3200
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = atmospher experiment pressure research rerun re-run reus re-us redo re-do reset re-set science sensor
	MODULE
	{
		name = ModuleEnviroSensor
		sensorType = PRES
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = barometerScan
		experimentActionName = Log Pressure Data
		resetActionName = Delete Data
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = False
		xmitDataScalar = 0.5
		dataIsCollectable = True
		collectActionName = Take Data
		interactionRange = 1.5
		rerunnable = True
		usageReqMaskInternal = 1
		usageReqMaskExternal = 8
	}
}