Skip to content

Commit

Permalink
Merge pull request #114 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 2.0.7
  • Loading branch information
ChrisAdderley authored Aug 18, 2024
2 parents abec577 + e992cea commit 9b8d8b0
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.2.1
version: 4.2.3
location: s3
B9PartSwitch:
version: 2.18.0
version: 2.20.0
location: s3
CommunityResourcePack:
version: 1.4.2
location: s3
DynamicBatteryStorage:
tag: 2.2.5
tag: 2.3.1
location: github
repository: post-kerbin-mining-corporation/DynamicBatteryStorage
DeployableEngines:
tag: 1.3.1
location: github
repository: post-kerbin-mining-corporation/DeployableEngines
CryoTanks:
tag: 1.6.4
tag: 1.6.6
location: github
repository: post-kerbin-mining-corporation/CryoTanks
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ PART
SUBTYPE
{
name = 1.25m
title = #LOC_CryoEngines_engine_switcher_mount_variant2
title = #LOC_CryoEngines_engine_switcher_mount_variant7
transform = Shroud_1875_BE4
transform = B_BE4_1875
descriptionSummary = #LOC_CryoEngines_engine_switcher_mount_1875_summary
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/// Adds the parts added to a new VABOrganizer category
@PART[cryoengine-fuji-1,cryoengine-ulysses-1,cryoengine-hecate-1,cryoengine-vesuvius-1,cryoengine-etna-1,cryoengine-tharsis-1,cryoengine-stromboli-1,cryoengine-erebus-1,cryoengine-pavonis-1]:FOR[CryoEngines]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = cryogenicEngines
}
}
@PART[cryoengine-allosaur-1,cryoengine-eagle-1,cryoengine-buzzard-1,cryoengine-deinonychus-1,cryoengine-vulture-1,cryoengine-tyrannosaur-1,cryoengine-hawk-1,cryoengine-compsognathus-1,cryoengine-harrier-1,cryoengine-iguanodon-1]:FOR[CryoEngines]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = cryogenicEngines
}
}
4 changes: 2 additions & 2 deletions GameData/CryoEngines/Versioning/CryoEngines.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":2,
"MINOR":0,
"PATCH":6,
"PATCH":7,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":2
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ For more information, check out the [CryoTanks readme](https://github.com/ChrisA

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.2.1)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Community Resource Pack (1.4.2)](https://github.com/BobPalmer/CommunityResourcePack)
* [CryoTanks (1.6.3)](https://github.com/post-kerbin-mining-corporation/CryoTanks)
* [DynamicBatteryStorage (2.2.5)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage)
* [CryoTanks (1.6.6)](https://github.com/post-kerbin-mining-corporation/CryoTanks)
* [DynamicBatteryStorage (2.3.1)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage)
* [DeployableEngines (1.3.1)](https://github.com/post-kerbin-mining-corporation/DeployableEngines)

## Installation
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.0.7
------
- Updated CryoTanks to 1.6.6
- Updated ModuleManager to 4.2.3
- Updated DynamicBatteryStorage to 2.3.1
- Updated B9PartSwitch to 2.20.0
- Bumped KSP versioning
- Fixed incorrect title for Iguanodon 1.875m variant
- Add support for VABOrganizer

v2.0.6
------
- Updated CryoTanks to 1.6.4
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
========================
CRYOGENIC ENGINES v2.0.6
CRYOGENIC ENGINES v2.0.7
========================

This is a pack with several new liquid fuel engines that run on Liquid Hydrogen and Oxidizer or Liquid Methane and Oxidizer. Liquid Hydrogen is a messy fuel that leaks out of most tanks (slowly) and takes up a lot of space compared to stock Liquid Fuel. However engines using it have the highest possible chemical specific impulse, so it can be quite useful. Liquid Methane is a middle of the road fuel that has a volume between Liquid Fuel and Liquid Hydrogen. It still leaks, but not as fast. In all cases, leakage can be countered by using a modest amount of power.
Expand All @@ -10,12 +10,12 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.18.0)
- B9PartSwitch (2.20.0)
- Community Resource Pack (1.4.2)
- ModuleManager (v4.2.1)
- ModuleManager (v4.2.3)
- Deployable Engines (1.3.1)
- DynamicBatteryStorage (2.2.4)
- CryoTanks (1.6.3)
- DynamicBatteryStorage (2.3.1)
- CryoTanks (1.6.6)

Optional
- Community Tech Tree (v3.0+)
Expand Down

0 comments on commit 9b8d8b0

Please sign in to comment.