FirstPersonKSP / KSP-ProbeControlRoom

ProbeControlRoom for KerbalSpaceProgram
Other
4 stars 5 forks source link

Reviva configs can leave protocrewmembers in the IVA and break saved game loading #30

Closed JonnyOThan closed 8 months ago

JonnyOThan commented 8 months ago

repro steps:

  1. launch a craft with a probe core configured with PCR and reviva
  2. without entering PCR, revert to launch

This seems to occur because Reviva is creating the PCR through the normal methods like it does for other internals - but normally when you go through startIVA it will remove the ProtoCrewMembers that get added to the part. But if those never get removed, they are stored in the save file and will break the game when you try to load it.

JonnyOThan commented 8 months ago

fixed in PCR