Difference between revisions of "Parts/Science/Magnetometer/Magnetometer.cfg"
From Kerbal Space Program Wiki
< Parts
m (ArnePeirs moved page Parts/Science/Magnetometer/magnetometer.cfg to Parts/Science/Magnetometer/Magnetometer.cfg without leaving a redirect: Correct path) |
m (Update correct config) |
||
Line 1: | Line 1: | ||
{{Part config|Magnetometer Boom|2=PART | {{Part config|Magnetometer Boom|2=PART | ||
{ | { | ||
− | name = | + | name = Magnetometer |
module = Part | module = Part | ||
− | author = | + | author = Squad |
− | mesh = | + | mesh = Magnetometer.mu |
− | rescaleFactor = 1 | + | rescaleFactor = 1.0 |
− | + | node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1 | |
+ | node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | ||
TechRequired = electronics | TechRequired = electronics | ||
− | entryCost = | + | entryCost = 7500 |
− | cost = | + | cost = 2200 |
category = Science | category = Science | ||
subcategory = 0 | subcategory = 0 | ||
− | title = # | + | title = #autoLOC_6002495 //#autoLOC_6002495 = Magnetometer Boom |
− | manufacturer = # | + | manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group |
− | description = # | + | description = #autoLOC_6002496 //#autoLOC_6002496 = Magnetic fields are all around us. Kerbal scientists know that learning about the magnetic field of a celestial body can yield all sorts of interesting insights into what's going on inside it - but spacecraft also emit magnetic fields, especially when operating their electronics and electromechnical actuators. And for some reason, the other engineers don't just want to turn off the entire spacecraft or build it out of plastic. So, as a fall back position, Experimental Engineering group has stuck this sensitive magnetometer on an extensible boom. Warning: Warranty on the boom will be voided if you try to use it anyplace besides the vaccuum of space. |
− | attachRules = | + | attachRules = 1,1,0,0,1 |
− | mass = 0. | + | mass = 0.05 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 22: | Line 23: | ||
angularDrag = 1 | angularDrag = 1 | ||
crashTolerance = 8 | crashTolerance = 8 | ||
− | maxTemp = 1200 // = | + | maxTemp = 1200 // = 1200 |
− | + | bulkheadProfiles = size0 | |
− | bulkheadProfiles = | + | tags = #autoLOC_6002497 //#autoLOC_6002497 = experiment research magnet boom |
− | tags = # | + | |
MODULE | MODULE | ||
{ | { | ||
− | name = | + | name = ModuleDeployablePart |
− | + | extendActionName = #autoLOC_6002498 //#autoLOC_6002498 = Extend Boom | |
+ | retractActionName = #autoLOC_6002499 //#autoLOC_6002499 = Retract Boom | ||
+ | extendpanelsActionName = #autoLOC_6001807 //#autoLOC_6001807 = Toggle <<1>> | ||
+ | partType = //#autoLOC_6002495 = Magnetometer Boom | ||
+ | animationName = Deploy | ||
+ | allowAnimationWhileShielded = false | ||
+ | isTracking = false | ||
+ | trackingMode = NONE | ||
+ | alignType = X | ||
+ | breakName = COL | ||
} | } | ||
MODULE | MODULE | ||
{ | { | ||
name = ModuleScienceExperiment | name = ModuleScienceExperiment | ||
− | experimentID = | + | experimentID = magnetometer |
− | experimentActionName = # | + | experimentActionName = #autoLOC_6002500 //#autoLOC_6002500 = Run Magnetometer Report |
− | + | resetActionName = #autoLOC_502049 //#autoLOC_502049 = Discard Data | |
+ | reviewActionName = #autoLOC_502204 //#autoLOC_502204 = Review Data | ||
useStaging = False | useStaging = False | ||
useActionGroups = True | useActionGroups = True | ||
− | hideUIwhenUnavailable = False | + | hideUIwhenUnavailable = True |
− | xmitDataScalar = 0. | + | hideFxModuleUI = False |
+ | FxModules = 0 | ||
+ | xmitDataScalar = 0.6 | ||
dataIsCollectable = True | dataIsCollectable = True | ||
− | collectActionName = # | + | collectActionName = #autoLOC_6004056 //#autoLOC_6004056 = Download Data |
interactionRange = 1.5 | interactionRange = 1.5 | ||
rerunnable = True | rerunnable = True | ||
usageReqMaskInternal = 1 | usageReqMaskInternal = 1 | ||
usageReqMaskExternal = 8 | usageReqMaskExternal = 8 | ||
+ | availableShielded = false | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 30 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Revision as of 08:08, 15 October 2024
PART { name = Magnetometer module = Part author = Squad mesh = Magnetometer.mu rescaleFactor = 1.0 node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1 node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 TechRequired = electronics entryCost = 7500 cost = 2200 category = Science subcategory = 0 title = #autoLOC_6002495 //#autoLOC_6002495 = Magnetometer Boom manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group description = #autoLOC_6002496 //#autoLOC_6002496 = Magnetic fields are all around us. Kerbal scientists know that learning about the magnetic field of a celestial body can yield all sorts of interesting insights into what's going on inside it - but spacecraft also emit magnetic fields, especially when operating their electronics and electromechnical actuators. And for some reason, the other engineers don't just want to turn off the entire spacecraft or build it out of plastic. So, as a fall back position, Experimental Engineering group has stuck this sensitive magnetometer on an extensible boom. Warning: Warranty on the boom will be voided if you try to use it anyplace besides the vaccuum of space. attachRules = 1,1,0,0,1 mass = 0.05 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 1200 // = 1200 bulkheadProfiles = size0 tags = #autoLOC_6002497 //#autoLOC_6002497 = experiment research magnet boom MODULE { name = ModuleDeployablePart extendActionName = #autoLOC_6002498 //#autoLOC_6002498 = Extend Boom retractActionName = #autoLOC_6002499 //#autoLOC_6002499 = Retract Boom extendpanelsActionName = #autoLOC_6001807 //#autoLOC_6001807 = Toggle <<1>> partType = //#autoLOC_6002495 = Magnetometer Boom animationName = Deploy allowAnimationWhileShielded = false isTracking = false trackingMode = NONE alignType = X breakName = COL } MODULE { name = ModuleScienceExperiment experimentID = magnetometer experimentActionName = #autoLOC_6002500 //#autoLOC_6002500 = Run Magnetometer Report resetActionName = #autoLOC_502049 //#autoLOC_502049 = Discard Data reviewActionName = #autoLOC_502204 //#autoLOC_502204 = Review Data useStaging = False useActionGroups = True hideUIwhenUnavailable = True hideFxModuleUI = False FxModules = 0 xmitDataScalar = 0.6 dataIsCollectable = True collectActionName = #autoLOC_6004056 //#autoLOC_6004056 = Download Data interactionRange = 1.5 rerunnable = True usageReqMaskInternal = 1 usageReqMaskExternal = 8 availableShielded = false } MODULE { name = ModuleCargoPart packedVolume = 30 } }