mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Integrate lab, cupola, battery, hitchiker, microtruss replacements
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user