ReStocked/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-rcs.cfg

61 lines
1.0 KiB
INI
Raw Normal View History

2018-12-01 05:12:19 +00:00
// 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
}
}
}
}