Skip to content

Commit

Permalink
Merge pull request #92 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
ProcParts tank fix
  • Loading branch information
ChrisAdderley committed Feb 20, 2020
2 parents 30e9149 + 5caa7a7 commit 8b7d6ba
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
21 changes: 21 additions & 0 deletions GameData/CryoTanks/Patches/CryoTanksProceduralFuelTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,25 @@
}
}
}

MODULE
{
name = ModuleCryoTank
// in Ec per 1000 units per second
CoolingEnabled = True
BOILOFFCONFIG
{
FuelName = LqdHydrogen
// in % per hr
BoiloffRate = 0.05
CoolingCost = 0.05
}
BOILOFFCONFIG
{
FuelName = LqdMethane
// in % per hr
BoiloffRate = 0.005
CoolingCost = 0.02
}
}
}
2 changes: 1 addition & 1 deletion GameData/CryoTanks/Versioning/CryoTanks.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":4,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
v1.4.2
------
- Added boiloff module to Procedural Tanks patch

v1.4.1
------
- KSP 1.8.x
- KSP 1.9.x
- Updated B9PartSwitch to 2.13.0
- Updated DynamicBatteryStorage to 2.1.5
- Updated ModuleManger to 4.1.3
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
Cryo Tanks v1.4.1
Cryo Tanks v1.4.2
=================

A mod pack for Kerbal Space Program, specifically supporting my other mods Kerbal Atomics (https://github.com/ChrisAdderley/KerbalAtomics) and Cryogenic Engines (https://github.com/ChrisAdderley/CryoEngines), dealing with cryogenic fuels, their storage and their properties.
Expand Down

0 comments on commit 8b7d6ba

Please sign in to comment.