From 79af282c5e7a08abde46e0831ed457c0b7dbe811 Mon Sep 17 00:00:00 2001 From: NetKAN bot Date: Thu, 9 Apr 2015 11:21:36 +0200 Subject: [PATCH] NetKAN generated mods - AGExt/AGExt-1.31c, ContractConfigurator/ContractConfigurator-0.7.11, FilterExtensions/FilterExtensions-2.0.4, KDEX/KDEX-v1.04, NebulaEVAHandrails/NebulaEVAHandrails-1.1, TarsierSpaceTechnologywithGalaxies/TarsierSpaceTechnologyWithGalaxies-4.5d, VerticalPropulsionEmporium/VerticalPropulsionEmporium-v0.20a --- AGExt/AGExt-1.31c.ckan | 57 +++++++++++++++++++ .../ContractConfigurator-0.7.11.ckan | 31 ++++++++++ FilterExtensions/FilterExtensions-2.0.4.ckan | 30 ++++++++++ KDEX/KDEX-v1.04.ckan | 2 +- .../NebulaEVAHandrails-1.1.ckan | 4 +- ...rsierSpaceTechnologyWithGalaxies-4.5d.ckan | 2 +- .../VerticalPropulsionEmporium-v0.20a.ckan | 4 +- 7 files changed, 124 insertions(+), 6 deletions(-) create mode 100644 AGExt/AGExt-1.31c.ckan create mode 100644 ContractConfigurator/ContractConfigurator-0.7.11.ckan create mode 100644 FilterExtensions/FilterExtensions-2.0.4.ckan diff --git a/AGExt/AGExt-1.31c.ckan b/AGExt/AGExt-1.31c.ckan new file mode 100644 index 0000000000..be28b78189 --- /dev/null +++ b/AGExt/AGExt-1.31c.ckan @@ -0,0 +1,57 @@ +{ + "spec_version": 1, + "name": "Action Groups Extended", + "identifier": "AGExt", + "author": "Diazo", + "abstract": "Increases the number of action groups to 250 and allows in-flight editing.", + "license": "GPL-3.0", + "release_status": "stable", + "ksp_version": "0.90", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/74195", + "repository": "https://github.com/SirDiazo/AGExt" + }, + "depends": [ + { + "name": "ModuleManager" + } + ], + "recommends": [ + { + "name": "Toolbar" + } + ], + "install": [ + { + "file": "GameData/Diazo", + "install_to": "GameData" + } + ], + "x_supports": [ + { + "name": "SCANsat" + }, + { + "name": "Kethane" + }, + { + "name": "FerramAerospaceResearch" + }, + { + "name": "Firespitter" + }, + { + "name": "InfernalRobotics" + }, + { + "name": "TACLS" + }, + { + "name": "WarpPlugin" + } + ], + "version": "1.31c", + "download": "https://github.com/SirDiazo/AGExt/releases/download/1.31c/ActionGroupsExtended131c.zip", + "x_generated_by": "netkan", + "download_size": 79205 +} diff --git a/ContractConfigurator/ContractConfigurator-0.7.11.ckan b/ContractConfigurator/ContractConfigurator-0.7.11.ckan new file mode 100644 index 0000000000..fbf928b37c --- /dev/null +++ b/ContractConfigurator/ContractConfigurator-0.7.11.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": 1, + "identifier": "ContractConfigurator", + "name": "Contract Configurator", + "abstract": "A config-file based solution for creating new contracts!", + "license": "MIT", + "release_status": "stable", + "author": "nightingale", + "description": "A config-file based solution for creating new contracts!", + "suggests": [ + { + "name": "CoherentContracts" + }, + { + "name": "ContractsWindowPlus" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/101604", + "bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues", + "license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt", + "manual": "https://github.com/jrossignol/ContractConfigurator/wiki", + "repository": "https://github.com/jrossignol/ContractConfigurator" + }, + "version": "0.7.11", + "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.7.11/ContractConfigurator_0.7.11.zip", + "x_generated_by": "netkan", + "download_size": 210997, + "ksp_version_min": "0.90.0", + "ksp_version_max": "0.90.0" +} diff --git a/FilterExtensions/FilterExtensions-2.0.4.ckan b/FilterExtensions/FilterExtensions-2.0.4.ckan new file mode 100644 index 0000000000..b9fd5d8f60 --- /dev/null +++ b/FilterExtensions/FilterExtensions-2.0.4.ckan @@ -0,0 +1,30 @@ +{ + "spec_version": "v1.4", + "name": "Filter Extensions", + "identifier": "FilterExtensions", + "abstract": "Custom, configurable filters for the VAB/SPH.", + "description": "With the stock editor now supporting custom filters in a reasonable way, creating more and better filters is the next logical step. However, the requirement for categories to be managed via code is just a terrible idea. Not to mention that there is no easy way to be compatible with anyone else. Filter extensions allows the usage of .cfg files to create, edit, or delete all categories and sub-categories. It uses standard config files, and as such patches can be applied, and dependencies allowed for using Module Manager.", + "license": "CC-BY-NC-SA-4.0", + "release_status": "stable", + "depends": [ + { + "name": "ModuleManager" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/104231", + "repository": "https://github.com/Crzyrndm/FilterExtension" + }, + "install": [ + { + "file": "GameData/000_FilterExtensions", + "install_to": "GameData" + } + ], + "author": "Crzyrndm", + "version": "2.0.4", + "download": "https://github.com/Crzyrndm/FilterExtension/releases/download/2.0.4/Filter.Extensions.v2.0.4.00.zip", + "x_generated_by": "netkan", + "download_size": 625097, + "ksp_version": "0.90.0" +} diff --git a/KDEX/KDEX-v1.04.ckan b/KDEX/KDEX-v1.04.ckan index 2eafe070e3..f01d263e6d 100644 --- a/KDEX/KDEX-v1.04.ckan +++ b/KDEX/KDEX-v1.04.ckan @@ -11,7 +11,7 @@ ], "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/54656-0-23-5-KDEX-Kerbal-Dust-Experiment-v1-02", - "kerbalstuff": "https://kerbalstuff.com/mod/337/KDEX%20-%20Kerbal%20Dust%20Experiment%20" + "kerbalstuff": "https://kerbalstuff.com/mod/337/KDEX%20-%20Kerbal%20Dust%20Experiment" }, "name": "KDEX - Kerbal Dust Experiment ", "abstract": "Inspired by the NASA mission LADEE and it´s Lunar Dust Experiment (LDEX). One new model. Lots of results for the new experiment.", diff --git a/NebulaEVAHandrails/NebulaEVAHandrails-1.1.ckan b/NebulaEVAHandrails/NebulaEVAHandrails-1.1.ckan index d2d6231648..458ff15209 100644 --- a/NebulaEVAHandrails/NebulaEVAHandrails-1.1.ckan +++ b/NebulaEVAHandrails/NebulaEVAHandrails-1.1.ckan @@ -6,7 +6,7 @@ "ksp_min_version": "0.25", "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/100531", - "kerbalstuff": "https://kerbalstuff.com/mod/353/NEBULA%20EVA%20handrails%20pack." + "kerbalstuff": "https://kerbalstuff.com/mod/353/NEBULA%20EVA%20handrails%20pack" }, "install": [ { @@ -18,7 +18,7 @@ "abstract": "This pack adds 5 EVA handrails for space stations and science vessels, more suitable than ladders in weightlessness. Handrails are usable and can be grabbed by a kerbal while on EVA and used to walk around your space station/spaceship.", "author": "Krasimir", "version": "1.1", - "download": "https://kerbalstuff.com/mod/353/NEBULA%20EVA%20handrails%20pack./download/1.1", + "download": "https://kerbalstuff.com/mod/353/NEBULA%20EVA%20handrails%20pack/download/1.1", "x_generated_by": "netkan", "download_size": 117665 } diff --git a/TarsierSpaceTechnologywithGalaxies/TarsierSpaceTechnologyWithGalaxies-4.5d.ckan b/TarsierSpaceTechnologywithGalaxies/TarsierSpaceTechnologyWithGalaxies-4.5d.ckan index ec65beb9a3..8f43ae78e0 100644 --- a/TarsierSpaceTechnologywithGalaxies/TarsierSpaceTechnologyWithGalaxies-4.5d.ckan +++ b/TarsierSpaceTechnologywithGalaxies/TarsierSpaceTechnologyWithGalaxies-4.5d.ckan @@ -11,7 +11,7 @@ ], "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/111157-0-90-Tarsier-Space-Technology-with-Galaxies-(caretaker-release-v4-5d-FIXED-for-0-90!)", - "kerbalstuff": "https://kerbalstuff.com/mod/608/Tarsier%20Space%20Technology%20with%20Galaxies%20" + "kerbalstuff": "https://kerbalstuff.com/mod/608/Tarsier%20Space%20Technology%20with%20Galaxies" }, "ksp_version": "0.90", "name": "Tarsier Space Technology with Galaxies ", diff --git a/VerticalPropulsionEmporium/VerticalPropulsionEmporium-v0.20a.ckan b/VerticalPropulsionEmporium/VerticalPropulsionEmporium-v0.20a.ckan index 138c68b8f7..21ef27b19b 100644 --- a/VerticalPropulsionEmporium/VerticalPropulsionEmporium-v0.20a.ckan +++ b/VerticalPropulsionEmporium/VerticalPropulsionEmporium-v0.20a.ckan @@ -20,7 +20,7 @@ ], "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/74625", - "kerbalstuff": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium." + "kerbalstuff": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium" }, "install": [ { @@ -32,7 +32,7 @@ "abstract": "Vertical Propulsion Emporium", "author": "Kerb_fu", "version": "v0.20a", - "download": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium./download/v0.20a", + "download": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium/download/v0.20a", "x_generated_by": "netkan", "download_size": 22263178 }