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/FuelTank/restock-fueltanks-rcs.cfg

69 lines
1.4 KiB
INI

// Patches applying art changes to RCS tanks
// Contents:
// - Stratus-V Roundified Monopropellant Tank (radialRCSTank)
// - Stratus-V Cylindrified Monopropellant Tank (rcsTankRadialLong)
// - FL-R10 RCS Fuel Tank (rcsTankMini)
// - FL-R25 RCS Fuel Tank (RCSFuelTank)
// - FL-R1 RCS Fuel Tank (RCSTank1-2)
// Spherical Radial Tank
@PART[radialRCSTank]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-1
}
}
// Capsule Radial Tank
@PART[rcsTankRadialLong]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-2
}
}
// 0.625m Tank
@PART[rcsTankMini]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-0625-1
}
}
// 1.25m Tank
@PART[RCSFuelTank]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-125-1
}
}
// 2.5m Tank
@PART[RCSTank1-2]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1
}
!MODULE[ModulePartVariants] {}
}