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 MODULE
{ {
name = ModuleLight name = ModuleLight
lightName = SpotLight lightName = Lamp
lightMeshRendererName = LampLens useAnimationDim = true
lightBrightenSpeed = 2.5 lightBrightenSpeed = 2.5
lightDimSpeed = 2.5 lightDimSpeed = 2.5
resourceAmount = 0.1 // 100W resourceAmount = 0.02
useResources = true useResources = true
} animationName = RestockClawLamp_On
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-spot-1
} }
} }
@ -342,16 +337,11 @@
{ {
name = ModuleLight name = ModuleLight
lightName = SpotLight lightName = SpotLight
lightMeshRendererName = LampLens useAnimationDim = true
lightBrightenSpeed = 2.5 lightBrightenSpeed = 2.5
lightDimSpeed = 2.5 lightDimSpeed = 2.5
resourceAmount = 0.08 // 80W resourceAmount = 0.02
useResources = true useResources = true
} animationName = RestockMiniClawLamp_On
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-flood-2
} }
} }

View File

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

View File

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

View File

@ -4,7 +4,6 @@ v1.3.0
- Updated French localization (vinix38) - Updated French localization (vinix38)
- Removed Light Adjustement patch, replaced with new stock functionality as part of base Restock - 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. - 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 - Soft-deprecated all various RV-series and RC-series RCS blocks
- New RCS parts: - New RCS parts:
- RV-105-A RCS Thruster Block : RCS block with 45 degree canted nozzles, available in 5x, 4x, 3x, 2x variants - 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="MaterialModifiers\TexturePropertyMaterialModifier.cs" />
<Compile Include="ModuleRestockDeployableMeshHider.cs" /> <Compile Include="ModuleRestockDeployableMeshHider.cs" />
<Compile Include="ModuleRestockLaunchClamp.cs" /> <Compile Include="ModuleRestockLaunchClamp.cs" />
<Compile Include="ModuleRestockEnhancedLight.cs" />
<Compile Include="ModuleRestockRCSGlow.cs" />
<Compile Include="ModuleRestockLinkedMesh.cs" /> <Compile Include="ModuleRestockLinkedMesh.cs" />
<Compile Include="ModuleRestockDepthMask.cs" /> <Compile Include="ModuleRestockDepthMask.cs" />
<Compile Include="ModuleRestockHeatEffects.cs" /> <Compile Include="ModuleRestockHeatEffects.cs" />