From b935a38d454cc955cd123936e6a2473f5e86046e Mon Sep 17 00:00:00 2001 From: Dwayne Bent Date: Sun, 10 May 2015 09:47:07 -0400 Subject: [PATCH] Update BoxSat-prototypes --- .../BoxSat-prototypes-A.02e.ckan | 26 +++++++++++++++++++ BoxSat/BoxSat-A.02e.ckan | 8 ++++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 BoxSat-prototypes/BoxSat-prototypes-A.02e.ckan diff --git a/BoxSat-prototypes/BoxSat-prototypes-A.02e.ckan b/BoxSat-prototypes/BoxSat-prototypes-A.02e.ckan new file mode 100644 index 0000000000..93b99f91e0 --- /dev/null +++ b/BoxSat-prototypes/BoxSat-prototypes-A.02e.ckan @@ -0,0 +1,26 @@ +{ + "spec_version": "v1.4", + "identifier": "BoxSat-prototypes", + "name": "BoxSat prototype parts", + "release_status": "development", + "license": "restricted", + "abstract": "A modular, stackable, serviceable, & customizable satellite in a box!", + "author": [ "DasPenguin85", "orcmaul" ], + "resources": { + "x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat" + }, + "version": "A.02e", + "ksp_version": "1.0.2", + "download": "http://addons-origin.cursecdn.com/files/2237/556/BoxSat%20vA.02e.zip", + "depends" : [ + { "name": "ModuleManager" }, + { "name": "BoxSat" } + ], + "install": [ + { + "find": "BoxSatPrototypes", + "install_to": "GameData", + "filter_regexp": "\\.ddsified$" + } + ] +} diff --git a/BoxSat/BoxSat-A.02e.ckan b/BoxSat/BoxSat-A.02e.ckan index 8559048827..b6b696bf01 100644 --- a/BoxSat/BoxSat-A.02e.ckan +++ b/BoxSat/BoxSat-A.02e.ckan @@ -4,17 +4,21 @@ "name": "BoxSat", "license": "restricted", "abstract": "A modular, stackable, serviceable, & customizable satellite in a box!", - "author": [ "DasPenguin85", "orcmaul" ], + "author": [ "DasPenguin85", "orcmaul" ], "resources": { "x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat" }, "version": "A.02e", "ksp_version": "1.0.2", "download": "http://addons-origin.cursecdn.com/files/2237/556/BoxSat%20vA.02e.zip", + "depends" : [ + { "name" : "ModuleManager" } + ], "install": [ { "find": "BoxSatAlpha", - "install_to": "GameData" + "install_to": "GameData", + "filter_regexp": "\\.ddsified$" } ] }