Releases: KSPModdingLibs/KSPCommunityPartModules
Releases · KSPModdingLibs/KSPCommunityPartModules
v0.4.0
What's Changed
New Modules:
- ModuleDepthMask
This module allows for parts to have hollow insets that dont clip into other parts, ideal for engine nozzles, landing gear, air intakes, solar panel bays, and more. (Thanks @drewcassidy for permission to adapt this!)
Bug Fixes and Other Changes:
- CKAN
Updated .ckan to work better and support new users of KSPCPM. - Wiki
Added a wiki page to KSPCPM for modders to use
v0.3.0
What's Changed
New Modules:
- ModuleCenterFollowTransform
This module allows you to make the Center of Pressure (CoP), Center of Mass (CoM) or Center of Lift (CoL) follow a specified transform on the same part.
Bug Fixes and Other Changes:
- ModuleCoPFollowTransform
Deprecated module in favour of ModuleCenterFollowTransform
v0.2.1
What's Changed
Bug Fixes and Other Changes:
- Hotfix
Updated readme to specify the new dependency on HarmonyKSP
v0.2.0
What's Changed
New Modules:
- ModuleAutoCutDrogue
Automatically cuts deployed drogue chutes when main parachutes deploy, allowing for more realistic landings without requiring users to set up complicated action groups. (Thanks @CobaltWolf and the rest of the BDB team for permission to adapt this and @gotmachine for helping improve the performance.)
Bug Fixes and Other Changes:
- CKAN
Updated the internal .ckan file to specify new dependency on HarmonyKSP - ModuleCoPFollowTransform
Updated internal workings of the module to be more performant and disable itself if the transformName is not specified. (Thanks @JonnyOThan)
v0.1.1
What's Changed
New Modules:
- ModuleCoPFollowTransform
This module adjusts the Centre of Pressure (CoP) to follow a specified transform on the same part, improving functionality for animated drag-based systems like parachutes.
Bug Fixes and Other Changes:
- CKAN
Fixed the internal .ckan file location and permitted KSP versions