Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jan-bures jan-bures released this 20 Nov 00:27

After a lot of refactoring, rewriting, and upgrading of the base systems of both the LFO runtime mod and the editor package, and adding many new features to the editor package, LFO is finally dropping the 0.x version number and getting its first stable 1.0 release.

Notable changes:

  • Added support for the loading of assets from addressables. Your mod can now add custom meshes and textures for use with LFO plumes using this system.
  • Added support for the loading of plume JSON configs from addressables. This means plumes can now be patched using Patch Manager. Plumes made with previous versions will be registered as addressable assets at runtime, meaning that even plumes made in pre-1.0 versions can be patched.
  • Many changes to the LFO Unity editor package, which can be installed in the Unity Package Manager from Git URL: https://github.com/KSP2Community/LFO.Editor.git

Known issues:

  • Using the SORRY engines "M-35 Pursina", "Kheip-0" and "Reiptor-12" currently breaks the plumes of all other running engines. This does not seem to be an issue with LFO itself, because no other tested engines or mods trigger this bug. It is recommended to avoid using these three engines until SORRY is updated.

Full Changelog: v0.10.0...v1.0.0