Skip to content

1.22.2

Compare
Choose a tag to compare
@NathanKell NathanKell released this 10 Sep 03:21
· 178 commits to master since this release

Required and must be downloaded separately :

Installation

  • Go to the GitHub release page and download the file named KSPCommunityFixes_x.x.x.zip
  • Open the downloaded *.zip archive
  • Open the GameData folder of your KSP installation
  • Delete any existing KSPCommunityFixes folder in your GameData folder
  • Copy the KSPCommunityFixes folder found in the archive into your GameData folder

New since 1.22.1

  • Fix stock bug in SaveUpgradePipeline exposed by ModUpgradePipeline: the stock SaveUpgradePipeline blows up if an UpgradeScript does not apply to both sfs and craft contexts.

New since 1.21.0

  • New modding patch : ModUpgradePipeline
  • Further improve ConfigNode performance. The tunable settings blocks have been removed since base performance is high enough now. They've been replaced by a single setting that enables not indenting save games and craft files on save, which offers a slight performance boost reading and writing and a fair amount of savings on disk. See #90 for full details. Note that some of this rewrite is done via PersistentIConfigNode, which is now enabled by default.
  • Add a KSPAssembly attributes and add the KSPAssemblyDependency to KSPCommunityFixes.
  • Set AssemblyVersion to 1.0 and only increment AssemblyFileVersion and KSPAssembly.