You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg

63 lines
1.4 KiB
INI

// Patches applying art changes to crewed utility/science parts
// Contents:
// - Science Mobile Processing Lab MPL-LG-2 (Large_Crewed_Lab)
// - PPD-10 Hitchhiker Storage Container (crewCabin)
// Science Mobile Processing Lab MPL-LG-2
@PART[Large_Crewed_Lab]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@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
}
}
// PPD-10 Hitchhiker Storage Container
@PART[crewCabin]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@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
}
}