Releases: KSP-ModularManagement/KSPe
Releases · KSP-ModularManagement/KSPe
2.5.5.1 (Lisias) for KSP >= 1.2
- Missing use case on handling ConfigNodes on an hirarchy
Your attention please
Some addons from my kspu set will fail after updating. I strongly suggest to wait this release to get out of prerelease before installing, while I'm rushing them into new releases.
2.5.5.0 (Lisias) for KSP >= 1.2
- Some serious (long due) refactorings on
IO.Hierarchy.*GAMEDATA*
- Adds
KSPe.IO.SaveGameMonitor
- the only reliable way, from this point, to known when a savegame is ready to be used fromKSPe
point of view.- TL;DR: KSP only populates
HighLogic.fetch.GameSaveFolder
some time afterHighLogic.CurrentGame
is available.GameEvents.onGameStatePostLoad
is called before that too, rendering us high and dry if we need to know the directory KSP is using for the savegame when our Assemblies areStart
ed immediately after the savegame is loaded. - This Monitor will, well, monitor the
GameSaveFolder
and will call all its listeners as soon as this data is available.
- TL;DR: KSP only populates
- Adds a check agains having Add'Ons installed inside an inner
GameData
inside the canonicalGameData
. - Closes issues:
Your attention please
This release was superseded. Do not use.
2.5.4.5 (Lisias) for KSP >= 1.2
2.5.4.4 (Lisias) for KSP >= 1.2
2.5.4.3 (Lisias) for KSP >= 1.2
2.5.4.2 (Lisias) for KSP >= 1.2
- I Finally remembered to activate
richText
on the dialogs boxes! #facePalm - We have moved!
- The Official Repository is now on https://github.com/KSP-ModularManagement/KSPe
Your attention please
Curseforge releases are not being issued anymore, as Modular Management is the preferred way to deploy for them.
2.5.4.1 (Lisias) for KSP >= 1.2
- We have moved!
- The Official Repository is now on https://github.com/KSP-ModularManagement/KSPe
- Fixes a incredibly stupid mistake on
KSPe.Util.SystemTools.Find.ByInterfaceName
- Not one of my brightest moments, no doubt...
Your attention please
Curseforge releases are not being issued anymore, as Modular Management is the preferred way to deploy for them.
2.5.4.0 (Lisias) for KSP >= 1.2
- More UnityEngine and KSP data types serialization/deserialization support for
ConfigNodeWithSteroids
.- Proper support for writting nodes implemented.
- Some copy constructors for the mentioned data types.
- Closes issues:
Your Attention Please
- CurseForge packages are not built anymore, as Modular Management is the preferred distribution package for it.
2.5.3.8 (Lisias) for KSP >= 1.2
- More friendly approach on handling issues when CKAN is present.