mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge pull request #311 from PorktoberRevolution/mk1-pod-hubs
Mk1 pod hubs
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
// Contents:
|
||||
// - PPD-12 Cupola Module (cupola)
|
||||
// - Mk1-3 Command Pod (mk1-3pod)
|
||||
// - Mk1 Command Pod (mk1pod_v2)
|
||||
// - Mk1 Lander Can (landerCabinSmall)
|
||||
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
||||
|
||||
@ -28,6 +29,73 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Mk1 Pod
|
||||
@PART[mk1pod_v2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
!MODULE[ModuleAnimateGeneric] {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-mk1-pod
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Dark
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor =#4c4f47
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mk1PodBlackWhite = false
|
||||
Mk1PodWhite = false
|
||||
Mk1PodDark = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mk1PodBlackWhite = false
|
||||
Mk1PodWhite = true
|
||||
Mk1PodDark = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = GrayAndWhite
|
||||
displayName = #autoLOC_8003112
|
||||
themeName = GrayAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mk1PodBlackWhite = true
|
||||
Mk1PodWhite = false
|
||||
Mk1PodDark = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Mk1-3 Pod
|
||||
@PART[mk1-3pod]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -43,6 +111,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Mk1 Lander Can
|
||||
@PART[landerCabinSmall]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -58,6 +127,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Mk2 Lander Can
|
||||
@PART[mk2LanderCabin_v2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -2,6 +2,8 @@
|
||||
// Contents:
|
||||
// - FL-A10 Adapter (adapterSmallMiniTall)
|
||||
// - FL-A5 Adapter (adapterSmallMiniShort)
|
||||
// - Rockomax HubMax Multi-Point Connector (stationHub)
|
||||
// - BZ-52 Radial Attachment Point (stackPoint1)
|
||||
|
||||
@PART[adapterSmallMiniTall]
|
||||
{
|
||||
@ -144,3 +146,106 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 1.25m station hub
|
||||
@PART[stationHub]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 1.25m radial attach point
|
||||
@PART[stackPoint1]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Structural/restock-node-125-1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user