From e325ca6d5265b012083a7531cc6fe6bbc0808507 Mon Sep 17 00:00:00 2001 From: JadeOfMaar Date: Wed, 3 May 2023 23:34:07 -0400 Subject: [PATCH] v 1.44 signoff --- .../RationalResources/Version/Changelog.md | 10 +++++++ .../Version/KerbalChangelog.cfg | 28 +++++++++++++++++++ .../Version/RationalResources.version | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/GameData/RationalResources/Version/Changelog.md b/GameData/RationalResources/Version/Changelog.md index a0a32f0..7685450 100644 --- a/GameData/RationalResources/Version/Changelog.md +++ b/GameData/RationalResources/Version/Changelog.md @@ -1,5 +1,15 @@ # Rational Resources +## 1.44 +* Added compatibility (excluding template adaptation) for The Gold Standard. +* Balance pass in `RationalResourcesNuclearFamily`. Lower Isp propellants are ensured greater thrust and oxidating agent NTRs have greater baseline thrust due to default lower Isp. +* Changed (most if not all) exo resources to liquid form and exo scoop modules to suit. +* Deleted redundant CO2 generators. +* Fixed RR_MetallicOre issue when CRP not installed (hopefully). +* Fixed issues with Kerbalism + WBI Pathfinder. +* Rewrote and divided RR Omniconverter recipes between basic, CRP and Classic Stock. +* Tagged all engines except the open cycle one in Kerbal Atomics for `RationalResourcesNuclearFamily`. + ## 1.43 * Changed requirement of harvesters and refineries from Classic Stock to WBI Pathfinder. When Pathfinder is installed, harvesters can use one module to produce all resources, refineries become switchable and decluttered. * Fixed excessive Water demand of Hydrolox production (increased Hydrolox outputs). diff --git a/GameData/RationalResources/Version/KerbalChangelog.cfg b/GameData/RationalResources/Version/KerbalChangelog.cfg index 3fd46e1..bdaade8 100644 --- a/GameData/RationalResources/Version/KerbalChangelog.cfg +++ b/GameData/RationalResources/Version/KerbalChangelog.cfg @@ -6,6 +6,34 @@ KERBALCHANGELOG //Required to have this name author = JadeOfMaar website = forum.kerbalspaceprogram.com/index.php?/topic/184875-*/ + VERSION + { + version = 1.44 + CHANGE + { + type = Add + change = Added compatibility (excluding template adaptation) for The Gold Standard. + change = Tagged all engines except the open cycle one in Kerbal Atomics for `RationalResourcesNuclearFamily`. + } + CHANGE + { + type = Change + change = Balance pass in `RationalResourcesNuclearFamily`. Lower Isp propellants are ensured greater thrust and oxidating agent NTRs have greater baseline thrust due to default lower Isp. + change = Changed (most if not all) exo resources to liquid form and exo scoop modules to suit. + change = Rewrote and divided RR Omniconverter recipes between basic, CRP and Classic Stock. + } + CHANGE + { + type = Fix + change = Fixed RR_MetallicOre issue when CRP not installed (hopefully). + change = Fixed issues with Kerbalism + WBI Pathfinder. + } + CHANGE + { + type = Remove + change = Deleted redundant CO2 generators. + } + } VERSION { version = 1.43 diff --git a/GameData/RationalResources/Version/RationalResources.version b/GameData/RationalResources/Version/RationalResources.version index 04c4b23..e1b11fa 100644 --- a/GameData/RationalResources/Version/RationalResources.version +++ b/GameData/RationalResources/Version/RationalResources.version @@ -14,7 +14,7 @@ "VERSION": { "MAJOR":1, - "MINOR":43, + "MINOR":44, "PATCH":0, "BUILD":0 },