diff --git a/RealSolarSystem-8.0.ckan b/RealSolarSystem-8.0.ckan index dc4da24818..4c9b3b481a 100644 --- a/RealSolarSystem-8.0.ckan +++ b/RealSolarSystem-8.0.ckan @@ -10,7 +10,7 @@ "min_ksp" : "0.25.0", "max_ksp" : "0.25.9", "depends" : [ - { "name" : "RealSolarSystemTextures" }, + { "name" : "RSSTextures" }, { "name" : "ModuleManager", "min_version" : "2.5.0" } ], "recommends" : [ 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/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 - } - ] -}