Installation through the CKAN mod manager is recommended.
Manual installation instructions :
- Go to the GitHub release page and download the file named
KSPCommunityFixes_x.x.x.zip - Open the downloaded *.zip archive
- Open the
GameDatafolder of your KSP installation - Delete any existing
KSPCommunityFixesfolder in yourGameDatafolder - Copy the
KSPCommunityFixesfolder found in the archive into yourGameDatafolder - Download and install the following required dependencies :
- HarmonyKSP : Download - Homepage
- ModuleManager : Download - Forum post
1.39.1 (usual hotfix release...)
Bug fixes
- FastAndFixedEnumExtensions : fixed the caching mechanism erroring out on enums containing multiple members using the same underlying value. Was causing various issues in RO/RP1 due to such an enum being defined there.
1.39.0
New/improved patches
- New performance patch : FasterEditorPartList Improve the responsiveness of the part list when switching between categories, sorting and searching by tag. Adress issue #242 reported by @Rodg88.
- New KSP bugfix : DebugConsoleDontStealInput, fix the Alt+F12 console input field stealing input when a console entry is added. Thanks to @Clayell for reminding me of that especially annoying issue.
- New KSP bugfix & performance patch : FastAndFixedEnumExtensions, fix exceptions when calling the
EnumExtensions.*Description()methods with a non-defined enum value, and implement a cache for faster and less allocating execution of those methods. Adress issue #321, thanks to @k1suuu for reporting it.
Other changes
- Fixed
Overridepatches not properly handlingswitchstatement. - Changed the logging level from
ErrortoWarningwhen KSPCF detects a duplicate value in configs used to load a[Persistent]field.