Rename RSS DDS, add conflicts

This commit is contained in:
NathanKell 2014-12-01 01:17:37 -05:00
parent a56ca3353a
commit a3acfda691
3 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

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