RSS: PNG conflicts with PNG and DDS with DDS

Though they can intermingle (it's safe, DDS will just override...you
don't even waste RAM or load time.)
This commit is contained in:
NathanKell 2014-12-03 03:00:04 -05:00
parent 34b06b08d8
commit 62dc5d9929
6 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,8 @@
"identifier" : "RSSTexturesDDS2048",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
{ "name" : "RSSTexturesDDS4096" },
{ "name" : "RSSTexturesDDS8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures2048DDS.zip",

View File

@ -4,7 +4,8 @@
"identifier" : "RSSTexturesDDS4096",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
{ "name" : "RSSTexturesDDS2048" },
{ "name" : "RSSTexturesDDS8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures4096DDS.zip",

View File

@ -4,7 +4,8 @@
"identifier" : "RSSTexturesDDS8192",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
{ "name" : "RSSTexturesDDS2048" },
{ "name" : "RSSTexturesDDS4096" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures8192DDS.zip",

View File

@ -4,7 +4,8 @@
"identifier" : "RSSTextures2048",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
{ "name" : "RSSTextures4096" },
{ "name" : "RSSTextures8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip",

View File

@ -4,7 +4,8 @@
"identifier" : "RSSTextures4096",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
{ "name" : "RSSTextures2048" },
{ "name" : "RSSTextures8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip",

View File

@ -4,7 +4,8 @@
"identifier" : "RSSTextures8192",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures" }
{ "name" : "RSSTextures2048" },
{ "name" : "RSSTextures4096" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip",