This commit is contained in:
Chris Adderley
2019-01-27 22:44:10 -08:00
parent 38baee3ba3
commit 7d5681b95f
35 changed files with 530 additions and 22 deletions

View File

@ -2,20 +2,21 @@
// 0.625m fairing base
PART
{
name = _restock-fairing-base-0625-1
name = restock-fairing-base-0625-1
module = Part
author = Chris Adderley (Nertea)
MODEL
{
model = RestockPlus/Assets/Payload/_restock-fairing-base-0625-1
model = ReStock/Assets/Payload/restock-fairing-base-0625-1
}
MODEL
{
model = Squad/Parts/Aero/fairings/AutoTruss
scale = 0.5,0.5,0.5
position = 0.0,0.22,0.0
position = 0.0,0.138,0.0
}
scale = 1
rescaleFactor = 1
node_stack_interstage01a = 0.0, 0.35, 0.0, 0.0, -1.0, 0.0, 0
@ -36,10 +37,10 @@ PART
node_stack_interstage06a = 0.0, 1.6, 0.0, 0.0, -1.0, 0.0, 0
node_stack_interstage06b = 0.0, 1.62, 0.0, 0.0, 1.0, 0.0, 0
node_stack_top = 0.0, 0.22, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.2, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.138, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.045, 0.0, 0.0, -1.0, 0.0, 0
fx_gasBurst_white = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, deploy
fx_gasBurst_white = 0.0, 0.14, 0.0, 0.0, 1.0, 0.0, deploy
sound_vent_large = deploy
TechRequired = advConstruction
@ -140,6 +141,7 @@ PART
GAMEOBJECTS
{
FairingBase0625White = true
FairingBase0625Orange = false
FairingBase0625BlackWhite = false
}
}
@ -164,6 +166,7 @@ PART
GAMEOBJECTS
{
FairingBase0625White = false
FairingBase0625Orange = false
FairingBase0625BlackWhite = true
}
}
@ -351,4 +354,24 @@ PART
MeshMenuName = Truss Structure
NodeMenuName = Interstage Nodes
}
MODULE
{
name = ModuleRestockModifyFairingMaterials
COLOR_PROPERTY
{
name = _Color
color = 1.0, 1.0, 1.0, 1.0
}
COLOR_PROPERTY
{
name = _SpecColor
color = 0.753, 0.753, 0.753, 1.0
}
FLOAT_PROPERTY
{
name = _Shininess
value = 0.3
}
}
}