From f71372bef409a06f6b57baf14b34d1be1529da6d Mon Sep 17 00:00:00 2001 From: Alvin Meng Date: Fri, 17 Dec 2021 13:57:12 -0500 Subject: [PATCH] Prep for v 13.5.3 --- RealFuels/Readme_RF.txt | 7 +++++++ RealFuels/RealFuels.version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RealFuels/Readme_RF.txt b/RealFuels/Readme_RF.txt index 7f3c8212..0fc3d6d9 100644 --- a/RealFuels/Readme_RF.txt +++ b/RealFuels/Readme_RF.txt @@ -49,6 +49,13 @@ AN OVERVIEW OF FUEL TYPES AND TANK TYPES AND TECH LEVELS/ENGINE TYPES AND UPGRAD ========== Changelog: +v13.5.3 + +This is a hotfix to release v13.5.2, which contained a bug resulting in fuel consumption being lowered by a factor of 1000. + +* Recompute throttle response rate when switching to an engine config without an explicitly defined rate. This ensures that response rates are always correct for the config. However, any response rate values set directly in ModuleEnginesRF will be overridden. +* Display effective engine spool-up time in the PAW. For a more detailed explanation, see #273. + v13.5.2 * Fix an incompatibility between ModuleEnginesRF and stock ModuleEngines, where MERF used kilograms instead of tons for the `fuelFlowGui` field. diff --git a/RealFuels/RealFuels.version b/RealFuels/RealFuels.version index cec3aa0b..2fdd6474 100644 --- a/RealFuels/RealFuels.version +++ b/RealFuels/RealFuels.version @@ -5,7 +5,7 @@ { "MAJOR": 13, "MINOR": 5, - "PATCH": 2 + "PATCH": 3 }, "KSP_VERSION": {