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

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

Latest revision as of 08:05, 15 October 2024

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 = #autoLOC_500700 //#autoLOC_500700 = PresMat Barometer
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500701 //#autoLOC_500701 = 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 = #autoLOC_500702 //#autoLOC_500702 = 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 = #autoLOC_502065 //#autoLOC_502065 = Log Pressure Data
		resetActionName = #autoLOC_502064 //#autoLOC_502064 = Delete Data
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = False
		xmitDataScalar = 0.5
		dataIsCollectable = True
		collectActionName = #autoLOC_238018 //#autoLOC_238018 = Take Data
		interactionRange = 1.5
		rerunnable = True
		usageReqMaskInternal = 1
		usageReqMaskExternal = 8
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 4
	}
}