ReStocked/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.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

173 lines
3.5 KiB
INI

// Patches applying art changes to 3.75m fuel tanks
// Contents:
// - Kerbodyne S3-3600 Tank (Size3SmallTank)
// - Kerbodyne S3-7200 Tank (Size3MediumTank)
// - Kerbodyne S3-14400 Tank (Size3LargeTank)
@PART[Size3SmallTank] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-375-3
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, 0.96, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, -0.967, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
%rescaleFactor = 1
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = BlackAndWhite
VARIANT
{
name = BlackAndWhite
displayName = #autoLOC_8007122
themeName = White
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
TankSmall = true
TankSmallSOFI = false
}
}
VARIANT
{
name = Orange
displayName = #autoLOC_8007123
themeName = Orange
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
TankSmall = false
TankSmallSOFI = true
}
}
}
}
@PART[Size3MediumTank] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-375-2
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, 1.931, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, -1.937, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
%rescaleFactor = 1
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = BlackAndWhite
VARIANT
{
name = BlackAndWhite
displayName = #autoLOC_8007122
themeName = White
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
TankMed = true
TankMedSOFI = false
}
}
VARIANT
{
name = Orange
displayName = #autoLOC_8007123
themeName = Orange
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
TankMed= false
TankMedSOFI = true
}
}
}
}
@PART[Size3LargeTank] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/FuelTank/restock-fueltank-375-1
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, 3.74, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODEL {
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
position = 0.0, -3.74, 0.0
scale = 1,-1,1
rotation = 0, 0, 0
}
%rescaleFactor = 1
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = BlackAndWhite
VARIANT
{
name = BlackAndWhite
displayName = #autoLOC_8007122
themeName = White
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
TankLarge = true
TankLargeSOFI = false
}
}
VARIANT
{
name = Orange
displayName = #autoLOC_8007123
themeName = Orange
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
TankLarge = false
TankLargeSOFI = true
}
}
}
}