Skip to content

4.2.2.2 (Lisias) for KSP >= 1.2

Compare
Choose a tag to compare
@Lisias Lisias released this 16 Jul 23:16
· 41 commits to master since this release
b713ca6
  • Removes a memory leak, and promotes some key functions reusability.
  • Mitigates false positives while checking the ConfigCache, aiming to avoid the need of "deleting the cache when something weird happens" after load.
    • It's pretty rare, but not that much, that a change on a file ends up getting the same SHA256.
    • Checking also the file size now, as it's way more improbable that we would had a hash collision on a file with the same size.
  • More orthodoxous deploy model
    • COMPLETELY REMOVE ALL OLDER FILES FROM GameData before updating!!

Installation

You need to install KSPApiExtensions/L 2.4.1.12 or newer. This is a hard dependency, the thingy will not work without it.

No other KSP version is officially supported at this moment (but it's expected that KSP 1.12.4, if ever released, will work fine).