From af2b0d30cff2487a94221efcb159d8ce0b80851c Mon Sep 17 00:00:00 2001 From: NetKAN bot Date: Sat, 18 Apr 2015 11:20:28 +0200 Subject: [PATCH] NetKAN generated mods - AGExt/AGExt-1.31g, ContractConfigurator-Round8/ContractConfigurator-Round8-1.3.0, ContractConfigurator-UnmannedContracts/ContractConfigurator-UnmannedContracts-0.3.7, ContractConfigurator/ContractConfigurator-0.7.14, CraftHistory/CraftHistory-1.3.0, ForScienceContinued/ForScienceContinued-0.26.1, KerbalScienceExchange/KerbalScienceExchange-1.0.1, KerboKatzUtilities/KerboKatzUtilities-1.0.4, SpacetuxSA/SpacetuxSA-0.3.4, Workshop/Workshop-0.5.0, grandtours/ContractConfigurator-GrandTours-0.1.5 --- AGExt/AGExt-1.31g.ckan | 57 +++++++++++++++++++ .../ContractConfigurator-Round8-1.3.0.ckan | 32 +++++++++++ ...tConfigurator-UnmannedContracts-0.3.7.ckan | 44 ++++++++++++++ .../ContractConfigurator-0.7.14.ckan | 31 ++++++++++ CraftHistory/CraftHistory-1.3.0.ckan | 28 +++++++++ .../ForScienceContinued-0.26.1.ckan | 24 ++++++++ .../KerbalScienceExchange-1.0.1.ckan | 28 +++++++++ .../KerboKatzUtilities-1.0.4.ckan | 31 ++++++++++ SpacetuxSA/SpacetuxSA-0.3.4.ckan | 5 +- Workshop/Workshop-0.5.0.ckan | 37 ++++++++++++ ...ContractConfigurator-GrandTours-0.1.5.ckan | 33 +++++++++++ 11 files changed, 348 insertions(+), 2 deletions(-) create mode 100644 AGExt/AGExt-1.31g.ckan create mode 100644 ContractConfigurator-Round8/ContractConfigurator-Round8-1.3.0.ckan create mode 100644 ContractConfigurator-UnmannedContracts/ContractConfigurator-UnmannedContracts-0.3.7.ckan create mode 100644 ContractConfigurator/ContractConfigurator-0.7.14.ckan create mode 100644 CraftHistory/CraftHistory-1.3.0.ckan create mode 100644 ForScienceContinued/ForScienceContinued-0.26.1.ckan create mode 100644 KerbalScienceExchange/KerbalScienceExchange-1.0.1.ckan create mode 100644 KerboKatzUtilities/KerboKatzUtilities-1.0.4.ckan create mode 100644 Workshop/Workshop-0.5.0.ckan create mode 100644 grandtours/ContractConfigurator-GrandTours-0.1.5.ckan diff --git a/AGExt/AGExt-1.31g.ckan b/AGExt/AGExt-1.31g.ckan new file mode 100644 index 0000000000..c5268ad84e --- /dev/null +++ b/AGExt/AGExt-1.31g.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.31g", + "download": "https://github.com/SirDiazo/AGExt/releases/download/1.31g/ActionGroupsExtended131g.zip", + "x_generated_by": "netkan", + "download_size": 79459 +} diff --git a/ContractConfigurator-Round8/ContractConfigurator-Round8-1.3.0.ckan b/ContractConfigurator-Round8/ContractConfigurator-Round8-1.3.0.ckan new file mode 100644 index 0000000000..411935f416 --- /dev/null +++ b/ContractConfigurator-Round8/ContractConfigurator-Round8-1.3.0.ckan @@ -0,0 +1,32 @@ +{ + "spec_version": "v1.4", + "identifier": "ContractConfigurator-Round8", + "abstract": "Only you can prevent the ROUND-8 tank from being decommissioned! Grab this mod now, it won't be available once KSP 1.0 hits the shelves!", + "name": "Contract Pack: Save the ROUND-8", + "license": "CC-BY-NC-SA-4.0", + "release_status": "stable", + "author": "nightingale", + "depends": [ + { + "name": "ContractConfigurator" + } + ], + "install": [ + { + "find": "Round8", + "install_to": "GameData/ContractPacks" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/115705", + "bugtracker": "https://github.com/jrossignol/ContractPack-Round8/issues", + "license": "https://raw.githubusercontent.com/jrossignol/ContractPack-Round8/master/GameData/ContractPacks/Round8/LICENSE.txt", + "repository": "https://github.com/jrossignol/ContractPack-Round8" + }, + "version": "1.3.0", + "download": "https://github.com/jrossignol/ContractPack-Round8/releases/download/1.3.0/ContractPack-Round8_1.3.0.zip", + "x_generated_by": "netkan", + "download_size": 12027, + "ksp_version_min": "0.90.0", + "ksp_version_max": "0.90.0" +} diff --git a/ContractConfigurator-UnmannedContracts/ContractConfigurator-UnmannedContracts-0.3.7.ckan b/ContractConfigurator-UnmannedContracts/ContractConfigurator-UnmannedContracts-0.3.7.ckan new file mode 100644 index 0000000000..26dce62384 --- /dev/null +++ b/ContractConfigurator-UnmannedContracts/ContractConfigurator-UnmannedContracts-0.3.7.ckan @@ -0,0 +1,44 @@ +{ + "spec_version": "v1.4", + "identifier": "ContractConfigurator-UnmannedContracts", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/113417-Spacetux-Unmanned-Missions", + "kerbalstuff": "https://kerbalstuff.com/mod/651/Contract%20Pack:%20Unmanned%20Contracts", + "repository": "https://github.com/linuxgurugamer/UnmannedContracts" + }, + "depends": [ + { + "name": "CoherentContracts" + }, + { + "name": "ContractConfigurator" + }, + { + "name": "ModuleManager" + }, + { + "name": "SpacetuxSA" + } + ], + "install": [ + { + "find": "UnmannedContracts", + "install_to": "GameData/ContractPacks/Spacetux" + } + ], + "recommends": [ + { + "name": "ContractConfigurator-AdvancedProgression" + } + ], + "ksp_version": "0.90", + "name": "Contract Pack: Unmanned Contracts", + "license": "CC-BY-NC-SA-4.0", + "abstract": "Extensive series of unmanned contracts", + "author": "linuxgurugamer", + "version": "0.3.7", + "download": "https://kerbalstuff.com/mod/651/Contract%20Pack:%20Unmanned%20Contracts/download/0.3.7", + "x_generated_by": "netkan", + "download_size": 248676 +} diff --git a/ContractConfigurator/ContractConfigurator-0.7.14.ckan b/ContractConfigurator/ContractConfigurator-0.7.14.ckan new file mode 100644 index 0000000000..96cc806672 --- /dev/null +++ b/ContractConfigurator/ContractConfigurator-0.7.14.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.14", + "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.7.14/ContractConfigurator_0.7.14.zip", + "x_generated_by": "netkan", + "download_size": 214902, + "ksp_version_min": "0.90.0", + "ksp_version_max": "0.90.0" +} diff --git a/CraftHistory/CraftHistory-1.3.0.ckan b/CraftHistory/CraftHistory-1.3.0.ckan new file mode 100644 index 0000000000..fed618c97d --- /dev/null +++ b/CraftHistory/CraftHistory-1.3.0.ckan @@ -0,0 +1,28 @@ +{ + "spec_version": 1, + "identifier": "CraftHistory", + "license": "restricted", + "install": [ + { + "file": "GameData/KerboKatz/CraftHistory", + "install_to": "GameData/KerboKatz" + } + ], + "depends": [ + { + "name": "KerboKatzUtilities" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/110703", + "kerbalstuff": "https://kerbalstuff.com/mod/598/CraftHistory" + }, + "ksp_version": "0.90", + "name": "CraftHistory", + "abstract": "Creates a history of your crafts while you edit them", + "author": "SpaceTiger", + "version": "1.3.0", + "download": "https://kerbalstuff.com/mod/598/CraftHistory/download/1.3.0", + "x_generated_by": "netkan", + "download_size": 50212 +} diff --git a/ForScienceContinued/ForScienceContinued-0.26.1.ckan b/ForScienceContinued/ForScienceContinued-0.26.1.ckan new file mode 100644 index 0000000000..e410ef3f50 --- /dev/null +++ b/ForScienceContinued/ForScienceContinued-0.26.1.ckan @@ -0,0 +1,24 @@ +{ + "x_via": "Automated KerbalStuff CKAN submission", + "identifier": "ForScienceContinued", + "license": "CC-BY-SA-4.0", + "spec_version": "v1.4", + "install": [ + { + "file": "GameData/KerboKatz/ForScienceContinued", + "install_to": "GameData/KerboKatz" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/106004-0-90-ForScience-Continued", + "kerbalstuff": "https://kerbalstuff.com/mod/477/ForScience%20Continued!" + }, + "ksp_version": "0.90", + "name": "ForScience Continued!", + "abstract": "Build upon the ForScience mod by WaveFunctionP. This version adds an interface and exciting new features to it.", + "author": "SpaceTiger", + "version": "0.26.1", + "download": "https://kerbalstuff.com/mod/477/ForScience%20Continued!/download/0.26.1", + "x_generated_by": "netkan", + "download_size": 24894 +} diff --git a/KerbalScienceExchange/KerbalScienceExchange-1.0.1.ckan b/KerbalScienceExchange/KerbalScienceExchange-1.0.1.ckan new file mode 100644 index 0000000000..f5a7ab961e --- /dev/null +++ b/KerbalScienceExchange/KerbalScienceExchange-1.0.1.ckan @@ -0,0 +1,28 @@ +{ + "spec_version": 1, + "identifier": "KerbalScienceExchange", + "license": "restricted", + "install": [ + { + "file": "GameData/KerboKatz/KerbalScienceExchange", + "install_to": "GameData/KerbalScienceExchange" + } + ], + "depends": [ + { + "name": "KerboKatzUtilities" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/110702", + "kerbalstuff": "https://kerbalstuff.com/mod/597/KerbalScienceExchange" + }, + "ksp_version": "0.90", + "name": "KerbalScienceExchange", + "abstract": "Lets you exchange science points and funding", + "author": "SpaceTiger", + "version": "1.0.1", + "download": "https://kerbalstuff.com/mod/597/KerbalScienceExchange/download/1.0.1", + "x_generated_by": "netkan", + "download_size": 19251 +} diff --git a/KerboKatzUtilities/KerboKatzUtilities-1.0.4.ckan b/KerboKatzUtilities/KerboKatzUtilities-1.0.4.ckan new file mode 100644 index 0000000000..e457643778 --- /dev/null +++ b/KerboKatzUtilities/KerboKatzUtilities-1.0.4.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": "v1.4", + "identifier": "KerboKatzUtilities", + "license": "restricted", + "install": [ + { + "file": "GameData/KerboKatz/Textures", + "install_to": "GameData/KerboKatz" + }, + { + "file": "GameData/KerboKatz/KerboKatzUtilities.dll", + "install_to": "GameData/KerboKatz" + }, + { + "file": "GameData/KerboKatz/KerboKatzUtilities.version", + "install_to": "GameData/KerboKatz" + } + ], + "resources": { + "homepage": "https://github.com/Xarun/KerboKatzUtilities", + "kerbalstuff": "https://kerbalstuff.com/mod/600/KerboKatzUtilities" + }, + "ksp_version": "0.90", + "name": "KerboKatzUtilities", + "abstract": "Utilities used in all of my mods", + "author": "SpaceTiger", + "version": "1.0.4", + "download": "https://kerbalstuff.com/mod/600/KerboKatzUtilities/download/1.0.4", + "x_generated_by": "netkan", + "download_size": 11902 +} diff --git a/SpacetuxSA/SpacetuxSA-0.3.4.ckan b/SpacetuxSA/SpacetuxSA-0.3.4.ckan index de9b0220fb..4074c0eb4f 100644 --- a/SpacetuxSA/SpacetuxSA-0.3.4.ckan +++ b/SpacetuxSA/SpacetuxSA-0.3.4.ckan @@ -7,12 +7,13 @@ "release_status": "stable", "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/113417-Spacetux-Unmanned-Missions", - "kerbalstuff": "https://kerbalstuff.com/mod/656/Spacetux%20Shared%20Assets" + "kerbalstuff": "https://kerbalstuff.com/mod/656/Spacetux%20Shared%20Assets", + "repository": "https://github.com/linuxgurugamer/SpaceTux" }, "install": [ { "find": "spacetux", - "install_to": "GameData/" + "install_to": "GameData" } ], "ksp_version": "0.90", diff --git a/Workshop/Workshop-0.5.0.ckan b/Workshop/Workshop-0.5.0.ckan new file mode 100644 index 0000000000..bb430b54ec --- /dev/null +++ b/Workshop/Workshop-0.5.0.ckan @@ -0,0 +1,37 @@ +{ + "spec_version": 1, + "identifier": "Workshop", + "name": "OSE Workshop", + "abstract": "In flight part construction", + "author": "obivandamme", + "license": "CC-BY-NC-SA", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/108234", + "kerbalstuff": "https://kerbalstuff.com/mod/693/OSE%20Workshop" + }, + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "KIS" + }, + { + "name": "KAS" + }, + { + "name": "CommunityResourcePack" + } + ], + "install": [ + { + "file": "GameData/Workshop", + "install_to": "GameData" + } + ], + "ksp_version": "0.90", + "version": "0.5.0", + "download": "https://kerbalstuff.com/mod/693/OSE%20Workshop/download/0.5.0", + "x_generated_by": "netkan", + "download_size": 50842 +} diff --git a/grandtours/ContractConfigurator-GrandTours-0.1.5.ckan b/grandtours/ContractConfigurator-GrandTours-0.1.5.ckan new file mode 100644 index 0000000000..dc7a6ce549 --- /dev/null +++ b/grandtours/ContractConfigurator-GrandTours-0.1.5.ckan @@ -0,0 +1,33 @@ +{ + "spec_version": "v1.4", + "identifier": "ContractConfigurator-GrandTours", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/113400-Spacetux-Contract-Pack-Unmanned-Contracts-Rover-Contracts-Grand-Tours", + "kerbalstuff": "https://kerbalstuff.com/mod/689/Contract%20Pack:%20Grand%20Tours", + "repository": "https://github.com/linuxgurugamer/GrandTours" + }, + "depends": [ + { + "name": "SpacetuxSA" + }, + { + "name": "ContractConfigurator" + } + ], + "install": [ + { + "find": "Grandtours", + "install_to": "GameData/ContractPacks/Spacetux" + } + ], + "ksp_version": "0.90", + "name": "Contract Pack: Grand Tours", + "license": "CC-BY-NC-SA-4.0", + "abstract": "A series of 12 Grand Tours of the system", + "author": "linuxgurugamer", + "version": "0.1.5", + "download": "https://kerbalstuff.com/mod/689/Contract%20Pack:%20Grand%20Tours/download/0.1.5", + "x_generated_by": "netkan", + "download_size": 207891 +}