Difference between revisions of "Parts/Command/probeStackLarge/probeStackLarge.cfg"
From Kerbal Space Program Wiki
< Parts
m (Update config) |
|||
Line 14: | Line 14: | ||
category = Pods | category = Pods | ||
subcategory = 0 | subcategory = 0 | ||
− | title = RC-L01 Remote Guidance Unit | + | title = #autoLOC_500352 //#autoLOC_500352 = RC-L01 Remote Guidance Unit |
− | manufacturer = STEADLER Engineering Corps | + | manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps |
− | description = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate. | + | description = #autoLOC_500353 //#autoLOC_500353 = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate. |
attachRules = 1,0,1,1,0 | attachRules = 1,0,1,1,0 | ||
mass = 0.5 | mass = 0.5 | ||
Line 28: | Line 28: | ||
vesselType = Probe | vesselType = Probe | ||
bulkheadProfiles = size2 | bulkheadProfiles = size2 | ||
− | tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque | + | tags = #autoLOC_500354 //#autoLOC_500354 = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque |
MODULE | MODULE | ||
Line 48: | Line 48: | ||
hasHibernation = True | hasHibernation = True | ||
hibernationMultiplier = 0.00125 | hibernationMultiplier = 0.00125 | ||
+ | defaultControlPointDisplayName = #autoLOC_6011003 //#autoLOC_6011003 = Default | ||
+ | CONTROLPOINT | ||
+ | { | ||
+ | name = reverse | ||
+ | displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed | ||
+ | orientation = 0,0,180 | ||
+ | } | ||
} | } | ||
RESOURCE | RESOURCE | ||
Line 80: | Line 87: | ||
DISPLAY_MODES | DISPLAY_MODES | ||
{ | { | ||
− | Mode = Biome | + | Mode = Biome,#autoLOC_438890 //#autoLOC_438890 = Biome |
− | Mode = Terrain | + | Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = Terrain |
} | } | ||
} | } | ||
Line 101: | Line 108: | ||
name = ModuleScienceContainer | name = ModuleScienceContainer | ||
− | reviewActionName = Review Stored Data | + | reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data |
− | storeActionName = Store Experiments | + | storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments |
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only | evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only | ||
− | storageRange = | + | storageRange = 2.3 |
canBeTransferredToInVessel = True | canBeTransferredToInVessel = True | ||
canTransferInVessel = True | canTransferInVessel = True | ||
+ | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = -1 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 21:16, 9 October 2024
PART { name = probeStackLarge module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 CrewCapacity = 0 node_stack_bottom = 0.0, -0.19, 0.0, 0.0, -1.0, 0.0, 2 node_stack_top = 0.0, 0.19, 0.0, 0.0, 1.0, 0.0, 2 TechRequired = largeUnmanned entryCost = 24800 cost = 3400 category = Pods subcategory = 0 title = #autoLOC_500352 //#autoLOC_500352 = RC-L01 Remote Guidance Unit manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps description = #autoLOC_500353 //#autoLOC_500353 = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate. attachRules = 1,0,1,1,0 mass = 0.5 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 9 maxTemp = 2000 // = 3400 explosionPotential = 0 vesselType = Probe bulkheadProfiles = size2 tags = #autoLOC_500354 //#autoLOC_500354 = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque MODULE { name = ModuleProbeControlPoint minimumCrew = 1 multiHop = True } MODULE { name = ModuleCommand minimumCrew = 0 RESOURCE { name = ElectricCharge rate = 0.08 } hasHibernation = True hibernationMultiplier = 0.00125 defaultControlPointDisplayName = #autoLOC_6011003 //#autoLOC_6011003 = Default CONTROLPOINT { name = reverse displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed orientation = 0,0,180 } } RESOURCE { name = ElectricCharge amount = 30 maxAmount = 30 } MODULE { name = ModuleReactionWheel PitchTorque = 1.5 YawTorque = 1.5 RollTorque = 1.5 RESOURCE { name = ElectricCharge rate = 0.15 } } MODULE { name = ModuleSAS SASServiceLevel = 3 } MODULE { name = ModuleKerbNetAccess MinimumFoV = 5 MaximumFoV = 90 AnomalyDetection = 0.3 DISPLAY_MODES { Mode = Biome,#autoLOC_438890 //#autoLOC_438890 = Biome Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = Terrain } } MODULE { name = ModuleDataTransmitter antennaType = INTERNAL packetInterval = 1.0 packetSize = 2 packetResourceCost = 12.0 requiredResource = ElectricCharge antennaPower = 5000 optimumRange = 2500 packetFloor = .1 packetCeiling = 5 } MODULE { name = ModuleScienceContainer reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only storageRange = 2.3 canBeTransferredToInVessel = True canTransferInVessel = True } MODULE { name = ModuleCargoPart packedVolume = -1 } }