-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controls still work when a probe loses signal #38
Comments
Ok after looking at RasterPropMonitor.cs i think i understand it's more complex. So in order for the computer to disable the monitors when it loses signal, they would have to be configured with "needsCommConnection = true". The ALCORMFDs don't set that field so it's left false. But we can't change that directly on their cfg files because then all MFDs would require signal, even those inside command modules. So the question then becomes, is there a way to change a field for an individual MFD? |
Yeah good question...My hunch is that the solution here would be to have some variable on the RasterPropMonitorComputer (the partmodule that lives on the probe part) that controls the behavior. Then all probes can be set up so that they require a signal and command pods don't. |
When a probe loses CommNet connection the monitors and controls still work.
KSP.log
Steps to reproduce the behavior:
Expected behaviour: The monitors should turn off and controls shouldn't work, like when the probe runs out of electric charge.
Here we can see that the probe has no connection but the monitors are still working.
The text was updated successfully, but these errors were encountered: