Compare commits

..

No commits in common. "7fcb091c5fb2c153de96dc471be727373bd5fa94" and "97b3101ed20b30750d98fe340fc87eaa999561ac" have entirely different histories.

17 changed files with 15 additions and 36 deletions

View File

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

View File

@ -17,7 +17,6 @@ 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)

View File

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

View File

@ -4,7 +4,6 @@ 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

View File

@ -57,8 +57,6 @@
<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" />