From a8ab0302547018c4a6567121d29d3bce0129e3f9 Mon Sep 17 00:00:00 2001 From: Hakan Tandogan Date: Wed, 21 Jan 2015 18:02:37 +0100 Subject: [PATCH] Hand-packaged ckan for 0.90 maintenance version of Interstellar --- KSPInterstellar/KSPInterstellar-0.13.6.ckan | 40 +++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 KSPInterstellar/KSPInterstellar-0.13.6.ckan diff --git a/KSPInterstellar/KSPInterstellar-0.13.6.ckan b/KSPInterstellar/KSPInterstellar-0.13.6.ckan new file mode 100644 index 0000000000..98affcb721 --- /dev/null +++ b/KSPInterstellar/KSPInterstellar-0.13.6.ckan @@ -0,0 +1,40 @@ +{ + "spec_version" : 1, + "identifier" : "KSPInterstellar", + "name" : "KSP Interstellar", + "author" : [ "Fractal_UK", "Boris-Barboris" ], + "version" : "0.13.6", + "abstract" : "Advanced tech", + "release_status" : "development", + "ksp_min_version" : "0.90", + "license" : "restricted", + "x_maintained_by" : "hakan42 who would like to fly like Scott Manley", + + "download" : "https://dl.dropboxusercontent.com/u/23572905/KSP_Mods/Interstellar_090_0136.zip", + + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/104943", + "repository" : "https://github.com/Boris-Barboris/KSPInterstellar" + }, + + "depends": [ + { "name": "CommunityResourcePack" }, + { "name": "ModuleManager" }, + { "name": "Toolbar" }, + + { "name": "TreeLoader" }, + + { "name": "TweakScale" } + ], + + "install": [ + { + "file" : "WarpPlugin", + "install_to" : "GameData" + }, + { + "file" : "ORSResourcePack", + "install_to" : "GameData" + } + ] +} \ No newline at end of file