Skip to content

Commit

Permalink
v 1.44 signoff
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeOfMaar committed May 4, 2023
1 parent 4dcf137 commit e325ca6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
10 changes: 10 additions & 0 deletions GameData/RationalResources/Version/Changelog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
28 changes: 28 additions & 0 deletions GameData/RationalResources/Version/KerbalChangelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"VERSION":
{
"MAJOR":1,
"MINOR":43,
"MINOR":44,
"PATCH":0,
"BUILD":0
},
Expand Down

0 comments on commit e325ca6

Please sign in to comment.