Closed jdmj closed 9 years ago
Well if THIS is causing bugs, this is on Squad's side and I can't do shit about it, I'm not taking out IModuleInfo.
Else, as I said before, if RoverDude has problems with RealChute, he should come forth to me to get help. If this is the problem, that's too bad.
I'm not a coder, but it seems to be the intended (by Squad) behavior. Assembly Browser gives a lot of unreadable crap, but in this case it's straightforward. in PartListTooltips.ShowTooltip:
this.
= PartListTooltips.GetPrimaryInfo (aPart, 3);
and in AvailablePart there's persistent moduleInfo field. I guess it's there (empty) even if there isn't one in part config, which leaves 2 rows for modules. Adding the third one raises ArgumentOutOfRangeException. Crap. Sorry for the useless report.
No worries, I'll try to push on my side to get Squad to fix it's broken crap, thanks for finding that
Not sure if it's an RC or stock bug, but if I revert this change:
the problem disappears. PodEngine already has ModuleEngines and ModuleDecouple, both of which add their info into the tooltip without problems.