From 32700346db1ae47ab9a86fb3ad5f1f1ab30d2d92 Mon Sep 17 00:00:00 2001 From: NetKAN bot Date: Tue, 16 Dec 2014 01:11:08 -0500 Subject: [PATCH] NetKAN generated mods - AntennaRange-1.6, ContractConfigurator-0.3.1, QuantumStrutsContinued-1.2, TweakableEverything-1.6, VOID-0.16 --- AntennaRange-1.6.ckan | 31 +++++++++++++++++++++++++++++++ ContractConfigurator-0.3.1.ckan | 31 +++++++++++++++++++++++++++++++ QuantumStrutsContinued-1.2.ckan | 31 +++++++++++++++++++++++++++++++ TweakableEverything-1.6.ckan | 31 +++++++++++++++++++++++++++++++ VOID-0.16.ckan | 28 ++++++++++++++++++++++++++++ 5 files changed, 152 insertions(+) create mode 100644 AntennaRange-1.6.ckan create mode 100644 ContractConfigurator-0.3.1.ckan create mode 100644 QuantumStrutsContinued-1.2.ckan create mode 100644 TweakableEverything-1.6.ckan create mode 100644 VOID-0.16.ckan diff --git a/AntennaRange-1.6.ckan b/AntennaRange-1.6.ckan new file mode 100644 index 0000000000..4550f7048d --- /dev/null +++ b/AntennaRange-1.6.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": 1, + "identifier": "AntennaRange", + "license": "BSD-3-clause", + "install": [ + { + "file": "GameData/AntennaRange", + "install_to": "GameData" + } + ], + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "ToadicusTools" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/56440", + "kerbalstuff": "https://kerbalstuff.com/mod/254/AntennaRange" + }, + "ksp_version": "0.25", + "name": "AntennaRange", + "abstract": "Enforce and Encourage Antenna Diversity", + "author": "toadicus", + "version": "1.6", + "download": "https://kerbalstuff.com/mod/254/AntennaRange/download/1.6", + "x_generated_by": "netkan", + "download_size": 137673 +} \ No newline at end of file diff --git a/ContractConfigurator-0.3.1.ckan b/ContractConfigurator-0.3.1.ckan new file mode 100644 index 0000000000..aa66e8d032 --- /dev/null +++ b/ContractConfigurator-0.3.1.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": 1, + "identifier": "ContractConfigurator", + "name": "Contract Configurator", + "abstract": "A config-file based solution for creating new contracts!", + "license": "CC-BY-NC-SA-4.0", + "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.3.1", + "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.1/ContractConfigurator_0.3.1.zip", + "x_generated_by": "netkan", + "download_size": 42101, + "ksp_version_min": "0.25.0", + "ksp_version_max": "0.25.0" +} \ No newline at end of file diff --git a/QuantumStrutsContinued-1.2.ckan b/QuantumStrutsContinued-1.2.ckan new file mode 100644 index 0000000000..b9325424fe --- /dev/null +++ b/QuantumStrutsContinued-1.2.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": 1, + "identifier": "QuantumStrutsContinued", + "license": "BSD-2-clause", + "install": [ + { + "file": "GameData/QuantumStrutsContinued", + "install_to": "GameData" + } + ], + "suggests": [ + { + "name": "ModuleManager" + }, + { + "name": "KAS" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/93818", + "kerbalstuff": "https://kerbalstuff.com/mod/168/QuantumStrutsContinued" + }, + "ksp_version": "0.25", + "name": "QuantumStrutsContinued", + "abstract": "Magical struts for rigidifying vessels outside the assembly buildings", + "author": "toadicus", + "version": "1.2", + "download": "https://kerbalstuff.com/mod/168/QuantumStrutsContinued/download/1.2", + "x_generated_by": "netkan", + "download_size": 913436 +} \ No newline at end of file diff --git a/TweakableEverything-1.6.ckan b/TweakableEverything-1.6.ckan new file mode 100644 index 0000000000..52f9f446d3 --- /dev/null +++ b/TweakableEverything-1.6.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": 1, + "identifier": "TweakableEverything", + "license": "BSD-3-clause", + "install": [ + { + "file": "GameData/TweakableEverything", + "install_to": "GameData" + } + ], + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "ToadicusTools" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/64711", + "kerbalstuff": "https://kerbalstuff.com/mod/255/TweakableEverything" + }, + "ksp_version": "0.25", + "name": "TweakableEverything", + "abstract": "For all your part tweaking needs", + "author": "toadicus", + "version": "1.6", + "download": "https://kerbalstuff.com/mod/255/TweakableEverything/download/1.6", + "x_generated_by": "netkan", + "download_size": 219060 +} \ No newline at end of file diff --git a/VOID-0.16.ckan b/VOID-0.16.ckan new file mode 100644 index 0000000000..9bd45890bf --- /dev/null +++ b/VOID-0.16.ckan @@ -0,0 +1,28 @@ +{ + "spec_version": 1, + "identifier": "VOID", + "license": "BSD-3-clause", + "install": [ + { + "file": "GameData/VOID", + "install_to": "GameData" + } + ], + "depends": [ + { + "name": "ToadicusTools" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/54533", + "kerbalstuff": "https://kerbalstuff.com/mod/253/VOID" + }, + "ksp_version": "0.25", + "name": "VOID", + "abstract": "Vessel Orbital Informational Display", + "author": "toadicus", + "version": "0.16", + "download": "https://kerbalstuff.com/mod/253/VOID/download/0.16", + "x_generated_by": "netkan", + "download_size": 248100 +} \ No newline at end of file