mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Initial test of airlock
This commit is contained in:
parent
031b94cc2c
commit
5d3f57c75c
Binary file not shown.
Binary file not shown.
@ -18,6 +18,8 @@
|
|||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModulePartVariants
|
name = ModulePartVariants
|
||||||
@ -70,6 +72,8 @@
|
|||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModulePartVariants
|
name = ModulePartVariants
|
||||||
@ -122,6 +126,8 @@
|
|||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node_stack_airlock = 0.0, 0.494972, 0.818469, 0.0, 0.339048, 0.940769, 0
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModulePartVariants
|
name = ModulePartVariants
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user