If you try to mod a MapModule, they all get broken and the Map cursor and selection will not work anymore.
Please see this easy Script (what do nothing, but break the module)
modded class SCR_MapCursorModule: SCR_MapModuleBase { override void OnMapOpen(MapConfiguration config) { super.OnMapOpen(config); } }