sketchfab / ksp-exporter

8 stars 3 forks source link

Doesn't seem to work with module manager #4

Open aidygus opened 9 years ago

aidygus commented 9 years ago

I'm testing this on my install which I admit has a lot of mods. One of the craft I'd like to upload contains B9 parts which I though was causing an issue so I tested with a completely stock craft but I get this following output on every craft I try :

A substitution mu file 'model.mu' was found. Warning: Part 'EngineerChip' was skipped (model was not found) A substitution mu file 'model_bicoupler_s.mu' was found. A substitution mu file 'model.mu' was found. A substitution mu file 'Model.mu' was found. A substitution mu file 'model.mu' was found. A substitution mu file 'model.mu' was found. Warning: Part 'dockingwasher_freeScaleable' was skipped (model was not found) Warning: Part 'IndicatorPanelRPM' was skipped (model was not found) Warning: Part 'JSIStockSquareBlinkenlichten' was skipped (model was not found) Warning: Part 'JSISASPrograde' was skipped (model was not found) Warning: Part 'JSIAA_Throttle' was skipped (model was not found) Warning: Part 'JSIActionGroupLabelButton01' was skipped (model was not found) Warning: Part 'JSITrimKnobPitch' was skipped (model was not found) Warning: Part 'JSIStockSquareButtonLight' was skipped (model was not found) Warning: Part 'JSIStockAltimeter' was skipped (model was not found) Warning: Part 'JSIPrimitiveExternalCamera' was skipped (model was not found) Warning: Part 'RasterPropMonitorBasicHUD' was skipped (model was not found) Warning: Part 'RasterPropMonitorBasicMFD' was skipped (model was not found) Warning: Part 'KP0110internalRPM' was skipped (model was not found) Warning: Part 'orbitalOrbInternalsRPM' was skipped (model was not found) Warning: Part 'mk1CockpitInternalRPM' was skipped (model was not found) Warning: Part 'landerCabinSmallInternalRPM' was skipped (model was not found) Warning: Part 'landerCabinInternalsRPM' was skipped (model was not found) Warning: Part 'SH_mk2CockpitInternalRPM' was skipped (model was not found) Warning: Part 'MK1_Inline_Int_RPM' was skipped (model was not found) Warning: Part 'PodCockpitRPM' was skipped (model was not found) Warning: Part 'cupolaInternalRPM' was skipped (model was not found) Warning: Part 'mk2CockpitStandardInternalsRPM' was skipped (model was not found) Warning: Part 'mk1PodCockpitRPM' was skipped (model was not found) A substitution mu file 'TacContainer.mu' was found. A substitution mu file 'TacContainer.mu' was found. A substitution mu file 'TacContainer.mu' was found. 'NoneType' object has no attribute 'endswith'

All these Parts relate to cfg files used by module manager to extend the original part's base cfg eg EngineerChip because I have that enabled on all command modules.

AurL commented 9 years ago

Thanks for you report. Firstly, your log is very interesting for us since it shows a lot of "missing" .mu issue. It looks like we completly loose track of .mu files when some mods are used. (We don't have much informations about KSP mods, and since they may introduce big changes in the way parts are declared and structured within the gamefolder, It is difficult for us to make our exporter working with all of them, but we are working to make it stronger). We will take a look at the module manager and also on the parts that are mentionned in your log in order to reproduce and provide a fix for this.

Thank you, and don't hesitate to add anything you think about, it may helps too. I will keep you in touch!