MechJeb2

MechJeb2

4M Downloads

[Suggestion]can split the ComputerMoulde and stuff like this to another Dll to improve hot-reloader?

ceabie opened this issue ยท 2 comments

commented

Hi, recently I'm doing some experimental tests in MechJeb2, but must restart the game after rebuild this project everytime.You know the game start time always very long.

I find a way to hot-reloader a dll in KSP: KSPPluginReload.
It can reloader a alone dll when KSP is running.But MechJeb2 is all in one, and I'm not familiar with the mechanism of KSP and MechJebCore to refactor it.

can you give some suggestion to do this or in next version?

thanks.

commented
commented

I saw that code when it was first posted 2 years ago.

  1. From the reloader readme : "Parts & partmodules will not be reloaded."
  2. that code was made for unity 4 and I sure won't adapt it for 5.
  3. Using that in MJ require too much change for a limited use case. With the ability to break and inspect the game in dev mode it does not help all that much.