You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/PatchesMH/Command/restock-mh-command-pods.cfg

224 lines
4.5 KiB
INI

// Patches applying art changes to crewed command parts
// Contents:
// - KV-1 'Onion' Reentry Module (kv1Pod)
// - KV-2 'Pea' Reentry Module (kv2Pod)
// - KV-3 'Pomegranate' Reentry Module (kv3Pod)
// KV-1
@PART[kv1Pod]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Well
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Command/restock-pod-sphere-1
position = 0.0, 0.2, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL
{
model = ReStock/Assets/Coupling/restock-airlock-inflatable-1-shroud
position = 0.0, 0.489547, -0.803417
scale = 1,1,1
rotation = 70, 180, 0
}
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
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
}
}
}
@MODULE[ModuleAnchoredDecoupler]
{
@anchorName = Vostok_Decoupler
}
MODULE
{
name = ModuleJettison
jettisonName = Voskhod-Shroud
bottomNodeName = airlock
isFairing = True
jettisonedObjectMass = 0.1
jettisonForce = 5
jettisonDirection = 0.0 0.339048 0.940769
useMultipleDragCubes = true
}
}
// KV-2
@PART[kv2Pod]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Well
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Command/restock-pod-sphere-2
position = 0.0, 0.2, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL
{
model = ReStock/Assets/Coupling/restock-airlock-inflatable-1-shroud
position = 0.0, 0.489547, -0.803417
scale = 1,1,1
rotation = 70, 180, 0
}
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
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
}
}
}
@MODULE[ModuleAnchoredDecoupler]
{
@anchorName = Vostok_Decoupler
}
MODULE
{
name = ModuleJettison
jettisonName = Voskhod-Shroud
bottomNodeName = airlock
isFairing = True
jettisonedObjectMass = 0.1
jettisonForce = 5
jettisonDirection = 0.0 0.339048 0.940769
useMultipleDragCubes = true
}
}
// KV-3
@PART[kv3Pod]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Well
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Command/restock-pod-sphere-3
position = 0.0, 0.2, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL
{
model = ReStock/Assets/Coupling/restock-airlock-inflatable-1-shroud
position = 0.0, 0.489547, -0.803417
scale = 1,1,1
rotation = 70, 180, 0
}
node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
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
}
}
}
@MODULE[ModuleAnchoredDecoupler]
{
@anchorName = Vostok_Decoupler
}
MODULE
{
name = ModuleJettison
jettisonName = Voskhod-Shroud
bottomNodeName = airlock
isFairing = True
jettisonedObjectMass = 0.1
jettisonForce = 5
jettisonDirection = 0.0 0.339048 0.940769
useMultipleDragCubes = true
}
}