- Joined
- Jul 5, 2021
- Messages
- 651
- Reaction score
- 1,003
- Points
- 108
- Location
- Cislunar Space
- Website
- www.orbiter-forum.com
I am working on a spaceplane project and want to have support for random failures. This is a fairly complicated vehicle (over 11,000 lines of code), with a fully functional VC featuring 6 MFDs, realistic electrical system, etc. The code to actually do the failures is already in place and working, now I just need to trigger the failures randomly. What I was thinking is that if the vehicle is left on orbit longer than it’s intended orbital life the rate of random failures would increase dramatically. I want each system to have a different reliability, like an RCS jet failure is much more likely than a fuel cell failure. I have a MET timer variable.
Here are the failures I support now: (I may add more)
RCS Jet fail
RCS Jet stuck on
Main engine failure
MFD failure
Fuel cell offline
Thoughts/Comments/Advice?
Here are the failures I support now: (I may add more)
RCS Jet fail
RCS Jet stuck on
Main engine failure
MFD failure
Fuel cell offline
Thoughts/Comments/Advice?