diff --git a/RealSolarSystem-8.0.ckan b/RealSolarSystem-8.0.ckan new file mode 100644 index 0000000000..4c9b3b481a --- /dev/null +++ b/RealSolarSystem-8.0.ckan @@ -0,0 +1,43 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System", + "identifier" : "RealSolarSystem", + "abstract" : "Resizes and rearranges the Kerbal system to more closely resemble the Solar System", + "download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.0/RealSolarSystem_v8.0.zip", + "license" : "CC-BY-NC-SA", + "version" : "8.0", + "release_status" : "stable", + "min_ksp" : "0.25.0", + "max_ksp" : "0.25.9", + "depends" : [ + { "name" : "RSSTextures" }, + { "name" : "ModuleManager", "min_version" : "2.5.0" } + ], + "recommends" : [ + { "name" : "RealismOverhaul" }, + { "name" : "Toolbar" } + ], + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/55145", + "github" : { + "url" : "https://github.com/NathanKell/RealSolarSystem", + "releases" : true + } + }, + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData" + } + ], + "bundles" : [ + { + "file" : "CustomBiomes", + "identifier" : "CustomBiomes", + "version" : "1.6.6", + "install_to" : "GameData", + "license" : "CC-BY-NC-SA", + "required" : false + } + ] +} diff --git a/RealSolarSystem.ckan b/RealSolarSystem.ckan deleted file mode 100644 index 6fc07a1bd8..0000000000 --- a/RealSolarSystem.ckan +++ /dev/null @@ -1,49 +0,0 @@ -{ - "spec_version": 1, - "name" : "Real Solar System", - "identifier" : "RealSolarSystem", - "abstract" : "Resizes and rearranges the Kerbal system to more closely resemble he Solar System", - "download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v7.3/RealSolarSystem_v7.3.zip", - "license" : "CC-BY-NC-SA", - "version" : "7.3", - "release_status" : "stable", - "min_ksp" : "0.24.2", - "max_ksp" : "0.24.2", - "depends" : [ - { "name" : "RealSolarSystemTextures" } - ], - "recommends" : [ - { "name" : "RealismOverhaul" } - ], - "resources" : { - "homepage" : "http://forum.kerbalspaceprogram.com/threads/55145", - "github" : { - "url" : "https://github.com/NathanKell/RealSolarSystem", - "releases" : true - } - }, - "install" : [ - { - "file" : "RealSolarSystem", - "install_to" : "GameData" - } - ], - "bundles" : [ - { - "file" : "ModuleManager.2.3.3.dll", - "identifier" : "ModuleManager", - "version" : "2.3.3", - "install_to" : "GameData", - "license" : "CC-BY-SA", - "required" : true - }, - { - "file" : "CustomBiomes", - "identifier" : "CustomBiomes", - "version" : "1.6.6", - "install_to" : "GameData", - "license" : "CC-BY-NC-SA", - "required" : false - } - ] -} diff --git a/RealSolarSystemTextures_2048.ckan b/RealSolarSystemTextures_2048.ckan new file mode 100644 index 0000000000..5ab62162de --- /dev/null +++ b/RealSolarSystemTextures_2048.ckan @@ -0,0 +1,20 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System Textures - 2048 x 1024", + "identifier" : "RSSTextures2048", + "provides" : [ "RSSTextures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip", + "license" : "CC-BY-NC-SA", + "version" : "1.0", + "release_status" : "stable", + "depends" : [ + { "name" : "RealSolarSystem" } + ], + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData" + } + ] +} diff --git a/RealSolarSystemTextures_4096.ckan b/RealSolarSystemTextures_4096.ckan new file mode 100644 index 0000000000..4ed60cb1a7 --- /dev/null +++ b/RealSolarSystemTextures_4096.ckan @@ -0,0 +1,20 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System Textures - 4096 x 2048", + "identifier" : "RSSTextures4096", + "provides" : [ "RSSTextures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip", + "license" : "CC-BY-NC-SA", + "version" : "1.0", + "release_status" : "stable", + "depends" : [ + { "name" : "RealSolarSystem" } + ], + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData" + } + ] +} diff --git a/RealSolarSystemTextures_8192.ckan b/RealSolarSystemTextures_8192.ckan new file mode 100644 index 0000000000..97c15761a8 --- /dev/null +++ b/RealSolarSystemTextures_8192.ckan @@ -0,0 +1,20 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System Textures - 8192 x 4096", + "identifier" : "RSSTextures8192", + "provides" : [ "RSSTextures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip", + "license" : "CC-BY-NC-SA", + "version" : "1.0", + "release_status" : "stable", + "depends" : [ + { "name" : "RealSolarSystem" } + ], + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData" + } + ] +} diff --git a/RealismOverhaul-6a12.ckan b/RealismOverhaul-6a12.ckan index 90e6d6ae53..94958f8ade 100644 --- a/RealismOverhaul-6a12.ckan +++ b/RealismOverhaul-6a12.ckan @@ -11,7 +11,7 @@ "max_ksp" : "0.24.2", "depends" : [ { "name" : "AJE" }, - { "name" : "DeadlyRentry", "min_version" : "5.2" }, + { "name" : "DeadlyReentry", "min_version" : "5.2" }, { "name" : "EngineIgnitor" }, { "name" : "FerramAerospaceResearch" }, { "name" : "ModuleManager" }, diff --git a/Toolbar-1.7.7.ckan b/Toolbar-1.7.7.ckan new file mode 100644 index 0000000000..41bffd93cc --- /dev/null +++ b/Toolbar-1.7.7.ckan @@ -0,0 +1,25 @@ +{ + "spec_version" : 1, + "name" : "Toolbar", + "identifier" : "Toolbar", + "abstract" : "API for third-party plugins to provide toolbar buttons", + "download" : "http://blizzy.de/toolbar/Toolbar-1.7.7.zip", + "license" : "BSD", + "version" : "1.7.7", + "release_status" : "stable", + "min_ksp" : "0.25.0", + "max_ksp" : "0.25.9", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/60863", + "github" : { + "url" : "https://github.com/blizzy78/ksp_toolbar", + "releases" : true + } + }, + "install" : [ + { + "file" : "Toolbar-1.7.7/GameData/000_Toolbar", + "install_to" : "GameData" + } + ] +} diff --git a/WIP/RealSolarSystemTextures_2048.json b/WIP/RealSolarSystemTextures_2048.json deleted file mode 100644 index 4a09348a78..0000000000 --- a/WIP/RealSolarSystemTextures_2048.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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 deleted file mode 100644 index 669bfa5c6c..0000000000 --- a/WIP/RealSolarSystemTextures_4096.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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 deleted file mode 100644 index b2c7d3aa17..0000000000 --- a/WIP/RealSolarSystemTextures_8192.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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 - } - ] -}