From 4854474c7b4d0fe7e225ba4a64519204e1934683 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Mon, 5 Oct 2015 22:07:03 +0800 Subject: [PATCH] Add boxsat A.02f --- .../BoxSat-prototypes-A.02f.ckan | 27 +++++++++++++++++++ BoxSat/BoxSat-A.02f.ckan | 25 +++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 BoxSat-prototypes/BoxSat-prototypes-A.02f.ckan create mode 100644 BoxSat/BoxSat-A.02f.ckan diff --git a/BoxSat-prototypes/BoxSat-prototypes-A.02f.ckan b/BoxSat-prototypes/BoxSat-prototypes-A.02f.ckan new file mode 100644 index 0000000000..518b23e77a --- /dev/null +++ b/BoxSat-prototypes/BoxSat-prototypes-A.02f.ckan @@ -0,0 +1,27 @@ +{ + "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", + "homepage": "http://forum.kerbalspaceprogram.com/threads/91616" + }, + "version": "A.02f", + "ksp_version": "1.0.4", + "download": "http://addons-origin.cursecdn.com/files/2257/195/BoxSat%20vA.02f.zip", + "depends" : [ + { "name": "ModuleManager" }, + { "name": "BoxSat" } + ], + "install": [ + { + "find": "BoxSatPrototypes", + "install_to": "GameData", + "filter_regexp": "\\.ddsified$" + } + ] +} diff --git a/BoxSat/BoxSat-A.02f.ckan b/BoxSat/BoxSat-A.02f.ckan new file mode 100644 index 0000000000..6b1417536a --- /dev/null +++ b/BoxSat/BoxSat-A.02f.ckan @@ -0,0 +1,25 @@ +{ + "spec_version": "v1.4", + "identifier": "BoxSat", + "name": "BoxSat", + "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", + "homepage": "http://forum.kerbalspaceprogram.com/threads/91616" + }, + "version": "A.02f", + "ksp_version": "1.0.4", + "download": "http://addons-origin.cursecdn.com/files/2257/195/BoxSat%20vA.02f.zip", + "depends" : [ + { "name" : "ModuleManager" } + ], + "install": [ + { + "find": "BoxSatAlpha", + "install_to": "GameData", + "filter_regexp": "\\.ddsified$" + } + ] +}