ReStocked/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg
Chris Adderley 92db3806c2 1.5 fixes
* Adjust configs of 1.25m tanks to kill the 1.5 variants
* Fix twin boar gimbal rods
* Add 1.5 SRB color variants
2018-11-10 13:49:15 -08:00

65 lines
1.5 KiB
INI

// Patches applying art changes to 1.25m fuel tanks
// Contents:
// - FL-T200 Fuel Tank (fuelTankSmall)
// - FL-T400 Fuel Tank (fuelTank)
// - FL-T800 Fuel Tank (fuelTank_long)
// - FL-T100 Fuel Tank (fuelTankSmallFlat)
@PART[fuelTankSmallFlat]
{
@author = Porkjet
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-125-4
}
!MODULE[ModulePartVariants] {}
}
@PART[fuelTankSmall]
{
@author = Porkjet
// @node_stack_top = 0.0, 5.5525, 0.0, 0.0, 1.0, 0.0
// @node_stack_bottom = 0.0, -5.5525, 0.0, 0.0, -1.0, 0.0
// @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-125-3
}
%rescaleFactor = 1
!MODULE[ModulePartVariants] {}
}
@PART[fuelTank]
{
@author = Porkjet
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-125-2
}
%rescaleFactor = 1
!MODULE[ModulePartVariants] {}
// @node_stack_top = 0.0, 9.81725, 0.0, 0.0, 1.0, 0.0
// @node_stack_bottom = 0.0, -9.12500, 0.0, 0.0, -1.0, 0.0
// @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
}
@PART[fuelTank_long]
{
@author = Porkjet
// @node_stack_top = 0.0, 18.75, 0.0, 0.0, 1.0, 0.0
// @node_stack_bottom = 0.0, -18.87500, 0.0, 0.0, -1.0, 0.0
// @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-125-1
}
!MODULE[ModulePartVariants] {}
%rescaleFactor = 1
}