mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Functional Mk2 lander
This commit is contained in:
parent
aab4722179
commit
fc89f264a9
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
// Patches applying art changes to crewed command parts
|
// Patches applying art changes to crewed command parts
|
||||||
// Contents:
|
// Contents:
|
||||||
// - PPD-12 Cupola Module (cupola)
|
// - PPD-12 Cupola Module (cupola)
|
||||||
// - Mk1 Command Pod (mk1pod_v2)
|
|
||||||
// - Mk1-3 Command Pod (mk1-3pod)
|
// - Mk1-3 Command Pod (mk1-3pod)
|
||||||
// - Mk1 Lander Can (landerCabinSmall)
|
// - Mk1 Lander Can (landerCabinSmall)
|
||||||
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
||||||
@ -29,21 +28,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@PART[mk1pod_v2]
|
|
||||||
{
|
|
||||||
@author = Chris Adderley (Nertea) and Porkjet
|
|
||||||
!mesh = DELETE
|
|
||||||
!MODEL,* {}
|
|
||||||
!MODULE[ModuleAnimateGeneric] {}
|
|
||||||
MODEL
|
|
||||||
{
|
|
||||||
model = ReStock/Assets/Command/restock-mk1-pod
|
|
||||||
position = 0.0, 0.0, 0.0
|
|
||||||
scale = 1,1,1
|
|
||||||
rotation = 0, 0, 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@PART[mk1-3pod]
|
@PART[mk1-3pod]
|
||||||
{
|
{
|
||||||
@author = Chris Adderley (Nertea)
|
@author = Chris Adderley (Nertea)
|
||||||
@ -87,10 +71,15 @@
|
|||||||
scale = 1,1,1
|
scale = 1,1,1
|
||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
|
@MODULE[ModuleAnimateGeneric]
|
||||||
|
{
|
||||||
|
@animationName = DoorsOpen
|
||||||
|
}
|
||||||
@MODULE[ModulePartVariants]
|
@MODULE[ModulePartVariants]
|
||||||
{
|
{
|
||||||
@VARIANT[Rover]
|
@VARIANT[Rover]
|
||||||
{
|
{
|
||||||
|
@disabledAnimations = DoorsOpen
|
||||||
!GAMEOBJECTS {}
|
!GAMEOBJECTS {}
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user