Skip to content

1.39.1

Latest

Choose a tag to compare

@gotmachine gotmachine released this 29 Aug 08:53

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 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
  • Download and install the following required dependencies :

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 Override patches not properly handling switch statement.
  • Changed the logging level from Error to Warning when KSPCF detects a duplicate value in configs used to load a [Persistent] field.