1.21.0
Required and must be downloaded separately :
- HarmonyKSP : Download - Homepage - Available on [CKAN]
- ModuleManager : Download - Forum post - Available on [CKAN]
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 yourGameData
folder - Copy the
KSPCommunityFixes
folder found in the archive into yourGameData
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)