Merge commit '1a33364'

* commit '1a33364':
  RSS DDS textures need DDSLoader and recent RSS to operate
  Add conflicts to RSS Textures
  Rename RSS DDS, add conflicts
  Trying again with RSS DDS textures
This commit is contained in:
Paul Fenwick 2014-12-03 20:42:53 +11:00
commit 0a8a5212ee
6 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 2048 x 1024",
"identifier" : "RSSTexturesDDS2048",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "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", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"install" : [
{
"file" : "GameData/RSSTextures",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 4096 x 2048",
"identifier" : "RSSTexturesDDS4096",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "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", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"install" : [
{
"file" : "GameData/RSSTextures",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 8192 x 4096",
"identifier" : "RSSTexturesDDS8192",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "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", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"install" : [
{
"file" : "GameData/RSSTextures",
"install_to" : "GameData"
}
]
}

View File

@ -3,6 +3,9 @@
"name" : "Real Solar System Textures - 2048 x 1024",
"identifier" : "RSSTextures2048",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip",
"license" : "CC-BY-NC-SA",

View File

@ -3,6 +3,9 @@
"name" : "Real Solar System Textures - 4096 x 2048",
"identifier" : "RSSTextures4096",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip",
"license" : "CC-BY-NC-SA",

View File

@ -3,6 +3,9 @@
"name" : "Real Solar System Textures - 8192 x 4096",
"identifier" : "RSSTextures8192",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip",
"license" : "CC-BY-NC-SA",