Skip to content

Commit 8ac0d49

Browse files
committed
Updating KSPe to 2.5.5.2
1 parent 9766df7 commit 8ac0d49

28 files changed

Lines changed: 11 additions & 4 deletions

GameData/000_KSPe.dll

7 KB
Binary file not shown.

GameData/000_KSPe/CHANGE_LOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# KSP Enhanced /L :: Change Log
22

3+
* 2026-0321: 2.5.5.2 (Lisias) for KSP >= 1.2
4+
+ Adding a "dummy" logger - for that moments in which you **really** don't want to log anything...
5+
+ **Finally** solving a problem that was bitting my sorry arse for years on the `SaveGameMonitor` feature!
6+
+ Some new `CreateInstanceByInterface` helpers.
7+
+ 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!
8+
- Not one of my brightest moments, I say...
9+
- Thanks for the [tip](https://forum.kerbalspaceprogram.com/topic/230007-placing-parts-breaks-entire-vab/#findComment-4505659), [SomeoneOK](https://forum.kerbalspaceprogram.com/profile/205857-someoneok/)!
310
* 2024-1217: 2.5.5.1 (Lisias) for KSP >= 1.2
4-
+ Missing use case on handling ConfigNodes on an hirarchy
11+
+ Missing use case on handling ConfigNodes on an hierarchy
512
* 2024-1211: 2.5.5.0 (Lisias) for KSP >= 1.2
613
+ Some serious (long due) refactorings on `IO.Hierarchy.*GAMEDATA*`
714
+ Adds `KSPe.IO.SaveGameMonitor` - the only reliable way, from this point, to known when a savegame is ready to be used from `KSPe` point of view.

GameData/000_KSPe/KSPe.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":2,
99
"MINOR":5,
1010
"PATCH":5,
11-
"BUILD":1
11+
"BUILD":2
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

GameData/000_KSPe/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
"/L Aerospace" is a fictitious entity created for entertainment purposes. It is in no way meant to represent a real entity. Any similarity to a real entity is purely coincidental.
66

7-
"Kerbal Space Program" is © 2011-2019 Private Division LLC. Developed by Squad. This project is in no way associated with nor endorsed by Squad or Developed by Squad.
7+
"Kerbal Space Program" is © 2011-2019 Private Division LLC. Developed by Squad. This project is in no way associated with nor endorsed by Squad or Private Division.
88

99
Other trademarks and registered trademarks are the property of the respective trademark holders.
1010

11-
© 2018-2024 LisiasT
11+
© 2018-2026 LisiasT
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
7 KB
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

GameData/000_KSPe/Plugins/KSPe.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)