KSP-RO / TestFlight

KSP Mod that provides a part research and reliability system
42 stars 31 forks source link

Add tips about special ignition failure penalties #245

Closed siimav closed 9 months ago

siimav commented 2 years ago

Lots of people do not know about the existence of such features. My proposal is to pop open a dialog with explanation the first time the player encounters an ignition failure that had a significant penalty factor. HighLogic.CurrentGame.Parameters.CustomParams<T> can be used to store whether the user has already been informed.

siimav commented 9 months ago

Implemented ROClippy for dyn pressure penalties in 9e7bdd8

siimav commented 9 months ago

I now also taught ROClippy about ignition timing windows!