Pod fixes and new parts

This commit is contained in:
Chris Adderley 2019-02-06 21:16:01 -08:00
parent 4e906beedf
commit b612cb6f81
17 changed files with 116 additions and 17 deletions

View File

@ -2,7 +2,7 @@
// Contents:
// - PPD-12 Cupola Module (cupola)
// - Mk1-3 Command Pod (mk1-3pod)
// - Mk1 Command Pod (mk1pod)
// - Mk1 Command Pod (mk1pod_v2)
// - Mk1 Lander Can (landerCabinSmall)
// - Mk2 Lander Can (mk2LanderCabin_v2)
@ -30,7 +30,7 @@
}
// Mk1 Pod
@PART[mk1pod]
@PART[mk1pod_v2]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -43,36 +43,56 @@
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[ModulePartVariants]
!MODULE[ModulePartVariants] {}
MODULE
{
@VARIANT[Dark]
name = ModulePartVariants
baseVariant = Dark
VARIANT
{
!TEXTURE {}
!GAMEOBJECTS {}
name = Dark
displayName = #autoLOC_8007117
themeName = Dark
primaryColor = #4c4f47
secondaryColor =#4c4f47
GAMEOBJECTS
{
Mk1PodBlackWhite = false
Mk1PodWhite = false
Mk1PodDark = true
}
}
@VARIANT[White]
VARIANT
{
!TEXTURE {}
!GAMEOBJECTS {}
name = White
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff
GAMEOBJECTS
{
Mk1PodBlackWhite = false
Mk1PodWhite = true
Mk1PodDark = false
}
}
@VARIANT[Grey]
VARIANT
{
!TEXTURE {}
!GAMEOBJECTS {}
name = GrayAndWhite
displayName = #autoLOC_8003112
themeName = GrayAndWhite
primaryColor = #ffffff
secondaryColor = #999999
GAMEOBJECTS
{
Mk1PodBlackWhite = true
Mk1PodWhite = false
Mk1PodDark = false
}
}
}
}
// Mk1-3 Pod

View File

@ -155,7 +155,86 @@
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Structural/restock-stationhub-125-1
model = ReStock/Assets/Structural/restock-hub-125-1
}
MODEL
{
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
position = 0.0, 0.905, 0.0
scale = 1.084142,1.084142,1.084142
rotation = 0, -90, 0
}
MODEL
{
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
position = 0.0, -0.905, 0.0
scale = 1.084142,1.084142,1.084142
rotation = 0, -90, 180
}
MODEL
{
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
position = 0.905, 0, 0.0
scale = 1.084142,1.084142,1.084142
rotation = 90, 0, -90
}
MODEL
{
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
position = -0.905, 0, 0.0
scale = 1.084142,1.084142,1.084142
rotation = 90, 0, -270
}
MODEL
{
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
position = 0, 0, 0.905
scale = 1.084142,1.084142,1.084142
rotation = 90, 0, 0
}
MODEL
{
model = ReStock/Assets/Command/restock-hatch-common-round-grey-1
position = 0, 0, -0.905
scale = 1.084142,1.084142,1.084142
rotation = 90, 0, -180
}
MODULE
{
name = ModuleColorChanger
shaderProperty = _EmissiveColor
animRate = 0.8
animState = false
useRate = true
toggleInEditor = true
toggleInFlight = true
toggleInFlight = true
unfocusedRange = 5
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
toggleAction = True
defaultActionGroup = Light
redCurve
{
key = 0 0 0 3
key = 1 1 0 0
}
greenCurve
{
key = 0 0 0 1
key = 1 1 1 0
}
blueCurve
{
key = 0 0 0 0
key = 1 0.7 1.5 0
}
alphaCurve
{
key = 0 1
}
}
}
@ -167,6 +246,6 @@
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Structural/restock-attachnode-125-1
model = ReStock/Assets/Structural/restock-node-125-1
}
}