mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
First pass at some more parts
- 95% done service bays -2x 75% done heatshields
This commit is contained in:
parent
68e382a9b2
commit
8d27c255a0
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.
@ -22,12 +22,12 @@
|
|||||||
{
|
{
|
||||||
name = Classic
|
name = Classic
|
||||||
displayName = #LOC_Restock_variant-heat-shield-brown
|
displayName = #LOC_Restock_variant-heat-shield-brown
|
||||||
primaryColor = #999999
|
primaryColor = #8d6c24
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
HeatShieldBrown = true
|
HeatShield125Brown = true
|
||||||
HeatShieldRed = false
|
HeatShield125Red = false
|
||||||
HeatShieldBlack = false
|
HeatShield125Black = false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,12 +36,12 @@
|
|||||||
{
|
{
|
||||||
name = Black
|
name = Black
|
||||||
displayName = #LOC_Restock_variant-heat-shield-black
|
displayName = #LOC_Restock_variant-heat-shield-black
|
||||||
primaryColor = #999999
|
primaryColor = #303030
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
HeatShieldBrown = false
|
HeatShield125Brown = false
|
||||||
HeatShieldRed = false
|
HeatShield125Red = false
|
||||||
HeatShieldBlack = true
|
HeatShield125Black = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -50,20 +50,25 @@
|
|||||||
{
|
{
|
||||||
name = Red
|
name = Red
|
||||||
displayName = #LOC_Restock_variant-heat-shield-red
|
displayName = #LOC_Restock_variant-heat-shield-red
|
||||||
primaryColor = #999999
|
primaryColor = #793b25
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
HeatShieldBrown = false
|
HeatShield125Brown = false
|
||||||
HeatShieldRed = true
|
HeatShield125Red = true
|
||||||
HeatShieldBlack = false
|
HeatShield125Black = false
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@MODULE[ModuleColorChanger]
|
@MODULE[ModuleColorChanger]
|
||||||
|
{
|
||||||
excludedRenderer = HeatShieldFairing
|
excludedRenderer = HeatShieldFairing
|
||||||
excludedRenderer = HeatShieldInternals
|
excludedRenderer = HeatShieldInternals
|
||||||
}
|
}
|
||||||
|
@MODULE[ModuleJettison]
|
||||||
|
{
|
||||||
|
@jettisonName = HeatShield125Fairing
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -84,12 +89,12 @@
|
|||||||
{
|
{
|
||||||
name = Classic
|
name = Classic
|
||||||
displayName = #LOC_Restock_variant-heat-shield-brown
|
displayName = #LOC_Restock_variant-heat-shield-brown
|
||||||
primaryColor = #999999
|
primaryColor = #8d6c24
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
HeatShieldBrown = true
|
HeatShield25Brown = true
|
||||||
HeatShieldRed = false
|
HeatShield25Red = false
|
||||||
HeatShieldBlack = false
|
HeatShield25Black = false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,12 +103,12 @@
|
|||||||
{
|
{
|
||||||
name = Black
|
name = Black
|
||||||
displayName = #LOC_Restock_variant-heat-shield-black
|
displayName = #LOC_Restock_variant-heat-shield-black
|
||||||
primaryColor = #999999
|
primaryColor = #303030
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
HeatShieldBrown = false
|
HeatShield25Brown = false
|
||||||
HeatShieldRed = false
|
HeatShield25Red = false
|
||||||
HeatShieldBlack = true
|
HeatShield25Black = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -112,18 +117,23 @@
|
|||||||
{
|
{
|
||||||
name = Red
|
name = Red
|
||||||
displayName = #LOC_Restock_variant-heat-shield-red
|
displayName = #LOC_Restock_variant-heat-shield-red
|
||||||
primaryColor = #999999
|
primaryColor = #793b25
|
||||||
GAMEOBJECTS
|
GAMEOBJECTS
|
||||||
{
|
{
|
||||||
HeatShieldBrown = false
|
HeatShield25Brown = false
|
||||||
HeatShieldRed = true
|
HeatShield25Red = true
|
||||||
HeatShieldBlack = false
|
HeatShield25Black = false
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@MODULE[ModuleJettison]
|
||||||
|
{
|
||||||
|
@jettisonName = HeatShield25Fairing
|
||||||
|
}
|
||||||
@MODULE[ModuleColorChanger]
|
@MODULE[ModuleColorChanger]
|
||||||
excludedRenderer = HeatShieldFairing
|
{
|
||||||
|
excludedRenderer = HeatShield25Fairing
|
||||||
excludedRenderer = HeatShieldInternals
|
excludedRenderer = HeatShieldInternals
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL {
|
MODEL {
|
||||||
model = ReStock/Assets/Aero/restock-heatshield-125-1
|
model = ReStock/Assets/Payload/restock-service-bay-125-1
|
||||||
}
|
}
|
||||||
|
|
||||||
@MODULE[ModuleAnimateGeneric]
|
@MODULE[ModuleAnimateGeneric]
|
||||||
@ -18,7 +18,8 @@
|
|||||||
@animationName = DoorsOpen
|
@animationName = DoorsOpen
|
||||||
}
|
}
|
||||||
@MODULE[ModuleSeeThroughObject]
|
@MODULE[ModuleSeeThroughObject]
|
||||||
@transformName = TrussMount
|
{
|
||||||
|
@transformName = NewBay125
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
@ -36,6 +37,7 @@
|
|||||||
ServiceBay125_Opaque = true
|
ServiceBay125_Opaque = true
|
||||||
ServiceBay125 = false
|
ServiceBay125 = false
|
||||||
ServiceBay125_Transparent = false
|
ServiceBay125_Transparent = false
|
||||||
|
FloorColliders = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,6 +53,7 @@
|
|||||||
ServiceBay125_Opaque = false
|
ServiceBay125_Opaque = false
|
||||||
ServiceBay125 = false
|
ServiceBay125 = false
|
||||||
ServiceBay125_Transparent = true
|
ServiceBay125_Transparent = true
|
||||||
|
FloorColliders = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -65,12 +68,13 @@
|
|||||||
ServiceBay125_Opaque = false
|
ServiceBay125_Opaque = false
|
||||||
ServiceBay125 = true
|
ServiceBay125 = true
|
||||||
ServiceBay125_Transparent = false
|
ServiceBay125_Transparent = false
|
||||||
|
FloorColliders = false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,14 +85,15 @@
|
|||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
MODEL {
|
MODEL {
|
||||||
model = ReStock/Assets/Aero/restock-heatshield-125-1
|
model = ReStock/Assets/Payload/restock-service-bay-25-1
|
||||||
}
|
}
|
||||||
@MODULE[ModuleAnimateGeneric]
|
@MODULE[ModuleAnimateGeneric]
|
||||||
{
|
{
|
||||||
@animationName = DoorsOpen
|
@animationName = DoorsOpen
|
||||||
}
|
}
|
||||||
@MODULE[ModuleSeeThroughObject]
|
@MODULE[ModuleSeeThroughObject]
|
||||||
@transformName = TrussMount
|
{
|
||||||
|
@transformName = NewBay25
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
@ -105,6 +110,7 @@
|
|||||||
ServiceBay25_Opaque = true
|
ServiceBay25_Opaque = true
|
||||||
ServiceBay25 = false
|
ServiceBay25 = false
|
||||||
ServiceBay25_Transparent = false
|
ServiceBay25_Transparent = false
|
||||||
|
FloorColliders = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,6 +126,7 @@
|
|||||||
ServiceBay25_Opaque = false
|
ServiceBay25_Opaque = false
|
||||||
ServiceBay25 = false
|
ServiceBay25 = false
|
||||||
ServiceBay25_Transparent = true
|
ServiceBay25_Transparent = true
|
||||||
|
FloorColliders = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -134,10 +141,58 @@
|
|||||||
ServiceBay25_Opaque = false
|
ServiceBay25_Opaque = false
|
||||||
ServiceBay25 = true
|
ServiceBay25 = true
|
||||||
ServiceBay25_Transparent = false
|
ServiceBay25_Transparent = false
|
||||||
|
FloorColliders = false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleLookAtConstraint
|
||||||
|
|
||||||
|
// Ringed
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylBottom001
|
||||||
|
rotatorsName = CylTop001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylBottom002
|
||||||
|
rotatorsName = CylTop002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylBottom003
|
||||||
|
rotatorsName = CylTop003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylBottom004
|
||||||
|
rotatorsName = CylTop004
|
||||||
|
}
|
||||||
|
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylTop001
|
||||||
|
rotatorsName = CylBottom001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylTop002
|
||||||
|
rotatorsName = CylBottom002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylTop003
|
||||||
|
rotatorsName = CylBottom003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = CylTop004
|
||||||
|
rotatorsName = CylBottom004
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user