Releases: KSP-ModularManagement/KSPe
Releases · KSP-ModularManagement/KSPe
2.5.5.2 (Lisias) for KSP >= 1.2
- Adding a "dummy" logger - for that moments in which you really don't want to log anything...
- Finally solving a problem that was bitting my sorry arse for years on the
SaveGameMonitorfeature! - Some new
CreateInstanceByInterfacehelpers. - Some dumbass that I don't know who I am thought it would be a good idea to use a thingy called
SIO.DriveInfo.GetDrives()available only on Unity 2019 and newer, completely defeating the main purpose of this damned KSPe gadget: to allow seamless multi KSP version support!
2.5.5.1 (Lisias) for KSP >= 1.2
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 fromKSPepoint of view.- TL;DR: KSP only populates
HighLogic.fetch.GameSaveFoldersome time afterHighLogic.CurrentGameis available.GameEvents.onGameStatePostLoadis 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 areStarted immediately after the savegame is loaded. - This Monitor will, well, monitor the
GameSaveFolderand 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
GameDatainside 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
richTexton 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.
