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

29 lines
662 B
INI

// Patches applying art changes to Making History RCS tanks
// Contents:
// -Stratus-V Minified Monopropellant Tank (MonoPropMini)
// - FL-R5 RCS Fuel Tank (Size1p5_Monoprop)
// Spherical Radial Tiny Tank
@PART[monopropMiniSphere]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
}
}
// FL-R5 RCS Fuel Tank
@PART[Size1p5_Monoprop]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
}
!MODULE[ModulePartVariants] {}
}