The KPBS drill is broken in v0.4.2 (installed via CKAN). I installed SimpleRepaint and my 1st time trying to open an existing save I got the warning that some vessels in flight would be deleted because of missing parts. KSP.log had error messages related to the same parts.
I patched my install by creating this new file GameData\SimpleRepaint\IgnoreParts\kpbs.cfg:
// SimpleRepaint patch to avoid breaking Kerbal Planetary Base Systems drill
// Disable repainting for these parts
@part[KKAOSS_ISRU_g,KKAOSS_drill]:BEFORE[zzzzzzSimpleRepaint]
{
%SR_Ignore = true
}
The KPBS drill is broken in v0.4.2 (installed via CKAN). I installed SimpleRepaint and my 1st time trying to open an existing save I got the warning that some vessels in flight would be deleted because of missing parts. KSP.log had error messages related to the same parts.
I patched my install by creating this new file GameData\SimpleRepaint\IgnoreParts\kpbs.cfg:
// SimpleRepaint patch to avoid breaking Kerbal Planetary Base Systems drill
// Disable repainting for these parts
@part[KKAOSS_ISRU_g,KKAOSS_drill]:BEFORE[zzzzzzSimpleRepaint]
{
%SR_Ignore = true
}