Skip to content

1.18.1 hotfix

Compare
Choose a tag to compare
@gotmachine gotmachine released this 30 Jun 15:05
· 252 commits to master since this release

Required and must be downloaded separately :

Installation

  • 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

New since 1.18.0

  • Fixed AutostrutActions patch causing nullrefs on part duplication and generally not working as intended.

New since 1.17.0

  • New performance patch : MemoryLeaks [KSP 1.12.0 - 1.12.3]
    Fix a bunch of managed memory leaks, mainly by proactively removing GameEvents delegates originating from destroyed UnityEngine.Object instances on scene switches. Will log detected leaks and memory usage. Also seeSettings.cfg to enable advanced logging options that can be useful to hunt down memory leaks in mods.
  • New KSP bugfix : RescaledRoboticParts [KSP 1.8.0 - 1.12.3]
    Fix rescaled robotics parts propagating their scale to childrens after actuating the servo in the editor (thanks to @pap1723)
  • New QoL patch : AutostrutActions [KSP 1.8.0 - 1.12.3]
    Allow autostrut mode to be toggled with action groups (requires advanced tweakables to be enabled). (suggested by forum user @RealKerbal3x)