fix some stupids:

This commit is contained in:
ChrisAdderley
2019-06-19 14:57:14 -07:00
parent 107f094784
commit 549594a14a
5 changed files with 52 additions and 2 deletions

View File

@ -25,6 +25,9 @@ PART
//sound_vent_soft = disengage //sound_vent_soft = disengage
//sound_explosion_low = flameout //sound_explosion_low = flameout
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = heavierRocketry TechRequired = heavierRocketry
entryCost = 9200 entryCost = 9200
cost = 2300 cost = 2300

View File

@ -1,5 +1,5 @@
// ReStock+ 0.2.0 // ReStock+ 0.2.0
// 1.875m vacuumn engine // 1.875m vacuum engine
PART PART
{ {
name = restock-engine-schnauzer-1 name = restock-engine-schnauzer-1
@ -22,6 +22,9 @@ PART
//sound_vent_soft = disengage //sound_vent_soft = disengage
//sound_explosion_low = flameout //sound_explosion_low = flameout
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = veryHeavyRocketry TechRequired = veryHeavyRocketry
entryCost = 12000 entryCost = 12000
cost = 3000 cost = 3000

View File

@ -23,6 +23,9 @@ PART
//sound_vent_soft = disengage //sound_vent_soft = disengage
//sound_explosion_low = flameout //sound_explosion_low = flameout
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = heavierRocketry TechRequired = heavierRocketry
entryCost = 4400 entryCost = 4400
cost = 1100 cost = 1100

View File

@ -14,6 +14,9 @@ PART
rescaleFactor = 1.0 rescaleFactor = 1.0
node_attach = 0.0, 0.0, -0.16, 0.0, 0.0, 1.0, 1 node_attach = 0.0, 0.0, -0.16, 0.0, 0.0, 1.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = precisionPropulsion TechRequired = precisionPropulsion
entryCost = 3200 entryCost = 3200
cost = 800 cost = 800
@ -67,7 +70,45 @@ PART
key = 7 0.001 key = 7 0.001
} }
} }
MODULE
{
name = ModulePartVariants
baseVariant = Basic
VARIANT
{
name = Basic
displayName =
primaryColor = #cc0e0e
secondaryColor = #000000
GAMEOBJECTS
{
}
}
VARIANT
{
name = Wide
displayName =
primaryColor = #cc0e0e
secondaryColor = #000000
GAMEOBJECTS
{
}
}
VARIANT
{
name = Bare
displayName =
primaryColor = #cc0e0e
secondaryColor = #000000
GAMEOBJECTS
{
}
}
}
MODULE MODULE
{ {
name = ModuleGimbal name = ModuleGimbal

View File

@ -24,7 +24,7 @@ v0.2.0
- PRBE-9 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank (long) - PRBE-9 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank (long)
- PRBE-4 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank - PRBE-4 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank
- New Engine parts - New Engine parts
- RK-1 'Trash Panda' Vernier Engine (Nertea): 1.875m radial vernier engine, with Basic, Wide and Bare variants - RK-1 'Trash Panda' Vernier Engine (Nertea): 1.875m radial soyuz-like vernier engine, with Basic, Wide and Bare variants
- RK-107 'Ursa' Liquid Fueled Engine (Nertea): 1.875m booster engine, with 1.875m, 1.875m (boattail), 1.25m, 1.25m (boattail) and compact variants - RK-107 'Ursa' Liquid Fueled Engine (Nertea): 1.875m booster engine, with 1.875m, 1.875m (boattail), 1.25m, 1.25m (boattail) and compact variants
- RE-137 'Schnauzer' Liquid Fuel Engine AJ10 (Nertea): 1.875m vacuum engine, with 2.5m, 1.875m, 1.25m and compact variants - RE-137 'Schnauzer' Liquid Fuel Engine AJ10 (Nertea): 1.875m vacuum engine, with 2.5m, 1.875m, 1.25m and compact variants
- RE-I2 'Caravel' Liquid Fuel Engine (Nertea): 1.875m sustainer engine, with 2.5m, 1.875m, 1.25m and compact variants - RE-I2 'Caravel' Liquid Fuel Engine (Nertea): 1.875m sustainer engine, with 2.5m, 1.875m, 1.25m and compact variants