ReStocked/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-rcs.cfg

29 lines
622 B
INI
Raw Normal View History

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