v1.3 Release Candidate 2
Pre-release
Pre-release
TestFlight v1.3 Release Candidate 2 (1.3.0.13)
KSP 1.0.2 Compatible
v1.3 Is a major refactor of TestFlight and removes the concept of 'scope'. All data is now stored globally and reliability does not change when you move to different scopes. This does remove some game play, but the complexity of the system, mainly due to KSPs complexity in persisting data, was holding back other features and I've decided those other features are more important.
Important Note:
Version 1.3 of TestFlight is potentially save-game breaking. The underlying scenario data store has changed. While v1.3 includes code to automatically upgrade previous 1.2 save games, it might not always work.
Change Log
- FIX: Leaked resources will no longer pull from other parts!
- NEW: Failure_ResourceLeak is now more flexible in how the leak amounts are defined. By default it functions as normal, however you can optionally specify values to be in percent of maximum resource capacity or percent of current resource level. By adding the suffixes %t or %c respectively.
- NEW: Added
calculatePerTick
property to Failure_ResourceLeak. If set totrue
then any percent values will be re-calculated each tick. Iffalse
then they will only be calculated initially at the time of failure. Default values isfalse
.