From 3fcf9bedebd88fe7024219d3a3e5ae6ddb58fda4 Mon Sep 17 00:00:00 2001 From: leila Date: Fri, 7 Nov 2014 17:47:04 +0100 Subject: [PATCH] Added EPL to Karbonite Adaptation (and alternative workshop) --- EPLKarboniteAdaptation-0.16.7.ckan | 26 ++++++++++++++++++++++++ EPLKarboniteAdaptationAltWorkshop-0.ckan | 25 +++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 EPLKarboniteAdaptation-0.16.7.ckan create mode 100644 EPLKarboniteAdaptationAltWorkshop-0.ckan diff --git a/EPLKarboniteAdaptation-0.16.7.ckan b/EPLKarboniteAdaptation-0.16.7.ckan new file mode 100644 index 0000000000..25fbb5e4d7 --- /dev/null +++ b/EPLKarboniteAdaptation-0.16.7.ckan @@ -0,0 +1,26 @@ +{ + "spec_version" : 1, + "name" : "EPL->Karbonite", + "identifier" : "EPLKarboniteAdaptation", + "abstract" : "This is not a Fork of EPL, just a module manager adaption with all the necessary files to accomplish resource gathering with EPL.", + "download" : "https://dl.dropboxusercontent.com/u/19908938/Karbonite-EPL-Converstion16-7.zip", + "license" : "unknown", + "author" : "rabidninjawombat", + "version" : "0.16.7", + "release_status" : "stable", + "ksp_version" : "0.25", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/89774" + }, + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "ExtraPlanetaryLaunchpads"}, + {"name" : "Karbonite"} + ], + "install" : [ + { + "file" : "GameData/WombatConversions", + "install_to" : "GameData" + } + ] +} diff --git a/EPLKarboniteAdaptationAltWorkshop-0.ckan b/EPLKarboniteAdaptationAltWorkshop-0.ckan new file mode 100644 index 0000000000..a8167ba6be --- /dev/null +++ b/EPLKarboniteAdaptationAltWorkshop-0.ckan @@ -0,0 +1,25 @@ +{ + "spec_version" : 1, + "name" : "EPL->Karbonite Alternate workshop", + "identifier" : "EPLKarboniteAdaptationAltWorkshop", + "abstract" : "Alternate workshop for EPL->Karbonite", + "download" : "https://dl.dropboxusercontent.com/u/19908938/AltOrbitalWorkshop.zip", + "license" : "unknown", + "author" : "rabidninjawombat", + "version" : "0", + "release_status" : "stable", + "ksp_version" : "0.25", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/89774" + }, + "depends" : [ + {"name" : "ExtraPlanetaryLaunchpads"}, + {"name" : "Karbonite"} + ], + "install" : [ + { + "file" : "GameData/WombatConversions", + "install_to" : "GameData" + } + ] +}