From f43dfd8d6e8262ff91da39509f63d75badc76d5c Mon Sep 17 00:00:00 2001 From: NetKAN bot Date: Mon, 26 Jan 2015 03:19:50 +0100 Subject: [PATCH] NetKAN generated mods - TACLS-Config-Stock/TACLS-Config-Stock-v0.10.2b, TACLS/TACLS-v0.10.2b --- .../TACLS-Config-Stock-v0.10.2b.ckan | 38 +++++++++++++++++ TACLS/TACLS-v0.10.2b.ckan | 42 +++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 TACLS-Config-Stock/TACLS-Config-Stock-v0.10.2b.ckan create mode 100644 TACLS/TACLS-v0.10.2b.ckan diff --git a/TACLS-Config-Stock/TACLS-Config-Stock-v0.10.2b.ckan b/TACLS-Config-Stock/TACLS-Config-Stock-v0.10.2b.ckan new file mode 100644 index 0000000000..ff69e3b8ae --- /dev/null +++ b/TACLS-Config-Stock/TACLS-Config-Stock-v0.10.2b.ckan @@ -0,0 +1,38 @@ +{ + "spec_version": 1, + "identifier": "TACLS-Config-Stock", + "name": "TAC Life Support (TACLS) - stock config", + "abstract": "Stock configuration for TACLS", + "license": "CC-BY-NC-SA-3.0", + "ksp_version": "any", + "release_status": "stable", + "depends": [ + { + "name": "TACLS" + } + ], + "provides": [ + "TACLS-Config" + ], + "conflicts": [ + { + "name": "TACLS-Config" + } + ], + "install": [ + { + "file": "GameData/ThunderAerospace", + "install_to": "GameData", + "comment": "This installs only the LifeSupport.cfg file", + "filter_regexp": "^(?!GameData/ThunderAerospace/TacLifeSupport/PluginData/TacLifeSupport/LifeSupport.cfg)" + } + ], + "resources": { + "repository": "https://github.com/taraniselsu/TacLifeSupport" + }, + "author": "taraniselsu", + "version": "v0.10.2b", + "download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.10.2b/TacLifeSupport_0.10.2.15.zip", + "x_generated_by": "netkan", + "download_size": 5997078 +} diff --git a/TACLS/TACLS-v0.10.2b.ckan b/TACLS/TACLS-v0.10.2b.ckan new file mode 100644 index 0000000000..abea06d1c3 --- /dev/null +++ b/TACLS/TACLS-v0.10.2b.ckan @@ -0,0 +1,42 @@ +{ + "spec_version": 1, + "identifier": "TACLS", + "name": "TAC Life Support (TACLS)", + "abstract": "Adds life support requirements and resources to all kerbals", + "license": "CC-BY-NC-SA-3.0", + "ksp_version": "0.25", + "release_status": "stable", + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "TACLS-Config" + } + ], + "recommends": [ + { + "name": "MiniAVC" + } + ], + "suggests": [ + { + "name": "KSP-AVC" + } + ], + "install": [ + { + "file": "GameData/ThunderAerospace", + "install_to": "GameData", + "filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$" + } + ], + "resources": { + "repository": "https://github.com/taraniselsu/TacLifeSupport" + }, + "author": "taraniselsu", + "version": "v0.10.2b", + "download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.10.2b/TacLifeSupport_0.10.2.15.zip", + "x_generated_by": "netkan", + "download_size": 5997078 +}