Skip to content

1.38.1

Choose a tag to compare

@gotmachine gotmachine released this 10 Jun 10:33
· 73 commits to master since this release

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

Bug fixes

  • ModuleColorChangerOptimization : Fixed externally controlled ModuleColorChanger modules state being wrongly reset on startup, notably causing the stock heat shields to start in the charred / black state in the editor.
1.38.0

New/improved patches

  • New performance patch : ModuleColorChangerOptimization : Mostly eliminate the constant overhead from ModuleColorChanger.Update() by avoiding re-setting the shader property when the state hasn't changed.
  • Improved OptimizedModuleRaycasts patch by removing useless constant overhead from the ModuleSurfaceFX.Update() method, see PR #303.

Bug fixes

  • OptimisedVectorLines : Fixed issue #306, fuel overlay not showing in the editor due to incorrect camera matrix math used in the optimization. Thanks to @Halbann for taking care of that one.