Difference between revisions of "Parts/Command/externalCommandSeat/externalCommandSeat.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 0.24.2;) |
m (updated) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Part config|EAS-1 External Command Seat|2=PART | {{Part config|EAS-1 External Command Seat|2=PART | ||
{ | { | ||
− | name = seatExternalCmd | + | name = seatExternalCmd |
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.2, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0 | ||
− | |||
− | |||
TechRequired = fieldScience | TechRequired = fieldScience | ||
entryCost = 8100 | entryCost = 8100 | ||
− | |||
cost = 200 | cost = 200 | ||
category = Pods | category = Pods | ||
subcategory = 0 | subcategory = 0 | ||
− | title = EAS-1 External Command Seat | + | title = #autoLOC_500292 //#autoLOC_500292 = EAS-1 External Command Seat |
− | manufacturer = Kerlington Model Rockets and Paper Products Inc | + | manufacturer = #autoLOC_501630 //#autoLOC_501630 = Kerlington Model Rockets and Paper Products Inc |
− | description = The EAS-1 External Command Seat provides all the controls needed to fully operate a spacecraft, just like a command pod, but without such needless frivolities as "pressurized interiors", or "seat belts". It's bare-bones, pedal-to-the-metal efficiency at its finest. | + | description = #autoLOC_500293 //#autoLOC_500293 = The EAS-1 External Command Seat provides all the controls needed to fully operate a spacecraft, just like a command pod, but without such needless frivolities as "pressurized interiors", or "seat belts". It's bare-bones, pedal-to-the-metal efficiency at its finest. |
− | |||
attachRules = 0,1,0,1,0 | attachRules = 0,1,0,1,0 | ||
− | |||
mass = 0.05 | mass = 0.05 | ||
dragModelType = default | dragModelType = default | ||
Line 31: | Line 24: | ||
breakingForce = 20 | breakingForce = 20 | ||
breakingTorque = 20 | breakingTorque = 20 | ||
− | maxTemp = 2900 | + | maxTemp = 1200 // = 2900 |
− | |||
vesselType = Rover | vesselType = Rover | ||
− | + | CrewCapacity = 1 | |
+ | applyKerbalMassModification = false //This part never had a kerbal in the seat by default | ||
+ | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500294 //#autoLOC_500294 = chair control kerbal rover | ||
MODULE | MODULE | ||
{ | { | ||
name = KerbalSeat | name = KerbalSeat | ||
− | seatPivotName = seatPivot | + | seatPivotName = seatPivot |
− | ejectDirection = 0, 1, 0. | + | ejectDirection = 0.0, 0.1, 0.1 |
+ | ejectionForceMax = 100.0 | ||
+ | ejectionForcePercentage = 0.0 | ||
+ | ejectionForceDirection = 0.0, 1.0, 0.0 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 70 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:17, 9 October 2024
PART { name = seatExternalCmd module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0 TechRequired = fieldScience entryCost = 8100 cost = 200 category = Pods subcategory = 0 title = #autoLOC_500292 //#autoLOC_500292 = EAS-1 External Command Seat manufacturer = #autoLOC_501630 //#autoLOC_501630 = Kerlington Model Rockets and Paper Products Inc description = #autoLOC_500293 //#autoLOC_500293 = The EAS-1 External Command Seat provides all the controls needed to fully operate a spacecraft, just like a command pod, but without such needless frivolities as "pressurized interiors", or "seat belts". It's bare-bones, pedal-to-the-metal efficiency at its finest. attachRules = 0,1,0,1,0 mass = 0.05 dragModelType = default maximum_drag = 0.05 minimum_drag = 0.05 angularDrag = 1 crashTolerance = 6 breakingForce = 20 breakingTorque = 20 maxTemp = 1200 // = 2900 vesselType = Rover CrewCapacity = 1 applyKerbalMassModification = false //This part never had a kerbal in the seat by default bulkheadProfiles = srf tags = #autoLOC_500294 //#autoLOC_500294 = chair control kerbal rover MODULE { name = KerbalSeat seatPivotName = seatPivot ejectDirection = 0.0, 0.1, 0.1 ejectionForceMax = 100.0 ejectionForcePercentage = 0.0 ejectionForceDirection = 0.0, 1.0, 0.0 } MODULE { name = ModuleCargoPart packedVolume = 70 } }