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