Closed NoMrBond closed 6 years ago
I noticed the same bug (?) twice. Once in a previous career, one in my current one. In my current carreer, my astronaut that had this problem has retired since, so I could not check if the 10x R&R period 'solution' works. In any case, this is certainly something to look at before the 'final' release of RP-1
Follow up on this bug, I have no deep knowledge on how these logics where implemented, but diggin through the code a bit and re-reading 'NoMrBond' edited comment, it would seem to me that the variable "trainingMissionExpirationDays " in https://github.com/KSP-RO/RP-0/blob/Developmental/Source/Crew/CrewHandlerSettings.cs (line 29) could be the cause. Exactly 120days just as he ('NoMrBond') supposed to be the additional delay. By the name of this variable, it would seem that this should only be used for Training mission expiration.
My feeling is that, for each mission the Kerbal pilot should be trained. But after the mission is ended, the Kerbal is enable to be trained for another mission in the same pod type, as he's expired mission time was not yet reached. So he can not be re-trained, and must wait the previous mission training expiracy date to be able to be re-trained to enable him to fly a new rocket with the same pod type.
If I am correct, it seems the solution is either:
Yep, it's supposed to clear training flags when a mission completes. So I must have a bug where that's not happening.
Ok, that will hopefully do it. That forces all mission training to expire during a crew member's recovery.
Given feedback that it's resolved, closing this. Please poke if reencountered.
Basic rundown of training issue I'm experiencing with RP-1dev (latest all+dependencies)
Have two pilots which have both flown a single X-1 mission and cannot be flown again. They can be sent to refresher courses, but not mission courses which is preventing them from flying again.
Their profile lists the capsule proficiency and mission proficiency (expired).
[Edit] After approx 10x the R&R period (~120 days?) they could be entered into the 'X-1:" Mission" courses again, so now I'm not sure if this is a bug? Will attempt to measure this downtime period more precisely.