2018-05-29 17:36:23 +00:00
|
|
|
// Patches applying art changes to crewed command parts
|
|
|
|
// Contents:
|
|
|
|
// - PPD-12 Cupola Module (cupola)
|
2019-01-07 03:44:40 +00:00
|
|
|
// - Mk1-3 Command Pod (mk1-3pod)
|
|
|
|
// - Mk1 Lander Can (landerCabinSmall)
|
|
|
|
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
|
|
|
|
2018-07-27 00:16:10 +00:00
|
|
|
// Cupola
|
2019-01-07 03:44:40 +00:00
|
|
|
@PART[cupola]
|
2018-07-27 00:16:10 +00:00
|
|
|
{
|
2019-01-07 03:44:40 +00:00
|
|
|
@author = Chris Adderley (Nertea)
|
2018-07-27 00:16:10 +00:00
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL,* {}
|
|
|
|
!MODULE[ModuleAnimateGeneric] {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Command/restock-cupola-1
|
|
|
|
position = 0.0, 0.0, 0.0
|
|
|
|
scale = 1,1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Command/restock-crewed-endcap-1
|
|
|
|
position = 0.0, -0.4, 0.0
|
|
|
|
scale = 1,-1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
2019-01-07 03:44:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@PART[mk1-3pod]
|
|
|
|
{
|
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL,* {}
|
|
|
|
!MODULE[ModuleAnimateGeneric] {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Command/restock-mk1-3-pod
|
|
|
|
position = 0.0, 0.0, 0.0
|
|
|
|
scale = 1,1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@PART[landerCabinSmall]
|
|
|
|
{
|
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL,* {}
|
|
|
|
!MODULE[ModuleAnimateGeneric] {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Command/restock-mk1-lander
|
|
|
|
position = 0.0, 0.0, 0.0
|
|
|
|
scale = 1,1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@PART[mk2LanderCabin_v2]
|
|
|
|
{
|
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL,* {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Command/restock-mk2-lander
|
|
|
|
position = 0.0, 0.0, 0.0
|
|
|
|
scale = 1,1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
|
|
|
@MODULE[ModulePartVariants]
|
|
|
|
{
|
|
|
|
@VARIANT[Rover]
|
|
|
|
{
|
|
|
|
!GAMEOBJECTS {}
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
Mk2RoverMode = true
|
|
|
|
Mk2LanderMode = false
|
|
|
|
COLLIDERS_ROVER = true
|
|
|
|
COLLIDERS_LANDER = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@VARIANT[Lander]
|
|
|
|
{
|
|
|
|
!GAMEOBJECTS {}
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
Mk2RoverMode = false
|
|
|
|
Mk2LanderMode = true
|
|
|
|
COLLIDERS_ROVER = true
|
|
|
|
COLLIDERS_LANDER = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|