From 659ebd0a4fd5f4105a419ac179601a92423ced04 Mon Sep 17 00:00:00 2001 From: Ben Kelly Date: Sat, 16 May 2015 11:33:38 -0400 Subject: [PATCH] Add MM patches for improved EPL experience with stock ISRU & MKS. --- FLEET/EPL-ISRU-1.0.ckan | 22 ++++++++++++++++++++++ FLEET/EPL-MKS-1.0.ckan | 23 +++++++++++++++++++++++ FLEET/EPL-fastbuild-1.0.ckan | 22 ++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 FLEET/EPL-ISRU-1.0.ckan create mode 100644 FLEET/EPL-MKS-1.0.ckan create mode 100644 FLEET/EPL-fastbuild-1.0.ckan diff --git a/FLEET/EPL-ISRU-1.0.ckan b/FLEET/EPL-ISRU-1.0.ckan new file mode 100644 index 0000000000..2da43e3ff8 --- /dev/null +++ b/FLEET/EPL-ISRU-1.0.ckan @@ -0,0 +1,22 @@ +{ + "spec_version": 1, + "name": "EPL part hider for stock ISRU", + "identifier": "EPL-ISRU", + "author": "ToxicFrog", + "abstract": "Replaces the EPL resource chain with one using the stock ISRU parts and resources.", + "license": "MIT", + "release_status": "stable", + "ksp_version": "1.0.2", + "install": [ + { + "file": "misc-d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd/EPL-ISRU.cfg", + "install_to": "GameData/FLEET" + } + ], + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "ExtraPlanetaryLaunchpads"} + ], + "version": "1.0", + "download": "https://github.com/ToxicFrog/misc/archive/d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd.zip" +} diff --git a/FLEET/EPL-MKS-1.0.ckan b/FLEET/EPL-MKS-1.0.ckan new file mode 100644 index 0000000000..411a3ed743 --- /dev/null +++ b/FLEET/EPL-MKS-1.0.ckan @@ -0,0 +1,23 @@ +{ + "spec_version": 1, + "name": "EPL part hider for MKS", + "identifier": "EPL-MKS", + "author": "ToxicFrog", + "abstract": "Hides the EPL resources and parts. For use with MKS when you don't want the MKS parts cluttering the VAB.", + "license": "MIT", + "release_status": "stable", + "ksp_version": "1.0.2", + "install": [ + { + "file": "misc-d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd/EPL-MKS.cfg", + "install_to": "GameData/FLEET" + } + ], + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "ExtraPlanetaryLaunchpads"}, + {"name" : "UKS"} + ], + "version": "1.0", + "download": "https://github.com/ToxicFrog/misc/archive/d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd.zip" +} diff --git a/FLEET/EPL-fastbuild-1.0.ckan b/FLEET/EPL-fastbuild-1.0.ckan new file mode 100644 index 0000000000..c8540d7dc0 --- /dev/null +++ b/FLEET/EPL-fastbuild-1.0.ckan @@ -0,0 +1,22 @@ +{ + "spec_version": 1, + "name": "EPL Fastbuild", + "identifier": "EPL-fastbuild", + "author": "ToxicFrog", + "abstract": "Makes all EPL builds complete instantly.", + "license": "MIT", + "release_status": "stable", + "ksp_version": "1.0.2", + "install": [ + { + "file": "misc-d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd/EPL-fastbuild.cfg", + "install_to": "GameData/FLEET" + } + ], + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "ExtraPlanetaryLaunchpads"} + ], + "version": "1.0", + "download": "https://github.com/ToxicFrog/misc/archive/d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd.zip" +}