Move airlock ring to airlock part and add variants

Since ModuleJettison doesnt work with docking ports for some bizarre reason, the tank ring for the inflatable airlock is not a variant of the airlock part instead of a shroud on the KV-series pods.
pull/885/head
Andrew Cassidy 4 years ago
parent 1f77ba1b97
commit 11a8f151ef
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -1 +1 @@
Subproject commit 87a0c97ff011f35577d75a5aa17e227436cdc25f Subproject commit 24e08858f7bbbfd69376f9cf01a8ea13b5c7639d

@ -60,6 +60,8 @@ Localization
#LOC_Restock_variant-mounting_classic_grey-orange = Classic (Orange/Grey Shroud) #LOC_Restock_variant-mounting_classic_grey-orange = Classic (Orange/Grey Shroud)
#LOC_Restock_variant-mounting_truss = Truss #LOC_Restock_variant-mounting_truss = Truss
#LOC_Restock_variant-mounting_compact = Compact #LOC_Restock_variant-mounting_compact = Compact
#LOC_Restock_variant-mounting_mounted = Mounted
#LOC_Restock_variant-gold-truss = Gold (Mounted) #LOC_Restock_variant-gold-truss = Gold (Mounted)
#LOC_Restock_variant-silver-truss = Silver (Mounted) #LOC_Restock_variant-silver-truss = Silver (Mounted)

@ -17,13 +17,6 @@
scale = 1,1,1 scale = 1,1,1
rotation = 0, 0, 0 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 node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
@ -63,18 +56,6 @@
{ {
@anchorName = Vostok_Decoupler @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 // KV-2
@ -90,13 +71,6 @@
scale = 1,1,1 scale = 1,1,1
rotation = 0, 0, 0 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 node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
@ -136,18 +110,6 @@
{ {
@anchorName = Vostok_Decoupler @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 // KV-3
@ -163,13 +125,6 @@
scale = 1,1,1 scale = 1,1,1
rotation = 0, 0, 0 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 node_stack_airlock = 0.0, 0.489547, -0.803417, 0.0, 0.339048, -0.940769, 0
@ -209,16 +164,4 @@
{ {
@anchorName = Vostok_Decoupler @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
}
} }

@ -25,13 +25,46 @@
fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, decouple fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, decouple
sound_decoupler_fire = decouple sound_decoupler_fire = decouple
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Mounted
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 MODULE
{ {
name = ModuleDecouple name = ModuleDecouple
ejectionForce = 25 ejectionForce = 25
isOmniDecoupler = true isOmniDecoupler = true
explosiveNodeID = bottom explosiveNodeID = bottom
staged = false staged = true
stagingEnabled = false
} }
MODULE MODULE

Loading…
Cancel
Save