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.
77 lines
1.6 KiB
INI
77 lines
1.6 KiB
INI
// Patches applying art changes to 3.75m structural parts
|
|
// Contents:
|
|
// - Kerbodyne ADTP-2-3 (Size3to2Adapter_v2)
|
|
|
|
@PART[Size3To2Adapter_v2] {
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL {
|
|
model = ReStock/Assets/FuelTank/restock-adapter-375-fueled-1
|
|
}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-25-orange
|
|
scale = 1.0, 1.0, 1.0
|
|
position = 0.0, 1.148, 0.0
|
|
}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
|
scale = 1.0, -1.0, 1.0
|
|
position = 0.0, -1.098, 0.0
|
|
}
|
|
%rescaleFactor = 1
|
|
!MODULE[ModulePartVariants] {}
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
useMultipleDragCubes = false
|
|
baseVariant = BlackAndWhite
|
|
VARIANT
|
|
{
|
|
name = BlackAndWhite
|
|
displayName = #autoLOC_8007122
|
|
themeName = BlackAndWhite
|
|
primaryColor = #ffffff
|
|
secondaryColor = #000000
|
|
GAMEOBJECTS
|
|
{
|
|
375mAdapterBlackWhite = true
|
|
375mAdapterWhite = false
|
|
375mAdapterOrange = false
|
|
}
|
|
|
|
}
|
|
VARIANT
|
|
{
|
|
name = White
|
|
displayName = #autoLOC_8007119
|
|
themeName = White
|
|
primaryColor = #ffffff
|
|
secondaryColor = #ffffff
|
|
GAMEOBJECTS
|
|
{
|
|
375mAdapterBlackWhite = false
|
|
375mAdapterWhite = true
|
|
375mAdapterOrange = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Orange
|
|
displayName = #autoLOC_8007123
|
|
themeName = Orange
|
|
primaryColor = #f49841
|
|
secondaryColor = #f49841
|
|
GAMEOBJECTS
|
|
{
|
|
375mAdapterBlackWhite = false
|
|
375mAdapterWhite = false
|
|
375mAdapterOrange = true
|
|
}
|
|
}
|
|
}
|
|
}
|