From a56ca3353a48b6460a307af102cc9c2595577849 Mon Sep 17 00:00:00 2001 From: NathanKell Date: Mon, 1 Dec 2014 00:21:24 -0500 Subject: [PATCH] Trying again with RSS DDS textures --- RealSolarSystemTexturesDDS_2048.ckan | 21 +++++++++++++++++++++ RealSolarSystemTexturesDDS_4096.ckan | 21 +++++++++++++++++++++ RealSolarSystemTexturesDDS_8192.ckan | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 RealSolarSystemTexturesDDS_2048.ckan create mode 100644 RealSolarSystemTexturesDDS_4096.ckan create mode 100644 RealSolarSystemTexturesDDS_8192.ckan diff --git a/RealSolarSystemTexturesDDS_2048.ckan b/RealSolarSystemTexturesDDS_2048.ckan new file mode 100644 index 0000000000..95bc2a3d54 --- /dev/null +++ b/RealSolarSystemTexturesDDS_2048.ckan @@ -0,0 +1,21 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System Textures DDS - 2048 x 1024", + "identifier" : "RSSTexturesDDS2048", + "provides" : [ "RSSTextures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures2048DDS.zip", + "license" : "CC-BY-NC-SA", + "version" : "1.0", + "ksp_version" : "any", + "release_status" : "stable", + "depends" : [ + { "name" : "RealSolarSystem" } + ], + "install" : [ + { + "file" : "GameData/RSSTextures", + "install_to" : "GameData" + } + ] +} diff --git a/RealSolarSystemTexturesDDS_4096.ckan b/RealSolarSystemTexturesDDS_4096.ckan new file mode 100644 index 0000000000..8396e319cb --- /dev/null +++ b/RealSolarSystemTexturesDDS_4096.ckan @@ -0,0 +1,21 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System Textures DDS - 4096 x 2048", + "identifier" : "RSSTexturesDDS4096", + "provides" : [ "RSSTextures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures4096DDS.zip", + "license" : "CC-BY-NC-SA", + "version" : "1.0", + "ksp_version" : "any", + "release_status" : "stable", + "depends" : [ + { "name" : "RealSolarSystem" } + ], + "install" : [ + { + "file" : "GameData/RSSTextures", + "install_to" : "GameData" + } + ] +} diff --git a/RealSolarSystemTexturesDDS_8192.ckan b/RealSolarSystemTexturesDDS_8192.ckan new file mode 100644 index 0000000000..1423463ae6 --- /dev/null +++ b/RealSolarSystemTexturesDDS_8192.ckan @@ -0,0 +1,21 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System Textures DDS - 8192 x 4096", + "identifier" : "RSSTexturesDDS8192", + "provides" : [ "RSSTextures" ], + "abstract" : "Textures for Real Solar Systems", + "download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures8192DDS.zip", + "license" : "CC-BY-NC-SA", + "version" : "1.0", + "ksp_version" : "any", + "release_status" : "stable", + "depends" : [ + { "name" : "RealSolarSystem" } + ], + "install" : [ + { + "file" : "GameData/RSSTextures", + "install_to" : "GameData" + } + ] +}