ReStocked/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-0625.cfg
DMagic1 3fc0233c31 Turn off multiple drag cubes for parts with cosmetic variants
Plug the drag hole in the tall 2.5m to 1.25m adaptor.
Plug the drag hole in the toroid fuel tank.
Plug the drag holes in the large and small stack probe cores.
Let the 0.625m heat shield generate cubes for the shrouded and unshrouded versions.
2019-02-11 13:27:35 -05:00

45 lines
869 B
INI

// Patches applying art changes to 0.625m fuel tanks
// Contents:
// - Oscar-B Fuel Tank (miniFuelTank)
@PART[miniFuelTank]
{
@author = Beale
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-0625-4
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Metal
VARIANT
{
name = Metal
displayName = #LOC_Restock_variant-surface_metal
themeName = Metal
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
TEXTURE
{
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
}
}
VARIANT
{
name = White
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff
TEXTURE
{
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
}
}
}
}