mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
1.11 Light updates
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.
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,12 @@
|
||||
// Contents:
|
||||
// - Illuminator Mk1 (spotLight1)
|
||||
// - Illuminator Mk2 (spotLight2)
|
||||
// - MDomelight Mk1(Nertea) (domeLight1)
|
||||
// - Spotlight Mk1 (Nertea) (spotLight3)
|
||||
// - LightStrip Mk1 (stripLight1)
|
||||
// - Navigation Light Mk1 (navLight1)
|
||||
// - Work Lamp - Small (groundLight1)
|
||||
// - Work Lamp - Stand (groundLight2)
|
||||
|
||||
// Illuminator Mk1
|
||||
@PART[spotLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
@ -11,16 +17,56 @@
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-spot-1
|
||||
model = ReStock/Assets/Electrical/restock-light-spot-2
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@animationName = RestockSpotLight_On
|
||||
@lightMeshRendererName = SpotLightLens
|
||||
@lightName = Spot
|
||||
movementTransformName = SpotLightBase
|
||||
canRotate = false
|
||||
canPitch = true
|
||||
pitchAxisName = X
|
||||
pitchMin = 0
|
||||
pitchMax = 180
|
||||
pitchAngle = 180
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #000000
|
||||
secondaryColor = #000000
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-1
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-1
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1-alt
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Illuminator Mk2
|
||||
@ -31,14 +77,387 @@
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-flood-1
|
||||
model = ReStock/Assets/Electrical/restock-light-flood-2
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@animationName = RestockFloodLight_On
|
||||
@lightMeshRendererName = FloodLightLens
|
||||
@lightName = Spot
|
||||
movementTransformName = FloodLight
|
||||
canRotate = false
|
||||
canPitch = true
|
||||
pitchAxisName = X
|
||||
pitchMin = -194
|
||||
pitchMax = -13
|
||||
pitchAngle = -13
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #000000
|
||||
secondaryColor = #000000
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-1
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-1
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-1-alt
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// [1.11] Dome Light
|
||||
@PART[domeLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-dome-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@lightMeshRendererName = DomeLightLens
|
||||
}
|
||||
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #000000
|
||||
secondaryColor = #000000
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-2
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-3
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #777777
|
||||
secondaryColor = #777777
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-4
|
||||
_Shininess= 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// [1.11] Spot Light
|
||||
@PART[spotLight3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-spot-3
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@lightMeshRendererName = SpotLens
|
||||
@movementTransformName = SpotlightRotator
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #000000
|
||||
secondaryColor = #000000
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-2
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-3
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #777777
|
||||
secondaryColor = #777777
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-4
|
||||
_Shininess= 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// [1.11] Strip Light
|
||||
@PART[stripLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-strip-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@lightMeshRendererName = RectangleLightLens
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #000000
|
||||
secondaryColor = #000000
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-2
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-3
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #777777
|
||||
secondaryColor = #777777
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-4
|
||||
_Shininess= 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// [1.11] Nav Light
|
||||
@PART[navLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-nav-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@lightMeshRendererName = NavLightLens
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Dark
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #000000
|
||||
secondaryColor = #000000
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-2
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-3
|
||||
_Shininess= 0.3
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #777777
|
||||
secondaryColor = #777777
|
||||
TEXTURE
|
||||
{
|
||||
materialName = restock-lights-2
|
||||
mainTextureURL = ReStock/Assets/Electrical/restock-lights-4
|
||||
_Shininess= 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// [1.11] Ground Light Small
|
||||
@PART[groundLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-deploy-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@lightMeshRendererName = DeployLightLens
|
||||
movementTransformName = DeployLightRotate
|
||||
canRotate = false
|
||||
canPitch = true
|
||||
pitchAxisName = X
|
||||
pitchMin = -10
|
||||
pitchAngle = 0
|
||||
pitchMax = 135
|
||||
}
|
||||
//MODULE
|
||||
//{
|
||||
// name = ModuleRestockEnhancedLight
|
||||
// cookiePath = ReStock/Assets/Electrical/restock-light-cookie-flood-1
|
||||
//}
|
||||
}
|
||||
// [1.11] Big deployable light
|
||||
@PART[groundLight2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Electrical/restock-light-deploy-2
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModuleLight]
|
||||
{
|
||||
@lightMeshRendererName = LargeDeployLightLens
|
||||
@movementTransformName = LargeDeployArm
|
||||
}
|
||||
//MODULE
|
||||
//{
|
||||
// name = ModuleRestockEnhancedLight
|
||||
// cookiePath = ReStock/Assets/Electrical/restock-light-cookie-flood-1
|
||||
//}
|
||||
}
|
Binary file not shown.
@ -141,6 +141,7 @@ Squad/Parts/Utility/landingLegLT-2/
|
||||
Squad/Parts/Utility/landingLegLT-5/
|
||||
Squad/Parts/Utility/launchClamp1/
|
||||
Squad/Parts/Utility/launchEscapeSystem/
|
||||
Squad/Parts/Utility/Lights/
|
||||
Squad/Parts/Utility/linearVernorRCS/
|
||||
Squad/Parts/Utility/parachuteMk1/
|
||||
Squad/Parts/Utility/parachuteMk12-R/
|
||||
|
@ -5,15 +5,15 @@
|
||||
"VERSION":
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":2,
|
||||
"PATCH":1,
|
||||
"MINOR":3,
|
||||
"PATCH":0,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":10,
|
||||
"PATCH":1
|
||||
"MINOR":11,
|
||||
"PATCH":0
|
||||
},
|
||||
"KSP_VERSION_MIN":{
|
||||
"MAJOR":1,
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"KSP_VERSION_MAX":{
|
||||
"MAJOR":1,
|
||||
"MINOR":10,
|
||||
"MINOR":11,
|
||||
"PATCH":99
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user