mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
2 Commits
97b3101ed2
...
7fcb091c5f
Author | SHA1 | Date | |
---|---|---|---|
7fcb091c5f | |||
a0f70bd778 |
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.
@ -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
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
@ -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
|
||||
|
@ -57,6 +57,8 @@
|
||||
<Compile Include="MaterialModifiers\TexturePropertyMaterialModifier.cs" />
|
||||
<Compile Include="ModuleRestockDeployableMeshHider.cs" />
|
||||
<Compile Include="ModuleRestockLaunchClamp.cs" />
|
||||
<Compile Include="ModuleRestockEnhancedLight.cs" />
|
||||
<Compile Include="ModuleRestockRCSGlow.cs" />
|
||||
<Compile Include="ModuleRestockLinkedMesh.cs" />
|
||||
<Compile Include="ModuleRestockDepthMask.cs" />
|
||||
<Compile Include="ModuleRestockHeatEffects.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user