Initial test of airlock

This commit is contained in:
Andrew Cassidy 2020-04-26 18:20:39 -07:00
parent 031b94cc2c
commit 5d3f57c75c
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
4 changed files with 36 additions and 0 deletions

View File

@ -18,6 +18,8 @@
rotation = 0, 0, 0
}
node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0
MODULE
{
name = ModulePartVariants
@ -70,6 +72,8 @@
rotation = 0, 0, 0
}
node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0
MODULE
{
name = ModulePartVariants
@ -122,6 +126,8 @@
rotation = 0, 0, 0
}
node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0
MODULE
{
name = ModulePartVariants

View File

@ -0,0 +1,30 @@
@PART[InflatableAirlock]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-airlock-inflatable-1
}
MODEL
{
model = ReStock/Assets/Command/restock-crewed-endcap-2
position = 0.0, 0.0, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
@MODULE[ModuleAnimateGeneric]
{
@animationName = Deploy
}
MODULE
{
name = ModuleDecouple
ejectionForce = 125
explosiveNodeID = bottom
staged = false
}
}