Open SEKCobra opened 10 years ago
Have you tried it on a new ship? I've noticed some issues on my own system with ships launched prior to the mod being installed.
The issue is here:
[WRN 11:41:27.652] [Part]: PartModule indexing mismatch at InfilPod, index 11.
Node 'ModuleTripLogger' found in loaded data, but 'CrewXferModule' is defined in prefab.
Looking for ModuleTripLogger in other indices...
The issue is probably the fact that I haven't included MM_REINITIALIZE
in the module manager files.
Try editing the CrewXferConfig.cfg
file, and adding MM_REINITIALIZE = true
on a new line, after each instance of name = CrewXferModule
I'll test this myself as soon as I get a chance, but give it a shot and see if it works
Did this, seems to have worked, here's my quick regex from Sublime Text: (name = .\n)(.) $1 MM_REINITIALIZE = true\n$2
Cheers!
Actually, after reading through the ModuleManager docs and source, I don't think that MM_REINITIALIZE
actually does anything in ModuleManager 2.2.0.
So that's weird.
Maybe the intermittent Version change of KSP fixed it then?
I can't see any Transfer Buttons or anything else related to this in my Ship Right Click Menus. Log attached as requested.