Integrate lab, cupola, battery, hitchiker, microtruss replacements

This commit is contained in:
Chris Adderley
2018-07-26 17:16:10 -07:00
parent 408414104c
commit 42f2bbaa3a
33 changed files with 193 additions and 7 deletions

View File

@ -1,3 +1,25 @@
// Patches applying art changes to crewed command parts
// Contents:
// - PPD-12 Cupola Module (cupola)
// Cupola
@PART[cupola]:FOR[zzzzStationParts]
{
@author = Chris Adderley
!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
}
}

View File

@ -2,3 +2,59 @@
// Contents:
// - PPD-10 Hitchhiker Storage Container (crewCabin)
// - Science Mobile Processing Lab MPL-LG-2 (Large_Crewed_Lab)
@PART[Large_Crewed_Lab]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Command/restock-lab-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, -1.831, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
MODEL
{
model = ReStock/Assets/Command/restock-crewed-endcap-1
position = 0.0,1.825, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Hitchhiker
@PART[crewCabin]:FOR[zzzzStationParts]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Command/restock-hitchhiker-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.986899, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
MODEL
{
model = ReStock/Assets/Command/restock-crewed-endcap-1
position = 0.0,0.986899, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}