mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge branch 'MH-Pods' into develop
This commit is contained in:
@ -0,0 +1,253 @@
|
||||
// ReStock+ 1.2.0
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-pod-sphere-1
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-1
|
||||
position = 0.0, 0.2, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.025, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 1 //0.875 without model offset
|
||||
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 1000
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-pod-sphere-1_title // SP-1 'Clementine' Reentry Module
|
||||
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-pod-sphere-1_description
|
||||
// When faced with the challenge of keeping the heat shield facing forward during reentry, one engineer suggested making the whole thing a heat shield, and this spherical command module was born.
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 1
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.15
|
||||
angularDrag = 2
|
||||
CoMOffset = 0.0, -0.2, 0.0
|
||||
CoPOffset = 0.0, 0.2, 0.0
|
||||
crashTolerance = 12
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Ship
|
||||
stagingIcon = DECOUPLER_VERT
|
||||
stageOffset = 1
|
||||
childStageOffset = 1
|
||||
bulkheadProfiles = size1
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
tags = #LOC_RestockPlus_restock-pod-sphere-1_tags
|
||||
// 1 capsule control ?eva fly ?iva pilot rocket space history historical pod vostok restock hamster ball
|
||||
|
||||
INTERNAL
|
||||
{
|
||||
name = restock-pod-sphere-1-IVA
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 1
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 50
|
||||
maxAmount = 50
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Green
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-pod_bare // Bare
|
||||
themeName = White
|
||||
primaryColor = #999999
|
||||
secondaryColor = #aaaaaa
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Fabric = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Green
|
||||
displayName = #LOC_Restock_variant-pod_fabric_green // Green Padding
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #aaaaaa
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Fabric = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
|
||||
sound_vent_large = decouple
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnchoredDecoupler
|
||||
anchorName = Vostok_Decoupler
|
||||
ejectionForce = 10
|
||||
explosiveNodeID = bottom
|
||||
partDecoupled = false
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 0.15
|
||||
YawTorque = 0.15
|
||||
RollTorque = 0.15
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.015
|
||||
}
|
||||
}
|
||||
|
||||
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
|
||||
storageRange = 1.8
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAblator
|
||||
ablativeResource = Ablator
|
||||
lossExp = -7500
|
||||
lossConst = 0.1
|
||||
pyrolysisLossFactor = 6000
|
||||
reentryConductivity = 0.01
|
||||
ablationTempThresh = 500
|
||||
|
||||
useChar = True
|
||||
charModuleName = shieldChar
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
moduleID = shieldChar
|
||||
shaderProperty = _BurnColor
|
||||
useRate = False
|
||||
toggleInEditor = False
|
||||
toggleInFlight = False
|
||||
|
||||
redCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 0.8
|
||||
}
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Ablator
|
||||
amount = 20
|
||||
maxAmount = 20
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
shaderProperty = _EmissiveColor
|
||||
animRate = 0.8
|
||||
animState = false
|
||||
useRate = true
|
||||
toggleInEditor = true
|
||||
toggleInFlight = true
|
||||
toggleInFlight = true
|
||||
unfocusedRange = 5
|
||||
toggleName = #autoLOC_6001405 //#autoLOC_6001405 = Toggle Lights
|
||||
eventOnName = #autoLOC_6001409 //##autoLOC_6001409 = Lights On
|
||||
eventOffName = #autoLOC_6001408 //#autoLOC_6001408 = Lights Off
|
||||
toggleAction = True
|
||||
defaultActionGroup = Light
|
||||
redCurve
|
||||
{
|
||||
key = 0 0 0 3
|
||||
key = 1 1 0 0
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0 0 1
|
||||
key = 1 1 1 0
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0 0 0
|
||||
key = 1 0.7 1.5 0
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 1
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConductionMultiplier
|
||||
modifiedConductionFactor = 0.003
|
||||
convectionFluxThreshold = 3000
|
||||
}
|
||||
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default,2.543,1.0245,1.065,2.543,1.03905,0.977,2.449,0.9777,1.093,2.449,1.0857,1.246,2.634,1.04415,1.051,2.631,1.0437,0.9639, 0.04938,0.25,0.03567, 1.842,1.85,1.815
|
||||
}
|
||||
}
|
@ -0,0 +1,240 @@
|
||||
// ReStock+ 1.2.0
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-pod-sphere-2
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-2
|
||||
position = 0.0, 0.2, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 2
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.025, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 1 //0.875 without model offset
|
||||
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 1500
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-pod-sphere-2_title // SP-2 'Tangerine' Reentry Module
|
||||
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-pod-sphere-2_description
|
||||
// We removed some "unnecessary" equipment from the SP-1 Reentry Module to make room for a second seat. This decision had made the design department very unpopular with the astronauts.
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 1.5
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.15
|
||||
angularDrag = 2
|
||||
CoMOffset = 0.0, -0.2, 0.0
|
||||
CoPOffset = 0.0, 0.2, 0.0
|
||||
crashTolerance = 12
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Ship
|
||||
stagingIcon = DECOUPLER_VERT
|
||||
stageOffset = 1
|
||||
childStageOffset = 1
|
||||
bulkheadProfiles = size1
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
tags = #LOC_RestockPlus_restock-pod-sphere-2_tags
|
||||
// 2 capsule control ?eva fly ?iva pilot rocket space history historical pod voskhod restock
|
||||
|
||||
INTERNAL
|
||||
{
|
||||
name = restock-pod-sphere-2-IVA
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 1
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 50
|
||||
maxAmount = 50
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Beige
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-pod_bare // Bare
|
||||
themeName = White
|
||||
primaryColor = #999999
|
||||
secondaryColor = #aaaaaa
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Fabric = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Beige
|
||||
displayName = #LOC_Restock_variant-pod_fabric_beige // Beige Padding
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #8c7656
|
||||
secondaryColor = #aaaaaa
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Fabric = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
|
||||
sound_vent_large = decouple
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnchoredDecoupler
|
||||
anchorName = Vostok_Decoupler
|
||||
ejectionForce = 10
|
||||
explosiveNodeID = bottom
|
||||
partDecoupled = false
|
||||
}
|
||||
|
||||
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
|
||||
storageRange = 1.8
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAblator
|
||||
ablativeResource = Ablator
|
||||
lossExp = -7500
|
||||
lossConst = 0.1
|
||||
pyrolysisLossFactor = 6000
|
||||
reentryConductivity = 0.01
|
||||
ablationTempThresh = 500
|
||||
|
||||
useChar = True
|
||||
charModuleName = shieldChar
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
moduleID = shieldChar
|
||||
shaderProperty = _BurnColor
|
||||
useRate = False
|
||||
toggleInEditor = False
|
||||
toggleInFlight = False
|
||||
|
||||
redCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 0.8
|
||||
}
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Ablator
|
||||
amount = 20
|
||||
maxAmount = 20
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
shaderProperty = _EmissiveColor
|
||||
animRate = 0.8
|
||||
animState = false
|
||||
useRate = true
|
||||
toggleInEditor = true
|
||||
toggleInFlight = true
|
||||
toggleInFlight = true
|
||||
unfocusedRange = 5
|
||||
toggleName = #autoLOC_6001405 //#autoLOC_6001405 = Toggle Lights
|
||||
eventOnName = #autoLOC_6001409 //##autoLOC_6001409 = Lights On
|
||||
eventOffName = #autoLOC_6001408 //#autoLOC_6001408 = Lights Off
|
||||
toggleAction = True
|
||||
defaultActionGroup = Light
|
||||
redCurve
|
||||
{
|
||||
key = 0 0 0 3
|
||||
key = 1 1 0 0
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0 0 1
|
||||
key = 1 1 1 0
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0 0 0
|
||||
key = 1 0.7 1.5 0
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 1
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConductionMultiplier
|
||||
modifiedConductionFactor = 0.003
|
||||
convectionFluxThreshold = 3000
|
||||
}
|
||||
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default,2.543,1.0245,1.065,2.543,1.03905,0.977,2.449,0.9777,1.093,2.449,1.0857,1.246,2.634,1.04415,1.051,2.631,1.0437,0.9639, 0.04938,0.25,0.03567, 1.842,1.85,1.815
|
||||
}
|
||||
}
|
@ -0,0 +1,239 @@
|
||||
// ReStock+ 1.2.0
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-pod-sphere-3
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-3
|
||||
position = 0.0, 0.2, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 3
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.025, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 1 //0.875 without model offset
|
||||
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 2000
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-pod-sphere-3_title // SP-3 'Mandarin' Reentry Module
|
||||
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-pod-sphere-3_description
|
||||
// We hired a shady interior decorator to fit three seats into the same space as one. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 2
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.15
|
||||
angularDrag = 2
|
||||
CoMOffset = 0.0, -0.2, 0.0
|
||||
CoPOffset = 0.0, 0.2, 0.0
|
||||
crashTolerance = 12
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Ship
|
||||
stagingIcon = DECOUPLER_VERT
|
||||
stageOffset = 1
|
||||
childStageOffset = 1
|
||||
bulkheadProfiles = size1
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
tags = #LOC_RestockPlus_restock-pod-sphere-3_tags
|
||||
// 3 capsule control ?eva fly ?iva pilot rocket space history historical pod voskhod restock sardines
|
||||
|
||||
INTERNAL
|
||||
{
|
||||
name = restock-pod-sphere-3-IVA
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 1
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 40
|
||||
maxAmount = 40
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-pod_bare // Bare
|
||||
themeName = White
|
||||
primaryColor = #999999
|
||||
secondaryColor = #aaaaaa
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Fabric = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #LOC_Restock_variant-pod_fabric_white // White Padding
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #aaaaaa
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Fabric = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
|
||||
sound_vent_large = decouple
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnchoredDecoupler
|
||||
anchorName = Vostok_Decoupler
|
||||
ejectionForce = 10
|
||||
explosiveNodeID = bottom
|
||||
partDecoupled = false
|
||||
}
|
||||
|
||||
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
|
||||
storageRange = 1.8
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAblator
|
||||
ablativeResource = Ablator
|
||||
lossExp = -7500
|
||||
lossConst = 0.1
|
||||
pyrolysisLossFactor = 6000
|
||||
reentryConductivity = 0.01
|
||||
ablationTempThresh = 500
|
||||
|
||||
useChar = True
|
||||
charModuleName = shieldChar
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
moduleID = shieldChar
|
||||
shaderProperty = _BurnColor
|
||||
useRate = False
|
||||
toggleInEditor = False
|
||||
toggleInFlight = False
|
||||
|
||||
redCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 0.8
|
||||
}
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Ablator
|
||||
amount = 20
|
||||
maxAmount = 20
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
shaderProperty = _EmissiveColor
|
||||
animRate = 0.8
|
||||
animState = false
|
||||
useRate = true
|
||||
toggleInEditor = true
|
||||
toggleInFlight = true
|
||||
toggleInFlight = true
|
||||
unfocusedRange = 5
|
||||
toggleName = #autoLOC_6001405 //#autoLOC_6001405 = Toggle Lights
|
||||
eventOnName = #autoLOC_6001409 //##autoLOC_6001409 = Lights On
|
||||
eventOffName = #autoLOC_6001408 //#autoLOC_6001408 = Lights Off
|
||||
toggleAction = True
|
||||
defaultActionGroup = Light
|
||||
redCurve
|
||||
{
|
||||
key = 0 0 0 3
|
||||
key = 1 1 0 0
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0 0 1
|
||||
key = 1 1 1 0
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0 0 0
|
||||
key = 1 0.7 1.5 0
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 1
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConductionMultiplier
|
||||
modifiedConductionFactor = 0.003
|
||||
convectionFluxThreshold = 3000
|
||||
}
|
||||
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Default,2.543,1.0245,1.065,2.543,1.03905,0.977,2.449,0.9777,1.093,2.449,1.0857,1.246,2.634,1.04415,1.051,2.631,1.0437,0.9639, 0.04938,0.25,0.03567, 1.842,1.85,1.815
|
||||
}
|
||||
}
|
@ -0,0 +1,234 @@
|
||||
// ReStock+ 1.2.0
|
||||
// 1.875m pod
|
||||
PART
|
||||
{
|
||||
name = restock-mk2-pod
|
||||
module = Part
|
||||
author = Andrew Cassidy (cineboxandrew)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-mk2-pod
|
||||
position = 0.0, 0.25, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-crewed-endcap-2
|
||||
position = 0.0, 1.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
|
||||
position = 0.0, -0.635, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 180, 0, 0
|
||||
}
|
||||
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 2
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = advFlightControl
|
||||
entryCost = 4000
|
||||
cost = 2800
|
||||
mass = 1.56
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
title = #LOC_RestockPlus_restock-mk2-pod_title // Mk2 'Acorn' Command Pod
|
||||
manufacturer = #autoLOC_501630 //#autoLOC_501630 = Kerlington Model Rockets and Paper Products Inc
|
||||
description = #LOC_RestockPlus_restock-mk2-pod_description
|
||||
// The immediate successor to the Mk1 command pod, the Mk2 seats two kerbals instead of one, and has handy forward-facing windows to enable docking.
|
||||
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.15
|
||||
angularDrag = 2
|
||||
|
||||
crashTolerance = 14
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
|
||||
CoMOffset = 0.0, -0.25, 0.0
|
||||
CoPOffset = 0.0, 0.25, 0.0
|
||||
|
||||
maxTemp = 1200
|
||||
skinMaxTemp = 2200
|
||||
skinInternalConductionMult = 0.625
|
||||
heatConductivity = 0.1
|
||||
|
||||
vesselType = Ship
|
||||
bulkheadProfiles = size1p5, size0
|
||||
|
||||
|
||||
tags = #LOC_RestockPlus_restock-mk2-pod_tags
|
||||
// capsule cmg control ?eva fly gyro ?iva moment pilot space stab steer torque gemini restock
|
||||
|
||||
INTERNAL
|
||||
{
|
||||
name = restock-mk2-pod-IVA
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 100
|
||||
maxAmount = 100
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 20
|
||||
maxAmount = 20
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor =#4c4f47
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mk2PodWhite = false
|
||||
Mk2PodDark = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mk2PodWhite = true
|
||||
Mk2PodDark = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 1
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 5
|
||||
YawTorque = 5
|
||||
RollTorque = 5
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.25
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceExperiment
|
||||
experimentID = crewReport
|
||||
experimentActionName = #autoLOC_502009 //#autoLOC_502009 = Crew Report
|
||||
resetActionName = #autoLOC_502010 //#autoLOC_502010 = Discard Crew Report
|
||||
reviewActionName = #autoLOC_502200 //#autoLOC_502200 = Review Report
|
||||
useStaging = False
|
||||
useActionGroups = True
|
||||
hideUIwhenUnavailable = True
|
||||
rerunnable = True
|
||||
xmitDataScalar = 1.0
|
||||
usageReqMaskInternal = 5
|
||||
usageReqMaskExternal = -1
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceContainer
|
||||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
|
||||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
|
||||
evaOnlyStorage = True
|
||||
storageRange = 2.0
|
||||
}
|
||||
|
||||
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 = ModuleColorChanger
|
||||
shaderProperty = _EmissiveColor
|
||||
animRate = 0.8
|
||||
animState = false
|
||||
useRate = true
|
||||
toggleInEditor = true
|
||||
toggleInFlight = true
|
||||
toggleInFlight = true
|
||||
unfocusedRange = 5
|
||||
toggleName = #autoLOC_6001405 //#autoLOC_6001405 = Toggle Lights
|
||||
eventOnName = #autoLOC_6001409 //##autoLOC_6001409 = Lights On
|
||||
eventOffName = #autoLOC_6001408 //#autoLOC_6001408 = Lights Off
|
||||
toggleAction = True
|
||||
defaultActionGroup = Light
|
||||
redCurve
|
||||
{
|
||||
key = 0 0 0 3
|
||||
key = 1 1 0 0
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0 0 1
|
||||
key = 1 1 1 0
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0 0 0
|
||||
key = 1 0.7 1.5 0
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 1
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConductionMultiplier
|
||||
modifiedConductionFactor = 0.003
|
||||
convectionFluxThreshold = 3000
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = FlagDecal
|
||||
textureQuadName = Flag
|
||||
}
|
||||
}
|
@ -0,0 +1,166 @@
|
||||
// ReStock+ 1.2.0
|
||||
// Inflatable Airlock
|
||||
PART
|
||||
{
|
||||
name = restock-airlock-1
|
||||
module = Part
|
||||
author = Andrew Cassidy
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Coupling/restock-airlock-inflatable-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-crewed-endcap-2
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,-1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 0
|
||||
// Attachment
|
||||
attachRules = 1,1,0,0,0
|
||||
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_attach = 0.0, 0.08, 0.0, 0.0, -1.0, 0.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advMetalworks
|
||||
entryCost = 8400
|
||||
cost = 400
|
||||
category = Coupling
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-airlock-inflatable-625-1_title // AL-1 'Lychee' Inflatable Docking Airlock
|
||||
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-airlock-inflatable-625-1_description
|
||||
// Being able to traverse between the inside and outside of things has been a recurring challenge for Kerbals for millennia. This airlock solves that problem in a sleek inflatable package, and includes a docking ring compatible with the Clamp-O-Tron jr. to boot!
|
||||
mass = 0.2
|
||||
dragModelType = default
|
||||
maximum_drag = 0.25
|
||||
minimum_drag = 0.25
|
||||
angularDrag = 0.5
|
||||
CoMOffset = 0.0, 0.3, 0.0
|
||||
crashTolerance = 5 // because its a bouncy castle
|
||||
maxTemp = 1500
|
||||
explosionPotential = 0
|
||||
vesselType = Ship
|
||||
stageOffset = 1
|
||||
childStageOffset = 1
|
||||
bulkheadProfiles = size0
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
tags = #LOC_RestockPlus_restock-airlock-inflatable-625-1_tags
|
||||
// restock berth capture connect couple dock fasten join moor shield socket inflate airlock Leonov Voskhod
|
||||
|
||||
stagingIcon = DECOUPLER_VERT
|
||||
fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, decouple
|
||||
sound_decoupler_fire = decouple
|
||||
|
||||
INTERNAL
|
||||
{
|
||||
name = restock-airlock-1-IVA
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDockingNode
|
||||
deployAnimationController = 1
|
||||
nodeType = size0
|
||||
staged = false
|
||||
stagingEnabled = false
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
CrewCapacity = 1
|
||||
animationName = Deploy
|
||||
actionGUIName = #LOC_RestockPlus_airlock_toggle // Toggle Airlock
|
||||
startEventGUIName = #LOC_RestockPlus_airlock_inflate // Inflate Airlock
|
||||
endEventGUIName = #LOC_RestockPlus_airlock_deflate // Deflate Airlock
|
||||
allowAnimationWhileShielded = False
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Compact
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Compact
|
||||
displayName = #LOC_Restock_variant-mounting_compact // Compact
|
||||
themeName = White
|
||||
primaryColor = #8c7656
|
||||
secondaryColor = #555555
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Voskhod-Shroud = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Mounted
|
||||
displayName = #LOC_Restock_variant-mounting_mounted // Mounted
|
||||
themeName = White
|
||||
primaryColor = #8c7656
|
||||
secondaryColor = #4c4f47
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Voskhod-Shroud = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDecouple
|
||||
ejectionForce = 25
|
||||
isOmniDecoupler = true
|
||||
explosiveNodeID = bottom
|
||||
staged = true
|
||||
stagingEnabled = false
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
shaderProperty = _EmissiveColor
|
||||
animRate = 0.8
|
||||
animState = false
|
||||
useRate = true
|
||||
toggleInEditor = true
|
||||
toggleInFlight = true
|
||||
unfocusedRange = 5
|
||||
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
|
||||
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
|
||||
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
|
||||
toggleAction = True
|
||||
defaultActionGroup = Light
|
||||
redCurve
|
||||
{
|
||||
key = 0 0 0 3
|
||||
key = 1 1 0 0
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0 0 1
|
||||
key = 1 1 1 0
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0 0 0
|
||||
key = 1 0.7 1.5 0
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 1
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user