From d9342ee1b6db1cc0987b2a15a8cc358c141393ec Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Tue, 13 Aug 2024 22:09:01 -0700 Subject: [PATCH 1/2] Small update --- .mod_data.yml | 8 ++++---- .../KerbalAtomicsSubcategoryAssignment.cfg | 8 ++++++++ .../KerbalAtomics/Versioning/KerbalAtomics.version | 4 ++-- README.md | 8 ++++---- changelog.txt | 9 +++++++++ readme.txt | 10 +++++----- 6 files changed, 32 insertions(+), 15 deletions(-) create mode 100644 GameData/KerbalAtomics/Patches/VABOrganizer/KerbalAtomicsSubcategoryAssignment.cfg diff --git a/.mod_data.yml b/.mod_data.yml index 3681a06..a6485cc 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -8,16 +8,16 @@ 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.4 + tag: 2.3.0 location: github repository: post-kerbin-mining-corporation/DynamicBatteryStorage DeployableEngines: @@ -25,7 +25,7 @@ dependencies: # Configure dependencies 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: diff --git a/GameData/KerbalAtomics/Patches/VABOrganizer/KerbalAtomicsSubcategoryAssignment.cfg b/GameData/KerbalAtomics/Patches/VABOrganizer/KerbalAtomicsSubcategoryAssignment.cfg new file mode 100644 index 0000000..b4c0bb4 --- /dev/null +++ b/GameData/KerbalAtomics/Patches/VABOrganizer/KerbalAtomicsSubcategoryAssignment.cfg @@ -0,0 +1,8 @@ +/// Adds the parts added to a new VABOrganizer category +@PART[ntr-gc-25-1,ntr-gc-25-2,ntr-gc-25-3,ntr-sc-25-1,ntr-sc-125-1,ntr-sc-125-2,ntr-sc-375-1,ntr-sc-0625-1]:FOR[KerbalAtomics]:NEEDS[VABOrganizer] +{ + %VABORGANIZER + { + %organizerSubcategory = nuclearEngines + } +} \ No newline at end of file diff --git a/GameData/KerbalAtomics/Versioning/KerbalAtomics.version b/GameData/KerbalAtomics/Versioning/KerbalAtomics.version index 73d5f75..4dff6f9 100644 --- a/GameData/KerbalAtomics/Versioning/KerbalAtomics.version +++ b/GameData/KerbalAtomics/Versioning/KerbalAtomics.version @@ -6,14 +6,14 @@ { "MAJOR":1, "MINOR":3, - "PATCH":3, + "PATCH":4, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, "MINOR":12, - "PATCH":2 + "PATCH":5 }, "KSP_VERSION_MIN":{ "MAJOR":1, diff --git a/README.md b/README.md index 49d58ae..f15c557 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,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.1)](https://github.com/post-kerbin-mining-corporation/CryoTanks) -* [DynamicBatteryStorage (2.2.4)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage) +* [CryoTanks (1.6.6)](https://github.com/post-kerbin-mining-corporation/CryoTanks) +* [DynamicBatteryStorage (2.3.0)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage) * [DeployableEngines (1.3.1)](https://github.com/post-kerbin-mining-corporation/DeployableEngines) ## Installation diff --git a/changelog.txt b/changelog.txt index c3886d9..7a94b5f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +v1.3.4 +------ +- Updated CryoTanks to 1.6.6 +- Updated ModuleManager to 4.2.3 +- Updated DynamicBatteryStorage to 2.3.0 +- Updated B9PartSwitch to 2.20.0 +- Bumped KSP versioning +- Add support for VABOrganizer + v1.3.3 ------ - Updated CryoTanks to 1.6.4 diff --git a/readme.txt b/readme.txt index 1ad37bb..63379bb 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ===================== -KERBAL ATOMICS v1.3.3 +KERBAL ATOMICS v1.3.4 ===================== This pack aims to add more options to nuclear thermal propulsion systems in KSP. It adds several engines and modifies the stock nuclear engine to run on Liquid Hydrogen as an additional mode. @@ -10,12 +10,12 @@ DEPENDENCIES ============ Required: -- B9PartSwitch (2.18.0) +- B9PartSwitch (2.20.0) - Community Resource Pack (1.4.2) -- ModuleManager (4.2.1) +- ModuleManager (4.2.3) - Deployable Engines (1.3.1) -- DynamicBatteryStorage (2.2.4) -- CryoTanks (1.6.4) +- DynamicBatteryStorage (2.3.0) +- CryoTanks (1.6.6) Optional From 8728f774b27ec54b1b667447452b5316740273d4 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Sun, 18 Aug 2024 15:08:39 -0700 Subject: [PATCH 2/2] Bump DBS packaged version --- .mod_data.yml | 2 +- README.md | 2 +- changelog.txt | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mod_data.yml b/.mod_data.yml index a6485cc..3d14d7e 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -17,7 +17,7 @@ dependencies: # Configure dependencies version: 1.4.2 location: s3 DynamicBatteryStorage: - tag: 2.3.0 + tag: 2.3.1 location: github repository: post-kerbin-mining-corporation/DynamicBatteryStorage DeployableEngines: diff --git a/README.md b/README.md index f15c557..72cb38d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ These components are required for the mod to function and are bundled as part of * [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch) * [Community Resource Pack (1.4.2)](https://github.com/BobPalmer/CommunityResourcePack) * [CryoTanks (1.6.6)](https://github.com/post-kerbin-mining-corporation/CryoTanks) -* [DynamicBatteryStorage (2.3.0)](https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage) +* [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 diff --git a/changelog.txt b/changelog.txt index 7a94b5f..24dafa0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,7 +2,7 @@ v1.3.4 ------ - Updated CryoTanks to 1.6.6 - Updated ModuleManager to 4.2.3 -- Updated DynamicBatteryStorage to 2.3.0 +- Updated DynamicBatteryStorage to 2.3.1 - Updated B9PartSwitch to 2.20.0 - Bumped KSP versioning - Add support for VABOrganizer diff --git a/readme.txt b/readme.txt index 63379bb..a20b890 100644 --- a/readme.txt +++ b/readme.txt @@ -14,7 +14,7 @@ Required: - Community Resource Pack (1.4.2) - ModuleManager (4.2.3) - Deployable Engines (1.3.1) -- DynamicBatteryStorage (2.3.0) +- DynamicBatteryStorage (2.3.1) - CryoTanks (1.6.6)