Skip to content

Releases: Aebestach/WeatherDrivenSolarPanel

v6.1.0

23 Mar 13:41
03e633c

Choose a tag to compare

Changes since v5.5

Important note: Kerbalism users are advised to continue using WDSP version 5.5. Version 6.1.0 requires Kerbalism to merge my PR.

  1. Replaced the previously hardcoded cloud configuration with CFG-based loading, making future maintenance easier for other planet packs and similar mods.
  2. Added support for UniversalStorage2, resolving issue #4.
  3. Updated the README and provided a Simplified Chinese version.
  4. Based on optimizations to Kerbalism’s SolarPanelFixer.cs, the current Kerbalism-WDSP version is now more comprehensive. Issues such as the inability to display weather states and missing responses to wear have been fixed.
  5. For the non-Kerbalism version of WDSP, upstream changes from Kopernicus have been synchronized. The previous single state of Not Visible has been refined into Occluded By Environment and In Shadow, and a new state, Astronomical Eclipse, has been added.
  6. Fixed bugs related to time-based wear and weather-related wear in WDSP.
  7. Fixed a bug where wear was displayed as 100% during pre-launch.
  8. Other minor fixes.

Full Changelog: v5.5...v6.1.0

v5.5

03 Oct 09:57
9137c01

Choose a tag to compare

Changes since v5.4

  1. Added cloud layer adaptation for Volumetric Cloud v5, fixing issue #14 .
  2. Adjusted the Weather State to combine rain, snow, and lightning into one category

Full Changelog: v5.4...v5.5

v5.4

29 Apr 06:28
6276758

Choose a tag to compare

Changes since v5.3

  1. Fixed a bug that caused a NullReferenceException to occur in the VAB/SPH editor, which could cause the game to crash

Full Changelog: v5.3...v5.4

v5.3

27 Apr 18:20
62da89e

Choose a tag to compare

Changes since v5.2

  1. Fixed an issue where solar panels continued to be affected by time and weather changes even when turned off. (Special thanks to @EmberSkyMedia for bringing this to my attention — I had surprisingly overlooked it before!)
  2. Updated solar panel degradation behavior during interstellar missions. Please refer to the images in the README for details. (For longer interstellar journeys, it is recommended to use nuclear power instead of solar panels.)
  3. Adjusted the default stepCount value. Testing showed that when stepCount was set to 500, using a large number of solar panels caused significant performance issues. Starting from version 5.3, the default stepCount is now 50.
  4. Improved the weather impact curve for smoother transitions.
  5. Fixed an issue where damaged repairable Solar Panels were not updating their stats when repaired with an EVA Repair Kit.

Full Changelog: v5.2...v5.3

v5.2

21 Aug 11:59
69c981d

Choose a tag to compare

Changes since v5.1

  1. Added support for SterlingSystems
  2. Optimized the energy output value when switching stars

Full Changelog: v5.1...v5.2

v5.1

16 Aug 16:37
3895732

Choose a tag to compare

Changes since v5.0

  1. Added support for Kerbalism, #1 will be closed. For specific installation methods and usage matters, please read to README.md
  2. Fixed a bug where wear parameters were not updated when returning to VAB/SPH or re-entering the launch pad.

Thanks to @R-T-B for introducing me to Harmony and Krafs.Publicizer.

v5.0

15 Aug 11:27

Choose a tag to compare

Changes since v4.5

  1. By borrowing the code from Kerbalism, the WDSP method was rewritten to fix the problem #2 and cover the modules of most existing solar panels, but the problem #4 still needs to be adapted. However, compared with versions before v5.0, this version has improved some performance, but users with weak CPU are still recommended to use the dll in Extra.
  2. Improved some factors affected by weather.
  3. Improved the language texts in English and Chinese and added Spanish, Italian, French, and Russian (since they are not my native language, please correct any errors)
  4. Improved the PAW panel of the solar panel and provided a variety of status displays
  5. Added a feature that the efficiency of solar panel power generation will decrease over time, and this process is irreversible (provide a curve chart for reference)
  6. Added a feature that weather other than cloudy weather will cause irreversible wear on solar panels (provide a curve chart for reference)
  7. Added support for JNSQ and KSRSS

v4.5

26 May 13:21

Choose a tag to compare

Changes since v4.4

  1. Added support for Kcalbeloh System Planet Pack.
  2. Streamlined code for more efficient searching.
  3. Optimized decay parameters.
  4. Fixed bug that incorrectly recognized cloud types in Jool-like systems.

v4.4

07 Apr 09:08

Choose a tag to compare

Changes since v4.3

  1. Bug fixed.
  2. Adjust the if statement to switch...case and optimize the program.

v4.3

18 Feb 11:21

Choose a tag to compare

Changes since v4.2

  1. Fixed recognition error in multi-star mode.
  2. Fixed the way weatherDrivenSolarPanel.cfg is written.(Thanks to @JadeOfMaar)