Update claws with new lamp art and modules

pull/932/head
Andrew Cassidy 3 years ago
parent a0f70bd778
commit 7fcb091c5f

@ -173,13 +173,18 @@
MODULE
{
name = ModuleLight
lightName = Lamp
useAnimationDim = true
lightName = SpotLight
lightMeshRendererName = LampLens
lightBrightenSpeed = 2.5
lightDimSpeed = 2.5
resourceAmount = 0.02
resourceAmount = 0.1 // 100W
useResources = true
animationName = RestockClawLamp_On
}
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-spot-1
}
}
@ -333,15 +338,20 @@
maskTransform = DepthMask
}
MODULE
MODULE
{
name = ModuleLight
lightName = SpotLight
useAnimationDim = true
lightBrightenSpeed = 2.5
lightMeshRendererName = LampLens
lightBrightenSpeed = 2.5
lightDimSpeed = 2.5
resourceAmount = 0.02
resourceAmount = 0.08 // 80W
useResources = true
animationName = RestockMiniClawLamp_On
}
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-flood-2
}
}

@ -17,6 +17,7 @@ v1.3.0
- Rotated the HG-5 antenna model to match stock
- Updated old Mk1, Mk2 Illuminator models to use reflectivity on their lenses
- Added White variant to Mk1, Mk2 Illuminators
- Updated claw lamps with lens reflectivity and light cookies.
- Added RCS nozzle glows to improve RCS effects
- Updated Russian localization (Fedor-St)
- Updated Japanese localization (Chemical-Factory)

@ -54,15 +54,22 @@ PART
endEventGUIName = #autoLOC_502074 //#autoLOC_502074 = Disarm
actionGUIName = #autoLOC_502075 //#autoLOC_502075 = Toggle Arming
}
MODULE
{
name = ModuleLight
lightName = Spotlight
useAnimationDim = true
lightBrightenSpeed = 5
lightDimSpeed = 3
resourceAmount = 0.01
lightName = SpotLight
lightMeshRendererName = LampLens
lightBrightenSpeed = 2.5
lightDimSpeed = 2.5
resourceAmount = 0.08 // 80W
useResources = true
animationName = RestockMiniClawLamp_On
animationName = RestockClawLamp_On
}
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-spot-1
}
}

@ -4,6 +4,7 @@ v1.3.0
- Updated French localization (vinix38)
- Removed Light Adjustement patch, replaced with new stock functionality as part of base Restock
- Added a new version of the HG-20 High Gain Antenna matching the orientation of the stock HG-5. The old version has been soft-deprecated.
- Updated Advanced Grabbing Unit Junior with new light module and graphics.
- Soft-deprecated all various RV-series and RC-series RCS blocks
- New RCS parts:
- RV-105-A RCS Thruster Block : RCS block with 45 degree canted nozzles, available in 5x, 4x, 3x, 2x variants

Loading…
Cancel
Save