diff --git a/.mod_data.yml b/.mod_data.yml index 3681a06..3d14d7e 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.1 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..72cb38d 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.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 c3886d9..24dafa0 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.1 +- 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..a20b890 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.1) +- CryoTanks (1.6.6) Optional