As discussed previously i have removed the ModuleBDBCutDrogue module from BDB's DLL, it has been moved to KSPCommunityPartModules, where it has had a performance improvement and been renamed to ModuleAutoCutDrogue. it functions in the same manner as previously.
I've changed all references in BDB to require this new module within KSPCPM.
To avoid issues i've added an MM :NEEDS[KSPCommunityPartModules] clause to them but i recommend you specify a dependency on KSPCPM.
I'll submit an issue to CKAN's maintainers so they can also make this change there when v1.14.1 releases
I'll also submit a pull request to the only other mod using this module currently, SSAUCE to let them know of the change and possibly push an update to their mod.
As discussed previously i have removed the
ModuleBDBCutDrogue
module from BDB's DLL, it has been moved to KSPCommunityPartModules, where it has had a performance improvement and been renamed toModuleAutoCutDrogue
. it functions in the same manner as previously.I've changed all references in BDB to require this new module within KSPCPM. To avoid issues i've added an MM
:NEEDS[KSPCommunityPartModules]
clause to them but i recommend you specify a dependency on KSPCPM.I'll submit an issue to CKAN's maintainers so they can also make this change there when v1.14.1 releases
I'll also submit a pull request to the only other mod using this module currently, SSAUCE to let them know of the change and possibly push an update to their mod.