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,72 @@
|
||||
// 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]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Capsule Radial Tank
|
||||
@PART[rcsTankRadialLong]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-2
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 0.625m Tank
|
||||
@PART[rcsTankMini]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-0625-1
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// 1.25m Tank
|
||||
@PART[RCSFuelTank]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-125-1
|
||||
}
|
||||
}
|
||||
|
||||
// 2.5m Tank
|
||||
@PART[RCSTank1-2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
}
|
Reference in New Issue
Block a user