1. Will have to test that, but my code uses different approach - KSP-native AssemblyLoader.loadedAssemblies, looking for a) class named DMModuleScienceAnimate in module DMagic derived from PartModule (Magnetometer Boom etc.) b) class named DMModuleScienceAnimateGeneric in module DMModuleScienceAnimateGeneric derived .... so it is not dependent on namespaces, just class-name and dll-name, nothing else. NOTE: that is not part of the PR, but you can find it in my code here: https://githu