From 332d95dcdf4ec32cc2118976daebe5cea0dcf389 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Sun, 5 Oct 2014 18:13:23 +1100 Subject: [PATCH] Added WIP files. --- Karbonite.ckan => WIP/Karbonite.ckan | 0 WIP/MissionControllerEC.json | 25 +++++++++++++++++++++++++ WIP/RealSolarSystemTextures_2048.json | 20 ++++++++++++++++++++ WIP/RealSolarSystemTextures_4096.json | 20 ++++++++++++++++++++ WIP/RealSolarSystemTextures_8192.json | 20 ++++++++++++++++++++ 5 files changed, 85 insertions(+) rename Karbonite.ckan => WIP/Karbonite.ckan (100%) create mode 100644 WIP/MissionControllerEC.json create mode 100644 WIP/RealSolarSystemTextures_2048.json create mode 100644 WIP/RealSolarSystemTextures_4096.json create mode 100644 WIP/RealSolarSystemTextures_8192.json diff --git a/Karbonite.ckan b/WIP/Karbonite.ckan similarity index 100% rename from Karbonite.ckan rename to WIP/Karbonite.ckan diff --git a/WIP/MissionControllerEC.json b/WIP/MissionControllerEC.json new file mode 100644 index 0000000000..8157c8d5ba --- /dev/null +++ b/WIP/MissionControllerEC.json @@ -0,0 +1,25 @@ +{ + "spec_version": 1, + "name" : "Mission Controller 2", + "identifier" : "MissionControllerEC", + "abstract" : "Better missions for Kerbal Space Program", + "download" : "https://kerbalstuff.com/mod/93/Mission%20Controller%202/download/Version_1.01_Available", + "license" : "GPLv3", + "version" : "1.01", + "release_status" : "stable", + "min_ksp" : "0.24.2", + "max_ksp" : "0.24.2", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/43645", + "github" : { + "url" : "https://github.com/malkuth1974/MissionController2", + "releases" : false + } + }, + "install" : [ + { + "file" : "MissionControllerEC", + "install_to" : "GameData" + } + ] +} diff --git a/WIP/RealSolarSystemTextures_2048.json b/WIP/RealSolarSystemTextures_2048.json new file mode 100644 index 0000000000..4a09348a78 --- /dev/null +++ b/WIP/RealSolarSystemTextures_2048.json @@ -0,0 +1,20 @@ +{ + "spec_version": 1, + "name" : "Real Solar System Textures - 2048 x 1024", + "provides" : [ "Real Solar System Textures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip", + "license" : "CC-BY-NC-SA", + "version" : "v1.0", + "release_status" : "stable", + "requires" : [ + { "name" : "Real Solar System" } + ], + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData", + "overwrite" : true + } + ] +} diff --git a/WIP/RealSolarSystemTextures_4096.json b/WIP/RealSolarSystemTextures_4096.json new file mode 100644 index 0000000000..669bfa5c6c --- /dev/null +++ b/WIP/RealSolarSystemTextures_4096.json @@ -0,0 +1,20 @@ +{ + "spec_version": 1, + "name" : "Real Solar System Textures - 4096 x 2048", + "provides" : [ "Real Solar System Textures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip", + "license" : "CC-BY-NC-SA", + "version" : "v1.0", + "release_status" : "stable", + "requires" : [ + { "name" : "Real Solar System" } + ], + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData", + "overwrite" : true + } + ] +} diff --git a/WIP/RealSolarSystemTextures_8192.json b/WIP/RealSolarSystemTextures_8192.json new file mode 100644 index 0000000000..b2c7d3aa17 --- /dev/null +++ b/WIP/RealSolarSystemTextures_8192.json @@ -0,0 +1,20 @@ +{ + "spec_version": 1, + "name" : "Real Solar System Textures - 8192 x 4096", + "provides" : [ "Real Solar System Textures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip", + "license" : "CC-BY-NC-SA", + "version" : "v1.0", + "release_status" : "stable", + "requires" : [ + { "name" : "Real Solar System" } + ], + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData", + "overwrite" : true + } + ] +}