KSP Interstellar Extended

KSP Interstellar Extended

1M Downloads

Sciencelab unable to transmit generated science (fix included)

xDeerStalker opened this issue · 2 comments

commented

Hello,
there is a new bug related to transmitting science from the science lab.

What:
Basically the same described here

Cause: commit 3c27561
File: GameData/WarpPlugin/Parts/Command/scienceModule/part.cfg
Reason: containerModuleIndex = 0 // line87
-> The "0th" MODULE isn´t a ModuleScienceContainer anymore, since the patch introduced a MODULE NuclearRefineryController on the 0th position.

Fix: Move the NuclearRefineryController MODULE node further down in the file
or change
containerModuleIndex = 0
to
containerModuleIndex = 1

commented

could you make a pull request with the proposed changes?

commented

done