Update 1.875m MH nosecone

This commit is contained in:
ChrisAdderley
2019-10-19 20:31:54 -07:00
parent d21f4af4b2
commit 9d702a5307
6 changed files with 78 additions and 23 deletions

View File

@ -1,8 +1,8 @@
// Patches applying art changes to Making History nose cones
// Contents:
- Protective Rocket Nosecone Mk5A ()
- Protective Rocket Nosecone Mk5A (Size_1_5_Cone)
@PART[tdbCone]
@PART[Size_1_5_Cone]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -11,4 +11,53 @@
{
model = ReStock/Assets/Aero/restock-nosecone-1875-2
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = BlackAndWhite
useMultipleDragCubes = false
VARIANT
{
name = White
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff
GAMEOBJECTS
{
1875mNoseconeBlackWhite = false
1875mNosecone = true
1875mNoseconeOrange = false
}
}
VARIANT
{
name = BlackAndWhite
displayName = #autoLOC_8007122
themeName = BlackAndWhite
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
1875mNoseconeBlackWhite = true
1875mNosecone = false
1875mNoseconeOrange = false
}
}
VARIANT
{
name = GrayAndOrange
displayName = #autoLOC_8007121
themeName = GrayAndOrange
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
1875mNoseconeBlackWhite = false
1875mNosecone = false
1875mNoseconeOrange = true
}
}
}
}

View File

@ -1,9 +1,9 @@
// Patches applying art changes to MH SRB engines
// Contents:
// - THK 'Pollux' SRB ()
// - THK 'Pollux' SRB (Pollux)
// THK 'Pollux' SRB
@PART[tdbSRB]
@PART[Pollux]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE

View File

@ -68,7 +68,7 @@
- EAS-4 Strut Connector (Andrew)
- Making History parts replaced:
- Aero
- New MH nosecone (Nertea)
- Protective Rocket Nosecone Mk5A (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