mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
First pass at RCS
This commit is contained in:
@ -0,0 +1,60 @@
|
||||
// Patches applying art changes to RCS blocks
|
||||
// Contents:
|
||||
// - RV-105 RCS Thruster Block (RCSBlock)
|
||||
// - Place-Anywhere 7 Linear RCS Port (linearRcs)
|
||||
|
||||
// RCS block
|
||||
@PART[RCSBlock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Control/restock-rcs-block-1
|
||||
}
|
||||
}
|
||||
|
||||
// Linear RCS port
|
||||
@PART[linearRcs]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Control/restock-rcs-linear-1
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Pod
|
||||
VARIANT
|
||||
{
|
||||
name = Pod
|
||||
displayName = #LOC_Restock_variant-linear-rcs-pod
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
RCSLinear = true
|
||||
RCSLinearBase = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-linear-rcs-bare
|
||||
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
RCSLinear = false
|
||||
RCSLinearBase = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user