Skip to content

1.21.0

Compare
Choose a tag to compare
@NathanKell NathanKell released this 26 Aug 04:06
· 184 commits to master since this release
fb90bee

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.20.4

  • New performance / KSP bugfix patch : PQSCoroutineLeak (issue discovered by @Gameslinx)
  • Fixed the ToolbarShowHide patch partially failing due to an ambigious match exception when searching the no args ApplicationLauncher.ShouldItHide() method overload.
  • PersistentIConfigNode patch : added support for nested Persistent IConfigNode, see associated PR (@NathanKell).
  • New performance patch : ConfigNodePerf (@NathanKell)