mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
3fc0233c31
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.
173 lines
3.5 KiB
INI
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
|
|
}
|
|
}
|
|
}
|
|
}
|