Add truss decoupler

This commit is contained in:
ChrisAdderley
2019-10-29 21:48:12 -07:00
parent 00b8e71a52
commit a6bf7bc482
10 changed files with 247 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

View File

@ -63,4 +63,52 @@
}
}
}
}
// Truss Decoupler
@PART[Size1p5_Strut_Decoupler]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-decoupler-1875-truss-1
}
%rescaleFactor = 1
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Gray
VARIANT
{
name = Gray
displayName = #autoLOC_8007101
primaryColor = #212121
secondaryColor = #212121
themeName = Gray
GAMEOBJECTS
{
15DecouplerMetal = true
15DecouplerOrange = false
}
}
VARIANT
{
name = Orange
displayName = #autoLOC_8007100 // autoLOC_8007100 = Orange
primaryColor = #dc5a28
secondaryColor = #dc5a28
themeName = Orange
GAMEOBJECTS
{
15DecouplerOrange = true
15DecouplerMetal = false
}
}
}
}

View File

@ -66,6 +66,8 @@
- Making History parts replaced:
- Aero
- Protective Rocket Nosecone Mk5A (Nertea)
- Coupling
- Size 1.5 Decoupler (Nertea)
- Engines
- RV-1 'Cub' Vernier Engine (Nertea): now has Basic, Wide and Compact variants
- RK-7 'Kodiak' Liquid Fueled Engine (Nertea): now has 1.875m, 1.875m (boattail), 1.25m, 1.25m (boattail) and Compact variants